From 4e7c8ef856c4d84a44930704b00f6ffdba2de900 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Wed, 3 Jan 2024 17:48:38 +0100 Subject: [PATCH] Refactoring of building scripts --- .gitignore | 5 +- backend/core/core.vcxproj | 12 +- backend/dcstools/dcstools.vcxproj | 12 +- backend/logger/logger.vcxproj | 12 +- backend/luatools/luatools.vcxproj | 12 +- backend/olympus/olympus.vcxproj | 8 +- backend/utils/utils.vcxproj | 2 +- build_package.bat | 5 +- client/.vscode/launch.json | 14 +- client/.vscode/tasks.json | 6 + client/configurator.js | 167 - client/copy.bat | 4 - client/install.bat | 1 - client/package.json | 16 +- .../public/databases/airbases/caucasus.json | 466 - .../public/databases/airbases/falklands.json | 838 - .../public/databases/airbases/marianas.json | 466 - client/public/databases/airbases/nevada.json | 558 - .../public/databases/airbases/normandy.json | 2633 -- .../databases/airbases/persiangulf.json | 769 - .../public/databases/airbases/sinaimap.json | 1374 - client/public/databases/airbases/syria.json | 1366 - .../public/databases/airbases/thechannel.json | 525 - .../databases/units/aircraftdatabase.json | 33339 --------------- .../units/default/aircraftdatabase.json | 33339 --------------- .../units/default/groundunitdatabase.json | 10359 ----- .../units/default/helicopterdatabase.json | 4482 -- .../units/default/navyunitdatabase.json | 1748 - .../databases/units/groundunitdatabase.json | 10359 ----- .../databases/units/helicopterdatabase.json | 4482 -- .../databases/units/navyunitdatabase.json | 1748 - .../theme/images/icons/speed-increase.svg | 0 client/scripts/build-debug.bat | 4 + client/scripts/build-release.bat | 15 + client/scripts/copy.bat | 6 + client/scripts/debug-nodcs.bat | 1 + client/scripts/debug.bat | 1 + client/{ => scripts}/demo.bat | 0 client/scripts/emit-declarations.bat | 1 + client/scripts/watch.bat | 1 + client/server.vbs | 2 +- manager/build/manager/index.html | 78 + manager/build/manager/main.js | 69 + manager/build/manager/manager.vbs | 1 + manager/build/manager/package.json | 26 + manager/package.json | 3 +- manager/scripts/build-release.bat | 6 + moc_dcs/Config/olympus.json | 19 - .../Olympus/databases/airbases/caucasus.json | 466 - .../Olympus/databases/airbases/falklands.json | 838 - .../Olympus/databases/airbases/marianas.json | 466 - .../Olympus/databases/airbases/nevada.json | 558 - .../Olympus/databases/airbases/normandy.json | 2633 -- .../databases/airbases/persiangulf.json | 769 - .../Olympus/databases/airbases/sinaimap.json | 1374 - .../Olympus/databases/airbases/syria.json | 1366 - .../databases/airbases/thechannel.json | 525 - .../databases/units/aircraftdatabase.json | 33295 --------------- .../units/default/aircraftdatabase.json | 33295 --------------- .../units/default/groundunitdatabase.json | 10359 ----- .../units/default/helicopterdatabase.json | 4482 -- .../units/default/navyunitdatabase.json | 1748 - .../databases/units/groundunitdatabase.json | 10359 ----- .../databases/units/helicopterdatabase.json | 4482 -- .../databases/units/navyunitdatabase.json | 1748 - .../databases/units/old/aircraftdatabase.json | 33295 --------------- .../units/old/groundUnitDatabase.json | 10359 ----- .../units/old/helicopterDatabase.json | 4482 -- .../databases/units/old/navyUnitDatabase.json | 1748 - package.bat | 52 - build.bat => scripts/batch/build.bat | 21 +- scripts/{ => batch}/install.bat | 0 install.bat => scripts/batch/installer.bat | 0 scripts/batch/package.bat | 39 + scripts/{ => lua/backend}/OlympusCommand.lua | 0 scripts/{ => lua/backend}/mist.lua | 0 scripts/{ => lua/backend}/mods.lua | 0 scripts/{ => lua/backend}/templates.lua | 0 scripts/{ => lua/backend}/unitPayloads.lua | 34114 ++++++++-------- scripts/{ => lua}/examples/baseFunctions.lua | 0 scripts/{ => lua}/examples/coals.lua | 0 scripts/{ => lua}/examples/coolEffects.lua | 0 scripts/{ => lua}/examples/dynamicTanking.lua | 0 scripts/{ => lua}/examples/forceBubble.lua | 0 .../examples/laserDiscoDiscoLaser.lua | 0 scripts/{ => lua}/examples/parrotSpeak.lua | 0 scripts/{ => lua}/examples/poleGen.lua | 0 scripts/{ => lua}/examples/raisedShots.lua | 0 scripts/{ => lua}/examples/samSimulator.lua | 0 .../{ => lua}/examples/setcoaltionScript.lua | 46 +- scripts/{ => lua/hooks}/OlympusHook.lua | 0 .../node/increase_version.js | 0 92 files changed, 17403 insertions(+), 284876 deletions(-) delete mode 100644 client/configurator.js delete mode 100644 client/copy.bat delete mode 100644 client/install.bat delete mode 100644 client/public/databases/airbases/caucasus.json delete mode 100644 client/public/databases/airbases/falklands.json delete mode 100644 client/public/databases/airbases/marianas.json delete mode 100644 client/public/databases/airbases/nevada.json delete mode 100644 client/public/databases/airbases/normandy.json delete mode 100644 client/public/databases/airbases/persiangulf.json delete mode 100644 client/public/databases/airbases/sinaimap.json delete mode 100644 client/public/databases/airbases/syria.json delete mode 100644 client/public/databases/airbases/thechannel.json delete mode 100644 client/public/databases/units/aircraftdatabase.json delete mode 100644 client/public/databases/units/default/aircraftdatabase.json delete mode 100644 client/public/databases/units/default/groundunitdatabase.json delete mode 100644 client/public/databases/units/default/helicopterdatabase.json delete mode 100644 client/public/databases/units/default/navyunitdatabase.json delete mode 100644 client/public/databases/units/groundunitdatabase.json delete mode 100644 client/public/databases/units/helicopterdatabase.json delete mode 100644 client/public/databases/units/navyunitdatabase.json delete mode 100644 client/resources/theme/images/icons/speed-increase.svg create mode 100644 client/scripts/build-debug.bat create mode 100644 client/scripts/build-release.bat create mode 100644 client/scripts/copy.bat create mode 100644 client/scripts/debug-nodcs.bat create mode 100644 client/scripts/debug.bat rename client/{ => scripts}/demo.bat (100%) create mode 100644 client/scripts/emit-declarations.bat create mode 100644 client/scripts/watch.bat create mode 100644 manager/build/manager/index.html create mode 100644 manager/build/manager/main.js create mode 100644 manager/build/manager/manager.vbs create mode 100644 manager/build/manager/package.json create mode 100644 manager/scripts/build-release.bat delete mode 100644 moc_dcs/Config/olympus.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/airbases/caucasus.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/airbases/falklands.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/airbases/marianas.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/airbases/nevada.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/airbases/normandy.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/airbases/persiangulf.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/airbases/sinaimap.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/airbases/syria.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/airbases/thechannel.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/aircraftdatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/default/aircraftdatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/default/groundunitdatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/default/helicopterdatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/default/navyunitdatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/groundunitdatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/helicopterdatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/navyunitdatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/old/aircraftdatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/old/groundUnitDatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/old/helicopterDatabase.json delete mode 100644 moc_dcs/Mods/Services/Olympus/databases/units/old/navyUnitDatabase.json delete mode 100644 package.bat rename build.bat => scripts/batch/build.bat (60%) rename scripts/{ => batch}/install.bat (100%) rename install.bat => scripts/batch/installer.bat (100%) create mode 100644 scripts/batch/package.bat rename scripts/{ => lua/backend}/OlympusCommand.lua (100%) rename scripts/{ => lua/backend}/mist.lua (100%) rename scripts/{ => lua/backend}/mods.lua (100%) rename scripts/{ => lua/backend}/templates.lua (100%) rename scripts/{ => lua/backend}/unitPayloads.lua (98%) rename scripts/{ => lua}/examples/baseFunctions.lua (100%) rename scripts/{ => lua}/examples/coals.lua (100%) rename scripts/{ => lua}/examples/coolEffects.lua (100%) rename scripts/{ => lua}/examples/dynamicTanking.lua (100%) rename scripts/{ => lua}/examples/forceBubble.lua (100%) rename scripts/{ => lua}/examples/laserDiscoDiscoLaser.lua (100%) rename scripts/{ => lua}/examples/parrotSpeak.lua (100%) rename scripts/{ => lua}/examples/poleGen.lua (100%) rename scripts/{ => lua}/examples/raisedShots.lua (100%) rename scripts/{ => lua}/examples/samSimulator.lua (100%) rename scripts/{ => lua}/examples/setcoaltionScript.lua (97%) rename scripts/{ => lua/hooks}/OlympusHook.lua (100%) rename increase_version.js => scripts/node/increase_version.js (100%) diff --git a/.gitignore b/.gitignore index 525cd840..b0c4c8ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ bin .vs x64 -/src/vcpkg_installed +/backend/vcpkg_installed *.user Output *.aps @@ -28,4 +28,5 @@ L.Path.Drag.js leaflet-gesture-handling.css package-lock.json -/package \ No newline at end of file +/package +/build \ No newline at end of file diff --git a/backend/core/core.vcxproj b/backend/core/core.vcxproj index cd753cfb..16d00397 100644 --- a/backend/core/core.vcxproj +++ b/backend/core/core.vcxproj @@ -110,26 +110,26 @@ - + - + - + - + .\..\..\bin\$(Platform)\$(Configuration)\ - .\..\..\bin\ + .\..\..\build\backend\bin\ @@ -212,4 +212,4 @@ - + \ No newline at end of file diff --git a/backend/dcstools/dcstools.vcxproj b/backend/dcstools/dcstools.vcxproj index ca4eca82..3c888948 100644 --- a/backend/dcstools/dcstools.vcxproj +++ b/backend/dcstools/dcstools.vcxproj @@ -77,23 +77,23 @@ - + - + - + - + - .\..\..\bin\ + .\..\..\build\backend\bin\ @@ -172,4 +172,4 @@ - + \ No newline at end of file diff --git a/backend/logger/logger.vcxproj b/backend/logger/logger.vcxproj index 4b723fce..42769412 100644 --- a/backend/logger/logger.vcxproj +++ b/backend/logger/logger.vcxproj @@ -76,23 +76,23 @@ - + - + - + - + - .\..\..\bin\ + .\..\..\build\backend\bin\ @@ -169,4 +169,4 @@ - + \ No newline at end of file diff --git a/backend/luatools/luatools.vcxproj b/backend/luatools/luatools.vcxproj index 1b8a8b08..ce6209e8 100644 --- a/backend/luatools/luatools.vcxproj +++ b/backend/luatools/luatools.vcxproj @@ -60,23 +60,23 @@ - + - + - + - + - .\..\..\bin\ + .\..\..\build\backend\bin\ @@ -173,4 +173,4 @@ - + \ No newline at end of file diff --git a/backend/olympus/olympus.vcxproj b/backend/olympus/olympus.vcxproj index 310338fa..0b5d29bb 100644 --- a/backend/olympus/olympus.vcxproj +++ b/backend/olympus/olympus.vcxproj @@ -62,11 +62,11 @@ - + - + @@ -75,7 +75,7 @@ false - .\..\..\bin\ + .\..\..\build\backend\bin\ @@ -127,4 +127,4 @@ - + \ No newline at end of file diff --git a/backend/utils/utils.vcxproj b/backend/utils/utils.vcxproj index e5ce5cb0..65397a09 100644 --- a/backend/utils/utils.vcxproj +++ b/backend/utils/utils.vcxproj @@ -85,7 +85,7 @@ - .\..\..\bin\ + .\..\..\build\backend\bin\ .\..\..\bin\$(Platform)\$(Configuration)\ diff --git a/build_package.bat b/build_package.bat index c0da8974..0d5ceedd 100644 --- a/build_package.bat +++ b/build_package.bat @@ -1,2 +1,3 @@ -call build.bat -call package.bat \ No newline at end of file +call node .scripts\batch\increase_version.js +call .scripts\batch\build.bat +call .scripts\batch\package.bat \ No newline at end of file diff --git a/client/.vscode/launch.json b/client/.vscode/launch.json index c3765af0..b0f7480e 100644 --- a/client/.vscode/launch.json +++ b/client/.vscode/launch.json @@ -7,7 +7,7 @@ { "type": "chrome", "request": "launch", - "name": "Launch Chrome against localhost", + "name": "Launch Chrome", "url": "http://localhost:3000", "webRoot": "${workspaceFolder}/public/", "sourceMapPathOverrides": { @@ -15,6 +15,18 @@ }, "preLaunchTask": "server", "port": 9222 + }, + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome (No DCS)", + "url": "http://localhost:3000", + "webRoot": "${workspaceFolder}/public/", + "sourceMapPathOverrides": { + "src/*": "${workspaceFolder}/src/*" + }, + "preLaunchTask": "server-nodcs", + "port": 9222 } ] } \ No newline at end of file diff --git a/client/.vscode/tasks.json b/client/.vscode/tasks.json index ee945bcf..c1df1f6e 100644 --- a/client/.vscode/tasks.json +++ b/client/.vscode/tasks.json @@ -8,6 +8,12 @@ "type": "shell", "command": "npm run debug", "isBackground": true + }, + { + "label": "server-nodcs", + "type": "shell", + "command": "npm run debug-nodcs", + "isBackground": true } ] } \ No newline at end of file diff --git a/client/configurator.js b/client/configurator.js deleted file mode 100644 index 540ac0dd..00000000 --- a/client/configurator.js +++ /dev/null @@ -1,167 +0,0 @@ -const fs = require('fs') -const path = require('path') -const yargs = require('yargs'); -const prompt = require('prompt-sync')({sigint: true}); -const sha256 = require('sha256'); -var jsonPath = path.join('..', 'olympus.json'); -var regedit = require('regedit') - -const shellFoldersKey = 'HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders' -const saveGamesKey = '{4C5C32FF-BB9D-43B0-B5B4-2D72E54EAAA4}' - -/* Set the acceptable values */ -yargs.alias('a', 'address').describe('a', 'Backend address').string('a'); -yargs.alias('b', 'backendPort').describe('b', 'Backend port').number('b'); -yargs.alias('c', 'clientPort').describe('c', 'Client port').number('c'); -yargs.alias('p', 'gameMasterPassword').describe('p', 'Game Master password').string('p'); -yargs.alias('bp', 'blueCommanderPassword').describe('bp', 'Blue Commander password').string('bp'); -yargs.alias('rp', 'redCommanderPassword').describe('rp', 'Red Commander password').string('rp'); -yargs.alias('d', 'directory').describe('d', 'Directory where the DCS Olympus configurator is located').string('rp'); -args = yargs.argv; - -async function run() { - /* Check that we can read the json */ - if (fs.existsSync(jsonPath)) { - var json = JSON.parse(fs.readFileSync(jsonPath, 'utf-8')); - - var address = args.address ?? json["server"]["address"]; - var clientPort = args.clientPort ?? json["client"]["port"]; - var backendPort = args.backendPort ?? json["server"]["port"]; - var gameMasterPassword = args.gameMasterPassword? sha256(args.gameMasterPassword): json["authentication"]["gameMasterPassword"]; - var blueCommanderPassword = args.blueCommanderPassword? sha256(args.blueCommanderPassword): json["authentication"]["blueCommanderPassword"]; - var redCommanderPassword = args.redCommanderPassword? sha256(args.redCommanderPassword): json["authentication"]["redCommanderPassword"]; - - /* Run in interactive mode */ - if (args.address === undefined && args.clientPort === undefined && args.backendPort === undefined && - args.gameMasterPassword === undefined && args.blueCommanderPassword === undefined && args.redCommanderPassword === undefined) { - - var newValue; - var result; - - /* Get the new address */ - newValue = prompt(`Insert an address or press Enter to keep current value ${address}. Use * for any address: `); - address = newValue !== ""? newValue: address; - - /* Get the new client port */ - while (true) { - newValue = prompt(`Insert a client port or press Enter to keep current value ${clientPort}. Integers between 1025 and 65535: `); - if (newValue === "") - break; - result = Number(newValue); - - if (!isNaN(result) && Number.isInteger(result) && result > 1024 && result <= 65535) - break; - } - clientPort = newValue? result: clientPort; - - /* Get the new backend port */ - while (true) { - newValue = prompt(`Insert a backend port or press Enter to keep current value ${backendPort}. Integers between 1025 and 65535: `); - if (newValue === "") - break; - result = Number(newValue); - - if (!isNaN(result) && Number.isInteger(result) && result > 1024 && result <= 65535 && result != clientPort) - break; - - if (result === clientPort) - console.log("Client port and backend port must be different."); - } - backendPort = newValue? result: backendPort; - - /* Get the new Game Master password */ - newValue = prompt(`Insert a new Game Master password or press Enter to keep current value: `, {echo: "*"}); - gameMasterPassword = newValue !== ""? sha256(newValue): gameMasterPassword; - - /* Get the new Blue Commander password */ - newValue = prompt(`Insert a new Blue Commander password or press Enter to keep current value: `, {echo: "*"}); - blueCommanderPassword = newValue !== ""? sha256(newValue): blueCommanderPassword; - - /* Get the new Red Commander password */ - newValue = prompt(`Insert a new Red Commander password or press Enter to keep current value: `, {echo: "*"}); - redCommanderPassword = newValue !== ""? sha256(newValue): redCommanderPassword; - } - - /* Apply the inputs */ - json["server"]["address"] = address; - json["client"]["port"] = clientPort; - json["server"]["port"] = backendPort; - json["authentication"]["gameMasterPassword"] = gameMasterPassword; - json["authentication"]["blueCommanderPassword"] = blueCommanderPassword; - json["authentication"]["redCommanderPassword"] = redCommanderPassword; - - /* Write the result to disk */ - const serialized = JSON.stringify(json, null, 4); - fs.writeFileSync(jsonPath, serialized, 'utf8'); - console.log("Olympus.json updated correctly, goodbye!"); - } - else { - console.error("Error, could not read olympus.json file!") - } - - /* Wait a bit before closing the window */ - await new Promise(resolve => setTimeout(resolve, 3000)); -} - -console.log('\x1b[36m%s\x1b[0m', "*********************************************************************"); -console.log('\x1b[36m%s\x1b[0m', "* _____ _____ _____ ____ _ *"); -console.log('\x1b[36m%s\x1b[0m', "* | __ \\ / ____|/ ____| / __ \\| | *"); -console.log('\x1b[36m%s\x1b[0m', "* | | | | | | (___ | | | | |_ _ _ __ ___ _ __ _ _ ___ *"); -console.log('\x1b[36m%s\x1b[0m', "* | | | | | \\___ \\ | | | | | | | | '_ ` _ \\| '_ \\| | | / __| *"); -console.log('\x1b[36m%s\x1b[0m', "* | |__| | |____ ____) | | |__| | | |_| | | | | | | |_) | |_| \\__ \\ *"); -console.log('\x1b[36m%s\x1b[0m', "* |_____/ \\_____|_____/ \\____/|_|\\__, |_| |_| |_| .__/ \\__,_|___/ *"); -console.log('\x1b[36m%s\x1b[0m', "* __/ | | | *"); -console.log('\x1b[36m%s\x1b[0m', "* |___/ |_| *"); -console.log('\x1b[36m%s\x1b[0m', "*********************************************************************"); -console.log('\x1b[36m%s\x1b[0m', ""); - -console.log("DCS Olympus configurator {{OLYMPUS_VERSION_NUMBER}}.{{OLYMPUS_COMMIT_HASH}}"); -console.log(""); - -/* Run the configurator */ -if (args.directory) { - jsonPath = path.join(args.directory, "olympus.json"); -} -else { - /* Automatically detect possible DCS installation folders */ - regedit.list(shellFoldersKey, function(err, result) { - if (err) { - console.log(err); - } - else { - if (result[shellFoldersKey] !== undefined && result[shellFoldersKey]["exists"] && result[shellFoldersKey]['values'][saveGamesKey] !== undefined && result[shellFoldersKey]['values'][saveGamesKey]['value'] !== undefined) - { - const searchpath = result[shellFoldersKey]['values'][saveGamesKey]['value']; - const folders = fs.readdirSync(searchpath); - var options = []; - folders.forEach((folder) => { - if (fs.existsSync(path.join(searchpath, folder, "Logs", "dcs.log"))) { - options.push(folder); - } - }) - console.log("The following DCS Saved Games folders have been automatically detected.") - options.forEach((folder, index) => { - console.log(`(${index + 1}) ${folder}`) - }); - while (true) { - var newValue = prompt(`Please choose a folder onto which the configurator shall operate by typing the associated number: `) - result = Number(newValue); - - if (!isNaN(result) && Number.isInteger(result) && result > 0 && result <= options.length) { - jsonPath = path.join(searchpath, options[result - 1], "Config", "olympus.json"); - break; - } - else { - console.log(`Please type a number between 1 and ${options.length}`); - } - } - - } else { - console.error("An error occured while trying to fetch the location of the DCS folder. Please type the folder location manually.") - jsonPath = path.join(prompt(`DCS Saved Games folder location: `), "olympus.json"); - } - console.log(`Configurator will run on ${jsonPath}, if this is incorrect please restart the configurator`) - run(); - } - }) -} diff --git a/client/copy.bat b/client/copy.bat deleted file mode 100644 index 4a58ce35..00000000 --- a/client/copy.bat +++ /dev/null @@ -1,4 +0,0 @@ -echo F|xcopy /S /Q /Y /F .\\node_modules\\leaflet\\dist\\leaflet.css .\\public\\stylesheets\\leaflet\\leaflet.css -echo F|xcopy /S /Q /Y /F .\\node_modules\\leaflet-gesture-handling\\dist\\leaflet-gesture-handling.css .\\public\\stylesheets\\leaflet\\leaflet-gesture-handling.css -echo F|xcopy /S /Q /Y /F .\\node_modules\\leaflet.nauticscale\\dist\\leaflet.nauticscale.js .\\public\\javascripts\\leaflet.nauticscale.js -echo F|xcopy /S /Q /Y /F .\\node_modules\\leaflet-path-drag\\dist\\L.Path.Drag.js .\\public\\javascripts\\L.Path.Drag.js diff --git a/client/install.bat b/client/install.bat deleted file mode 100644 index 17139b43..00000000 --- a/client/install.bat +++ /dev/null @@ -1 +0,0 @@ -npm install --omit=dev \ No newline at end of file diff --git a/client/package.json b/client/package.json index 37f0b585..ca4403fe 100644 --- a/client/package.json +++ b/client/package.json @@ -1,17 +1,16 @@ { "name": "DCSOlympus", - "node-main": "./bin/www", "main": "client.js", "version": "{{OLYMPUS_VERSION_NUMBER}}", "private": true, "scripts": { - "build": "browserify .\\src\\index.ts --debug -o .\\public\\javascripts\\bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ] && copy.bat", - "build-release": "browserify .\\src\\index.ts -o .\\public\\javascripts\\bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ] && copy.bat", - "emit-declarations": "tsc --project tsconfig.json --declaration --emitDeclarationOnly --outfile ./@types/olympus/index.d.ts", - "copy": "copy.bat", - "start": "node ./bin/www", - "debug": "npm run copy & concurrently --kill-others \"npm run watch\" \"nodemon --ignore ./public/databases/ ./bin/www -- --config ../moc_dcs/Config/olympus.json\"", - "watch": "watchify .\\src\\index.ts --debug -o .\\public\\javascripts\\bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ]", + "build-debug": "call ./scripts/build-debug.bat", + "build-release": "call ./scripts/build-release.bat", + "emit-declarations": "call ./scripts/emit-declarations.bat", + "server": "node ./bin/www", + "debug": "call ./scripts/debug.bat", + "debug-nodcs": "call ./scripts/debug-nodcs.bat", + "watch": "call ./scripts/watch.bat", "client": "electron ." }, "dependencies": { @@ -27,7 +26,6 @@ "js-sha256": "^0.10.1", "morgan": "~1.9.1", "open": "^10.0.0", - "prompt-sync": "^4.2.0", "regedit": "^5.1.2", "save": "^2.9.0", "sha256": "^0.2.0", diff --git a/client/public/databases/airbases/caucasus.json b/client/public/databases/airbases/caucasus.json deleted file mode 100644 index 5b27dcdc..00000000 --- a/client/public/databases/airbases/caucasus.json +++ /dev/null @@ -1,466 +0,0 @@ -{ - "airfields": { - "Anapa-Vityazevo": { - "ICAO": "URKA", - "elevation": "141", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "214", - "ILS": "" - }, - "04": { - "magHeading": "034", - "ILS": "" - } - } - ], - "length": "9000" - } - ] - }, - "Batumi": { - "ICAO": "UGSB", - "elevation": "33", - "TACAN": "16X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "119", - "ILS": "" - }, - "31": { - "magHeading": "299", - "ILS": "" - } - } - ], - "length": "7500" - } - ] - }, - "Beslan": { - "ICAO": "URMO", - "elevation": "1722", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "086", - "ILS": "110.50" - }, - "28": { - "magHeading": "266", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Gelendzhik": { - "ICAO": "URKG", - "elevation": "72", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "19": { - "magHeading": "212", - "ILS": "" - }, - "01": { - "magHeading": "032", - "ILS": "" - } - } - ], - "length": "5400" - } - ] - }, - "Gudauta": { - "ICAO": "UG23", - "elevation": "69", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "144", - "ILS": "" - }, - "33": { - "magHeading": "324", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Kobuleti": { - "ICAO": "UG5X", - "elevation": "69", - "TACAN": "67X", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "243", - "ILS": "" - }, - "07": { - "magHeading": "063", - "ILS": "111.50" - } - } - ], - "length": "7400" - } - ] - }, - "Krasnodar-Center": { - "ICAO": "URKL", - "elevation": "98", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "259", - "ILS": "" - }, - "09": { - "magHeading": "079", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Krasnodar-Pashkovsky": { - "ICAO": "URKK", - "elevation": "112", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "219", - "ILS": "" - }, - "05": { - "magHeading": "039", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Krymsk": { - "ICAO": "URKW", - "elevation": "66", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "212", - "ILS": "" - }, - "04": { - "magHeading": "032", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "Kutaisi": { - "ICAO": "UGKO", - "elevation": "148", - "TACAN": "44X", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "247", - "ILS": "" - }, - "07": { - "magHeading": "067'", - "ILS": "109.75" - } - } - ], - "length": "7700" - } - ] - }, - "Maykop-Khanskaya": { - "ICAO": "URKH", - "elevation": "591", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "211", - "ILS": "" - }, - "04": { - "magHeading": "031", - "ILS": "" - } - } - ], - "length": "10100" - } - ] - }, - "Mineralnye Vody": { - "ICAO": "URMM", - "elevation": "1050", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "108", - "ILS": "111.70" - }, - "30": { - "magHeading": "288", - "ILS": "109.30" - } - } - ], - "length": "12700" - } - ] - }, - "Mozdok": { - "ICAO": "XRMF", - "elevation": "507", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "255", - "ILS": "" - }, - "08": { - "magHeading": "075", - "ILS": "" - } - } - ], - "length": "9400" - } - ] - }, - "Nalchik": { - "ICAO": "URMN", - "elevation": "1411", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "228", - "ILS": "110.50" - }, - "06": { - "magHeading": "048'", - "ILS": "" - } - } - ], - "length": "7000" - } - ] - }, - "Novorossiysk": { - "ICAO": "URKN", - "elevation": "131", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "214", - "ILS": "" - }, - "04": { - "magHeading": "034", - "ILS": "" - } - } - ], - "length": "5400" - } - ] - }, - "Senaki-Kolkhi": { - "ICAO": "UGKS", - "elevation": "43", - "TACAN": "31X", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088'", - "ILS": "108.90" - } - } - ], - "length": "7400" - } - ] - }, - "Sochi-Adler": { - "ICAO": "URSS", - "elevation": "98", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "235", - "ILS": "" - }, - "06": { - "magHeading": "055", - "ILS": "111.10" - } - } - ], - "length": "9700" - } - ] - }, - "Tbilisi-Lochini": { - "ICAO": "UGTB", - "elevation": "1574", - "TACAN": "25X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "121", - "ILS": "110.30" - }, - "31": { - "magHeading": "301", - "ILS": "108.90" - } - } - ], - "length": "9300" - } - ] - }, - "Soganlug": { - "ICAO": "UG24", - "elevation": "1500", - "TACAN": "25X", - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "125", - "ILS": "" - }, - "32": { - "magHeading": "305", - "ILS": "" - } - } - ], - "length": "6500" - } - ] - }, - "Sukhumi-Babushara": { - "ICAO": "UGSS", - "elevation": "43", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "109", - "ILS": "" - }, - "30": { - "magHeading": "289", - "ILS": "" - } - } - ], - "length": "11400" - } - ] - }, - "Vaziani": { - "ICAO": "UG27", - "elevation": "1524", - "TACAN": "22X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "129", - "ILS": "108.75" - }, - "31": { - "magHeading": "309", - "ILS": "108.75" - } - } - ], - "length": "7700" - } - ] - } - } -} \ No newline at end of file diff --git a/client/public/databases/airbases/falklands.json b/client/public/databases/airbases/falklands.json deleted file mode 100644 index 969fc795..00000000 --- a/client/public/databases/airbases/falklands.json +++ /dev/null @@ -1,838 +0,0 @@ -{ - "airfields": { - "Aerodromo De Tolhuin": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "66", - "Heading": "77", - "ILS": "" - } - }, - { - "25": { - "magHeading": "246", - "Heading": "257", - "ILS": "" - } - } - ], - "length": "3297" - } - ], - "TACAN": "", - "ICAO": "SAWL", - "elevation": "355" - }, - "Almirante Schroeders": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "114", - "Heading": "127", - "ILS": "" - } - }, - { - "30": { - "magHeading": "294", - "Heading": "307", - "ILS": "" - } - } - ], - "length": "4628" - }, - { - "headings": [ - { - "22": { - "magHeading": "208", - "Heading": "221", - "ILS": "" - } - }, - { - "04": { - "magHeading": "28", - "Heading": "41", - "ILS": "" - } - } - ], - "length": "3931" - } - ], - "TACAN": "", - "ICAO": "SCDW", - "elevation": "160" - }, - "Rio Chico": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "73", - "Heading": "84", - "ILS": "" - } - }, - { - "26": { - "magHeading": "253", - "Heading": "264", - "ILS": "" - } - } - ], - "length": "3239" - } - ], - "TACAN": "", - "ICAO": "RGR", - "elevation": "74" - }, - "Puerto Natales": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "274", - "Heading": "287", - "ILS": "" - } - }, - { - "10": { - "magHeading": "94", - "Heading": "107", - "ILS": "" - } - } - ], - "length": "5281" - } - ], - "TACAN": "", - "ICAO": "SCNT", - "elevation": "216" - }, - "Mount Pleasant": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "101", - "Heading": "104", - "ILS": "" - } - }, - { - "28": { - "magHeading": "281", - "Heading": "284", - "ILS": "111.90" - } - } - ], - "length": "6763" - }, - { - "headings": [ - { - "23": { - "magHeading": "231", - "Heading": "234", - "ILS": "" - } - }, - { - "05": { - "magHeading": "51", - "Heading": "54", - "ILS": "" - } - } - ], - "length": "6763" - } - ], - "TACAN": "59X", - "ICAO": "EGYP", - "elevation": "243" - }, - "Aerodromo O'Higgins": { - "runways": [ - { - "headings": [ - { - "34": { - "magHeading": "326", - "Heading": "338", - "ILS": "" - } - }, - { - "16": { - "magHeading": "146", - "Heading": "158", - "ILS": "" - } - } - ], - "length": "3968" - } - ], - "TACAN": "", - "ICAO": "SCOH", - "elevation": "900" - }, - "Ushuaia Helo Port": { - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "157", - "Heading": "170", - "ILS": "" - } - }, - { - "34": { - "magHeading": "337", - "Heading": "350", - "ILS": "" - } - } - ], - "length": "5076" - } - ], - "TACAN": "", - "ICAO": "SAWO", - "elevation": "42" - }, - "Franco Bianco": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "65", - "Heading": "77", - "ILS": "" - } - }, - { - "25": { - "magHeading": "245", - "Heading": "257", - "ILS": "" - } - } - ], - "length": "5008" - }, - { - "headings": [ - { - "20": { - "magHeading": "185", - "Heading": "196", - "ILS": "" - } - }, - { - "02": { - "magHeading": "5", - "Heading": "16", - "ILS": "" - } - } - ], - "length": "5008" - } - ], - "TACAN": "", - "ICAO": "SCSB", - "elevation": "104" - }, - "Pampa Guanaco": { - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "248", - "Heading": "260", - "ILS": "" - } - }, - { - "08": { - "magHeading": "68", - "Heading": "80", - "ILS": "" - } - } - ], - "length": "2349" - } - ], - "TACAN": "", - "ICAO": "SCBI", - "elevation": "519" - }, - "Puerto Santa Cruz": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "81", - "Heading": "69", - "ILS": "" - } - }, - { - "25": { - "magHeading": "261", - "Heading": "249", - "ILS": "" - } - } - ], - "length": "5638" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "365" - }, - "San Carlos FOB": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "285", - "Heading": "288", - "ILS": "" - } - }, - { - "29": { - "magHeading": "105", - "Heading": "108", - "ILS": "" - } - } - ], - "length": "1079" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "65" - }, - "Goose Green": { - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "135", - "Heading": "139", - "ILS": "" - } - }, - { - "32": { - "magHeading": "315", - "Heading": "319", - "ILS": "" - } - } - ], - "length": "1976" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "57" - }, - "Rio Turbio": { - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "225", - "Heading": "239", - "ILS": "" - } - }, - { - "06": { - "magHeading": "45", - "Heading": "59", - "ILS": "" - } - } - ], - "length": "5057" - } - ], - "TACAN": "", - "ICAO": "SAWT", - "elevation": "895" - }, - "Porvenir Airfield": { - "runways": [ - { - "headings": [ - { - "09": { - "magHeading": "87", - "Heading": "99", - "ILS": "" - } - }, - { - "27": { - "magHeading": "266", - "Heading": "279", - "ILS": "" - } - } - ], - "length": "7821" - }, - { - "headings": [ - { - "21": { - "magHeading": "203", - "Heading": "216", - "ILS": "" - } - }, - { - "03": { - "magHeading": "23", - "Heading": "36", - "ILS": "" - } - } - ], - "length": "3220" - } - ], - "TACAN": "", - "ICAO": "SCFM", - "elevation": "56" - }, - "Punta Arenas": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "295", - "Heading": "308", - "ILS": "" - } - }, - { - "12": { - "magHeading": "140", - "Heading": "128", - "ILS": "" - } - } - ], - "length": "6834" - }, - { - "headings": [ - { - "25": { - "magHeading": "270", - "Heading": "258", - "ILS": "" - } - }, - { - "07": { - "magHeading": "90", - "Heading": "78", - "ILS": "" - } - } - ], - "length": "9360" - }, - { - "headings": [ - { - "19": { - "magHeading": "210", - "Heading": "198", - "ILS": "" - } - } - ], - "length": "5160" - } - ], - "TACAN": "", - "ICAO": "SCCI", - "elevation": "122" - }, - "Gull Point": { - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "149", - "Heading": "152", - "ILS": "" - } - }, - { - "33": { - "magHeading": "329", - "Heading": "332", - "ILS": "" - } - } - ], - "length": "1521" - }, - { - "headings": [ - { - "23": { - "magHeading": "212", - "Heading": "216", - "ILS": "" - } - }, - { - "05": { - "magHeading": "33", - "Heading": "36", - "ILS": "" - } - } - ], - "length": "1352" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "4" - }, - "Caleta Tortel Airport": { - "runways": [ - { - "headings": [ - { - "04": { - "magHeading": "235", - "Heading": "223", - "ILS": "" - } - }, - { - "22": { - "magHeading": "55", - "Heading": "43", - "ILS": "" - } - } - ], - "length": "1770" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "3" - }, - "Comandante Luis Piedrabuena": { - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "272", - "Heading": "260", - "ILS": "" - } - }, - { - "08": { - "magHeading": "92", - "Heading": "80", - "ILS": "" - } - } - ], - "length": "3505" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "69" - }, - "Hipico Flying Club": { - "runways": [ - { - "headings": [ - { - "02": { - "magHeading": "1", - "Heading": "11", - "ILS": "" - } - }, - { - "19": { - "magHeading": "180", - "Heading": "191", - "ILS": "" - } - } - ], - "length": "2304" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "934" - }, - "Cullen Airport": { - "runways": [], - "TACAN": "", - "ICAO": "", - "elevation": "0" - }, - "Aeropuerto de Gobernador Gregores": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "263", - "Heading": "274", - "ILS": "" - } - }, - { - "10": { - "magHeading": "84", - "Heading": "94", - "ILS": "" - } - } - ], - "length": "8672" - } - ], - "TACAN": "", - "ICAO": "SAWR", - "elevation": "1168" - }, - "San Julian": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "242", - "Heading": "251", - "ILS": "" - } - }, - { - "07": { - "magHeading": "62", - "Heading": "71", - "ILS": "" - } - } - ], - "length": "6218" - } - ], - "TACAN": "", - "ICAO": "SAWJ", - "elevation": "144" - }, - "Puerto Williams": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "70", - "Heading": "82", - "ILS": "" - } - }, - { - "26": { - "magHeading": "250", - "Heading": "262", - "ILS": "" - } - } - ], - "length": "4312" - } - ], - "TACAN": "", - "ICAO": "SCGZ", - "elevation": "83" - }, - "Ushuaia": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "65", - "Heading": "77", - "ILS": "" - } - }, - { - "25": { - "magHeading": "245", - "Heading": "257", - "ILS": "111.30" - } - } - ], - "length": "7631" - } - ], - "TACAN": "", - "ICAO": "SAWH", - "elevation": "60" - }, - "Rio Gallegos": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "245", - "Heading": "256", - "ILS": "110.30" - } - }, - { - "07": { - "magHeading": "65", - "Heading": "76", - "ILS": "" - } - } - ], - "length": "10585" - } - ], - "TACAN": "", - "ICAO": "SAWG", - "elevation": "50" - }, - "Rio Grande": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "68", - "Heading": "79", - "ILS": "" - } - }, - { - "26": { - "magHeading": "247", - "Heading": "259", - "ILS": "109.50" - } - } - ], - "length": "5922" - } - ], - "TACAN": "31X", - "ICAO": "SAWE", - "elevation": "60" - }, - "Port Stanley": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "266", - "Heading": "269", - "ILS": "" - } - }, - { - "09": { - "magHeading": "101", - "Heading": "86", - "ILS": "" - } - } - ], - "length": "4388" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "67" - }, - "El Calafate": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "241", - "Heading": "253", - "ILS": "108.90" - } - }, - { - "07": { - "magHeading": "61", - "Heading": "73", - "ILS": "" - } - } - ], - "length": "7579" - } - ], - "TACAN": "", - "ICAO": "SAWC", - "elevation": "654" - } - } -} \ No newline at end of file diff --git a/client/public/databases/airbases/marianas.json b/client/public/databases/airbases/marianas.json deleted file mode 100644 index 5b27dcdc..00000000 --- a/client/public/databases/airbases/marianas.json +++ /dev/null @@ -1,466 +0,0 @@ -{ - "airfields": { - "Anapa-Vityazevo": { - "ICAO": "URKA", - "elevation": "141", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "214", - "ILS": "" - }, - "04": { - "magHeading": "034", - "ILS": "" - } - } - ], - "length": "9000" - } - ] - }, - "Batumi": { - "ICAO": "UGSB", - "elevation": "33", - "TACAN": "16X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "119", - "ILS": "" - }, - "31": { - "magHeading": "299", - "ILS": "" - } - } - ], - "length": "7500" - } - ] - }, - "Beslan": { - "ICAO": "URMO", - "elevation": "1722", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "086", - "ILS": "110.50" - }, - "28": { - "magHeading": "266", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Gelendzhik": { - "ICAO": "URKG", - "elevation": "72", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "19": { - "magHeading": "212", - "ILS": "" - }, - "01": { - "magHeading": "032", - "ILS": "" - } - } - ], - "length": "5400" - } - ] - }, - "Gudauta": { - "ICAO": "UG23", - "elevation": "69", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "144", - "ILS": "" - }, - "33": { - "magHeading": "324", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Kobuleti": { - "ICAO": "UG5X", - "elevation": "69", - "TACAN": "67X", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "243", - "ILS": "" - }, - "07": { - "magHeading": "063", - "ILS": "111.50" - } - } - ], - "length": "7400" - } - ] - }, - "Krasnodar-Center": { - "ICAO": "URKL", - "elevation": "98", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "259", - "ILS": "" - }, - "09": { - "magHeading": "079", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Krasnodar-Pashkovsky": { - "ICAO": "URKK", - "elevation": "112", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "219", - "ILS": "" - }, - "05": { - "magHeading": "039", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Krymsk": { - "ICAO": "URKW", - "elevation": "66", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "212", - "ILS": "" - }, - "04": { - "magHeading": "032", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "Kutaisi": { - "ICAO": "UGKO", - "elevation": "148", - "TACAN": "44X", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "247", - "ILS": "" - }, - "07": { - "magHeading": "067'", - "ILS": "109.75" - } - } - ], - "length": "7700" - } - ] - }, - "Maykop-Khanskaya": { - "ICAO": "URKH", - "elevation": "591", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "211", - "ILS": "" - }, - "04": { - "magHeading": "031", - "ILS": "" - } - } - ], - "length": "10100" - } - ] - }, - "Mineralnye Vody": { - "ICAO": "URMM", - "elevation": "1050", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "108", - "ILS": "111.70" - }, - "30": { - "magHeading": "288", - "ILS": "109.30" - } - } - ], - "length": "12700" - } - ] - }, - "Mozdok": { - "ICAO": "XRMF", - "elevation": "507", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "255", - "ILS": "" - }, - "08": { - "magHeading": "075", - "ILS": "" - } - } - ], - "length": "9400" - } - ] - }, - "Nalchik": { - "ICAO": "URMN", - "elevation": "1411", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "228", - "ILS": "110.50" - }, - "06": { - "magHeading": "048'", - "ILS": "" - } - } - ], - "length": "7000" - } - ] - }, - "Novorossiysk": { - "ICAO": "URKN", - "elevation": "131", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "214", - "ILS": "" - }, - "04": { - "magHeading": "034", - "ILS": "" - } - } - ], - "length": "5400" - } - ] - }, - "Senaki-Kolkhi": { - "ICAO": "UGKS", - "elevation": "43", - "TACAN": "31X", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088'", - "ILS": "108.90" - } - } - ], - "length": "7400" - } - ] - }, - "Sochi-Adler": { - "ICAO": "URSS", - "elevation": "98", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "235", - "ILS": "" - }, - "06": { - "magHeading": "055", - "ILS": "111.10" - } - } - ], - "length": "9700" - } - ] - }, - "Tbilisi-Lochini": { - "ICAO": "UGTB", - "elevation": "1574", - "TACAN": "25X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "121", - "ILS": "110.30" - }, - "31": { - "magHeading": "301", - "ILS": "108.90" - } - } - ], - "length": "9300" - } - ] - }, - "Soganlug": { - "ICAO": "UG24", - "elevation": "1500", - "TACAN": "25X", - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "125", - "ILS": "" - }, - "32": { - "magHeading": "305", - "ILS": "" - } - } - ], - "length": "6500" - } - ] - }, - "Sukhumi-Babushara": { - "ICAO": "UGSS", - "elevation": "43", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "109", - "ILS": "" - }, - "30": { - "magHeading": "289", - "ILS": "" - } - } - ], - "length": "11400" - } - ] - }, - "Vaziani": { - "ICAO": "UG27", - "elevation": "1524", - "TACAN": "22X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "129", - "ILS": "108.75" - }, - "31": { - "magHeading": "309", - "ILS": "108.75" - } - } - ], - "length": "7700" - } - ] - } - } -} \ No newline at end of file diff --git a/client/public/databases/airbases/nevada.json b/client/public/databases/airbases/nevada.json deleted file mode 100644 index 2eaf04df..00000000 --- a/client/public/databases/airbases/nevada.json +++ /dev/null @@ -1,558 +0,0 @@ -{ - "airfields": { - "Beatty": { - "ICAO": "KBTY", - "elevation": "3173", - "TACAN": "94X", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "168", - "ILS": "" - }, - "34": { - "magHeading": "348", - "ILS": "" - } - } - ], - "length": "5500" - } - ] - }, - "Boulder City": { - "ICAO": "KBVU", - "elevation": "2205", - "TACAN": "114X", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "153", - "ILS": "" - }, - "33": { - "magHeading": "333", - "ILS": "" - } - } - ], - "length": "3700" - }, - { - "headings": [ - { - "27": { - "magHeading": "267", - "ILS": "" - }, - "09": { - "magHeading": "087", - "ILS": "" - } - } - ], - "length": "4400" - } - ] - }, - "Creech": { - "ICAO": "KINS", - "elevation": "3126", - "TACAN": "87X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "134", - "ILS": "" - }, - "31": { - "magHeading": "314", - "ILS": "" - } - } - ], - "length": "4700" - }, - { - "headings": [ - { - "26": { - "magHeading": "260", - "ILS": "" - }, - "08": { - "magHeading": "080", - "ILS": "108.70" - } - } - ], - "length": "8700" - } - ] - }, - "Echo Bay": { - "ICAO": "0L9", - "elevation": "1549", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "246", - "ILS": "" - }, - "06": { - "magHeading": "066", - "ILS": "" - } - } - ], - "length": "3300" - } - ] - }, - "Groom Lake": { - "ICAO": "KXTA", - "elevation": "4495", - "TACAN": "18X", - "runways": [ - { - "headings": [ - { - "14L": { - "magHeading": "145", - "ILS": "" - }, - "32R": { - "magHeading": "325", - "ILS": "109.30" - } - } - ], - "length": "11700" - }, - { - "headings": [ - { - "14R (CLOSED)": { - "magHeading": "145", - "ILS": "" - }, - "32L (CLOSED)": { - "magHeading": "325", - "ILS": "" - } - } - ], - "length": "17800" - } - ] - }, - "Henderson Executive": { - "ICAO": "KHND", - "elevation": "2493", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "17L": { - "magHeading": "168", - "ILS": "" - }, - "35R": { - "magHeading": "348", - "ILS": "" - } - } - ], - "length": "4600" - }, - { - "headings": [ - { - "17R": { - "magHeading": "168", - "ILS": "" - }, - "35L": { - "magHeading": "348", - "ILS": "" - } - } - ], - "length": "6100" - } - ] - }, - "Jean": { - "ICAO": "", - "elevation": "2825", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "02L": { - "magHeading": "020", - "ILS": "" - }, - "20R": { - "magHeading": "200", - "ILS": "" - } - } - ], - "length": "4500" - }, - { - "headings": [ - { - "02R": { - "magHeading": "020", - "ILS": "" - }, - "20L": { - "magHeading": "200", - "ILS": "" - } - } - ], - "length": "3600" - } - ] - }, - "McCarran International": { - "ICAO": "KLAS", - "elevation": "2178", - "TACAN": "116X", - "runways": [ - { - "headings": [ - { - "01L": { - "magHeading": "013", - "ILS": "" - }, - "19R": { - "magHeading": "193", - "ILS": "" - } - } - ], - "length": "8000" - }, - { - "headings": [ - { - "01R": { - "magHeading": "013", - "ILS": "" - }, - "19L": { - "magHeading": "193", - "ILS": "" - } - } - ], - "length": "8000" - }, - { - "headings": [ - { - "07L": { - "magHeading": "078", - "ILS": "" - }, - "25R": { - "magHeading": "258", - "ILS": "110.30" - } - } - ], - "length": "10600" - }, - { - "headings": [ - { - "07R": { - "magHeading": "078", - "ILS": "" - }, - "25L": { - "magHeading": "258", - "ILS": "" - } - } - ], - "length": "10100" - } - ] - }, - "Laughlin": { - "ICAO": "KIFP", - "elevation": "673", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "164", - "ILS": "" - }, - "34": { - "magHeading": "344", - "ILS": "" - } - } - ], - "length": "7100" - } - ] - }, - "Lincoln County": { - "ICAO": "", - "elevation": "4816", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "17": { - "magHeading": "170", - "ILS": "" - }, - "35": { - "magHeading": "350", - "ILS": "" - } - } - ], - "length": "4500" - } - ] - }, - "Mesquite": { - "ICAO": "67L", - "elevation": "1859", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "19": { - "magHeading": "197", - "ILS": "" - }, - "01": { - "magHeading": "017", - "ILS": "" - } - } - ], - "length": "5000" - } - ] - }, - "Mina": { - "ICAO": "", - "elevation": "4560", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "140", - "ILS": "" - }, - "31": { - "magHeading": "320", - "ILS": "" - } - } - ], - "length": "4100" - } - ] - }, - "Nellis": { - "ICAO": "KLSV", - "elevation": "1849", - "TACAN": "12X", - "runways": [ - { - "headings": [ - { - "03L": { - "magHeading": "029", - "ILS": "" - }, - "21R": { - "magHeading": "209", - "ILS": "" - } - } - ], - "length": "9800" - }, - { - "headings": [ - { - "03R": { - "magHeading": "029", - "ILS": "" - }, - "21L": { - "magHeading": "209", - "ILS": "109.10" - } - } - ], - "length": "9800" - } - ] - }, - "North Las Vegas": { - "ICAO": "KVGT", - "elevation": "2228", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "256", - "ILS": "" - }, - "07": { - "magHeading": "076", - "ILS": "" - } - } - ], - "length": "4900" - }, - { - "headings": [ - { - "12L": { - "magHeading": "122", - "ILS": "110.70" - }, - "30R": { - "magHeading": "302", - "ILS": "109.10" - } - } - ], - "length": "3800" - }, - { - "headings": [ - { - "12R": { - "magHeading": "122", - "ILS": "" - }, - "30L": { - "magHeading": "302", - "ILS": "" - } - } - ], - "length": "4600" - } - ] - }, - "Pahute Mesa": { - "ICAO": "", - "elevation": "5059", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "18": { - "magHeading": "182", - "ILS": "" - }, - "36": { - "magHeading": "002", - "ILS": "" - } - } - ], - "length": "5500" - } - ] - }, - "Tonopah": { - "ICAO": "KTPH", - "elevation": "5390", - "TACAN": "119X", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "113", - "ILS": "" - }, - "29": { - "magHeading": "293", - "ILS": "" - } - } - ], - "length": "5600" - }, - { - "headings": [ - { - "15": { - "magHeading": "153", - "ILS": "" - }, - "33": { - "magHeading": "333", - "ILS": "" - } - } - ], - "length": "6800" - } - ] - }, - "Tonopah Test Range": { - "ICAO": "KTNX", - "elevation": "5535", - "TACAN": "77X", - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "145", - "ILS": "108.30" - }, - "32": { - "magHeading": "325", - "ILS": "111.70" - } - } - ], - "length": "11700" - } - ] - } - } -} \ No newline at end of file diff --git a/client/public/databases/airbases/normandy.json b/client/public/databases/airbases/normandy.json deleted file mode 100644 index 9b7a4874..00000000 --- a/client/public/databases/airbases/normandy.json +++ /dev/null @@ -1,2633 +0,0 @@ -{ - "airfields": { - "Lantheuil": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "3597" - } - ], - "TACAN": "", - "ICAO": "B-9", - "elevation": "174" - }, - "Meautis": { - "runways": [ - { - "headings": [ - { - "8": { - "magHeading": "89", - "Heading": "80", - "ILS": "" - } - }, - { - "26": { - "magHeading": "269", - "Heading": "260", - "ILS": "" - } - } - ], - "length": "3951" - } - ], - "TACAN": "", - "ICAO": "A-17", - "elevation": "83" - }, - "Evreux": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "224", - "Heading": "215", - "ILS": "" - } - }, - { - "04": { - "magHeading": "44", - "Heading": "35", - "ILS": "" - } - } - ], - "length": "5102" - }, - { - "headings": [ - { - "17": { - "magHeading": "173", - "Heading": "164", - "ILS": "" - } - }, - { - "35": { - "magHeading": "353", - "Heading": "344", - "ILS": "" - } - } - ], - "length": "5102" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "423" - }, - "Deux Jumeaux": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "294", - "Heading": "285", - "ILS": "" - } - }, - { - "10": { - "magHeading": "114", - "Heading": "105", - "ILS": "" - } - } - ], - "length": "4628" - } - ], - "TACAN": "", - "ICAO": "A-4", - "elevation": "123" - }, - "Deanland": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "243", - "Heading": "234", - "ILS": "" - } - }, - { - "4": { - "magHeading": "63", - "Heading": "54", - "ILS": "" - } - } - ], - "length": "3371" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "72" - }, - "Beaumont-le-Roger": { - "runways": [ - { - "headings": [ - { - "33": { - "magHeading": "330", - "Heading": "321", - "ILS": "" - } - }, - { - "15": { - "magHeading": "150", - "Heading": "141", - "ILS": "" - } - } - ], - "length": "2544" - }, - { - "headings": [ - { - "24": { - "magHeading": "240", - "Heading": "231", - "ILS": "" - } - }, - { - "06": { - "magHeading": "60", - "Heading": "51", - "ILS": "" - } - } - ], - "length": "2544" - }, - { - "headings": [ - { - "4": { - "magHeading": "272", - "Heading": "263", - "ILS": "" - } - }, - { - "22": { - "magHeading": "92", - "Heading": "83", - "ILS": "" - } - } - ], - "length": "2750" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "488" - }, - "Biniville": { - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "149", - "Heading": "140", - "ILS": "" - } - }, - { - "32": { - "magHeading": "329", - "Heading": "320", - "ILS": "" - } - } - ], - "length": "3383" - } - ], - "TACAN": "", - "ICAO": "A-24", - "elevation": "106" - }, - "Funtington": { - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "159", - "Heading": "150", - "ILS": "" - } - }, - { - "33": { - "magHeading": "339", - "Heading": "330", - "ILS": "" - } - } - ], - "length": "5189" - }, - { - "headings": [ - { - "09": { - "magHeading": "94", - "Heading": "85", - "ILS": "" - } - }, - { - "27": { - "magHeading": "274", - "Heading": "265", - "ILS": "" - } - } - ], - "length": "6987" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "124" - }, - "Beny-sur-Mer": { - "runways": [ - { - "headings": [ - { - "35": { - "magHeading": "361", - "Heading": "352", - "ILS": "" - } - }, - { - "17": { - "magHeading": "181", - "Heading": "172", - "ILS": "" - } - } - ], - "length": "3155" - } - ], - "TACAN": "", - "ICAO": "B-4", - "elevation": "199" - }, - "Hauterive": { - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "151", - "Heading": "142", - "ILS": "" - } - }, - { - "33": { - "magHeading": "331", - "Heading": "322", - "ILS": "" - } - } - ], - "length": "3283" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "489" - }, - "Lignerolles": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "119", - "Heading": "110", - "ILS": "" - } - }, - { - "29": { - "magHeading": "299", - "Heading": "290", - "ILS": "" - } - } - ], - "length": "3436" - } - ], - "TACAN": "", - "ICAO": "A-12", - "elevation": "404" - }, - "Kenley": { - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "130", - "Heading": "121", - "ILS": "" - } - }, - { - "31": { - "magHeading": "310", - "Heading": "301", - "ILS": "" - } - } - ], - "length": "2110" - }, - { - "headings": [ - { - "30": { - "magHeading": "30", - "Heading": "21", - "ILS": "" - } - }, - { - "12": { - "magHeading": "210", - "Heading": "201", - "ILS": "" - } - } - ], - "length": "2110" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "561" - }, - "Gravesend": { - "runways": [ - { - "headings": [ - { - "18": { - "magHeading": "186", - "Heading": "177", - "ILS": "" - } - }, - { - "36": { - "magHeading": "366", - "Heading": "357", - "ILS": "" - } - } - ], - "length": "5160" - }, - { - "headings": [ - { - "24": { - "magHeading": "245", - "Heading": "236", - "ILS": "" - } - }, - { - "06": { - "magHeading": "65", - "Heading": "56", - "ILS": "" - } - } - ], - "length": "5160" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "178" - }, - "Triqueville": { - "runways": [ - { - "headings": [ - { - "34": { - "magHeading": "348", - "Heading": "339", - "ILS": "" - } - }, - { - "16": { - "magHeading": "168", - "Heading": "159", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "402" - }, - "Rucqueville": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "279", - "Heading": "270", - "ILS": "" - } - }, - { - "9": { - "magHeading": "99", - "Heading": "90", - "ILS": "" - } - } - ], - "length": "4561" - } - ], - "TACAN": "", - "ICAO": "B-7", - "elevation": "192" - }, - "Villacoublay": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "312", - "Heading": "303", - "ILS": "" - } - }, - { - "12": { - "magHeading": "132", - "Heading": "123", - "ILS": "" - } - } - ], - "length": "3710" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "557" - }, - "Bazenville": { - "runways": [ - { - "headings": [ - { - "5": { - "magHeading": "62", - "Heading": "53", - "ILS": "" - } - }, - { - "23": { - "magHeading": "242", - "Heading": "233", - "ILS": "" - } - } - ], - "length": "3800" - } - ], - "TACAN": "", - "ICAO": "B-2", - "elevation": "199" - }, - "Stoney Cross": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "71", - "Heading": "62", - "ILS": "" - } - }, - { - "24": { - "magHeading": "251", - "Heading": "242", - "ILS": "" - } - } - ], - "length": "5647" - }, - { - "headings": [ - { - "19": { - "magHeading": "190", - "Heading": "181", - "ILS": "" - } - }, - { - "01": { - "magHeading": "10", - "Heading": "1", - "ILS": "" - } - } - ], - "length": "5647" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "384" - }, - "Dinan-Trelivan": { - "runways": [ - { - "headings": [ - { - "7": { - "magHeading": "79", - "Heading": "70", - "ILS": "" - } - }, - { - "25": { - "magHeading": "259", - "Heading": "250", - "ILS": "" - } - } - ], - "length": "2509" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "377" - }, - "Ford": { - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "152", - "Heading": "143", - "ILS": "" - } - }, - { - "32": { - "magHeading": "332", - "Heading": "323", - "ILS": "" - } - } - ], - "length": "4617" - }, - { - "headings": [ - { - "06": { - "magHeading": "66", - "Heading": "57", - "ILS": "" - } - }, - { - "24": { - "magHeading": "246", - "Heading": "237", - "ILS": "" - } - } - ], - "length": "5833" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "29" - }, - "Cricqueville-en-Bessin": { - "runways": [ - { - "headings": [ - { - "17": { - "magHeading": "182", - "Heading": "173", - "ILS": "" - } - }, - { - "35": { - "magHeading": "362", - "Heading": "353", - "ILS": "" - } - } - ], - "length": "3459" - } - ], - "TACAN": "", - "ICAO": "A-2", - "elevation": "81" - }, - "Beuzeville": { - "runways": [ - { - "headings": [ - { - "5": { - "magHeading": "58", - "Heading": "49", - "ILS": "" - } - }, - { - "23": { - "magHeading": "238", - "Heading": "229", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "A-6", - "elevation": "114" - }, - "Sommervieu": { - "runways": [ - { - "headings": [ - { - "9": { - "magHeading": "95", - "Heading": "86", - "ILS": "" - } - }, - { - "27": { - "magHeading": "275", - "Heading": "266", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "B-8", - "elevation": "186" - }, - "Avranches Le Val-Saint-Pere": { - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "135", - "Heading": "126", - "ILS": "" - } - }, - { - "31": { - "magHeading": "315", - "Heading": "306", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "46" - }, - "West Malling": { - "runways": [ - { - "headings": [ - { - "33": { - "magHeading": "253", - "Heading": "244", - "ILS": "" - } - }, - { - "15": { - "magHeading": "73", - "Heading": "64", - "ILS": "" - } - } - ], - "length": "5037" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "305" - }, - "Needs Oar Point": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "4255" - }, - { - "headings": [ - { - "17": { - "magHeading": "179", - "Heading": "170", - "ILS": "" - } - }, - { - "35": { - "magHeading": "359", - "Heading": "350", - "ILS": "" - } - } - ], - "length": "4255" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "19" - }, - "Longues-sur-Mer": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "129", - "Heading": "120", - "ILS": "" - } - }, - { - "30": { - "magHeading": "309", - "Heading": "300", - "ILS": "" - } - } - ], - "length": "3155" - } - ], - "TACAN": "", - "ICAO": "B-11", - "elevation": "225" - }, - "Barville": { - "runways": [ - { - "headings": [ - { - "33": { - "magHeading": "336", - "Heading": "327", - "ILS": "" - } - }, - { - "15": { - "magHeading": "156", - "Heading": "147", - "ILS": "" - } - } - ], - "length": "4216" - }, - { - "headings": [ - { - "28": { - "magHeading": "285", - "Heading": "276", - "ILS": "" - } - }, - { - "10": { - "magHeading": "105", - "Heading": "96", - "ILS": "" - } - } - ], - "length": "4216" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "462" - }, - "Fecamp-Benouville": { - "runways": [ - { - "headings": [ - { - "36": { - "magHeading": "369", - "Heading": "360", - "ILS": "" - } - }, - { - "18": { - "magHeading": "189", - "Heading": "180", - "ILS": "" - } - } - ], - "length": "3182" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "295" - }, - "Merville Calonne": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "82", - "Heading": "73", - "ILS": "" - } - }, - { - "26": { - "magHeading": "262", - "Heading": "253", - "ILS": "" - } - } - ], - "length": "4285" - }, - { - "headings": [ - { - "22": { - "magHeading": "223", - "Heading": "214", - "ILS": "" - } - }, - { - "04": { - "magHeading": "43", - "Heading": "34", - "ILS": "" - } - } - ], - "length": "5195" - }, - { - "headings": [ - { - "32": { - "magHeading": "325", - "Heading": "316", - "ILS": "" - } - }, - { - "14": { - "magHeading": "145", - "Heading": "136", - "ILS": "" - } - } - ], - "length": "5365" - } - ], - "TACAN": "", - "ICAO": "LFQT", - "elevation": "131" - }, - "Saint-Omer Wizernes": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "99", - "Heading": "90", - "ILS": "" - } - }, - { - "28": { - "magHeading": "279", - "Heading": "270", - "ILS": "" - } - } - ], - "length": "1912" - }, - { - "headings": [ - { - "02": { - "magHeading": "39", - "Heading": "30", - "ILS": "" - } - }, - { - "20": { - "magHeading": "219", - "Heading": "210", - "ILS": "" - } - } - ], - "length": "1912" - } - ], - "TACAN": "", - "ICAO": "LFQN", - "elevation": "213" - }, - "Carpiquet": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "313", - "Heading": "304", - "ILS": "" - } - }, - { - "12": { - "magHeading": "133", - "Heading": "124", - "ILS": "" - } - } - ], - "length": "5114" - } - ], - "TACAN": "", - "ICAO": "B-17", - "elevation": "187" - }, - "Cardonville": { - "runways": [ - { - "headings": [ - { - "33": { - "magHeading": "343", - "Heading": "334", - "ILS": "" - } - }, - { - "15": { - "magHeading": "163", - "Heading": "154", - "ILS": "" - } - } - ], - "length": "4541" - } - ], - "TACAN": "", - "ICAO": "A-3", - "elevation": "101" - }, - "Picauville": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "119", - "Heading": "110", - "ILS": "" - } - }, - { - "29": { - "magHeading": "299", - "Heading": "290", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "A-8", - "elevation": "72" - }, - "Orly": { - "runways": [ - { - "headings": [ - { - "7": { - "magHeading": "77", - "Heading": "68", - "ILS": "" - } - }, - { - "25": { - "magHeading": "257", - "Heading": "248", - "ILS": "" - } - } - ], - "length": "3227" - }, - { - "headings": [ - { - "02": { - "magHeading": "23", - "Heading": "14", - "ILS": "" - } - }, - { - "20": { - "magHeading": "203", - "Heading": "194", - "ILS": "" - } - } - ], - "length": "3227" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "272" - }, - "Vrigny": { - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "144", - "Heading": "135", - "ILS": "" - } - }, - { - "32": { - "magHeading": "324", - "Heading": "315", - "ILS": "" - } - } - ], - "length": "3283" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "590" - }, - "Abbeville Drucat": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "315", - "Heading": "306", - "ILS": "" - } - }, - { - "13": { - "magHeading": "135", - "Heading": "126", - "ILS": "" - } - } - ], - "length": "3621" - }, - { - "headings": [ - { - "20": { - "magHeading": "207", - "Heading": "198", - "ILS": "" - } - }, - { - "02": { - "magHeading": "27", - "Heading": "18", - "ILS": "" - } - } - ], - "length": "3621" - }, - { - "headings": [ - { - "09": { - "magHeading": "94", - "Heading": "85", - "ILS": "" - } - }, - { - "27": { - "magHeading": "274", - "Heading": "265", - "ILS": "" - } - } - ], - "length": "4867" - } - ], - "TACAN": "", - "ICAO": "LFOI", - "elevation": "216" - }, - "Detling": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "230", - "Heading": "221", - "ILS": "" - } - }, - { - "4": { - "magHeading": "50", - "Heading": "41", - "ILS": "" - } - } - ], - "length": "3563" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "593" - }, - "Lympne": { - "runways": [ - { - "headings": [ - { - "FIELD S": { - "magHeading": "208", - "Heading": "199", - "ILS": "" - } - }, - { - "FIELD N": { - "magHeading": "28", - "Heading": "19", - "ILS": "" - } - } - ], - "length": "3211" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "202" - }, - "Cretteville": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "319", - "Heading": "310", - "ILS": "" - } - }, - { - "13": { - "magHeading": "139", - "Heading": "130", - "ILS": "" - } - } - ], - "length": "4594" - } - ], - "TACAN": "", - "ICAO": "A-14", - "elevation": "95" - }, - "Conches": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "232", - "Heading": "223", - "ILS": "" - } - }, - { - "4": { - "magHeading": "52", - "Heading": "43", - "ILS": "" - } - } - ], - "length": "4844" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "541" - }, - "Lymington": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "325", - "Heading": "316", - "ILS": "" - } - }, - { - "12": { - "magHeading": "145", - "Heading": "136", - "ILS": "" - } - } - ], - "length": "3383" - }, - { - "headings": [ - { - "24": { - "magHeading": "247", - "Heading": "238", - "ILS": "" - } - }, - { - "06": { - "magHeading": "67", - "Heading": "58", - "ILS": "" - } - } - ], - "length": "3383" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "19" - }, - "Flers": { - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "241", - "Heading": "232", - "ILS": "" - } - }, - { - "05": { - "magHeading": "61", - "Heading": "52", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "650" - }, - "Manston": { - "runways": [ - { - "headings": [ - { - "02": { - "magHeading": "107", - "Heading": "98", - "ILS": "" - } - }, - { - "20": { - "magHeading": "287", - "Heading": "278", - "ILS": "" - } - } - ], - "length": "8992" - } - ], - "TACAN": "", - "ICAO": "EGMH", - "elevation": "157" - }, - "Biggin Hill": { - "runways": [ - { - "headings": [ - { - "21": { - "magHeading": "213", - "Heading": "203", - "ILS": "" - } - }, - { - "03": { - "magHeading": "33", - "Heading": "23", - "ILS": "" - } - } - ], - "length": "4988" - }, - { - "headings": [ - { - "23": { - "magHeading": "233", - "Heading": "223", - "ILS": "" - } - }, - { - "05": { - "magHeading": "53", - "Heading": "43", - "ILS": "" - } - } - ], - "length": "2819" - }, - { - "headings": [ - { - "29": { - "magHeading": "293", - "Heading": "283", - "ILS": "" - } - }, - { - "11": { - "magHeading": "113", - "Heading": "103", - "ILS": "" - } - } - ], - "length": "2855" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "0" - }, - "Odiham": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "284", - "Heading": "275", - "ILS": "" - } - }, - { - "10": { - "magHeading": "104", - "Heading": "95", - "ILS": "" - } - } - ], - "length": "4799" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "366" - }, - "Saint-Andre-de-lEure": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "316", - "Heading": "307", - "ILS": "" - } - }, - { - "13": { - "magHeading": "136", - "Heading": "127", - "ILS": "" - } - } - ], - "length": "4992" - }, - { - "headings": [ - { - "24": { - "magHeading": "238", - "Heading": "229", - "ILS": "" - } - }, - { - "06": { - "magHeading": "58", - "Heading": "49", - "ILS": "" - } - } - ], - "length": "4992" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "468" - }, - "Heathrow": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "97", - "Heading": "88", - "ILS": "" - } - }, - { - "30": { - "magHeading": "277", - "Heading": "268", - "ILS": "" - } - } - ], - "length": "8592" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "88" - }, - "Le Molay": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "230", - "Heading": "221", - "ILS": "" - } - }, - { - "04": { - "magHeading": "50", - "Heading": "41", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "A-9", - "elevation": "104" - }, - "Guyancourt": { - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "142", - "Heading": "133", - "ILS": "" - } - }, - { - "31": { - "magHeading": "322", - "Heading": "313", - "ILS": "" - } - } - ], - "length": "2544" - }, - { - "headings": [ - { - "05": { - "magHeading": "51", - "Heading": "42", - "ILS": "" - } - }, - { - "23": { - "magHeading": "231", - "Heading": "222", - "ILS": "" - } - } - ], - "length": "2544" - }, - { - "headings": [ - { - "08": { - "magHeading": "84", - "Heading": "75", - "ILS": "" - } - }, - { - "26": { - "magHeading": "264", - "Heading": "255", - "ILS": "" - } - } - ], - "length": "2750" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "524" - }, - "Broglie": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "306", - "Heading": "297", - "ILS": "" - } - }, - { - "12": { - "magHeading": "126", - "Heading": "117", - "ILS": "" - } - } - ], - "length": "3281" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "594" - }, - "Saint-Aubin": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "313", - "Heading": "304", - "ILS": "" - } - }, - { - "13": { - "magHeading": "133", - "Heading": "124", - "ILS": "" - } - } - ], - "length": "2888" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "311" - }, - "Amiens-Glisy": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "121", - "Heading": "112", - "ILS": "" - } - }, - { - "29": { - "magHeading": "301", - "Heading": "292", - "ILS": "" - } - } - ], - "length": "4994" - }, - { - "headings": [ - { - "23": { - "magHeading": "230", - "Heading": "221", - "ILS": "" - } - }, - { - "05": { - "magHeading": "50", - "Heading": "41", - "ILS": "" - } - } - ], - "length": "4994" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "192" - }, - "Sainte-Laurent-sur-Mer": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "116", - "Heading": "107", - "ILS": "" - } - }, - { - "29": { - "magHeading": "296", - "Heading": "287", - "ILS": "" - } - } - ], - "length": "4561" - } - ], - "TACAN": "", - "ICAO": "A-21", - "elevation": "58" - }, - "Tangmere": { - "runways": [ - { - "headings": [ - { - "34": { - "magHeading": "341", - "Heading": "332", - "ILS": "" - } - }, - { - "16": { - "magHeading": "161", - "Heading": "152", - "ILS": "" - } - } - ], - "length": "4721" - }, - { - "headings": [ - { - "07": { - "magHeading": "71", - "Heading": "62", - "ILS": "" - } - }, - { - "25": { - "magHeading": "251", - "Heading": "242", - "ILS": "" - } - } - ], - "length": "5851" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "47" - }, - "Chippelle": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "4643" - } - ], - "TACAN": "", - "ICAO": "A-5", - "elevation": "124" - }, - "Cormeilles-en-Vexin": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "228", - "Heading": "219", - "ILS": "" - } - }, - { - "4": { - "magHeading": "48", - "Heading": "39", - "ILS": "" - } - } - ], - "length": "5096" - }, - { - "headings": [ - { - "12": { - "magHeading": "123", - "Heading": "114", - "ILS": "" - } - }, - { - "30": { - "magHeading": "303", - "Heading": "294", - "ILS": "" - } - } - ], - "length": "5096" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "311" - }, - "Azeville": { - "runways": [ - { - "headings": [ - { - "7": { - "magHeading": "79", - "Heading": "70", - "ILS": "" - } - }, - { - "25": { - "magHeading": "259", - "Heading": "250", - "ILS": "" - } - } - ], - "length": "3549" - } - ], - "TACAN": "", - "ICAO": "A-7", - "elevation": "74" - }, - "Chailey": { - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "160", - "Heading": "151", - "ILS": "" - } - }, - { - "33": { - "magHeading": "340", - "Heading": "331", - "ILS": "" - } - } - ], - "length": "3383" - }, - { - "headings": [ - { - "08": { - "magHeading": "82", - "Heading": "73", - "ILS": "" - } - }, - { - "26": { - "magHeading": "262", - "Heading": "253", - "ILS": "" - } - } - ], - "length": "4" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "95" - }, - "Lessay": { - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "252", - "Heading": "243", - "ILS": "" - } - }, - { - "6": { - "magHeading": "72", - "Heading": "63", - "ILS": "" - } - } - ], - "length": "4585" - }, - { - "headings": [ - { - "31": { - "magHeading": "313", - "Heading": "304", - "ILS": "" - } - }, - { - "13": { - "magHeading": "133", - "Heading": "124", - "ILS": "" - } - } - ], - "length": "4585" - } - ], - "TACAN": "", - "ICAO": "A-20", - "elevation": "65" - }, - "Lonrai": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "4015" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "515" - }, - "Deauville": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "124", - "Heading": "115", - "ILS": "" - } - }, - { - "30": { - "magHeading": "304", - "Heading": "295", - "ILS": "" - } - } - ], - "length": "2838" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "459" - }, - "Beauvais-Tille": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "129", - "Heading": "120", - "ILS": "" - } - }, - { - "30": { - "magHeading": "309", - "Heading": "300", - "ILS": "" - } - } - ], - "length": "5535" - }, - { - "headings": [ - { - "23": { - "magHeading": "227", - "Heading": "218", - "ILS": "" - } - }, - { - "05": { - "magHeading": "47", - "Heading": "38", - "ILS": "" - } - } - ], - "length": "5748" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "331" - }, - "Poix": { - "runways": [ - { - "headings": [ - { - "04": { - "magHeading": "48", - "Heading": "39", - "ILS": "" - } - }, - { - "22": { - "magHeading": "228", - "Heading": "219", - "ILS": "" - } - } - ], - "length": "5082" - }, - { - "headings": [ - { - "28": { - "magHeading": "279", - "Heading": "270", - "ILS": "" - } - }, - { - "10": { - "magHeading": "99", - "Heading": "90", - "ILS": "" - } - } - ], - "length": "5082" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "547" - }, - "Friston": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "308" - }, - "Farnborough": { - "runways": [ - { - "headings": [ - { - "17": { - "magHeading": "181", - "Heading": "172", - "ILS": "" - } - }, - { - "35": { - "magHeading": "361", - "Heading": "352", - "ILS": "" - } - } - ], - "length": "3631" - }, - { - "headings": [ - { - "25": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - }, - { - "07": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - } - ], - "length": "3631" - }, - { - "headings": [ - { - "12": { - "magHeading": "116", - "Heading": "106", - "ILS": "" - } - }, - { - "30": { - "magHeading": "296", - "Heading": "286", - "ILS": "" - } - } - ], - "length": "3074" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "246" - }, - "Argentan": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "306", - "Heading": "297", - "ILS": "" - } - }, - { - "12": { - "magHeading": "126", - "Heading": "117", - "ILS": "" - } - } - ], - "length": "3281" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "639" - }, - "Sainte-Croix-sur-Mer": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "279", - "Heading": "270", - "ILS": "" - } - }, - { - "9": { - "magHeading": "99", - "Heading": "90", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "B-3", - "elevation": "160" - }, - "Essay": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "284", - "Heading": "275", - "ILS": "" - } - }, - { - "9": { - "magHeading": "104", - "Heading": "95", - "ILS": "" - } - } - ], - "length": "3384" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "500" - }, - "Bernay Saint Martin": { - "runways": [ - { - "headings": [ - { - "18": { - "magHeading": "189", - "Heading": "180", - "ILS": "" - } - }, - { - "36": { - "magHeading": "369", - "Heading": "360", - "ILS": "" - } - } - ], - "length": "3182" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "523" - }, - "Maupertus": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "290", - "Heading": "281", - "ILS": "" - } - }, - { - "10": { - "magHeading": "110", - "Heading": "101", - "ILS": "" - } - } - ], - "length": "4795" - } - ], - "TACAN": "", - "ICAO": "A-15", - "elevation": "441" - }, - "Saint Pierre du Mont": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "281", - "Heading": "272", - "ILS": "" - } - }, - { - "9": { - "magHeading": "101", - "Heading": "92", - "ILS": "" - } - } - ], - "length": "4735" - } - ], - "TACAN": "", - "ICAO": "A-1", - "elevation": "103" - }, - "Brucheville": { - "runways": [ - { - "headings": [ - { - "7": { - "magHeading": "75", - "Heading": "66", - "ILS": "" - } - }, - { - "25": { - "magHeading": "255", - "Heading": "246", - "ILS": "" - } - } - ], - "length": "3413" - } - ], - "TACAN": "", - "ICAO": "A-16", - "elevation": "45" - }, - "Creil": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "70", - "Heading": "61", - "ILS": "" - } - }, - { - "25": { - "magHeading": "250", - "Heading": "241", - "ILS": "" - } - } - ], - "length": "7361" - }, - { - "headings": [ - { - "15": { - "magHeading": "139", - "Heading": "130", - "ILS": "" - } - }, - { - "33": { - "magHeading": "319", - "Heading": "310", - "ILS": "" - } - } - ], - "length": "4301" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "269" - }, - "Ronai": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "313", - "Heading": "304", - "ILS": "" - } - }, - { - "12": { - "magHeading": "133", - "Heading": "124", - "ILS": "" - } - } - ], - "length": "4233" - }, - { - "headings": [ - { - "26": { - "magHeading": "262", - "Heading": "253", - "ILS": "" - } - }, - { - "08": { - "magHeading": "82", - "Heading": "73", - "ILS": "" - } - } - ], - "length": "4233" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "859" - }, - "Goulet": { - "runways": [ - { - "headings": [ - { - "35": { - "magHeading": "36", - "Heading": "27", - "ILS": "" - } - }, - { - "17": { - "magHeading": "216", - "Heading": "207", - "ILS": "" - } - } - ], - "length": "3283" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "616" - }, - "Rouen-Boos": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "227", - "Heading": "218", - "ILS": "" - } - }, - { - "4": { - "magHeading": "47", - "Heading": "38", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "492" - } - } -} \ No newline at end of file diff --git a/client/public/databases/airbases/persiangulf.json b/client/public/databases/airbases/persiangulf.json deleted file mode 100644 index 676edee1..00000000 --- a/client/public/databases/airbases/persiangulf.json +++ /dev/null @@ -1,769 +0,0 @@ -{ - "airfields": { - "Abu Dhabi Intl": { - "elevation": "92", - "ICAO": "OMAA", - "runways": [ - { - "headings": [ - { - "13L": { - "ILS": "", - "magHeading": "127" - }, - "31R": { - "ILS": "", - "magHeading": "307" - } - } - ], - "length": "13100" - }, - { - "headings": [ - { - "13R": { - "ILS": "", - "magHeading": "127" - }, - "31L": { - "ILS": "", - "magHeading": "307" - } - } - ], - "length": "13200" - } - ], - "TACAN": "" - }, - "Abu Musa Island": { - "elevation": "16", - "ICAO": "OIBA", - "runways": [ - { - "headings": [ - { - "26": { - "ILS": "", - "magHeading": "262" - }, - "08": { - "ILS": "", - "magHeading": "082" - } - } - ], - "length": "7800" - } - ], - "TACAN": "" - }, - "Al Ain Intl": { - "elevation": "814", - "ICAO": "OMAL", - "runways": [ - { - "headings": [ - { - "19": { - "ILS": "", - "magHeading": "186" - }, - "01": { - "ILS": "", - "magHeading": "006" - } - } - ], - "length": "12800" - } - ], - "TACAN": "" - }, - "Al Dhafra AFB": { - "elevation": "52", - "ICAO": "OMAM", - "runways": [ - { - "headings": [ - { - "13L": { - "ILS": "111.10", - "magHeading": "126" - }, - "31R": { - "ILS": "109.10", - "magHeading": "306" - } - } - ], - "length": "11700" - }, - { - "headings": [ - { - "13R": { - "ILS": "108.70", - "magHeading": "16" - }, - "31L": { - "ILS": "108.70", - "magHeading": "306" - } - } - ], - "length": "11700" - } - ], - "TACAN": "96X" - }, - "Al Maktoum Intl": { - "elevation": "125", - "ICAO": "OMDW", - "runways": [ - { - "headings": [ - { - "12": { - "ILS": "111.75", - "magHeading": "120" - }, - "30": { - "ILS": "109.75", - "magHeading": "300" - } - } - ], - "length": "14400" - } - ], - "TACAN": "" - }, - "Al Minhad AFB": { - "elevation": "190", - "ICAO": "OMDM", - "runways": [ - { - "headings": [ - { - "27": { - "ILS": "110.75", - "magHeading": "268" - }, - "09": { - "ILS": "110.70", - "magHeading": "088" - } - } - ], - "length": "12600" - } - ], - "TACAN": "99X" - }, - "Al-Bateen": { - "elevation": "12", - "ICAO": "OMAD", - "runways": [ - { - "headings": [ - { - "13": { - "ILS": "", - "magHeading": "127" - }, - "31": { - "ILS": "", - "magHeading": "307" - } - } - ], - "length": "7000" - } - ], - "TACAN": "" - }, - "Bandar Abbas Intl": { - "elevation": "29", - "ICAO": "OIKB", - "runways": [ - { - "headings": [ - { - "03L": { - "ILS": "", - "magHeading": "25" - }, - "21R": { - "ILS": "", - "magHeading": "205" - } - } - ], - "length": "11000" - }, - { - "headings": [ - { - "03R": { - "ILS": "", - "magHeading": "25" - }, - "21L": { - "ILS": "109.90", - "magHeading": "205" - } - } - ], - "length": "11700" - } - ], - "TACAN": "78X" - }, - "Bandar Lengeh": { - "elevation": "82", - "ICAO": "OIBL", - "runways": [ - { - "headings": [ - { - "26": { - "ILS": "", - "magHeading": "259" - }, - "08": { - "ILS": "", - "magHeading": "079" - } - } - ], - "length": "7900" - } - ], - "TACAN": "" - }, - "Bandar-e-Jask": { - "elevation": "26", - "ICAO": "OIZJ", - "runways": [ - { - "headings": [ - { - "24": { - "ILS": "", - "magHeading": "239" - }, - "06": { - "ILS": "", - "magHeading": "059" - } - } - ], - "length": "7300" - } - ], - "TACAN": "110X" - }, - "Dubai Intl": { - "elevation": "16", - "ICAO": "OMDB", - "runways": [ - { - "headings": [ - { - "12L": { - "ILS": "110.10", - "magHeading": "120" - }, - "30R": { - "ILS": "110.90", - "magHeading": "300" - } - } - ], - "length": "11400" - }, - { - "headings": [ - { - "12R": { - "ILS": "109.50", - "magHeading": "120" - }, - "30L": { - "ILS": "111.30", - "magHeading": "300" - } - } - ], - "length": "11400" - } - ], - "TACAN": "" - }, - "Fujairah Intl": { - "elevation": "121", - "ICAO": "OMFJ", - "runways": [ - { - "headings": [ - { - "11": { - "ILS": "", - "magHeading": "111" - }, - "29": { - "ILS": "111.50", - "magHeading": "291" - } - } - ], - "length": "9700" - } - ], - "TACAN": "" - }, - "Havadarya": { - "elevation": "52", - "ICAO": "OIKP", - "runways": [ - { - "headings": [ - { - "26": { - "ILS": "", - "magHeading": "257" - }, - "08": { - "ILS": "108.90", - "magHeading": "077" - } - } - ], - "length": "7200" - } - ], - "TACAN": "47X" - }, - "Jiroft": { - "elevation": "2664", - "ICAO": "OIKJ", - "runways": [ - { - "headings": [ - { - "13": { - "ILS": "", - "magHeading": "125" - }, - "31": { - "ILS": "", - "magHeading": "305" - } - } - ], - "length": "9600" - } - ], - "TACAN": "" - }, - "Kerman": { - "elevation": "5745", - "ICAO": "OIKK", - "runways": [ - { - "headings": [ - { - "16": { - "ILS": "", - "magHeading": "155" - }, - "34": { - "ILS": "", - "magHeading": "335" - } - } - ], - "length": "12400" - } - ], - "TACAN": "97X" - }, - "Khasab": { - "elevation": "102", - "ICAO": "OOKB", - "runways": [ - { - "headings": [ - { - "19": { - "ILS": "110.30", - "magHeading": "192" - }, - "01": { - "ILS": "", - "magHeading": "012" - } - } - ], - "length": "8000" - } - ], - "TACAN": "" - }, - "Kish Intl": { - "elevation": "115", - "ICAO": "OIBK", - "runways": [ - { - "headings": [ - { - "10": { - "ILS": "", - "magHeading": "094" - }, - "28": { - "ILS": "", - "magHeading": "274" - } - } - ], - "length": "11700" - }, - { - "headings": [ - { - "09R": { - "ILS": "", - "magHeading": "094" - }, - "27L": { - "ILS": "", - "magHeading": "274" - } - } - ], - "length": "11700" - } - ], - "TACAN": "112X" - }, - "Lar": { - "elevation": "2635", - "ICAO": "OISL", - "runways": [ - { - "headings": [ - { - "27": { - "ILS": "", - "magHeading": "268" - }, - "09": { - "ILS": "", - "magHeading": "088" - } - } - ], - "length": "10100" - } - ], - "TACAN": "" - }, - "Lavan Island": { - "elevation": "75", - "ICAO": "OIBV", - "runways": [ - { - "headings": [ - { - "11": { - "ILS": "", - "magHeading": "110" - }, - "29": { - "ILS": "", - "magHeading": "290" - } - } - ], - "length": "8600" - } - ], - "TACAN": "" - }, - "Liwa AFB": { - "elevation": "400", - "ICAO": "OMLW", - "runways": [ - { - "headings": [ - { - "13": { - "ILS": "", - "magHeading": "130" - }, - "31": { - "ILS": "", - "magHeading": "310" - } - } - ], - "length": "11600" - } - ], - "TACAN": "121X" - }, - "Qeshm Island": { - "elevation": "26", - "ICAO": "OIKQ", - "runways": [ - { - "headings": [ - { - "23": { - "ILS": "", - "magHeading": "227" - }, - "05": { - "ILS": "", - "magHeading": "047" - } - } - ], - "length": "13600" - } - ], - "TACAN": "" - }, - "Quasoura_airport": { - "elevation": "26", - "ICAO": "OIKQ", - "runways": [ - { - "headings": [ - { - "23": { - "ILS": "", - "magHeading": "227" - }, - "05": { - "ILS": "", - "magHeading": "047" - } - } - ], - "length": "13600" - } - ], - "TACAN": "" - }, - "Ras Al Khaimah Intl": { - "elevation": "330", - "ICAO": "OMRK", - "runways": [ - { - "headings": [ - { - "17": { - "ILS": "", - "magHeading": "163" - }, - "35": { - "ILS": "", - "magHeading": "343" - } - } - ], - "length": "12000" - } - ], - "TACAN": "" - }, - "Sas Al Nakheel": { - "elevation": "10", - "ICAO": "OMNK", - "runways": [ - { - "headings": [ - { - "16": { - "ILS": "", - "magHeading": "160" - }, - "34": { - "ILS": "", - "magHeading": "340" - } - } - ], - "length": "6000" - } - ], - "TACAN": "" - }, - "Sharjah Intl": { - "elevation": "26", - "ICAO": "OMSJ", - "runways": [ - { - "headings": [ - { - "12L": { - "ILS": "108.55", - "magHeading": "121" - }, - "30R": { - "ILS": "111.95", - "magHeading": "301" - } - } - ], - "length": "10500" - }, - { - "headings": [ - { - "12R": { - "ILS": "", - "magHeading": "121" - }, - "30L": { - "ILS": "", - "magHeading": "301" - } - } - ], - "length": "10500" - } - ], - "TACAN": "" - }, - "Shiraz Intl": { - "elevation": "4879", - "ICAO": "OISS", - "runways": [ - { - "headings": [ - { - "11L": { - "ILS": "", - "magHeading": "113" - }, - "29R": { - "ILS": "", - "magHeading": "293" - } - } - ], - "length": "14000" - }, - { - "headings": [ - { - "11R": { - "ILS": "", - "magHeading": "113" - }, - "29L": { - "ILS": "108.50", - "magHeading": "293" - } - } - ], - "length": "13800" - } - ], - "TACAN": "94X" - }, - "Sir Abu Nuayr": { - "elevation": "26", - "ICAO": "OMSN", - "runways": [ - { - "headings": [ - { - "10": { - "ILS": "", - "magHeading": "097" - }, - "28": { - "ILS": "", - "magHeading": "277" - } - } - ], - "length": "2300" - } - ], - "TACAN": "" - }, - "Sirri Island": { - "elevation": "20", - "ICAO": "OIBS", - "runways": [ - { - "headings": [ - { - "12": { - "ILS": "", - "magHeading": "125" - }, - "30": { - "ILS": "", - "magHeading": "305" - } - } - ], - "length": "7900" - } - ], - "TACAN": "" - }, - "Tunb Island AFB": { - "elevation": "43", - "ICAO": "OIGI", - "runways": [ - { - "headings": [ - { - "21": { - "ILS": "", - "magHeading": "205" - }, - "03": { - "ILS": "", - "magHeading": "025" - } - } - ], - "length": "6200" - } - ], - "TACAN": "" - }, - "Tunb Kochak": { - "elevation": "16", - "ICAO": "OITK", - "runways": [ - { - "headings": [ - { - "26": { - "ILS": "", - "magHeading": "259" - }, - "08": { - "ILS": "", - "magHeading": "079" - } - } - ], - "length": "2500" - } - ], - "TACAN": "89X" - } - } -} \ No newline at end of file diff --git a/client/public/databases/airbases/sinaimap.json b/client/public/databases/airbases/sinaimap.json deleted file mode 100644 index 87f5bae6..00000000 --- a/client/public/databases/airbases/sinaimap.json +++ /dev/null @@ -1,1374 +0,0 @@ -{ - "airfields": { - "As Salihiyah": { - "runways": [ - { - "headings": [ - { - "02L": { - "magHeading": "13", - "Heading": "18", - "ILS": "110.70" - } - }, - { - "20R": { - "magHeading": "193", - "Heading": "198", - "ILS": "" - } - } - ], - "length": "9281" - }, - { - "headings": [ - { - "20L": { - "magHeading": "13", - "Heading": "18", - "ILS": "" - } - }, - { - "02R": { - "magHeading": "193", - "Heading": "198", - "ILS": "" - } - } - ], - "length": "9281" - } - ], - "TACAN": "26X", - "ICAO": "HE39", - "elevation": "7" - }, - "El Gora": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "70", - "Heading": "75", - "ILS": "" - } - }, - { - "26": { - "magHeading": "250", - "Heading": "255", - "ILS": "" - } - } - ], - "length": "6863" - } - ], - "TACAN": "", - "ICAO": "HEGR", - "elevation": "422" - }, - "Sde Dov": { - "runways": [ - { - "headings": [ - { - "21": { - "magHeading": "202", - "Heading": "207", - "ILS": "" - } - }, - { - "03": { - "magHeading": "22", - "Heading": "27", - "ILS": "" - } - } - ], - "length": "4275" - } - ], - "TACAN": "", - "ICAO": "LLSD", - "elevation": "19" - }, - "AzZaqaziq": { - "runways": [ - { - "headings": [ - { - "36R": { - "magHeading": "358", - "Heading": "3", - "ILS": "" - } - }, - { - "18L": { - "magHeading": "178", - "Heading": "183", - "ILS": "" - } - } - ], - "length": "9151" - }, - { - "headings": [ - { - "18R": { - "magHeading": "358", - "Heading": "3", - "ILS": "" - } - }, - { - "36L": { - "magHeading": "178", - "Heading": "183", - "ILS": "" - } - } - ], - "length": "9151" - } - ], - "TACAN": "94X", - "ICAO": "", - "elevation": "6" - }, - "Hatzor": { - "runways": [ - { - "headings": [ - { - "05": { - "magHeading": "49", - "Heading": "53", - "ILS": "108.50" - } - }, - { - "23": { - "magHeading": "229", - "Heading": "233", - "ILS": "" - } - } - ], - "length": "7890" - }, - { - "headings": [ - { - "29R": { - "magHeading": "286", - "Heading": "291", - "ILS": "" - } - }, - { - "11L": { - "magHeading": "106", - "Heading": "111", - "ILS": "" - } - } - ], - "length": "7960" - }, - { - "headings": [ - { - "29L": { - "magHeading": "286", - "Heading": "291", - "ILS": "" - } - }, - { - "11R": { - "magHeading": "106", - "Heading": "111", - "ILS": "" - } - } - ], - "length": "8081" - } - ], - "TACAN": "106X", - "ICAO": "LLHS", - "elevation": "100" - }, - "Abu Suwayr": { - "runways": [ - { - "headings": [ - { - "29": { - "magHeading": "287", - "Heading": "292", - "ILS": "" - } - }, - { - "11": { - "magHeading": "107", - "Heading": "112", - "ILS": "" - } - } - ], - "length": "9259" - }, - { - "headings": [ - { - "09": { - "magHeading": "266", - "Heading": "271", - "ILS": "" - } - }, - { - "27": { - "magHeading": "86", - "Heading": "91", - "ILS": "" - } - } - ], - "length": "9259" - } - ], - "TACAN": "29X", - "ICAO": "HE35", - "elevation": "18" - }, - "Nevatim": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "71", - "Heading": "76", - "ILS": "" - } - }, - { - "25": { - "magHeading": "251", - "Heading": "256", - "ILS": "" - } - } - ], - "length": "10369" - }, - { - "headings": [ - { - "26L": { - "magHeading": "71", - "Heading": "76", - "ILS": "" - } - }, - { - "08R": { - "magHeading": "251", - "Heading": "256", - "ILS": "" - } - } - ], - "length": "10369" - }, - { - "headings": [ - { - "8L": { - "magHeading": "71", - "Heading": "76", - "ILS": "" - } - }, - { - "26R": { - "magHeading": "251", - "Heading": "256", - "ILS": "" - } - } - ], - "length": "8019" - } - ], - "TACAN": "", - "ICAO": "LLNV", - "elevation": "1303" - }, - "Bir Hasanah": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "295", - "Heading": "300", - "ILS": "" - } - }, - { - "12": { - "magHeading": "115", - "Heading": "120", - "ILS": "" - } - } - ], - "length": "9386" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "1224" - }, - "Al Ismailiyah": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "304", - "Heading": "309", - "ILS": "110.30" - } - }, - { - "13": { - "magHeading": "124", - "Heading": "129", - "ILS": "" - } - } - ], - "length": "9912" - } - ], - "TACAN": "", - "ICAO": "HE44", - "elevation": "11" - }, - "Palmahim": { - "runways": [ - { - "headings": [ - { - "03L": { - "magHeading": "19", - "Heading": "24", - "ILS": "" - } - }, - { - "21R": { - "magHeading": "199", - "Heading": "204", - "ILS": "" - } - } - ], - "length": "3906" - }, - { - "headings": [ - { - "03R": { - "magHeading": "19", - "Heading": "24", - "ILS": "" - } - }, - { - "21L": { - "magHeading": "199", - "Heading": "204", - "ILS": "" - } - } - ], - "length": "7092" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "32" - }, - "Fayed": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "266", - "Heading": "271", - "ILS": "110.15" - } - }, - { - "09": { - "magHeading": "86", - "Heading": "91", - "ILS": "" - } - } - ], - "length": "9238" - } - ], - "TACAN": "125X", - "ICAO": "", - "elevation": "27" - }, - "Hatzerim": { - "runways": [ - { - "headings": [ - { - "28R": { - "magHeading": "279", - "Heading": "284", - "ILS": "" - } - }, - { - "10L": { - "magHeading": "99", - "Heading": "104", - "ILS": "" - } - } - ], - "length": "7291" - }, - { - "headings": [ - { - "10R": { - "magHeading": "279", - "Heading": "284", - "ILS": "" - } - }, - { - "28L": { - "magHeading": "99", - "Heading": "104", - "ILS": "" - } - } - ], - "length": "7291" - } - ], - "TACAN": "96X", - "ICAO": "LLHB", - "elevation": "686" - }, - "Ramon Airbase": { - "runways": [ - { - "headings": [ - { - "07R": { - "magHeading": "61", - "Heading": "66", - "ILS": "" - } - }, - { - "25L": { - "magHeading": "241", - "Heading": "246", - "ILS": "" - } - } - ], - "length": "9840" - }, - { - "headings": [ - { - "25R": { - "magHeading": "61", - "Heading": "66", - "ILS": "" - } - }, - { - "07L": { - "magHeading": "241", - "Heading": "246", - "ILS": "" - } - } - ], - "length": "8310" - } - ], - "TACAN": "105X", - "ICAO": "LLRM", - "elevation": "2030" - }, - "Kibrit Air Base": { - "runways": [ - { - "headings": [ - { - "32R": { - "magHeading": "311", - "Heading": "316", - "ILS": "" - } - }, - { - "14L": { - "magHeading": "131", - "Heading": "136", - "ILS": "" - } - } - ], - "length": "8248" - }, - { - "headings": [ - { - "14R": { - "magHeading": "311", - "Heading": "316", - "ILS": "" - } - }, - { - "32L": { - "magHeading": "131", - "Heading": "136", - "ILS": "" - } - } - ], - "length": "8248" - } - ], - "TACAN": "55X", - "ICAO": "HE34", - "elevation": "13" - }, - "El Arish": { - "runways": [ - { - "headings": [ - { - "34R": { - "magHeading": "332", - "Heading": "337", - "ILS": "" - } - }, - { - "16L": { - "magHeading": "152", - "Heading": "157", - "ILS": "" - } - } - ], - "length": "9351" - }, - { - "headings": [ - { - "16R": { - "magHeading": "332", - "Heading": "337", - "ILS": "" - } - }, - { - "34L": { - "magHeading": "152", - "Heading": "157", - "ILS": "" - } - } - ], - "length": "9351" - } - ], - "TACAN": "", - "ICAO": "HEAR", - "elevation": "311" - }, - "Ovda": { - "runways": [ - { - "headings": [ - { - "03R": { - "magHeading": "16", - "Heading": "21", - "ILS": "" - } - }, - { - "21L": { - "magHeading": "196", - "Heading": "201", - "ILS": "" - } - } - ], - "length": "9840" - }, - { - "headings": [ - { - "21R": { - "magHeading": "16", - "Heading": "21", - "ILS": "" - } - }, - { - "03L": { - "magHeading": "196", - "Heading": "201", - "ILS": "" - } - } - ], - "length": "8054" - } - ], - "TACAN": "63X", - "ICAO": "LLOV", - "elevation": "1434" - }, - "Melez": { - "runways": [ - { - "headings": [ - { - "34": { - "magHeading": "322", - "Heading": "326", - "ILS": "" - } - }, - { - "16": { - "magHeading": "142", - "Heading": "146", - "ILS": "" - } - } - ], - "length": "10940" - }, - { - "headings": [ - { - "15L": { - "magHeading": "322", - "Heading": "326", - "ILS": "" - } - }, - { - "33R": { - "magHeading": "142", - "Heading": "146", - "ILS": "" - } - } - ], - "length": "10225" - }, - { - "headings": [ - { - "15R": { - "magHeading": "322", - "Heading": "326", - "ILS": "" - } - }, - { - "33L": { - "magHeading": "142", - "Heading": "146", - "ILS": "" - } - } - ], - "length": "7661" - } - - ], - "TACAN": "", - "ICAO": "HE36", - "elevation": "1003" - }, - "Ben-Gurion": { - "runways": [ - { - "headings": [ - { - "03": { - "magHeading": "23", - "Heading": "28", - "ILS": "" - } - }, - { - "21": { - "magHeading": "203", - "Heading": "208", - "ILS": "109.70" - } - } - ], - "length": "8435" - }, - { - "headings": [ - { - "08": { - "magHeading": "74", - "Heading": "79", - "ILS": "" - } - }, - { - "26": { - "magHeading": "254", - "Heading": "259", - "ILS": "" - } - } - ], - "length": "8435" - }, - { - "headings": [ - { - "30": { - "magHeading": "296", - "Heading": "300", - "ILS": "" - } - }, - { - "12": { - "magHeading": "116", - "Heading": "120", - "ILS": "" - } - } - ], - "length": "9503" - } - ], - "TACAN": "", - "ICAO": "LLBG", - "elevation": "98" - }, - "Bilbeis Air Base": { - "runways": [ - { - "headings": [ - { - "35R": { - "magHeading": "345", - "Heading": "350", - "ILS": "" - } - }, - { - "17L": { - "magHeading": "165", - "Heading": "170", - "ILS": "" - } - } - ], - "length": "9782" - }, - { - "headings": [ - { - "35L": { - "magHeading": "345", - "Heading": "350", - "ILS": "" - } - }, - { - "17R": { - "magHeading": "165", - "Heading": "170", - "ILS": "" - } - } - ], - "length": "4921" - }, - { - "headings": [ - { - "27L": { - "magHeading": "269", - "Heading": "274", - "ILS": "" - } - }, - { - "09R": { - "magHeading": "89", - "Heading": "94", - "ILS": "" - } - } - ], - "length": "8202" - }, - { - "headings": [ - { - "27R": { - "magHeading": "269", - "Heading": "274", - "ILS": "" - } - }, - { - "09L": { - "magHeading": "89", - "Heading": "94", - "ILS": "" - } - } - ], - "length": "4848" - }, - { - "headings": [ - { - "04": { - "magHeading": "40", - "Heading": "45", - "ILS": "" - } - }, - { - "22": { - "magHeading": "220", - "Heading": "225", - "ILS": "" - } - } - ], - "length": "11423" - } - ], - "TACAN": "86X", - "ICAO": "HE37", - "elevation": "91" - }, - "Tel Nof": { - "runways": [ - { - "headings": [ - { - "36": { - "magHeading": "357", - "Heading": "2", - "ILS": "109.10" - } - }, - { - "18": { - "magHeading": "177", - "Heading": "182", - "ILS": "" - } - } - ], - "length": "7232" - }, - { - "headings": [ - { - "18L": { - "magHeading": "325", - "Heading": "330", - "ILS": "" - } - }, - { - "36R": { - "magHeading": "145", - "Heading": "150", - "ILS": "" - } - } - ], - "length": "7232" - }, - { - "headings": [ - { - "36L": { - "magHeading": "325", - "Heading": "330", - "ILS": "" - } - }, - { - "18R": { - "magHeading": "145", - "Heading": "150", - "ILS": "" - } - } - ], - "length": "7298" - } - ], - "TACAN": "", - "ICAO": "LLEK", - "elevation": "142" - }, - "Baluza": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "251", - "Heading": "256", - "ILS": "" - } - }, - { - "07": { - "magHeading": "71", - "Heading": "76", - "ILS": "" - } - } - ], - "length": "5794" - } - ], - "TACAN": "", - "ICAO": "HE22", - "elevation": "119" - }, - "Difarsuwar Airfield": { - "runways": [ - { - "headings": [ - { - "36": { - "magHeading": "356", - "Heading": "1", - "ILS": "" - } - }, - { - "18": { - "magHeading": "176", - "Heading": "181", - "ILS": "" - } - } - ], - "length": "1920" - }, - { - "headings": [ - { - "27": { - "magHeading": "266", - "Heading": "271", - "ILS": "" - } - }, - { - "09": { - "magHeading": "86", - "Heading": "91", - "ILS": "" - } - } - ], - "length": "1393" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "6" - }, - "Wadi al Jandali": { - "runways": [ - { - "headings": [ - { - "01R": { - "magHeading": "11", - "Heading": "16", - "ILS": "109.7" - } - }, - { - "19L": { - "magHeading": "191", - "Heading": "196", - "ILS": "" - } - } - ], - "length": "10450" - }, - { - "headings": [ - { - "19R": { - "magHeading": "11", - "Heading": "16", - "ILS": "" - } - }, - { - "01L": { - "magHeading": "191", - "Heading": "196", - "ILS": "" - } - } - ], - "length": "11314" - } - ], - "TACAN": "96X", - "ICAO": "HECP", - "elevation": "748" - }, - "St Catherine": { - "runways": [ - { - "headings": [ - { - "35": { - "magHeading": "346", - "Heading": "351", - "ILS": "" - } - }, - { - "17": { - "magHeading": "166", - "Heading": "171", - "ILS": "" - } - } - ], - "length": "6289" - } - ], - "TACAN": "", - "ICAO": "HESC", - "elevation": "4256" - }, - "Al Mansurah": { - "runways": [ - { - "headings": [ - { - "32": { - "magHeading": "315", - "Heading": "319", - "ILS": "" - } - }, - { - "14": { - "magHeading": "135", - "Heading": "139", - "ILS": "" - } - } - ], - "length": "9087" - }, - { - "headings": [ - { - "35": { - "magHeading": "341", - "Heading": "346", - "ILS": "" - } - }, - { - "17": { - "magHeading": "161", - "Heading": "166", - "ILS": "" - } - } - ], - "length": "9087" - } - ], - "TACAN": "53X", - "ICAO": "HE32", - "elevation": "6" - }, - "Abu Rudeis": { - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "127", - "Heading": "132", - "ILS": "" - } - }, - { - "31": { - "magHeading": "307", - "Heading": "312", - "ILS": "" - } - } - ], - "length": "6115" - } - ], - "TACAN": "", - "ICAO": "HE29", - "elevation": "2" - }, - "Inshas Airbase": { - "runways": [ - { - "headings": [ - { - "09R": { - "magHeading": "87", - "Heading": "92", - "ILS": "" - } - }, - { - "27L": { - "magHeading": "267", - "Heading": "272", - "ILS": "" - } - } - ], - "length": "7997" - }, - { - "headings": [ - { - "27R": { - "magHeading": "43", - "Heading": "48", - "ILS": "" - } - }, - { - "09L": { - "magHeading": "223", - "Heading": "228", - "ILS": "" - } - } - ], - "length": "7997" - } - ], - "TACAN": "98X", - "ICAO": "HE12", - "elevation": "154" - }, - "Cairo International Airport": { - "runways": [ - { - "headings": [ - { - "05L": { - "magHeading": "45", - "Heading": "50", - "ILS": "" - } - }, - { - "23R": { - "magHeading": "225", - "Heading": "230", - "ILS": "" - } - } - ], - "length": "10815" - }, - { - "headings": [ - { - "23C": { - "magHeading": "45", - "Heading": "50", - "ILS": "" - } - }, - { - "05C": { - "magHeading": "225", - "Heading": "230", - "ILS": "108.90" - } - } - ], - "length": "12314" - }, - { - "headings": [ - { - "05R": { - "magHeading": "45", - "Heading": "50", - "ILS": "" - } - }, - { - "23L": { - "magHeading": "225", - "Heading": "230", - "ILS": "108.70" - } - } - ], - "length": "12306" - } - ], - "TACAN": "", - "ICAO": "HECA", - "elevation": "393" - }, - "Kedem": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "278", - "Heading": "283", - "ILS": "" - } - }, - { - "10": { - "magHeading": "98", - "Heading": "103", - "ILS": "" - } - } - ], - "length": "5506" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "634" - }, - "Cairo West": { - "runways": [ - { - "headings": [ - { - "34R": { - "magHeading": "342", - "Heading": "347", - "ILS": "" - } - }, - { - "16L": { - "magHeading": "162", - "Heading": "167", - "ILS": "" - } - } - ], - "length": "11307" - }, - { - "headings": [ - { - "28": { - "magHeading": "282", - "Heading": "287", - "ILS": "" - } - }, - { - "10": { - "magHeading": "102", - "Heading": "107", - "ILS": "" - } - } - ], - "length": "9843" - }, - { - "headings": [ - { - "16R": { - "magHeading": "342", - "Heading": "347", - "ILS": "" - } - }, - { - "34L": { - "magHeading": "162", - "Heading": "167", - "ILS": "" - } - } - ], - "length": "9536" - } - ], - "TACAN": "0X", - "ICAO": "HECW", - "elevation": "439" - } - } -} \ No newline at end of file diff --git a/client/public/databases/airbases/syria.json b/client/public/databases/airbases/syria.json deleted file mode 100644 index e0ee84e6..00000000 --- a/client/public/databases/airbases/syria.json +++ /dev/null @@ -1,1366 +0,0 @@ -{ - "airfields": { - "Abu al-Duhur": { - "ICAO": "OS57", - "elevation": "820", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088", - "ILS": "" - } - } - ], - "length": "9200" - } - ] - }, - "Adana Sakirpasa": { - "ICAO": "LTAF", - "elevation": "56", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "230", - "ILS": "" - }, - "05": { - "magHeading": "050", - "ILS": "108.70" - } - } - ], - "length": "8800" - } - ] - }, - "Akrotiri": { - "ICAO": "LCRA", - "elevation": "69", - "TACAN": "107X", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "106", - "ILS": "" - }, - "28": { - "magHeading": "286", - "ILS": "109.70" - } - } - ], - "length": "8800" - } - ] - }, - "Al Qusayr": { - "ICAO": "OS70", - "elevation": "1729", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "096", - "ILS": "" - }, - "28": { - "magHeading": "276", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Al-Dumayr": { - "ICAO": "OS61", - "elevation": "2067", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "240", - "ILS": "" - }, - "06": { - "magHeading": "060", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Aleppo": { - "ICAO": "OSAP", - "elevation": "1254", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "272", - "ILS": "" - }, - "09": { - "magHeading": "092", - "ILS": "" - } - } - ], - "length": "9200" - } - ] - }, - "An Nasiriyah": { - "ICAO": "OSAP", - "elevation": "1254", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "272", - "ILS": "" - }, - "09": { - "magHeading": "092", - "ILS": "" - } - } - ], - "length": "9200" - } - ] - }, - "At Tanf": { - "ICAO": "", - "elevation": "2329", - "TACAN": "", - "runways": [] - }, - "Bassel Al-Assad": { - "ICAO": "OSLK", - "elevation": "92", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "17L": { - "magHeading": "173", - "ILS": "" - }, - "35R": { - "magHeading": "353", - "ILS": "" - } - } - ], - "length": "7900" - }, - { - "headings": [ - { - "17R": { - "magHeading": "173", - "ILS": "109.10" - }, - "35L": { - "magHeading": "353", - "ILS": "" - } - } - ], - "length": "8900" - } - ] - }, - "Beirut-Rafic Hariri": { - "ICAO": "OLBA", - "elevation": "39", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "164", - "ILS": "110.10" - }, - "34": { - "magHeading": "344", - "ILS": "" - } - } - ], - "length": "10300" - }, - { - "headings": [ - { - "17": { - "magHeading": "174", - "ILS": "109.50" - }, - "35": { - "magHeading": "354", - "ILS": "" - } - } - ], - "length": "7600" - }, - { - "headings": [ - { - "21": { - "magHeading": "210", - "ILS": "" - }, - "03": { - "magHeading": "030", - "ILS": "110.70" - } - } - ], - "length": "7000" - } - ] - }, - "Damascus": { - "ICAO": "OSDI", - "elevation": "2008", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "05L": { - "magHeading": "045", - "ILS": "" - }, - "23R": { - "magHeading": "225", - "ILS": "109.90" - } - } - ], - "length": "11600" - }, - { - "headings": [ - { - "05R": { - "magHeading": "045", - "ILS": "111.10" - }, - "23L": { - "magHeading": "225", - "ILS": "" - } - } - ], - "length": "11600" - } - ] - }, - "Deir ez-Zor": { - "ICAO": "OSDZ", - "elevation": "713", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "104", - "ILS": "" - }, - "28": { - "magHeading": "284", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Ercan": { - "ICAO": "LCEN", - "elevation": "312", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "110", - "ILS": "" - }, - "29": { - "magHeading": "290", - "ILS": "108.30" - } - } - ], - "length": "8700" - } - ] - }, - "Eyn Shemer": { - "ICAO": "LLES", - "elevation": "110", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "2750", - "ILS": "" - }, - "09": { - "magHeading": "095", - "ILS": "" - } - } - ], - "length": "4000" - } - ] - }, - "Gaziantep": { - "ICAO": "LTAJ", - "elevation": "2290", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "100", - "ILS": "" - }, - "28": { - "magHeading": "280", - "ILS": "109.10" - } - } - ], - "length": "9100" - } - ] - }, - "Gazipasa": { - "ICAO": "LTFG", - "elevation": "130", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "260", - "ILS": "" - }, - "08": { - "magHeading": "080", - "ILS": "108.50" - } - } - ], - "length": "7500" - } - ] - }, - "Gecitkale": { - "ICAO": "LCGK", - "elevation": "148", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088", - "ILS": "108.50" - } - } - ], - "length": "9100" - } - ] - }, - "H3": { - "ICAO": "", - "elevation": "2583", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "107", - "ILS": "" - }, - "29": { - "magHeading": "287", - "ILS": "" - } - } - ], - "length": "9500" - }, - { - "headings": [ - { - "24": { - "magHeading": "239", - "ILS": "" - }, - "06": { - "magHeading": "059", - "ILS": "" - } - } - ], - "length": "9800" - } - ] - }, - "H3 Northwest": { - "ICAO": "", - "elevation": "2582", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "117", - "ILS": "" - }, - "30": { - "magHeading": "297", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "H3 Southwest": { - "ICAO": "", - "elevation": "2671", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "116", - "ILS": "" - }, - "30": { - "magHeading": "296", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "H4": { - "ICAO": "OJHR", - "elevation": "2257", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "098", - "ILS": "" - }, - "28": { - "magHeading": "278", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "Haifa": { - "ICAO": "LLHA", - "elevation": "20", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "157", - "ILS": "" - }, - "34": { - "magHeading": "337", - "ILS": "" - } - } - ], - "length": "3300" - } - ] - }, - "Hama": { - "ICAO": "OS58", - "elevation": "984", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "275", - "ILS": "" - }, - "09": { - "magHeading": "095", - "ILS": "" - } - } - ], - "length": "8600" - } - ] - }, - "Hatay": { - "ICAO": "LTDA", - "elevation": "253", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "219", - "ILS": "" - }, - "04": { - "magHeading": "039", - "ILS": "108.90" - } - } - ], - "length": "9600" - } - ] - }, - "Incirlik": { - "ICAO": "LTAG", - "elevation": "230", - "TACAN": "21X", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "229", - "ILS": "111.70" - }, - "05": { - "magHeading": "049", - "ILS": "109.30" - } - } - ], - "length": "9500" - } - ] - }, - "Jirah": { - "ICAO": "OS62", - "elevation": "1173", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "095", - "ILS": "" - }, - "28": { - "magHeading": "275", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Khalkhalah": { - "ICAO": "OS69", - "elevation": "2418", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "146", - "ILS": "" - }, - "33": { - "magHeading": "326", - "ILS": "" - } - } - ], - "length": "8300" - }, - { - "headings": [ - { - "25": { - "magHeading": "251", - "ILS": "" - }, - "07": { - "magHeading": "071", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Kharab Ishk": { - "ICAO": "", - "elevation": "1416", - "TACAN": "", - "runways": [] - }, - "King Hussein Air College": { - "ICAO": "OJMF", - "elevation": "2205", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "127", - "ILS": "" - }, - "31": { - "magHeading": "307", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Kingsfield": { - "ICAO": "LCRE", - "elevation": "276", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "238", - "ILS": "" - }, - "06": { - "magHeading": "058", - "ILS": "" - } - } - ], - "length": "3300" - } - ] - }, - "Kiryat Shmona": { - "ICAO": "LLKS", - "elevation": "360", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "21": { - "magHeading": "213", - "ILS": "" - }, - "03": { - "magHeading": "033", - "ILS": "" - } - } - ], - "length": "3500" - } - ] - }, - "Kuweires": { - "ICAO": "OS66", - "elevation": "1201", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "095", - "ILS": "" - }, - "28": { - "magHeading": "275", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Lakatamia": { - "ICAO": "", - "elevation": "758", - "TACAN": "", - "runways": [] - }, - "Larnaca": { - "ICAO": "LCRE", - "elevation": "16", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "223", - "ILS": "110.30" - }, - "04": { - "magHeading": "043", - "ILS": "" - } - } - ], - "length": "8800" - } - ] - }, - "London": { - "ICAO": "", - "elevation": "", - "TACAN": "", - "runways": [] - }, - "Marj as Sultan North": { - "ICAO": "", - "elevation": "2008", - "TACAN": "", - "runways": [] - }, - "Marj as Sultan South": { - "ICAO": "", - "elevation": "2008", - "TACAN": "", - "runways": [] - }, - "Marj Ruhayyil": { - "ICAO": "OS63", - "elevation": "2161", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "06L": { - "magHeading": "059", - "ILS": "" - }, - "24R": { - "magHeading": "239", - "ILS": "" - } - } - ], - "length": "9400" - }, - { - "headings": [ - { - "06R": { - "magHeading": "059", - "ILS": "" - }, - "24L": { - "magHeading": "239", - "ILS": "" - } - } - ], - "length": "8400" - } - ] - }, - "Megiddo": { - "ICAO": "LLMG", - "elevation": "180", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088", - "ILS": "" - } - } - ], - "length": "6200" - } - ] - }, - "Mezzeh": { - "ICAO": "OS67", - "elevation": "2387", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "236", - "ILS": "" - }, - "06": { - "magHeading": "056", - "ILS": "" - } - } - ], - "length": "8800" - } - ] - }, - "Minakh": { - "ICAO": "OS71", - "elevation": "1614", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "096", - "ILS": "" - }, - "28": { - "magHeading": "276", - "ILS": "" - } - } - ], - "length": "4500" - } - ] - }, - "Naqoura": { - "ICAO": "", - "elevation": "381", - "TACAN": "", - "runways": [] - }, - "Nicosia": { - "ICAO": "", - "elevation": "722", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "09": { - "magHeading": "092", - "ILS": "" - }, - "27": { - "magHeading": "272", - "ILS": "" - } - } - ], - "length": "5791" - }, - { - "headings": [ - { - "14": { - "magHeading": "148", - "ILS": "" - }, - "27": { - "magHeading": "228", - "ILS": "" - } - } - ], - "length": "8385" - } - ] - }, - "Palmyra": { - "ICAO": "OSPR", - "elevation": "1325", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "259", - "ILS": "" - }, - "08": { - "magHeading": "079", - "ILS": "" - } - } - ], - "length": "9200" - } - ] - }, - "Paphos": { - "ICAO": "LCPH", - "elevation": "40", - "TACAN": "79X", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "109", - "ILS": "" - }, - "29": { - "magHeading": "289", - "ILS": "108.90" - } - } - ], - "length": "8600" - } - ] - }, - "Pinarbashi": { - "ICAO": "", - "elevation": "771", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "167", - "ILS": "" - }, - "34": { - "magHeading": "347", - "ILS": "" - } - } - ], - "length": "3577" - } - ] - }, - "Qabr as Sitt": { - "ICAO": "", - "elevation": "2135", - "TACAN": "", - "runways": [] - }, - "Ramat David": { - "ICAO": "LLRD", - "elevation": "146", - "TACAN": "84X", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "105", - "ILS": "" - }, - "29": { - "magHeading": "285", - "ILS": "" - } - } - ], - "length": "7700" - }, - { - "headings": [ - { - "15": { - "magHeading": "141", - "ILS": "" - }, - "33": { - "magHeading": "321", - "ILS": "111.10" - } - } - ], - "length": "7700" - }, - { - "headings": [ - { - "27": { - "magHeading": "264", - "ILS": "" - }, - "09": { - "magHeading": "084", - "ILS": "" - } - } - ], - "length": "7600" - } - ] - }, - "Rayak": { - "ICAO": "OLRA", - "elevation": "3035", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "222", - "ILS": "" - }, - "04": { - "magHeading": "042", - "ILS": "" - } - } - ], - "length": "9400" - } - ] - }, - "Rene Mouawad": { - "ICAO": "OLKA", - "elevation": "23", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "238", - "ILS": "" - }, - "06": { - "magHeading": "058", - "ILS": "" - } - } - ], - "length": "9000" - } - ] - }, - "Rosh Pina": { - "ICAO": "LLIB", - "elevation": "914", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "147", - "ILS": "" - }, - "33": { - "magHeading": "327", - "ILS": "" - } - } - ], - "length": "2900" - }, - { - "headings": [ - { - "23": { - "magHeading": "229", - "ILS": "" - }, - "05": { - "magHeading": "049", - "ILS": "" - } - } - ], - "length": "3200" - } - ] - }, - "Ruwayshid": { - "ICAO": "", - "elevation": "2980", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "271", - "ILS": "" - }, - "09": { - "magHeading": "091", - "ILS": "" - } - } - ], - "length": "7000" - } - ] - }, - "Sanliurfa": { - "ICAO": "LTCS", - "elevation": "2703", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "216", - "ILS": "" - }, - "04": { - "magHeading": "036", - "ILS": "" - } - } - ], - "length": "12900" - } - ] - }, - "Sayqal": { - "ICAO": "OS68", - "elevation": "2274", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "235", - "ILS": "" - }, - "05": { - "magHeading": "055", - "ILS": "" - } - } - ], - "length": "7600" - }, - { - "headings": [ - { - "26": { - "magHeading": "265", - "ILS": "" - }, - "08": { - "magHeading": "085", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Shayrat": { - "ICAO": "OS65", - "elevation": "2638", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "107", - "ILS": "" - }, - "29": { - "magHeading": "287", - "ILS": "" - } - } - ], - "length": "9300" - } - ] - }, - "Tabqa": { - "ICAO": "OS59", - "elevation": "1099", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088", - "ILS": "" - } - } - ], - "length": "9300" - } - ] - }, - "Taftanaz": { - "ICAO": "", - "elevation": "", - "TACAN": "", - "runways": [] - }, - "Tal Siman": { - "ICAO": "", - "elevation": "", - "TACAN": "", - "runways": [] - }, - "Tha'lah": { - "ICAO": "OS60", - "elevation": "2414", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "233", - "ILS": "" - }, - "05": { - "magHeading": "053", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Tiyas": { - "ICAO": "OS72", - "elevation": "1798", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "265", - "ILS": "" - }, - "09": { - "magHeading": "085", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Wujah Al Hajar": { - "ICAO": "Z190", - "elevation": "641", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "20": { - "magHeading": "204", - "ILS": "" - }, - "02": { - "magHeading": "024", - "ILS": "" - } - } - ], - "length": "4800" - } - ] - } - } -} \ No newline at end of file diff --git a/client/public/databases/airbases/thechannel.json b/client/public/databases/airbases/thechannel.json deleted file mode 100644 index e1b27b76..00000000 --- a/client/public/databases/airbases/thechannel.json +++ /dev/null @@ -1,525 +0,0 @@ -{ - "airfields": { - "High Halden": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "102", - "Heading": "102", - "ILS": "" - } - }, - { - "29": { - "magHeading": "282", - "Heading": "282", - "ILS": "" - } - } - ], - "length": "3027" - }, - { - "headings": [ - { - "21": { - "magHeading": "211", - "Heading": "211", - "ILS": "" - } - }, - { - "03": { - "magHeading": "31", - "Heading": "31", - "ILS": "" - } - } - ], - "length": "3027" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "104" - }, - "Manston": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "102", - "Heading": "102", - "ILS": "" - } - }, - { - "28": { - "magHeading": "282", - "Heading": "282", - "ILS": "" - } - } - ], - "length": "9114" - }, - { - "headings": [ - { - "FIELD N": { - "magHeading": "57", - "Heading": "57", - "ILS": "" - } - }, - { - "FIELD S": { - "magHeading": "237", - "Heading": "237", - "ILS": "" - } - } - ], - "length": "5261" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "160" - }, - "Biggin Hill": { - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "227", - "Heading": "228", - "ILS": "" - } - }, - { - "05": { - "magHeading": "47", - "Heading": "48", - "ILS": "" - } - } - ], - "length": "2430" - }, - { - "headings": [ - { - "28": { - "magHeading": "287", - "Heading": "288", - "ILS": "" - } - }, - { - "10": { - "magHeading": "107", - "Heading": "108", - "ILS": "" - } - } - ], - "length": "2594" - }, - { - "headings": [ - { - "21": { - "magHeading": "208", - "Heading": "208", - "ILS": "" - } - }, - { - "03": { - "magHeading": "28", - "Heading": "28", - "ILS": "" - } - } - ], - "length": "4939" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "552" - }, - "Headcorn": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "92", - "Heading": "93", - "ILS": "" - } - }, - { - "28": { - "magHeading": "272", - "Heading": "273", - "ILS": "" - } - } - ], - "length": "3680" - }, - { - "headings": [ - { - "01": { - "magHeading": "12", - "Heading": "12", - "ILS": "" - } - }, - { - "19": { - "magHeading": "192", - "Heading": "192", - "ILS": "" - } - } - ], - "length": "3680" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "114" - }, - "Detling": { - "runways": [ - { - "headings": [ - { - "FIELD S": { - "magHeading": "227", - "Heading": "227", - "ILS": "" - } - }, - { - "FIELD N": { - "magHeading": "47", - "Heading": "47", - "ILS": "" - } - } - ], - "length": "3482" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "623" - }, - "Eastchurch": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "97", - "Heading": "97", - "ILS": "" - } - }, - { - "28": { - "magHeading": "277", - "Heading": "277", - "ILS": "" - } - } - ], - "length": "2983" - }, - { - "headings": [ - { - "20": { - "magHeading": "203", - "Heading": "203", - "ILS": "" - } - }, - { - "02": { - "magHeading": "23", - "Heading": "23", - "ILS": "" - } - } - ], - "length": "2983" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "40" - }, - "Abbeville Drucat": { - "runways": [ - { - "headings": [ - { - "20": { - "magHeading": "203", - "Heading": "203", - "ILS": "" - } - }, - { - "2": { - "magHeading": "23", - "Heading": "23", - "ILS": "" - } - } - ], - "length": "4877" - }, - { - "headings": [ - { - "27": { - "magHeading": "270", - "Heading": "270", - "ILS": "" - } - }, - { - "09": { - "magHeading": "90", - "Heading": "90", - "ILS": "" - } - } - ], - "length": "4877" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "183" - }, - "Hawkinge": { - "runways": [ - { - "headings": [ - { - "FIELD S": { - "magHeading": "180", - "Heading": "180", - "ILS": "" - } - }, - { - "FIELD N": { - "magHeading": "0", - "Heading": "0", - "ILS": "" - } - } - ], - "length": "2336" - }, - { - "headings": [ - { - "FIELD W ": { - "magHeading": "218", - "Heading": "219", - "ILS": "" - } - }, - { - "FIELD E": { - "magHeading": "38", - "Heading": "39", - "ILS": "" - } - } - ], - "length": "2336" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "524" - }, - "Lympne": { - "runways": [ - { - "headings": [ - { - "FIELD E": { - "magHeading": "134", - "Heading": "134", - "ILS": "" - } - }, - { - "FIELD W": { - "magHeading": "314", - "Heading": "314", - "ILS": "" - } - } - ], - "length": "3054" - }, - { - "headings": [ - { - "FIELD N": { - "magHeading": "19", - "Heading": "19", - "ILS": "" - } - }, - { - "FIELD S": { - "magHeading": "199", - "Heading": "199", - "ILS": "" - } - } - ], - "length": "2706" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "351" - }, - "Merville Calonne": { - "runways": [ - { - "headings": [ - { - "32": { - "magHeading": "318", - "Heading": "319", - "ILS": "" - } - }, - { - "14": { - "magHeading": "138", - "Heading": "139", - "ILS": "" - } - } - ], - "length": "3899" - }, - { - "headings": [ - { - "26": { - "magHeading": "258", - "Heading": "258", - "ILS": "" - } - }, - { - "08": { - "magHeading": "78", - "Heading": "78", - "ILS": "" - } - } - ], - "length": "3899" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "52" - }, - "Dunkirk Mardyck": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "80", - "Heading": "81", - "ILS": "" - } - }, - { - "26": { - "magHeading": "260", - "Heading": "261", - "ILS": "" - } - } - ], - "length": "1839" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "16" - }, - "Saint Omer Longuenesse": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "86", - "Heading": "87", - "ILS": "" - } - }, - { - "26": { - "magHeading": "266", - "Heading": "267", - "ILS": "" - } - } - ], - "length": "2001" - }, - { - "headings": [ - { - "FIELD S": { - "magHeading": "208", - "Heading": "208", - "ILS": "" - } - }, - { - "FIELD N": { - "magHeading": "28", - "Heading": "28", - "ILS": "" - } - } - ], - "length": "1762" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "219" - } - } -} \ No newline at end of file diff --git a/client/public/databases/units/aircraftdatabase.json b/client/public/databases/units/aircraftdatabase.json deleted file mode 100644 index d009e1bc..00000000 --- a/client/public/databases/units/aircraftdatabase.json +++ /dev/null @@ -1,33339 +0,0 @@ -{ - "A-10C_2": { - "name": "A-10C_2", - "coalition": "blue", - "era": "Late Cold War", - "label": "A-10C Warthog 2", - "shortLabel": "A10", - "loadouts": [ - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "name": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "name": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "name": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "name": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "name": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "name": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "name": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "name": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "name": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "name": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*12, TGP, CAP-9*1", - "name": "BDU-33*12, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with TGM-65D - Trg Round for Mav D (IIR)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65H - Trg Round for Mav H (CCD)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "name": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1", - "name": "BDU-33*6, TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "name": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "name": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 6 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk1, Practice", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "name": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts WTU-1/B, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "name": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-103*4, M151*14, AIM-9*2, ECM", - "name": "CBU-103*4, M151*14, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "name": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*28, AIM-9*2,ECM", - "name": "CBU-87*4, M151*28, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*42, AIM-9*2, ECM", - "name": "CBU-87*4, M151*42, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*14,TGP, AIM-9*2", - "name": "GBU-12*14,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "name": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "name": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "name": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "name": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-131 pods - 21 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "name": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 6 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "name": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "M151*98, Mk-82*2,AIM-9*2,ECM", - "name": "M151*98, Mk-82*2,AIM-9*2,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 5 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*20,AIM-9*2,ECM", - "name": "Mk-82*20,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "name": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-9*2,TGP,ECM", - "name": "Mk-82*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "name": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*8,AIM-9*2,ECM", - "name": "Mk-82*8,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 5 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "name": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*8,AIM-9*2,ECM", - "name": "Mk-82AIR*8,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M257, Para Illum", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "MK-84*2,LAU-68*2,AGM-65K*2", - "name": "MK-84*2,LAU-68*2,AGM-65K*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*4,AIM-9*2,ECM", - "name": "Mk-84*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*6,AIM-9*2,TGP,ECM", - "name": "Mk-84*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 9 - } - ], - "enabled": true, - "code": "SUU-25*9,AIM-9*2,ECM", - "name": "SUU-25*9,AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP", - "name": "TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, BDU-50LGB*4", - "name": "TGP, CAP-9*1, BDU-50LGB*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "name": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 3 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "name": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "name": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "name": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "name": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "name": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "a-10.png", - "enabled": true, - "liveries": { - "81st fs spangdahlem ab, germany (sp) 1": { - "name": "81st FS Spangdahlem AB, Germany (SP) 1", - "countries": [ - "USA" - ] - }, - "fictional spanish tritonal": { - "name": "Fictional Spanish Tritonal", - "countries": [ - "SPN" - ] - }, - "47th fs barksdale afb, louisiana (bd)": { - "name": "47th FS Barksdale AFB, Louisiana (BD)", - "countries": [ - "USA" - ] - }, - "fictional georgian olive": { - "name": "Fictional Georgian Olive", - "countries": [ - "GRG" - ] - }, - "algerian af fictional grey": { - "name": "Algerian AF Fictional Grey", - "countries": [ - "DZA" - ] - }, - "fictional russian air force 1": { - "name": "Fictional Russian Air Force 1", - "countries": [ - "RUS" - ] - }, - "fictional israel 115 sqn flying dragon": { - "name": "Fictional Israel 115 Sqn Flying Dragon", - "countries": [ - "ISR" - ] - }, - "172nd fs battle creek angb, michigan (bc)": { - "name": "172nd FS Battle Creek ANGB, Michigan (BC)", - "countries": [ - "USA" - ] - }, - "190th fs boise angb, idaho (id)": { - "name": "190th FS Boise ANGB, Idaho (ID)", - "countries": [ - "USA" - ] - }, - "81st fs spangdahlem ab, germany (sp) 2": { - "name": "81st FS Spangdahlem AB, Germany (SP) 2", - "countries": [ - "USA" - ] - }, - "fictional german 3322": { - "name": "Fictional German 3322", - "countries": [ - "GER" - ] - }, - "66th ws nellis afb, nevada (wa)": { - "name": "66th WS Nellis AFB, Nevada (WA)", - "countries": [ - "USA" - ] - }, - "algerian af fictional desert": { - "name": "Algerian AF Fictional Desert", - "countries": [ - "DZA" - ] - }, - "fictional italian am (23gruppo)": { - "name": "AM (23Gruppo)", - "countries": [ - "ITA" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "184th fs arkansas ang, fort smith (fs)": { - "name": "184th FS Arkansas ANG, Fort Smith (FS)", - "countries": [ - "USA" - ] - }, - "354th fs davis monthan afb, arizona (dm)": { - "name": "354th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "fictional royal norwegian air force": { - "name": "Fictional Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "422nd tes nellis afb, nevada (ot)": { - "name": "422nd TES Nellis AFB, Nevada (OT)", - "countries": [ - "USA" - ] - }, - "118th fs bradley angb, connecticut (ct)": { - "name": "118th FS Bradley ANGB, Connecticut (CT)", - "countries": [ - "USA" - ] - }, - "fictional spanish aga": { - "name": "Fictional Spanish AGA", - "countries": [ - "SPN" - ] - }, - "74th fs moody afb, georgia (ft)": { - "name": "74th FS Moody AFB, Georgia (FT)", - "countries": [ - "USA" - ] - }, - "fictional russian air force 2": { - "name": "Fictional Russian Air Force 2", - "countries": [ - "RUS" - ] - }, - "118th fs bradley angb, connecticut (ct) n621": { - "name": "118th FS Bradley ANGB, Connecticut (CT) N621", - "countries": [ - "USA" - ] - }, - "357th fs davis monthan afb, arizona (dm)": { - "name": "357th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "canada rcaf 409 squadron": { - "name": "Fictional RCAF 409 Squadron", - "countries": [ - "CAN" - ] - }, - "355th fs eielson afb, alaska (ak)": { - "name": "355th FS Eielson AFB, Alaska (AK)", - "countries": [ - "USA" - ] - }, - "25th fs osan ab, korea (os)": { - "name": "25th FS Osan AB, Korea (OS)", - "countries": [ - "USA" - ] - }, - "358th fs davis monthan afb, arizona (dm)": { - "name": "358th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "australia notional raaf": { - "name": "Australia Notional RAAF", - "countries": [ - "AUS" - ] - }, - "fictional canadian air force pixel camo": { - "name": "Fictional Canadian Air Force Pixel Camo", - "countries": [ - "CAN" - ] - }, - "fictional france escadron de chasse 03.003 ardennes": { - "name": "Fictional France Escadron de Chasse 03.003 ARDENNES", - "countries": [ - "FRA" - ] - }, - "canada rcaf 442 snow scheme": { - "name": "Fictional RCAF 442 Snow Scheme", - "countries": [ - "CAN" - ] - }, - "23rd tfw england afb (el)": { - "name": "23rd TFW England AFB (EL)", - "countries": [ - "USA" - ] - }, - "fictional georgian grey": { - "name": "Fictional Georgian Grey", - "countries": [ - "GRG" - ] - }, - "fictional ukraine air force 1": { - "name": "Fictional Ukraine Air Force 1", - "countries": [ - "UKR" - ] - }, - "104th fs maryland ang, baltimore (md)": { - "name": "104th FS Maryland ANG, Baltimore (MD)", - "countries": [ - "USA" - ] - }, - "fictional spanish 12nd wing": { - "name": "Fictional Spanish 12nd Wing", - "countries": [ - "SPN" - ] - }, - "a-10 grey": { - "name": "A-10 Grey", - "countries": [ - "DEN", - "TUR", - "NETH", - "BEL", - "UK" - ] - }, - "fictional german 3323": { - "name": "Fictional German 3323", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 1 crew, attack aircraft. Warthog", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-20G": { - "name": "A-20G", - "coalition": "blue", - "label": "A-20G Havoc", - "era": "WW2", - "shortLabel": "A20", - "loadouts": [ - { - "items": [ - { - "name": "4 x AN-M64 - 500lb GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "500 lb GP bomb LD*4", - "name": "500 lb GP bomb LD*4", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "a-20.png", - "enabled": true, - "liveries": { - "ussr 1st gmtap": { - "name": "1st GMTAP", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 645th bs": { - "name": "645th BS, 410th BG, 9th AF", - "countries": [ - "USA" - ] - }, - "107 sqn": { - "name": "107 SQN", - "countries": [ - "UK" - ] - }, - "ussr 27 ape dd": { - "name": "27th API DD", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 668th bs": { - "name": "668th BS, 416th BG", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 3 crew, medium attack bomber. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-50": { - "name": "A-50", - "coalition": "red", - "label": "A-50 Mainstay", - "era": "Late Cold War", - "shortLabel": "A50", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 15 crew. NATO reporting name: Mainstay", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "AJS37": { - "name": "AJS37", - "coalition": "blue", - "label": "AJS37 Viggen", - "era": "Mid Cold War", - "shortLabel": "AJS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "name": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship: RB-04E*2, RB-74*2, XT", - "name": "Anti-ship: RB-04E*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "name": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "name": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "name": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Ferry Flight: XT", - "name": "Ferry Flight: XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS (75 GUN): RB-75*2, AKAN", - "name": "CAS (75 GUN): RB-75*2, AKAN", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP: RB-74*4, XT", - "name": "CAP: RB-74*4, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "U22/A Jammer", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Countermeasures Escort: U/22A, KB", - "name": "Countermeasures Escort: U/22A, KB", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BK-90 MJ1 (72 x MJ1 HE-FRAG Bomblets)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "name": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS: AKAN, RB-05A", - "name": "CAS: AKAN, RB-05A", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "name": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "name": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "name": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb Low-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "name": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "SEAD: RB-75T*2, U22/A, KB, XT", - "name": "SEAD: RB-75T*2, U22/A, KB, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-15F Programmable Anti-ship Missile", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "name": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "New Payload", - "name": "New Payload", - "roles": [] - }, - { - "items": [ - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (AJ37): RB-24J*2", - "name": "CAP (AJ37): RB-24J*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "name": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "name": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Light Mav): RB-75*4, XT", - "name": "Anti-ship (Light Mav): RB-75*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "name": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2x 80kg LYSB-71 Illumination Bomb", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Illumination: LYSB*8, XT", - "name": "Illumination: LYSB*8, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "name": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (Gun): AKAN*2, RB-74*2, XT", - "name": "CAP (Gun): AKAN*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target: RB-05A*2, RB-74*2, XT", - "name": "Hard Target: RB-05A*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "RB-05*2, XT", - "name": "RB-05*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS: ARAK M70 HE*4, XT", - "name": "CAS: ARAK M70 HE*4, XT", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Strike: SB71HD*16, RB-24J, XT", - "name": "Runway Strike: SB71HD*16, RB-24J, XT", - "roles": [ - "Runway Attack" - ] - } - ], - "filename": "viggen.png", - "enabled": true, - "liveries": { - "37": { - "name": "#1 Splinter F21 Norrbottens Flygflottilj", - "countries": "All" - }, - "37402": { - "name": "#3 JA-37 F21 Akktu Stakki", - "countries": "All" - }, - "se-dxnv4": { - "name": "SE-DXN by Mach3DS", - "countries": "All" - }, - "f7 skaraborg": { - "name": "#4 Splinter F7 Skaraborgs Flygflottilj 76", - "countries": "All" - }, - "sf-37 akktu stakki - f21": { - "name": "SF-37 Akktu Stakki - F21", - "countries": "All" - }, - "the show must go on": { - "name": "SHOW MUST GO ON! by Bender & Mach3DS", - "countries": "All" - }, - "baremetal": { - "name": "#2 Bare Metal F7 Skaraborgs Flygflottilj", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, delta wing, 1 crew, attack aircraft. Viggen", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AV8BNA": { - "name": "AV8BNA", - "coalition": "blue", - "label": "AV8BNA Harrier", - "era": "Late Cold War", - "shortLabel": "AV8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-L-H: Mk-82SEx6, GAU-12", - "name": "H-L-H: Mk-82SEx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "name": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "2 GBU-38 */*", - "quantity": 1 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 GBU-38 *\\*", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "name": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "name": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "name": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx6, GAU-12", - "name": "H-M-H: Mk-82LDx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "name": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "name": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "3 Mk-82", - "quantity": 2 - }, - { - "name": "2 Mk-82 *\\*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-82 */*", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx10, GAU-12", - "name": "H-M-H: Mk-82LDx10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "Area Suppression: Mk-20x10, GAU-12", - "name": "Area Suppression: Mk-20x10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "name": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "name": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "name": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "name": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "name": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "name": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "roles": [ - "Strike" - ] - } - ], - "filename": "av8bna.png", - "enabled": true, - "liveries": { - "vmat-203": { - "name": "VMAT-203", - "countries": "All" - }, - "vma-542": { - "name": "VMA-542", - "countries": "All" - }, - "vma-311d": { - "name": "VMA-311D", - "countries": "All" - }, - "vma-223d": { - "name": "VMA-223D", - "countries": "All" - }, - "vma-513": { - "name": "VMA-513", - "countries": "All" - }, - "vma-214d": { - "name": "VMA-214D", - "countries": "All" - }, - "vma-211": { - "name": "VMA-211", - "countries": "All" - }, - "vma-231-2": { - "name": "VMA-231-2", - "countries": "All" - }, - "vmat-203s": { - "name": "VMAT-203 Special", - "countries": "All" - }, - "vma-214": { - "name": "VMA-214", - "countries": "All" - }, - "vma-513d": { - "name": "VMA-513D", - "countries": "All" - }, - "vma-231d": { - "name": "VMA-231D", - "countries": "All" - }, - "vma-311": { - "name": "VMA-311", - "countries": "All" - }, - "default": { - "name": "default", - "countries": "All" - }, - "vma-231-1": { - "name": "VMA-231-1", - "countries": "All" - }, - "vma-211d": { - "name": "VMA-211D", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather, VTOL attack aircraft. Harrier", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "An-26B": { - "name": "An-26B", - "coalition": "red", - "label": "An-26B Curl", - "era": "Mid Cold War", - "shortLabel": "A26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "an-26.png", - "enabled": true, - "liveries": { - "china plaaf": { - "name": "China PLAAF", - "countries": [ - "CHN" - ] - }, - "rf navy": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "abkhazian af": { - "name": "Abkhazian AF", - "countries": [ - "ABH" - ] - }, - "aeroflot": { - "name": "Aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian af": { - "name": "Georgian AF", - "countries": [ - "GRG" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "ukraine af": { - "name": "Ukraine AF", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew, cargo and passenger aircraft. NATO reporting name: Curl", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "An-30M": { - "name": "An-30M", - "coalition": "red", - "label": "An-30M Clank", - "era": "Mid Cold War", - "shortLabel": "A30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "15th transport ab": { - "name": "15th Transport AB", - "countries": [ - "UKR" - ] - }, - "china caac": { - "name": "China CAAC", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 7 crew, weather reseach aircraft. NATO reporting name: Clank", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "B-1B": { - "name": "B-1B", - "coalition": "blue", - "label": "B-1B Lancer", - "era": "Late Cold War", - "shortLabel": "B1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "28 x Mk-82 - 500lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-82*84", - "name": "Mk-82*84", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x AGM-154C - JSOW Unitary BROACH", - "quantity": 3 - } - ], - "enabled": true, - "code": "AGM-154*12", - "name": "AGM-154*12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-38*48", - "name": "GBU-38*48", - "roles": [ - "CAS", - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "10 x CBU-87 - 202 x CEM Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-87*30", - "name": "CBU-87*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-97*30", - "name": "CBU-97*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 2 - }, - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*16, CBU-97*20", - "name": "GBU-38*16, CBU-97*20", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "8 x Mk-84 - 2000lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-84*24", - "name": "Mk-84*24", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31*24", - "name": "GBU-31*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31(V)3/B*24", - "name": "GBU-31(V)3/B*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 2 - }, - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*8, GBU-38*32", - "name": "GBU-31*8, GBU-38*32", - "roles": [ - "Strike", - "Strike" - ] - } - ], - "filename": "b-1.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 2 crew bomber. Lancer", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "B-52H": { - "name": "B-52H", - "coalition": "blue", - "label": "B-52H Stratofortress", - "era": "Early Cold War", - "shortLabel": "B52", - "loadouts": [ - { - "items": [ - { - "name": "8 x AGM-84A Harpoon ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-84A*8", - "name": "AGM-84A*8", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x AGM-86D on MER", - "quantity": 2 - }, - { - "name": "8 x AGM-86D", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-86C*20", - "name": "AGM-86C*20", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MER12 with 12 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "27 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk 82*51", - "name": "Mk 82*51", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "18 x Mk-84 2000lb GP Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*18", - "name": "Mk-84*18", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HSAB with 9 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*18", - "name": "Mk20*18", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "b-52.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "8 jet engine, swept wing, 6 crew bomber. Stratofortress", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Bf-109K-4": { - "name": "Bf-109K-4", - "coalition": "red", - "label": "Bf-109K-4", - "era": "WW2", - "shortLabel": "109", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC250", - "name": "SC250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "bf109.png", - "enabled": true, - "liveries": { - "germany_standard": { - "name": "Jagdgeschwader 27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 white 6, jg 4": { - "name": "White 6, JG 4", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 red7 eads": { - "name": "BF109G4 -red7- EADS -fondation messerschmitt V2", - "countries": [ - "GER" - ] - }, - "bf-109 k4 iijg52": { - "name": "II./JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 us captured": { - "name": "US Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 stab jg52": { - "name": "Stab JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 334xxx batch": { - "name": "334xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 ussr green": { - "name": "Green-trophy RKKA", - "countries": [ - "SUN", - "RUS" - ] - }, - "bf-109 k4 330xxx batch": { - "name": "330xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 irmgard": { - "name": "Bf-109K-4 Irmgard Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 swiss e-3a j-374 1940": { - "name": "Swiss E-3a J-374 1940 l'Seducteur", - "countries": [ - "SUI" - ] - }, - "green": { - "name": "Green", - "countries": "All" - }, - "bf-109 k4 9.jg77": { - "name": "9./JG77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 croatia": { - "name": "Croatia Air Force - 'Black 4'", - "countries": [ - "HRV", - "NZG", - "GER" - ] - }, - "bf-109 k4 9.jg27 (w10+i)": { - "name": "9./JG27 (W10+I)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 legion condor spain 1939": { - "name": "6-123 ESPAÑA", - "countries": [ - "SPN" - ] - }, - "bf-109 k4 jagdgeschwader 53": { - "name": " Jagdgeschwader 53", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11": { - "name": "NJG 11", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 g10 of tibor tobak rhaf": { - "name": "BF109G10 RHAF Tibor Tobak by Reflected", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "bf-109 k4 jagdgeschwader 77": { - "name": "Jagdgeschwader 77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 iaf s-199": { - "name": "S-199 IDF by Ovenmit", - "countries": [ - "ISR" - ] - }, - "bf-109 k4 iiijg27": { - "name": "III/JG27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11 (white 5)": { - "name": "1./NJG 11 (W5)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 raf vd 358 e-2": { - "name": "RAF VD 358 E-2 - UK Captured", - "countries": [ - "UK" - ] - }, - "bf-109 k4 335xxx batch": { - "name": "335xxx batch", - "countries": [ - "GER", - "NZG" - ] - } - }, - "type": "Aircraft", - "description": "Single propeller, straight wing, 1 crew. 109", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-101CC": { - "name": "C-101CC", - "coalition": "blue", - "label": "C-101CC", - "era": "Late Cold War", - "shortLabel": "101", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON (I)", - "name": "2*AIM-9P, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (I)", - "name": "2*AIM-9M, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 533 CANNON (II)", - "name": "2*AIM-9P, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (IV)", - "name": "2*AIM-9P, AN-M3 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON (III)", - "name": "2*AIM-9M, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON", - "name": "2*AIM-9P, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "name": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "name": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON", - "name": "2*AIM-9M, AN-M3 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "name": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2* SEA EAGLE, DEFA-553 CANNON", - "name": "2* SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "name": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "BR-500 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "name": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (IV)", - "name": "2*AIM-9M, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "name": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic, DEFA 553 CANNON (I)", - "name": "2*R550 Magic, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - }, - { - "name": "BIN-200 - 200kg Napalm Incendiary Bomb", - "quantity": 2 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "name": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (III)", - "name": "2*AIM-9P, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 533 CANNON (II)", - "name": "2*AIM-9M, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - } - ], - "filename": "c-101.png", - "enabled": true, - "liveries": { - "i brigada aerea - chile early green n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Green", - "countries": [ - "CHL" - ] - }, - "aviodev skin": { - "name": "Aviodev Skin", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "UN", - "RSI", - "CHL", - "AUT", - "EGY", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "RED", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "CYP", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "BLUE", - "KWT" - ] - }, - "georgia combat fictional green": { - "name": "Georgia Combat Fictional Green", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - chile early grey n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Grey", - "countries": [ - "CHL" - ] - }, - "royal jordanian air force": { - "name": "Royal jordanian Air Force ", - "countries": [ - "JOR" - ] - }, - "georgia combat fictional spots": { - "name": "Georgia Combat Fictional Spots", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon desert skin": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON Desert Skin", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº410 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº410 ", - "countries": [ - "CHL" - ] - }, - "usaf agressor fictional": { - "name": "USAF Agressor Fictional", - "countries": [ - "USA", - "AUSAF", - "BLUE" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº411 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº411", - "countries": [ - "CHL" - ] - }, - "claex green camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Green Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - }, - "russia combat fictional": { - "name": "Russia Combat Fictional", - "countries": [ - "RED", - "RUS" - ] - }, - "georgia combat fictional wolf": { - "name": "Georgia Combat Fictional Wolf", - "countries": [ - "GRG" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 1": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 1", - "countries": [ - "HND" - ] - }, - "i brigada aerea - grupo de aviacion n.3 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.3 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 2": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 2", - "countries": [ - "HND" - ] - }, - "claex desert camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Desert Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-130": { - "name": "C-130", - "coalition": "blue", - "label": "C-130 Hercules", - "era": "Early Cold War", - "shortLabel": "130", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-130.png", - "enabled": true, - "liveries": { - "belgian air force": { - "name": "Belgian Air Force", - "countries": [ - "BEL" - ] - }, - "iriaf 5-8518": { - "name": "IRIAF 5-8518", - "countries": [ - "IRN" - ] - }, - "israel defence force": { - "name": "Israel Defence Force", - "countries": [ - "ISR" - ] - }, - "haf gray": { - "name": "Hellenic Airforce - Gray", - "countries": [ - "GRC" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "royal danish air force": { - "name": "Royal Danish Air Force", - "countries": [ - "DEN" - ] - }, - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "royal netherlands air force": { - "name": "Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "canada's air force": { - "name": "Canada's Air Force", - "countries": [ - "CAN" - ] - }, - "royal norwegian air force": { - "name": "Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "iriaf 5-8503": { - "name": "IRIAF 5-8503", - "countries": [ - "IRN" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "royal air force": { - "name": "Royal Air Force", - "countries": [ - "UK" - ] - }, - "air algerie l-382 white": { - "name": "Air Algerie L-382 White", - "countries": [ - "DZA" - ] - }, - "french air force": { - "name": "French Air Force", - "countries": [ - "FRA" - ] - }, - "spanish air force": { - "name": "Spanish Air Force", - "countries": [ - "SPN" - ] - }, - "algerian af h30 white": { - "name": "Algerian AF H30 White", - "countries": [ - "DZA" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, stright wing, 3 crew. Hercules", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "C-17A": { - "name": "C-17A", - "coalition": "blue", - "label": "C-17A Globemaster", - "era": "Modern", - "shortLabel": "C17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-17.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Globemaster", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-2C": { - "name": "E-2C", - "coalition": "blue", - "label": "E-2D Hawkeye", - "era": "Mid Cold War", - "shortLabel": "E2", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-2.png", - "enabled": true, - "liveries": { - "vaw-125 tigertails": { - "name": "VAW-125 Tigertails", - "countries": [ - "USA" - ] - }, - "e-2d demo": { - "name": "E-2D Demo", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew. Hawkeye", - "abilities": "AEW, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-3A": { - "name": "E-3A", - "coalition": "blue", - "label": "E-3A Sentry", - "era": "Mid Cold War", - "shortLabel": "E3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-3.png", - "enabled": true, - "liveries": { - "nato": { - "name": "nato", - "countries": [ - "USA", - "FRA", - "UK" - ] - }, - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 17 crew. Sentry", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "F-117A": { - "name": "F-117A", - "coalition": "blue", - "label": "F-117A Nighthawk", - "era": "Late Cold War", - "shortLabel": "117", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2", - "name": "GBU-12*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-27 - 2000lb Laser Guided Penetrator Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-27*2", - "name": "GBU-27*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "f-117.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, delta wing, 1 crew. Nighthawk", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14A-135-GR": { - "name": "F-14A-135-GR", - "coalition": "blue", - "label": "F-14A-135-GR Tomcat", - "era": "Late Cold War", - "shortLabel": "14A", - "loadouts": [ - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*4, AIM-9L*4, XT*2", - "name": "AIM-7F*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*6, AIM-9L*2, XT*2", - "name": "AIM-7F*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-21 freelancers 200": { - "name": "VF-21 Freelancers 200", - "countries": "All" - }, - "vf-11 ae106 1988": { - "name": "VF-11 AE106 1988", - "countries": "All" - }, - "vf-301 nd113": { - "name": "VF-301 ND113 by Mach3DS", - "countries": "All" - }, - "vf-301 nd111": { - "name": "VF-301 ND111 by Mach3DS", - "countries": "All" - }, - "vf-154 black knights 101": { - "name": "00 - VF-154 Black Knights 101", - "countries": "All" - }, - "vf-14 tophatters aj206 (1999 allied force)": { - "name": "VF-14 Tophatters AJ206 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 ae204 1988": { - "name": "VF-31 AE204 1988", - "countries": "All" - }, - "vf-1 wolfpack nk102 (1974)": { - "name": "VF-1 Wolfpack NK102 (1974)", - "countries": "All" - }, - "vf-33 starfighters ab201 (1988)": { - "name": "VF-33 Starfighters AB201(Dale Snodgrass)", - "countries": "All" - }, - "vf-31 1991 ae200": { - "name": "VF-31 1991 AE200 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj100 (1999 allied force)": { - "name": "VF-41 Black Aces AJ100 (1999 Allied Force)", - "countries": "All" - }, - "vf-41 black aces aj101 (1999 allied force)": { - "name": "VF-41 Black Aces AJ101 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 1991 ae205": { - "name": "VF-31 1991 AE205 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj102 (1999 allied force)": { - "name": "VF-41 Black Aces AJ102 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk101 (1974)": { - "name": "VF-1 Wolfpack NK101 (1974)", - "countries": "All" - }, - "vf-31 ae200 1988": { - "name": "VF-31 AE200 1988", - "countries": "All" - }, - "vf-11 red rippers 106": { - "name": "VF-11 Red Rippers 106", - "countries": "All" - }, - "vf-1 wolfpack nk103 (1974)": { - "name": "VF-1 Wolfpack NK103 (1974)", - "countries": "All" - }, - "vf-14 tophatters ab103 (1976)": { - "name": "VF-14 Tophatters AB103(1976)", - "countries": "All" - }, - "vf-111 sundowners 200": { - "name": "VF-111 Sundowners 200", - "countries": "All" - }, - "top gun 114": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-11 ae103 1988": { - "name": "VF-11 AE103 1988", - "countries": "All" - }, - "vx-4 vandy one sad bunny (1992)": { - "name": "VX-4 Vandy One Sad Bunny (1992)", - "countries": "All" - }, - "vf-211 fighting checkmates 100 (2001)": { - "name": "VF-211 Fighting Checkmates 100 (2001)", - "countries": [ - "USA" - ] - }, - "vf-301 nd104": { - "name": "VF-301 ND104 by Mach3DS", - "countries": "All" - }, - "vf-32 swordsmen ab200 (1976)": { - "name": "VF-32 Swordsmen AB200 (1976)", - "countries": "All" - }, - "vf-211 fighting checkmates 105": { - "name": "VF-211 Fighting Checkmates 105", - "countries": "All" - }, - "vf-14 tophatters ab100 (1976)": { - "name": "VF-14 Tophatters AB100(1976)", - "countries": "All" - }, - "vf-11 ae101 1988": { - "name": "VF-11 AE101 1988", - "countries": "All" - }, - "vf-14 tophatters aj202 (1999 allied force)": { - "name": "VF-14 Tophatters AJ202 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk100 (1974)": { - "name": "VF-1 Wolfpack NK100 (1974)", - "countries": "All" - }, - "vf-301 nd101 hivis": { - "name": "VF-301 ND101 HiVis by Mach3DS", - "countries": "All" - }, - "vf-14 tophatters aj201 (1999 allied force)": { - "name": "VF-14 Tophatters AJ201 (1999 Allied Force)", - "countries": "All" - }, - "vf-14 tophatters aj200 (1999) 80th aniversary": { - "name": "VF-14 Tophatters AJ200 (1999) 80th Anniversary", - "countries": "All" - }, - "vf-41 black aces aj104 (1999 allied force)": { - "name": "VF-41 Black Aces AJ104 (1999 Allied Force)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14B": { - "name": "F-14B", - "coalition": "blue", - "label": "F-14B Tomcat", - "era": "Late Cold War", - "shortLabel": "14B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9M*2, XT*2", - "name": "AIM-7M*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9L*2, XT*2", - "name": "AIM-7M*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9L*4, XT*2", - "name": "AIM-7M*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "vf-103 sluggers 206 (1995)": { - "name": "VF-103 Sluggers 206 (1995)", - "countries": "All" - }, - "vf-143 pukin dogs low vis": { - "name": "VF-143 Pukin Dogs Low Vis (1998)", - "countries": "All" - }, - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-31 tomcatters nk101 (2004)": { - "name": "VF-31 Tomcatters NK101 (2004)", - "countries": "All" - }, - "vf-32 fighting swordsmen 103": { - "name": "VF-32 Fighting Swordsmen 103 (1998)", - "countries": "All" - }, - "vf-103 jolly rogers hi viz": { - "name": "VF-103 Jolly Rogers Hi Viz", - "countries": "All" - }, - "vf-101 dark": { - "name": "VF-101 Dark", - "countries": "All" - }, - "vf-102 diamondbacks": { - "name": "01 - VF-102 Diamondbacks 1996", - "countries": "All" - }, - "vf-143 pukin dogs low vis (1995)": { - "name": "VF-143 Pukin Dogs Low Vis (1995)", - "countries": "All" - }, - "vx-4 xf-51 1988": { - "name": "VX-4 XF-51 1988", - "countries": "All" - }, - "top gun 114 hb weather": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-24 renegades": { - "name": "VF-24 Renegades Low-Viz", - "countries": "All" - }, - "vf-11 red rippers (1997)": { - "name": "VF-11 Red Rippers (1997)", - "countries": "All" - }, - "vf-32 fighting swordsmen 100 (2000)": { - "name": "VF-32 Fighting Swordsmen 100 (2000)", - "countries": [ - "USA" - ] - }, - "vf-74 bedevilers 1991": { - "name": "VF-74 Be-Devilers 1991", - "countries": "All" - }, - "santa": { - "name": "Fictional Christmas Livery", - "countries": "All" - }, - "vf-103 sluggers 207 (1991)": { - "name": "VF-103 Sluggers 207 (1991)", - "countries": "All" - }, - "vf-32 fighting swordsmen 101": { - "name": "VF-32 Fighting Swordsmen 101 (1998)", - "countries": "All" - }, - "vf-103 last ride": { - "name": "VF-103 Last Ride", - "countries": "All" - }, - "vf-143 pukin dogs cag": { - "name": "VF-143 Pukin' Dogs CAG", - "countries": "All" - }, - "vx-9 vampires xf240 white whale": { - "name": "VX-9 Vampires XF240 White Whale", - "countries": "All" - }, - "vf-74 adversary": { - "name": "VF-74 Adversary", - "countries": "All" - }, - "vx-9 vandy 41 (1995)": { - "name": "VX-9 Vandy 41 (1995)", - "countries": "All" - }, - "vf-142 ghostriders": { - "name": "VF-142 Ghostriders", - "countries": "All" - }, - "vf-211 fighting checkmates": { - "name": "VF-211 Fighting Checkmates", - "countries": "All" - }, - "vf-101 grim reapers low vis": { - "name": "VF-101 Grim Reapers Low Vis", - "countries": "All" - }, - "chromecat": { - "name": "Fictional Chrome Cat ", - "countries": "All" - }, - "vf-32 fighting swordsmen 102": { - "name": "VF-32 Fighting Swordsmen 102 (1998)", - "countries": "All" - }, - "vf-102 diamondbacks 102": { - "name": "VF-102 Diamondbacks 102 (2000)", - "countries": "All" - }, - "vf-101 red": { - "name": "VF-101 Red", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15C": { - "name": "F-15C", - "coalition": "blue", - "label": "F-15C Eagle", - "era": "Late Cold War", - "shortLabel": "15C", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "name": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel", - "name": "AIM-9*2,AIM-120*6,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel*3", - "name": "AIM-9*4,AIM-120*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel", - "name": "AIM-9*4,AIM-120*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel*3", - "name": "AIM-9*2,AIM-120*6,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel", - "name": "AIM-9*4,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel", - "name": "AIM-120*8,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*3", - "name": "AIM-9*4,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel*3", - "name": "AIM-120*8,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - } - ], - "filename": "f-15.png", - "enabled": true, - "liveries": { - "106th sqn (8th airbase)": { - "name": "106th SQN (8th Airbase)", - "countries": [ - "ISR" - ] - }, - "433rd weapons sqn (wa)": { - "name": "433rd Weapons SQN (WA)", - "countries": [ - "USA" - ] - }, - "493rd fighter sqn (ln)": { - "name": "493rd Fighter SQN (LN)", - "countries": [ - "USA" - ] - }, - "12th fighter sqn (ak)": { - "name": "12th Fighter SQN (AK)", - "countries": [ - "USA" - ] - }, - "390th fighter sqn": { - "name": "390th Fighter SQN", - "countries": [ - "USA" - ] - }, - "65th aggressor sqn (wa) flanker": { - "name": "65th Aggressor SQN (WA) Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) super_flanker": { - "name": "65th Aggressor SQN (WA) SUPER_Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) mig": { - "name": "65th Aggressor SQN (WA) MiG", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ferris scheme": { - "name": "Ferris Scheme", - "countries": [ - "USA" - ] - }, - "58th fighter sqn (eg)": { - "name": "58th Fighter SQN (EG)", - "countries": [ - "USA" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforece - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter. Eagle.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-16C_50": { - "name": "F-16C_50", - "coalition": "blue", - "label": "F-16C Viper", - "era": "Late Cold War", - "shortLabel": "16C", - "loadouts": [ - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*2, AIM-9M*4, FUEL*3", - "name": "AIM-120B*2, AIM-9M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-9M*2, FUEL*3", - "name": "AIM-120B*4, AIM-9M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*6, FUEL*3", - "name": "AIM-120B*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*4, FUEL*2", - "name": "AIM-120C*2, AIM-9X*4, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2", - "name": "AIM-120C*6, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM", - "name": "AIM-120C*6, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*6, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3", - "name": "AIM-120C*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3, TGP", - "name": "AIM-120C*6, FUEL*3, TGP", - "roles": [ - "Escort" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-16c.png", - "enabled": true, - "liveries": { - "haf_347_perseus": { - "name": "HAF 347S Perseus Squadron", - "countries": [ - "GRC" - ] - }, - "ami, 5 stormo 23 gruppo": { - "name": "Italian Air Force, 5° Stormo, 23 Gruppo", - "countries": [ - "ITA" - ] - }, - "haf_337_ghost": { - "name": "HAF 337 Ghost Squadron", - "countries": [ - "GRC" - ] - }, - "haf_ 330_thunder": { - "name": "HAF 330 Thunder Squadron", - "countries": [ - "GRC" - ] - }, - "haf_336_olympus": { - "name": "HAF 336 Olympus Squadron", - "countries": [ - "GRC" - ] - }, - "iaf_117th_squadron": { - "name": "IAF 117th squadron", - "countries": [ - "ISR" - ] - }, - "jasdf 8th tfs": { - "name": "JASDF 8th TFS", - "countries": [ - "JPN" - ] - }, - "haf_340_fox": { - "name": "HAF 340 Fox Squadron", - "countries": [ - "GRC" - ] - }, - "haf_346_jason": { - "name": "HAF 346 Jason Squadron", - "countries": [ - "GRC" - ] - }, - "paf_no.9_griffins_1": { - "name": "PAF No.9 Griffins (TRIBUTE TO WC NAUMAN)", - "countries": [ - "PAK" - ] - }, - "522nd_fighter_squadron": { - "name": "522nd Fighter Squadron 'Fireballs'", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "18th agrs arctic splinter": { - "name": "18th AGRS Arсtic Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iaf_115th_aggressors_squadron": { - "name": "IAF 115th aggressors squadron", - "countries": [ - "ISR" - ] - }, - "chile air force 732": { - "name": "Chile Air Force 732", - "countries": [ - "CHL" - ] - }, - "iaf_110th_squadron": { - "name": "IAF 110th squadron", - "countries": [ - "ISR" - ] - }, - "paf_no.29_aggressors": { - "name": "PAF No.29 Aggressor", - "countries": [ - "PAK" - ] - }, - "79th_fighter_squadron": { - "name": "79th Fighter Squadron 'Tigers'", - "countries": [ - "USA" - ] - }, - "paf_no.5_falcons": { - "name": "PAF No.5 Falcons", - "countries": [ - "PAK" - ] - }, - "18th agrs splinter": { - "name": "18th AGRS Blue Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "dark_viper": { - "name": "F-16C Dark Viper", - "countries": [ - "USA" - ] - }, - "jasdf 6th tfs": { - "name": "JASDF 6th TFS", - "countries": [ - "JPN" - ] - }, - "23rd_fighter_squadron": { - "name": "23rd Fighter Squadron 'Fighting Hawks'", - "countries": [ - "USA" - ] - }, - "polish af standard": { - "name": "Polish AF standard", - "countries": [ - "POL" - ] - }, - "480th_fighter_squadron": { - "name": "480th Fighter Squadron 'Warhawks'", - "countries": [ - "USA" - ] - }, - "18th agrs bdu splinter": { - "name": "18th AGRS BDU Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "174th_fighter_squadron": { - "name": "174th Fighter Squadron ANG,Iowa AFB", - "countries": [ - "USA" - ] - }, - "thk_191_filo": { - "name": "Türk Hava Kuvvetleri, 191 Filo", - "countries": [ - "TUR" - ] - }, - "chile air force 746": { - "name": "Chile Air Force 746", - "countries": [ - "CHL" - ] - }, - "haf_335_tiger": { - "name": "HAF 335 Tiger Squadron", - "countries": [ - "GRC" - ] - }, - "77th_fighter_squadron": { - "name": "77th Fighter Squadron 'Gamblers' ", - "countries": [ - "USA" - ] - }, - "132nd_wing _iowa_ang": { - "name": "132nd Wing Iowa ANG, Des Moines AFB", - "countries": [ - "USA" - ] - }, - "usaf 64th aggressor sqn-splinter": { - "name": "USAF 64th Aggressor SQN-Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "14th_fighter_squadron": { - "name": "14th Fighter Squadron 'Samurais'", - "countries": [ - "USA" - ] - }, - "152nd_fighter_squadron": { - "name": "152nd Fighter Squadron 'Las Vaqueros'", - "countries": [ - "USA" - ] - }, - "179th_fighter_squadron": { - "name": "179th Fighter Squadron 'Bulldogs'", - "countries": [ - "USA" - ] - }, - "paf_no.19_sherdils": { - "name": "PAF No.19 Sherdils", - "countries": [ - "PAK" - ] - }, - "64th_aggressor_squadron_ghost": { - "name": "64th Aggressor Squadron “Ghost", - "countries": [ - "USA", - "AUSAF" - ] - }, - "paf_no.9 griffins_2": { - "name": "PAF No.9 Griffins", - "countries": [ - "PAK" - ] - }, - "paf_no.11_arrows": { - "name": "PAF No.11 Arrows", - "countries": [ - "PAK" - ] - }, - "haf_343_star": { - "name": "HAF 343 Star Squadron", - "countries": [ - "GRC" - ] - }, - "80th_fighter_squadron": { - "name": "80th Fighter Squadron, Kunsan AFB", - "countries": [ - "USA" - ] - }, - "36th_fighter_squadron": { - "name": "36th Fighter Squadron Osan Air Base", - "countries": [ - "USA" - ] - }, - "22nd_fighter_squadron": { - "name": "22nd Fighter Squadron 'Stingers'", - "countries": [ - "USA" - ] - }, - "55th_fighter_squadron": { - "name": "55th Fighter Squadron 'Fifty Fifth'", - "countries": [ - "USA" - ] - }, - "iaf_101st_squadron": { - "name": "IAF 101st squadron", - "countries": [ - "ISR" - ] - }, - "polish_af_31blt6th_tactical_sqn": { - "name": "Polish AF 31.Blt 6th Tactical Sqn (Poznań-Krzesiny AB) - Tiger Meet", - "countries": [ - "POL" - ] - }, - "13th_fighter_squadron": { - "name": "13th Fighter Squadron 'Panthers'", - "countries": [ - "USA" - ] - }, - "haf_341_arrow": { - "name": "HAF 341 Arrow Squadron", - "countries": [ - "GRC" - ] - }, - "usaf 64th aggressor sqn - shark": { - "name": "USAF 64th Aggressor SQN - Shark", - "countries": [ - "USA", - "AUSAF" - ] - }, - "chile air force 851": { - "name": "Chile Air Force 851", - "countries": [ - "CHL" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather fighter and strike. Viper.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-4E": { - "name": "F-4E", - "coalition": "blue", - "label": "F-4E Phantom II", - "era": "Mid Cold War", - "shortLabel": "4", - "loadouts": [ - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "name": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*4,AIM-7*2,ECM", - "name": "AGM-45*4,AIM-7*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "name": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7M*4,Fuel*3", - "name": "AGM-65K*4,AIM-7M*4,Fuel*3", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "name": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4", - "name": "AIM-9*4,AIM-7*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*2", - "name": "AIM-9*4,AIM-7*4,Fuel*2", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 with 6 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*18,AIM-7*2,ECM", - "name": "Mk-82*18,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-84*2,AIM-7*2,ECM", - "name": "Mk-84*2,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*12,AIM-7*2,ECM", - "name": "Mk20*12,AIM-7*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "f-4.png", - "enabled": true, - "liveries": { - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost", - "countries": [ - "GRC" - ] - }, - "iriaf asia minor": { - "name": "IRIAF Asia Minor", - "countries": [ - "IRN" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew. Phantom", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-5E-3": { - "name": "F-5E-3", - "coalition": "blue", - "label": "F-5E Tiger", - "era": "Mid Cold War", - "shortLabel": "5", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9B*2", - "name": "AIM-9B*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150", - "name": "AIM-9B*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150*3", - "name": "AIM-9B*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275", - "name": "AIM-9B*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275*3", - "name": "AIM-9B*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P*2", - "name": "AIM-9P*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150", - "name": "AIM-9P*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150*3", - "name": "AIM-9P*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275", - "name": "AIM-9P*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275*3", - "name": "AIM-9P*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P5*2", - "name": "AIM-9P5*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150", - "name": "AIM-9P5*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150*3", - "name": "AIM-9P5*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275", - "name": "AIM-9P5*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275*3", - "name": "AIM-9P5*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AN/ASQ-T50 TCTS Pod - ACMI Pod", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN/ASQ-T50, AIM-9P, Fuel 150", - "name": "AN/ASQ-T50, AIM-9P, Fuel 150", - "roles": [] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Antiship Mk82", - "name": "Antiship Mk82", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 4 - } - ], - "enabled": true, - "code": "CBU-52B*4,AIM-9P*2,Fuel 275", - "name": "CBU-52B*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 5 - } - ], - "enabled": true, - "code": "CBU-52B*5,AIM-9*2", - "name": "CBU-52B*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4,AIM-9P*2,Fuel 275", - "name": "GBU-12*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "M-117*4,AIM-9P*2,Fuel 275", - "name": "M-117*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "M-117*5,AIM-9*2", - "name": "M-117*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "name": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82LD*5,AIM-9*2", - "name": "Mk-82LD*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "name": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82SE*5,AIM-9*2", - "name": "Mk-82SE*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "liveryID": [ - "ir iriaf 43rd tfs" - ], - "filename": "f-5.png", - "enabled": true, - "liveries": { - "us aggressor vfc-13 40": { - "name": "Aggressor VFC-13 40", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch swiss generic": { - "name": "Swiss Generic two-tone skin", - "countries": [ - "SUI" - ] - }, - "tw ngrc 5315": { - "name": "NGRC 5thFG 5315", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3079": { - "name": "J-3079", - "countries": [ - "SUI" - ] - }, - "sa royal saudi air force": { - "name": "Royal Saudi Air Force", - "countries": [ - "SAU" - ] - }, - "no 336 sq": { - "name": "336 Skvadron", - "countries": [ - "NOR" - ] - }, - "tw rocaf 7thfg(m)": { - "name": "ROCAF 7thFG(LV)", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 105 wwii b": { - "name": "Sundowners VFC-111 105 WWII B", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4828": { - "name": "2/1 GAvCa - FAB 4828", - "countries": [ - "BRA" - ] - }, - "usaf 'southeast asia'": { - "name": "USAF 'Southeast Asia'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4846": { - "name": "FAB 4846", - "countries": [ - "BRA" - ] - }, - "aggressor vfc-13 21": { - "name": "Aggressor VFC-13 21", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn 373": { - "name": "RNoAF 334 sqn 373", - "countries": [ - "NOR" - ] - }, - "rocaf 7th fighter group": { - "name": "ROCAF 7th Fighter Group", - "countries": [ - "AUSAF" - ] - }, - "ch j-3036 2017": { - "name": "J-3036 Sion 2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 116": { - "name": "Sundowners VFC-116", - "countries": [ - "USA", - "AUSAF" - ] - }, - "black 'mig-28'": { - "name": "black 'Mig-28'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3073 2017": { - "name": "J-3073_2017", - "countries": [ - "SUI" - ] - }, - "fi 11th fs lapland air command": { - "name": "FiAF 11th FS Lapland Air Command", - "countries": [ - "FIN" - ] - }, - "ir iriaf azarakhsh": { - "name": "HESA Azarakhsh", - "countries": [ - "IRN" - ] - }, - "ch j-3098": { - "name": "J-3098", - "countries": [ - "SUI" - ] - }, - "ir iriaf 43rd tfs": { - "name": "IRIAF - 43rd TFS", - "countries": [ - "IRN" - ] - }, - "no 338 sqn 215": { - "name": "RNoAF 338 sqn 215", - "countries": [ - "NOR" - ] - }, - "us usaf grape 31": { - "name": "USAF Grape 31", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 332 sqn ah-p": { - "name": "RNoAF 332 sqn AH-P", - "countries": [ - "NOR" - ] - }, - "ch j-3001 variante 1996": { - "name": "J-3001 GRD Emmen 1996", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 01": { - "name": "Sundowners VFC-111 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "3rd main jet base group command, turkey": { - "name": "133 squadron, 3rd Main Jet Base Group Command, Turkey", - "countries": [ - "TUR" - ] - }, - "kr rokaf 10th fighter wing": { - "name": "ROKAF 10th FW KF-5E 10-584", - "countries": [ - "KOR" - ] - }, - "sp spanish air force 21-51": { - "name": "Ejercito del Aire Camo 21-51", - "countries": [ - "SPN" - ] - }, - "aggressor vfc-13 11": { - "name": "Aggressor VFC-13 11", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3001 variante 1986": { - "name": "J-3001 GRD Emmen 1986", - "countries": [ - "SUI" - ] - }, - "usa standard": { - "name": "Standard Gray", - "countries": [ - "BRA", - "MYS", - "AUS", - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "BHR", - "BLR", - "HRV", - "RSO", - "SVK", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "AUSAF", - "PAK", - "JOR", - "FIN", - "MEX", - "NOR", - "IRQ", - "SYR", - "ITA", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "ROU", - "FRA", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "CAN", - "SDN", - "UK" - ] - }, - "5th fs merzifon air base, turkey": { - "name": "5th fs Merzifon air base, Turkish air force", - "countries": [ - "TUR" - ] - }, - "ch j-3001 variante 2000": { - "name": "J-3001 FlSt 08 2000", - "countries": [ - "SUI" - ] - }, - "ir iriaf camo": { - "name": "IRIAF F-5E Standard", - "countries": [ - "IRN" - ] - }, - "it aereonautica militare italiana": { - "name": "Aereonautica Militare Italiana", - "countries": [ - "ITA" - ] - }, - "ch j-3038": { - "name": "J-3038", - "countries": [ - "SUI" - ] - }, - "ch j-3033_2017": { - "name": "J-3033_2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 28 fict splinter": { - "name": "Aggressor VFC-13 28 Fictional Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3025": { - "name": "J-3025 FlSt 11/18 January 2006", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 01": { - "name": "Aggressor VFC-13 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch patrouille suisse j-3088": { - "name": "Patrouille Suisse J-3088", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 25": { - "name": "Aggressor VFC-13 25", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn ri-h": { - "name": "RNoAF 334 sqn RI-H", - "countries": [ - "NOR" - ] - }, - "br fab 4841": { - "name": "FAB 4841 60th an", - "countries": [ - "BRA" - ] - }, - "aggressor marine scheme": { - "name": "Aggressor Marine Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "sp spanish air force 464-48": { - "name": "Ejercito del Aire 464-48", - "countries": [ - "SPN" - ] - }, - "gr haf f-5e grey": { - "name": "HAF F-5E Grey", - "countries": [ - "GRC" - ] - }, - "tr turkish stars": { - "name": "Turkish Stars", - "countries": [ - "TUR" - ] - }, - "gb no.29 squadron raf": { - "name": "No.29 Squadron RAF (Fictional)", - "countries": [ - "UK" - ] - }, - "br fab 4834": { - "name": "1/1 GAvCa - FAB 4834", - "countries": [ - "BRA" - ] - }, - "ch j-3026": { - "name": "J-3026 FlSt 11 approx. 1989", - "countries": [ - "SUI" - ] - }, - "aggressor snake scheme": { - "name": "Aggressor Snake Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 115": { - "name": "Sundowners VFC-115", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vmft-401 02 2011": { - "name": "Aggressor VMFT-401 02 2011", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3008": { - "name": "J-3008 FlSt 08/19 February 2005", - "countries": [ - "SUI" - ] - }, - "aggressor desert scheme": { - "name": "Aggressor Desert Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3074": { - "name": "J-3074", - "countries": [ - "SUI" - ] - }, - "ch j-3036": { - "name": "J-3036 FlSt 01 1985", - "countries": [ - "SUI" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, single crew. Tiger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-86F Sabre": { - "name": "F-86F Sabre", - "coalition": "blue", - "label": "F-86F Sabre", - "era": "Early Cold War", - "shortLabel": "86", - "loadouts": [ - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2", - "name": "120gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, 200gal Fuel*2", - "name": "120gal Fuel*2, 200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, GAR-8*2", - "name": "120gal Fuel*2, GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2", - "name": "200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2, AN-M64*2", - "name": "200gal Fuel*2, AN-M64*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 4 - } - ], - "enabled": true, - "code": "200gal Fuel*2, HVARx2*4", - "name": "200gal Fuel*2, HVARx2*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M64*2", - "name": "AN-M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "GAR-8*2", - "name": "GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 8 - } - ], - "enabled": true, - "code": "HVAR*16", - "name": "HVAR*16", - "roles": [ - "Strike", - "CAS", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M117*2", - "name": "M117*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - } - ], - "filename": "f-86.png", - "enabled": true, - "liveries": { - "us air force (skyblazers)": { - "name": "US Air Force Jet Team Skyblazer", - "countries": [ - "USA" - ] - }, - "canada air force": { - "name": "Canada Air Force", - "countries": [ - "CAN" - ] - }, - "us air force (squadron 39)": { - "name": "US Air Force (Squadron 39)", - "countries": [ - "USA" - ] - }, - "iiaf bare metall": { - "name": "IIAF Bare Metal Weathered", - "countries": [ - "IRN" - ] - }, - "us air force (green)": { - "name": "US Air Force (Green)", - "countries": [ - "USA" - ] - }, - "us air force (ex-usaf f-86a sabre)": { - "name": "US Air Force ex-USAF F-86A Sabre", - "countries": [ - "USA" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "royal saudi air force": { - "name": "RSAF", - "countries": [ - "SAU" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "haf 342sqn": { - "name": "Hellenic Airforce 342sqn", - "countries": [ - "GRC" - ] - }, - "japan air force": { - "name": "Japan Air Force", - "countries": [ - "JPN" - ] - }, - "haf 341sqn": { - "name": "Hellenic Airforce 341sqn", - "countries": [ - "GRC" - ] - }, - "us air force (code fu-178)": { - "name": "US Air Force FU-178", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single engine, swept wing, 1 crew. Sabre", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FA-18C_hornet": { - "name": "FA-18C_hornet", - "coalition": "blue", - "era": "Late Cold War", - "label": "F/A-18C", - "shortLabel": "18", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84D Harpoon AShM", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "name": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*1", - "name": "AIM-9M*2, AIM-7M*2, FUEL*1", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*2", - "name": "AIM-9M*2, AIM-7M*2, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115C with AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*4, FUEL*3", - "name": "AIM-9M*2, AIM-7M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL", - "name": "AIM-9M*2, ATFLIR, FUEL", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL*2", - "name": "AIM-9M*2, ATFLIR, FUEL*2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x CBU-99 - 490lbs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, CBU-99*4, FUEL*2", - "name": "AIM-9M*2, CBU-99*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-61*4, FUEL*2", - "name": "AIM-9M*2, LAU-61*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-68*4, FUEL*2", - "name": "AIM-9M*2, LAU-68*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-20*4, FUEL*2", - "name": "AIM-9M*2, MK-20*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82*4, FUEL*2", - "name": "AIM-9M*2, MK-82*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82SE*4, FUEL*2", - "name": "AIM-9M*2, MK-82SE*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*2, FUEL*2", - "name": "AIM-9M*2, MK-83*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*4, FUEL*2", - "name": "AIM-9M*2, MK-83*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-84*2, FUEL*2", - "name": "AIM-9M*2, MK-84*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, ZUNI*4, FUEL*2", - "name": "AIM-9M*2, ZUNI*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*2", - "name": "AIM-9M*6, AIM-7M*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*3", - "name": "AIM-9M*6, AIM-7M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM Active Rdr AAM", - "quantity": 6 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*6, FUEL*2", - "name": "AIM-9X*2, AIM-120C-5*6, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM Active Rdr AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*2, FUEL*1", - "name": "AIM-9X*2, AIM-120C-5*2, FUEL*1", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84H SLAM-ER (Expanded Response)", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "AWW-13 DATALINK POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)4/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-55 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "name": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-120C AMRAAM - Active Radar AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "name": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "Carrier Landing", - "name": "Carrier Landing", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "fa-18c.png", - "enabled": true, - "liveries": { - "vfa-192": { - "name": "VFA-192", - "countries": [ - "USA" - ] - }, - "nsawc brown splinter": { - "name": "NSAWC brown splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "vfa-34": { - "name": "VFA-34", - "countries": [ - "USA" - ] - }, - "vmfa-232": { - "name": "VMFA-232", - "countries": [ - "USA" - ] - }, - "vmfat-101": { - "name": "VMFAT-101", - "countries": [ - "USA" - ] - }, - "vmfa-232 high visibility": { - "name": "VMFA-232 high visibility", - "countries": [ - "USA" - ] - }, - "vmfat-101 high visibility": { - "name": "VMFAT-101 high visibility", - "countries": [ - "USA" - ] - }, - "vfa-37": { - "name": "VFA-37", - "countries": [ - "USA" - ] - }, - "fictional russia air force": { - "name": "Fictional Russia Air Force", - "countries": [ - "AUSAF", - "RUS" - ] - }, - "canada 150 demo jet": { - "name": "Canada 150 Demo Jet", - "countries": [ - "CAN" - ] - }, - "fictional uk air force": { - "name": "Fictional UK Air Force", - "countries": [ - "UK" - ] - }, - "vfa-131": { - "name": "VFA-131", - "countries": [ - "USA" - ] - }, - "vmfa-122 high visibility": { - "name": "VMFA-122 high visibility", - "countries": [ - "USA" - ] - }, - "spain 462th escuadron c.15-79": { - "name": "Spain 462th Escuadron C.15-79", - "countries": [ - "SPN" - ] - }, - "vmfat-101 high visibility 2005": { - "name": "VMFAT-101 high visibility 2005", - "countries": [ - "USA" - ] - }, - "vmfa-323": { - "name": "VMFA-323", - "countries": [ - "USA" - ] - }, - "vx-31 cona": { - "name": "VX-31 CoNA", - "countries": [ - "USA" - ] - }, - "fictional turkey 162nd sq": { - "name": "162nd Sqn Harpoon", - "countries": [ - "TUR" - ] - }, - "nawdc brown": { - "name": "NAWDC brown", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 151th escuadron c.15-14": { - "name": "Spain 151_14 Escuadron C.15-14", - "countries": [ - "SPN" - ] - }, - "spain 151th escuadron c.15-24": { - "name": "Spain 151_24 Escuadron C.15-24", - "countries": [ - "SPN" - ] - }, - "vfa-106": { - "name": "VFA-106", - "countries": [ - "USA" - ] - }, - "spain 121th escuadron c.15-45": { - "name": "Spain 121 Escuadron C.15-45", - "countries": [ - "SPN" - ] - }, - "vfa-97": { - "name": "VFA-97", - "countries": [ - "USA" - ] - }, - "vx-9": { - "name": "VX-9", - "countries": [ - "USA" - ] - }, - "spain 111th escuadron c.15-73": { - "name": "Spain 111 Escuadron C.15-73", - "countries": [ - "SPN" - ] - }, - "switzerland": { - "name": "Switzerland", - "countries": [ - "SUI" - ] - }, - "vx-23": { - "name": "VX-23", - "countries": [ - "USA" - ] - }, - "vfa-83": { - "name": "VFA-83", - "countries": [ - "USA" - ] - }, - "australian 75th squadron": { - "name": "Australian sqn 75", - "countries": [ - "AUS" - ] - }, - "canada 425th squadron": { - "name": "Canada 425th Squadron", - "countries": [ - "CAN" - ] - }, - "spain 151th escuadron c.15-18": { - "name": "Spain 151_18 Escuadron C.15-18", - "countries": [ - "SPN" - ] - }, - "nsawc gray": { - "name": "NSAWC gray", - "countries": [ - "USA" - ] - }, - "vfa-87": { - "name": "VFA-87", - "countries": [ - "USA" - ] - }, - "nawdc blue": { - "name": "NAWDC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "australian 77th squadron": { - "name": "Australian sqn 77", - "countries": [ - "AUS" - ] - }, - "vmfa-251 high visibility": { - "name": "VMFA-251 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-531": { - "name": "VMFA-531", - "countries": [ - "USA" - ] - }, - "viper": { - "name": "Viper", - "countries": [ - "USA" - ] - }, - "iceman": { - "name": "Iceman", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 121th escuadron c.15-60": { - "name": "Spain 121 Escuadron C.15-60", - "countries": [ - "SPN" - ] - }, - "nsawc blue": { - "name": "NSAWC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "blue angels jet team": { - "name": "Blue Angels Jet Team", - "countries": [ - "USA" - ] - }, - "fictional israel air force": { - "name": "Fictional Israel Air Force", - "countries": [ - "ISR" - ] - }, - "spain 462th escuadron c.15-90": { - "name": "Spain 462th Escuadron C.15-90", - "countries": [ - "SPN" - ] - }, - "vmfa-323 high visibility": { - "name": "VMFA-323_high visibility", - "countries": [ - "USA" - ] - }, - "maverick": { - "name": "Maverick", - "countries": [ - "USA" - ] - }, - "nawdc black": { - "name": "NAWDC black", - "countries": [ - "USA", - "AUSAF" - ] - }, - "kuwait 9th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-251": { - "name": "VMFA-251", - "countries": [ - "USA" - ] - }, - "vmfa-314": { - "name": "VMFA-314", - "countries": [ - "USA" - ] - }, - "fictional ukraine air force": { - "name": "Fictional Ukraine Air Force", - "countries": [ - "UKR" - ] - }, - "canada 409th squadron": { - "name": "Canada 409th Squadron", - "countries": [ - "CAN" - ] - }, - "canada norad 60 demo jet": { - "name": "Canada NORAD 60 Demo Jet", - "countries": [ - "CAN" - ] - }, - "spain 111th escuadron c.15-88": { - "name": "Spain 111 Escuadron C.15-88", - "countries": [ - "SPN" - ] - }, - "spain 211th escuadron c.15-76": { - "name": "Spain 211th Escuadron C.15-76", - "countries": [ - "SPN" - ] - }, - "finland 31": { - "name": "Finland", - "countries": [ - "FIN" - ] - }, - "spain 151th escuadron c.15-23": { - "name": "Spain 151_23 Escuadron C.15-23", - "countries": [ - "SPN" - ] - }, - "vfa-122": { - "name": "VFA-122", - "countries": [ - "USA" - ] - }, - "spain 151th escuadron c.15-14 tiger meet": { - "name": "Spain 151th Escuadron C.15-14 Tiger Meet", - "countries": [ - "SPN" - ] - }, - "vfc-12": { - "name": "VFC-12", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 211th escuadron c.15-77": { - "name": "Spain 211th Escuadron C.15-77", - "countries": [ - "SPN" - ] - }, - "spain 121th escuadron c.15-34 50th anniversary": { - "name": "Spain 121th Escuadron C.15-34 34th Anniversary", - "countries": [ - "SPN" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "spain 121th escuadron c.15-50": { - "name": "Spain 121 Escuadron C.15-50", - "countries": [ - "SPN" - ] - }, - "vfa-113": { - "name": "VFA-113", - "countries": [ - "USA" - ] - }, - "vmfa-312": { - "name": "VMFA-312", - "countries": [ - "USA" - ] - }, - "kuwait 25th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-312 high visibility": { - "name": "VMFA-312 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-122": { - "name": "VMFA-122", - "countries": [ - "USA" - ] - }, - "vfa-106 high visibility": { - "name": "VFA-106 high visibility", - "countries": [ - "USA" - ] - }, - "finland 21": { - "name": "Finland", - "countries": [ - "FIN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. Hornet", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190A8": { - "name": "FW-190A8", - "coalition": "red", - "label": "FW-190A8 Würger", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "AB 250-2 - 17 x SD-10A, 250kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 10A)", - "name": "AB 250 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 250-2 - 144 x SD-2, 250kg CBU with HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 2)", - "name": "AB 250 (w/ SD 2)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 500-1 - 34 x SD-10A, 500kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 500 (w/ SD 10A)", - "name": "AB 500 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank 300 liters", - "name": "Fuel Tank 300 liters", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 J", - "name": "SC 250 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 1 L2 - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 L2", - "name": "SC 250 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x SC 50 - 50kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 50 * 4", - "name": "SC 50 * 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 J", - "name": "SC 500 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 L2 - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 L2", - "name": "SC 500 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 250 Stg - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 250 Stg", - "name": "SD 250 Stg", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 500 A - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 500 A", - "name": "SD 500 A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "Without pylon", - "name": "Without pylon", - "roles": [] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw190_fuselage_d_jg301": { - "name": "JG 301", - "countries": [ - "GER", - "NZG" - ] - }, - "captured_ra": { - "name": "Captured_RA", - "countries": [ - "SUN" - ] - }, - "fictional ijn carrier akagi ai-103": { - "name": "Fictional IJN Carrier Akagi AI-103", - "countries": [ - "JPN" - ] - }, - "fictional ijn otu tsukuba tsu-102": { - "name": "Fictional IJN OTU Tsukuba Tsu-102", - "countries": [ - "JPN" - ] - }, - "fw-190a8 yellow 4": { - "name": "FW190A8 Yellow 4", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 rhaf": { - "name": "Fw 190 A8 RHAF", - "countries": [ - "HUN" - ] - }, - "jg3 white nose wulf": { - "name": "Fw190A8 'White nose Wulf'", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54": { - "name": "2.JG 54", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn carrier soryu bi-112": { - "name": "Fictional IJN Carrier Soryu BI-112", - "countries": [ - "JPN" - ] - }, - "black 13 schwarze katze from jg1": { - "name": "Fw190_JG1_Gen._'Schwarze Katze'_Win.", - "countries": [ - "GER", - "NZG" - ] - }, - "turkish air force, 5th fr (1942)": { - "name": "Turkish Air Force, 5th FR (1942)", - "countries": [ - "AUSAF", - "TUR" - ] - }, - "fw-190a8 jg26 priller": { - "name": "Fw 190 A8 JG26 Priller", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "inspired by jg2 skin of early fw 190a": { - "name": "Fw190A8 JG2 Generic", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8": { - "name": "FW190A8", - "countries": "All" - }, - "fw190_alfred_bindseil": { - "name": "6.JG 1_Alfred Bindseil", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn 256th kokutai rai-153": { - "name": "Fictional IJN 256th Kokutai Rai-153", - "countries": [ - "JPN" - ] - }, - "fictional ijn carrier akagi ai-151": { - "name": "Fictional IJN Carrier Akagi AI-151", - "countries": [ - "JPN" - ] - }, - "fw-190a8_raf": { - "name": "FW190A8/R-2 PE882, No. 1426 Flight RAF - Late", - "countries": [ - "UK" - ] - }, - "factory skin": { - "name": "FW190A8 Luftwaffe", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54_hans dortenmann": { - "name": "2.JG 54_Hans Dortenmann", - "countries": [ - "GER", - "NZG" - ] - }, - "fw 190 a-8 czech avia s.90": { - "name": "Fw 190 A-8 Czech Avia S.90", - "countries": [ - "CZE" - ] - }, - "fw190_ewald_preisz": { - "name": "6.JG 300_Ewald Preisz", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 jg3 maximowitz": { - "name": "Fw 190 A8 JG3 Maximowitz", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "roaf-grupul7": { - "name": "RoAF-Grupul7", - "countries": [ - "ROU" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Würger ", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190D9": { - "name": "FW-190D9", - "coalition": "red", - "label": "FW-190D9 Dora", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank Type E2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "13 R4M 3.2kg UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "R4M", - "name": "R4M", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw-190d9_5jg301": { - "name": "FW-190_5JG301.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_iv.jg 26_hans dortenmann": { - "name": " Oblt. Hans Dortenmann, IV./JG 26, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_red": { - "name": "FW_190D9_Red.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_13.jg 51_heinz marquardt": { - "name": " Heinz-Marquardt, 13./JG 51, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_jg54": { - "name": "FW-190D9_JG54.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_black 4 of stab iijg 6": { - "name": "FW-190D9_Black <4 of Stab II/JG 6", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_usa": { - "name": "FW-190_USA_Standard.1943", - "countries": [ - "USA" - ] - }, - "fw-190d9_gb": { - "name": "FW-190_GB_Standart.1943", - "countries": [ - "UK" - ] - }, - "fw-190d9_ussr": { - "name": "FW-190 WNr 210251 USSR (Captured. 1943)", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Dora", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "H-6J": { - "name": "H-6J", - "coalition": "red", - "label": "H-6 J Badger", - "era": "Mid Cold War", - "shortLabel": "H6", - "loadouts": [ - { - "items": [ - { - "name": "12 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 12 in Bay", - "name": "250-2 HD Bomb x 12 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "24 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 24 in Bay", - "name": "250-2 HD Bomb x 24 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 - 6 x 250-3 - 250kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "250-3 LD Bomb x 36", - "name": "250-3 LD Bomb x 36", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-20 x 4", - "name": "KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 6 - } - ], - "enabled": true, - "code": "KD-20 x 6", - "name": "KD-20 x 6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 2 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 2", - "name": "KD-63 x 2, KD-20 x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 4", - "name": "KD-63 x 2, KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 4 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "KD-63 x 4", - "name": "KD-63 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "YJ-12 x 2", - "name": "YJ-12 x 2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "YJ-12 x 4", - "name": "YJ-12 x 4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-83K", - "quantity": 6 - } - ], - "enabled": true, - "code": "YJ-83K x 6", - "name": "YJ-83K x 6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "h-6.png", - "enabled": true, - "liveries": { - "planaf standard": { - "name": "PLANAF Standard", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 4 crew bomber. Badger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "I-16": { - "name": "I-16", - "coalition": "red", - "label": "I-16", - "era": "WW2", - "shortLabel": "I16", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - } - ], - "enabled": true, - "code": "6xRS-82", - "name": "6xRS-82", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-100", - "name": "2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xFAB-100", - "name": "6xRS-82, 2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xDropTank-93L", - "name": "6xRS-82, 2xDropTank-93L", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xDropTank-93L", - "name": "2xDropTank-93L", - "roles": [ - "CAP", - "Reconnaissance", - "Escort" - ] - } - ], - "filename": "i-16.png", - "enabled": true, - "liveries": { - "silver-black demo": { - "name": "Silver-black paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army camo": { - "name": "Red Army Air Force Camouflage", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain nationalists": { - "name": "Spain (Nationalists)", - "countries": [ - "SPN", - "NZG" - ] - }, - "japan": { - "name": "Japan (Captured), Manchuria 1939", - "countries": [ - "NZG", - "JPN" - ] - }, - "finnish af": { - "name": "Finland, AFB Rompotti 1943", - "countries": [ - "FIN", - "NZG" - ] - }, - "red army standard": { - "name": "1 Red Army Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain republicans": { - "name": "Spain (Republicans)", - "countries": [ - "SUN", - "SPN" - ] - }, - "red five demo": { - "name": "RED FIVE Aerobatic Team", - "countries": [ - "SUN", - "RUS" - ] - }, - "clear": { - "name": "Green unmarked", - "countries": "All" - }, - "silver demo": { - "name": "Silver paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army winter": { - "name": "Red Army Air Force winter", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Ishak", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "IL-76MD": { - "name": "IL-76MD", - "coalition": "red", - "label": "IL-76MD Candid", - "era": "Mid Cold War", - "shortLabel": "76", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "ukrainian af aeroflot": { - "name": "Ukrainian AF aeroflot", - "countries": [ - "UKR" - ] - }, - "algerian af il-76md": { - "name": "Algerian AF IL-76MD", - "countries": [ - "DZA" - ] - }, - "china air force old": { - "name": "China Air Force Old", - "countries": [ - "CHN" - ] - }, - "ukrainian af": { - "name": "Ukrainian AF", - "countries": [ - "UKR" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "china air force new": { - "name": "China Air Force New", - "countries": [ - "CHN" - ] - }, - "mvd aeroflot": { - "name": "MVD aeroflot", - "countries": [ - "RUS" - ] - }, - "fsb aeroflot": { - "name": "FSB aeroflot", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 5 crew. Cargo and passenger aircraft. NATO reporting name: Candid", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "IL-78M": { - "name": "IL-78M", - "coalition": "red", - "label": "IL-78M Midas", - "era": "Late Cold War", - "shortLabel": "78", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "rf air force aeroflot": { - "name": "RF Air Force aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - }, - "algerian af il-78m": { - "name": "Algerian AF IL-78M", - "countries": [ - "DZA" - ] - }, - "china air force": { - "name": "China Air Force", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 6 crew. Tanker aircraft. NATO reporting name: Midas", - "abilities": "Tanker, Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "J-11A": { - "name": "J-11A", - "coalition": "red", - "label": "J-11A Flaming Dragon", - "era": "Modern", - "shortLabel": "J11", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "FAB-100x36,R-73x2,ECM", - "name": "FAB-100x36,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250x8,R-73x2,ECM", - "name": "FAB-250x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500x8,R-73x2,ECM", - "name": "FAB-500x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-13L - 5 S-13 OF", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-13x20,FAB-250x4,R-73x2,ECM", - "name": "S-13x20,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25x4,FAB-500x4,R-73x2,ECM", - "name": "S-25x4,FAB-500x4,R-73x2,ECM", - "roles": [ - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "name": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x6,R-73x2,ECM", - "name": "R-77x6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx6,R-73x2,ECM", - "name": "R-27ERx6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x4,R-27ETx2,R-73x2,ECM", - "name": "R-77x4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x4,R-27ERx2,R-73x2,ECM", - "name": "R-77x4,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShPx6,R-73x2,ECM", - "name": "BetAB-500ShPx6,R-73x2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73x4,ECM", - "name": "R-73x4,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-77x6,R-73x4", - "name": "R-77x6,R-73x4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "name": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8TsM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "name": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "FAB-250x18,R-73x2,ECM", - "name": "FAB-250x18,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-KOMx2, R-73x2, ECM", - "name": "2*S8-KOMx2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-OFP2x2, R-73x2, ECM", - "name": "2*S8-OFP2x2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-500x2, R-73x2", - "name": "FAB-250x4, 2*FAB-500x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-250x2, R-73x2", - "name": "FAB-250x4, 2*FAB-250x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "name": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "plaaf 19th ad": { - "name": "PLAAF 19th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 17th ab": { - "name": "PLAAF 17th AB", - "countries": [ - "CHN" - ] - }, - "plaaf 18th ad 'thunderclap wing' (fictional)": { - "name": "PLAAF 18th AD 'Thunderclap Wing' (Fictional)", - "countries": [ - "CHN" - ] - }, - "usn aggressor vfc-13 'ferris' (fictional)": { - "name": "Aggressor VFC-13 'Ferris' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 19th ad (reworked)": { - "name": "PLAAF 19th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad": { - "name": "PLAAF 14th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 6th ad": { - "name": "PLAAF 6th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad (reworked)": { - "name": "PLAAF 14th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'desert' (fictional)": { - "name": "PLAAF OPFOR 'Desert' (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad (reworked)": { - "name": "PLAAF 7th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'desert' (fictional)": { - "name": "65th Aggressor SQN 'Desert' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "sky hunter": { - "name": "Sky Hunter", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (parade)": { - "name": "PLAAF 2nd AD (Parade)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'jungle' (fictional)": { - "name": "PLAAF OPFOR 'Jungle' (Fictional) ", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad (reworked)": { - "name": "PLAAF 33th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad": { - "name": "PLAAF 33th AD", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'gray' (fictional)": { - "name": "65th Aggressor SQN 'Gray' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 2nd ad": { - "name": "PLAAF 2nd AD", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad": { - "name": "PLAAF 7th AD", - "countries": [ - "CHN" - ] - }, - "plaaf ghost gray (fictional)": { - "name": "PLAAF Ghost Gray (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (reworked)": { - "name": "PLAAF 2nd AD (Reworked)", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. NATO reporting name: Flanker", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "JF-17": { - "name": "JF-17", - "coalition": "red", - "label": "JF-17 Thunder", - "era": "Modern", - "shortLabel": "J17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "C802AK (DIS)", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C802AKx2, 800L Tank", - "name": "PL-5Ex2, C802AKx2, 800L Tank", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank, WMD7", - "name": "PL-5Ex2, 800L Tank, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-10", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-10x2, WMD7", - "name": "PL-5Ex2, GBU-10x2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "name": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-16", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "roles": [ - "CAS", - "Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 1100L Tankx2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "name": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "BRM-1_90MM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "PL-5Ex2, Mk-84x3", - "name": "PL-5Ex2, Mk-84x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "UG_90MM", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "name": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "BRM-1_90MM", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2x1100L Tank", - "name": "PL-5Ex2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank", - "name": "PL-5Ex2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ", - "name": "PL-5Ex2, SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, SPJ", - "name": "PL-5Ex2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, SPJ", - "name": "PL-5Ex2, 2*SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2", - "name": "PL-5Ex2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2", - "name": "PL-5Ex2, SD-10x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10", - "name": "PL-5Ex2, 2*SD-10", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "name": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "BRM-1_90MM", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GBU-16", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "name": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "roles": [ - "FAC-A", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7", - "name": "PL-5Ex2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "GB-6", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "name": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, SPJ", - "name": "PL-5Ex2, C-701 CCDx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "name": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x Mk-82", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "name": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "name": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Type-200Ax2", - "name": "PL-5Ex2, 2*Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, Type-200Ax2", - "name": "PL-5Ex2, Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - } - ], - "filename": "jf-17.png", - "enabled": true, - "liveries": { - "paf black panthers 07-101": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers 07-101", - "countries": [ - "PAK" - ] - }, - "paf phoenixes": { - "name": "Pakistan Air Force No.28 Sqn Phoenixes", - "countries": [ - "PAK" - ] - }, - "paf black spiders 07-101 (fictional)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders 07-101 (Fictional)", - "countries": [ - "PAK" - ] - }, - "paf 07-101 (overhauled)": { - "name": "Pakistan Air Force 07-101 (Overhauled)", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v2)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo2)", - "countries": [ - "PAK" - ] - }, - "plaaf 125th ab (fictional)": { - "name": "PLAAF 125th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "naf 722": { - "name": "Nigerian Air Force 722", - "countries": [ - "NGA" - ] - }, - "paf dark camo": { - "name": "Pakistan Air Force Dark Camo", - "countries": [ - "PAK" - ] - }, - "'splinter' camo for blue side (fictional)": { - "name": "\"Splinter\" Camo for Blue Side (Fictional)", - "countries": "All" - }, - "paf black spiders (web camo)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders (Web Camo)", - "countries": [ - "PAK" - ] - }, - "plaaf 111th ab (fictional)": { - "name": "PLAAF 111th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "paf black panthers": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers", - "countries": [ - "PAK" - ] - }, - "paf black spiders (default)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders", - "countries": [ - "PAK" - ] - }, - "paf ccs fierce fragons": { - "name": "Pakistan Air Force CCS Sqn Fierce Dragons", - "countries": [ - "PAK" - ] - }, - "plaaf ghost gray camo (fictional)": { - "name": "PLAAF \"Ghost Gray\" Camo (Fictional)", - "countries": [ - "CHN" - ] - }, - "'chips' camo for blue side (fictional)": { - "name": "USAF \"Chips\" Camo (Fictional)", - "countries": [ - "USA" - ] - }, - "paf black panthers (reworked)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Reworked)", - "countries": [ - "PAK" - ] - }, - "maf blue sea camo": { - "name": "Myanmar Air Force Blue Sea Camo", - "countries": "All" - }, - "proto 06": { - "name": "FC-1 Prototype 06", - "countries": [ - "CHN" - ] - }, - "paf minhasians": { - "name": "Pakistan Air Force No.2 Sqn Minhasians", - "countries": [ - "PAK" - ] - }, - "paf sharp shooters": { - "name": "Pakistan Air Force No.18 Sqn Sharp Shooters", - "countries": [ - "PAK" - ] - }, - "paf tail choppers": { - "name": "Pakistan Air Force No.14 Sqn Tail Choppers", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v1)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo1)", - "countries": [ - "PAK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike. Geoff", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "KC-135": { - "name": "KC-135", - "coalition": "blue", - "label": "KC-135 Stratotanker", - "era": "Early Cold War", - "shortLabel": "135", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "standard usaf": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - }, - "turaf standard": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "KC135MPRS": { - "name": "KC135MPRS", - "coalition": "blue", - "label": "KC-135 MPRS Stratotanker", - "era": "Early Cold War", - "shortLabel": "135M", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "100th arw": { - "name": "100th ARW", - "countries": [ - "USA" - ] - }, - "22nd arw": { - "name": "22nd ARW", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Drogue AAR, MPRS", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "L-39ZA": { - "name": "L-39ZA", - "coalition": "red", - "label": "L-39ZA", - "era": "Mid Cold War", - "shortLabel": "L39", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2", - "name": "FAB-100x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-150x2", - "name": "FAB-100x2, PTB-150x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-350x2", - "name": "FAB-100x2, PTB-350x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100x4", - "name": "FAB-100x4", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x4, FAB-100x2", - "name": "OFAB-100 Jupiter x4, FAB-100x2", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x8", - "name": "OFAB-100 Jupiter x8", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PK-3x2, PTB-150x2", - "name": "PK-3x2, PTB-150x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 4 - } - ], - "enabled": true, - "code": "PK-3x4", - "name": "PK-3x4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2", - "name": "R-3Sx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2, PK-3x2", - "name": "R-3Sx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2", - "name": "R-60Mx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2, PK-3x2", - "name": "R-60Mx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32", - "name": "S-5KOx32", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, FAB-100x2", - "name": "S-5KOx32, FAB-100x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-150x2", - "name": "S-5KOx32, PTB-150x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-350x2", - "name": "S-5KOx32, PTB-350x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-5KOx64", - "name": "S-5KOx64", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "SAB-100x4", - "name": "SAB-100x4", - "roles": [ - "FAC-A" - ] - } - ], - "filename": "l-39.png", - "enabled": true, - "liveries": { - "splinter camo woodland": { - "name": "Splinter camo woodland", - "countries": "All" - }, - "algerian af tiger nl-36": { - "name": "Algerian AF Tiger NL-36", - "countries": [ - "DZA" - ] - }, - "czech air force": { - "name": "Czech Air Force", - "countries": [ - "CZE" - ] - }, - "algerian af nl-44": { - "name": "Algerian AF NL-44", - "countries": [ - "DZA" - ] - }, - "splinter camo desert": { - "name": "Splinter camo desert", - "countries": "All" - }, - "slovak air force": { - "name": "2nd SQN AFB Sliac", - "countries": [ - "SVK" - ] - }, - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "czechoslovakia air force": { - "name": "Czechoslovakia_Air Force", - "countries": [ - "CZE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "M-2000C": { - "name": "M-2000C", - "coalition": "blue", - "label": "M-2000C Mirage", - "era": "Late Cold War", - "shortLabel": "2k", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox", - "name": "Fox", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / Magic (QRA)", - "name": "Fox / Magic (QRA)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Super 530D", - "quantity": 2 - } - ], - "enabled": true, - "code": "Alpha / S530D", - "name": "Alpha / S530D", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic", - "name": "Fox / S530D / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - }, - { - "name": "Eclair 16 flares 16 chaffs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic / Eclair", - "name": "Fox / S530D / Magic / Eclair", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo", - "name": "Bravo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo / Magic", - "name": "Bravo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo", - "name": "Kilo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / Magic", - "name": "Kilo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xMk-82 / Magic", - "name": "Bravo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-12 / Magic", - "name": "Bravo / GBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "AUF2 GBU-12 x 2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / 2xGBU-12 / Magic", - "name": "Bravo / 2xGBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-16 / Magic", - "name": "Bravo / GBU-16 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-24 / Magic", - "name": "Bravo / GBU-24 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "BAP-100 x 18", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / BAP-100 / Magic", - "name": "Bravo / BAP-100 / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xSnakeEye / Magic", - "name": "Bravo / 4xSnakeEye / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / 4xMk-82 / Magic", - "name": "Fox / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / 4xMk-82 / Magic", - "name": "Kilo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - } - ], - "filename": "m2000.png", - "enabled": true, - "liveries": { - "ada alsace lf-2": { - "name": "Ada Alsace LF-2", - "countries": [ - "FRA" - ] - }, - "peru052": { - "name": "Fuerza Aerea Peruana 052", - "countries": [ - "FRA", - "PER" - ] - }, - "mission accomplie": { - "name": "2022 MISSION ACCOMPLIE by MALBAK", - "countries": "All" - }, - "cambresis": { - "name": "AdA Cambresis", - "countries": [ - "FRA" - ] - }, - "greek air force": { - "name": "Polemikh Aeroporia (Greek Air Force)", - "countries": [ - "FRA", - "GRC" - ] - }, - "brasilian air force": { - "name": "Forca Aerea Brasileira (Brazilian Air Force)", - "countries": [ - "BRA", - "FRA" - ] - }, - "2003 tigermeet": { - "name": "NATO Tigermeet 2003", - "countries": [ - "FRA" - ] - }, - "peru064": { - "name": "Fuerza Aerea Peruana 064", - "countries": [ - "FRA", - "PER" - ] - }, - "2010 tigermeet": { - "name": "NATO Tigermeet 2010", - "countries": [ - "FRA" - ] - }, - "uae air force": { - "name": "UAE Air Defense Air Force", - "countries": [ - "FRA", - "ARE" - ] - }, - "2004 tigermeet": { - "name": "NATO Tigermeet 2004", - "countries": [ - "FRA" - ] - }, - "ada chasse 2-5": { - "name": "AdA Chasse 2/5", - "countries": [ - "FRA" - ] - }, - "iaf silver 59": { - "name": "Israeli Air Force 101 Sqn 1967 scheme", - "countries": [ - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "RSO", - "UKR", - "TUR", - "BEL", - "NOR", - "ITA", - "POL", - "NETH", - "GER", - "FRA", - "GRG", - "DEN", - "CZE", - "CAN", - "UK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MB-339A": { - "name": "MB-339A", - "coalition": "blue", - "label": "MB-339A", - "era": "Mid Cold War", - "shortLabel": "339", - "loadouts": [ - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks [Clean]", - "name": "A - 2*320L TipTanks [Clean]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "name": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 HEI Heavy", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-81 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 6*Mk.82LD", - "name": "A - 2*320L TipTanks + 6*Mk.82LD", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Luggage Container", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "name": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "BLG-66-AC Belouga", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "name": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "roles": [] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "name": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "name": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAT-120 ABL - 34kg HE/Frag Chute Retarded Bomb HD", - "quantity": 6 - } - ], - "enabled": true, - "code": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "name": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "name": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "Photo-Recon Pod (4*70mm Vinten Cameras)", - "quantity": 1 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 2 - } - ], - "enabled": true, - "code": "Recon", - "name": "Recon", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Interdiction", - "name": "Runway Interdiction", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAP-100 - 32kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 6 - } - ], - "enabled": true, - "code": "Runway Interdiction (36*BAP-100)", - "name": "Runway Interdiction (36*BAP-100)", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "BRD-4-250 - 4 x Mk 76 - 25lb Practice Bomb LD", - "quantity": 1 - }, - { - "name": "", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "Training", - "name": "Training", - "roles": [] - } - ], - "filename": "mb-339.png", - "enabled": true, - "liveries": { - "mb339an 'nigeria'": { - "name": "Nigerian Air Force | Camo (Low-Vis)", - "countries": [ - "NGA" - ] - }, - "mb339a italian camo - late": { - "name": "Italian Camo - Late", - "countries": [ - "ITA" - ] - }, - "mb339a italian factory": { - "name": "Italian Orange/White", - "countries": [ - "ITA" - ] - }, - "mb339am 'malaysia'": { - "name": "Royal Malaysian Air Force | Camo (Low-Vis)", - "countries": [ - "MYS" - ] - }, - "mb339aa 'armada' - yellow band": { - "name": "ARMADA Argentina | Camo (Yellow Band)", - "countries": [ - "ARG" - ] - }, - "mb339ag 'ghana'": { - "name": "Ghana Air Force | Camo (Low-Vis)", - "countries": [ - "GHA" - ] - }, - "mb339a italian gray": { - "name": "Italian Gray", - "countries": [ - "ITA" - ] - }, - "mb339a italian camo - early": { - "name": "Italian Camo - Early", - "countries": [ - "ITA" - ] - }, - "mb339 'factory'": { - "name": "Aermacchi Factory Scheme | S-001 I-NEUF", - "countries": "All" - }, - "mb339ad 'uae'": { - "name": "UAE Air Force", - "countries": [ - "ARE" - ] - }, - "mb339aa 'armada' - crippa": { - "name": "ARMADA Argentina | Camo (Lt. Crippa's killmark)", - "countries": [ - "ARG" - ] - }, - "mb339ap 'peru'": { - "name": "Peruvian Air Force | Camo (Late)", - "countries": [ - "PER" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MQ-9 Reaper": { - "name": "MQ-9 Reaper", - "coalition": "blue", - "label": "MQ-9 Reaper", - "era": "Modern", - "shortLabel": "MQ9", - "loadouts": [ - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "AGM-114K * 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*12", - "name": "AGM-114K*12", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*8,GBU-38*2", - "name": "AGM-114K*8,GBU-38*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-38*4", - "name": "GBU-38*4", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "rq-1.png", - "enabled": true, - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "standard uk": { - "name": "standard UK", - "countries": [ - "UK" - ] - }, - "standard italy": { - "name": "standard Italy", - "countries": [ - "ITA" - ] - }, - "standard france": { - "name": "standard France", - "countries": [ - "FRA" - ] - }, - "'camo' scheme": { - "name": "'camo' scheme", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single turboprop, straight wing, attack aircraft. Reaper", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-15bis": { - "name": "MiG-15bis", - "coalition": "red", - "label": "MiG-15 Fagot", - "era": "Early Cold War", - "shortLabel": "M15", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-50 - 50kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-50", - "name": "2*FAB-50", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-100M", - "name": "2*FAB-100M", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*300L", - "name": "2*300L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*400L", - "name": "2*400L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 600 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*600L", - "name": "2*600L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 300", - "name": "Fuel tank 300", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 400", - "name": "Fuel tank 400", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - } - ], - "filename": "mig-15.png", - "enabled": true, - "liveries": { - "china_air force": { - "name": "People's Liberation Army Air Force", - "countries": [ - "CHN" - ] - }, - "china volunteer air force": { - "name": "People's Volunteer Army Air Force", - "countries": [ - "CHN" - ] - }, - "ussr_red": { - "name": "USSR Red", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af 1962": { - "name": "Algerian AF 1962", - "countries": [ - "DZA" - ] - }, - "north_korea_air force_major_ arkady_ boitsow": { - "name": "North Korea - Major Arkady Boitsow", - "countries": [ - "RUS", - "PRK" - ] - }, - "gdr_air force": { - "name": "Air Forces of the National People's Army", - "countries": [ - "GER" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce - Fictional", - "countries": [ - "GRC" - ] - }, - "ussr_air forces": { - "name": "Air Forces of Soviet Union", - "countries": [ - "SUN", - "RUS" - ] - }, - "north_korea_air force": { - "name": "Korean People's Air Force", - "countries": [ - "PRK" - ] - }, - "polish_air force": { - "name": "Polish Air Force", - "countries": [ - "POL" - ] - }, - "ussr_air forces old": { - "name": "USSR Old", - "countries": [ - "SUN", - "RUS" - ] - }, - "czechoslovakia_air force": { - "name": "Czechoslovak Air Force", - "countries": [ - "CZE" - ] - }, - "ussr_pepelyaev": { - "name": "USSR Pepelyaev", - "countries": [ - "SUN", - "RUS", - "PRK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fagot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-19P": { - "name": "MiG-19P", - "coalition": "red", - "label": "MiG-19 Farmer", - "era": "Early Cold War", - "shortLabel": "M19", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PTB-760 x 2", - "name": "PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, PTB-760 x 2", - "name": "K-13A x 2, PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2", - "name": "K-13A x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "name": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2, PTB-760 x 2", - "name": "ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 4 - } - ], - "enabled": true, - "code": "ORO-57K x 4", - "name": "ORO-57K x 4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2", - "name": "ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2, ORO-57K x 2", - "name": "FAB-100M x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2, ORO-57K x 2", - "name": "FAB-250 x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2", - "name": "FAB-100M x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2", - "name": "FAB-250 x 2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "mig-19.png", - "enabled": true, - "liveries": { - "ussr_2": { - "name": "764th Fighter Aviation Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf camo": { - "name": "PLAAF Snow Camo", - "countries": [ - "CHN" - ] - }, - "cuba": { - "name": " 211 Escuadron de Caza", - "countries": [ - "CUB" - ] - }, - "iap": { - "name": "234 Fighter Regiment (234 IAP)", - "countries": "All" - }, - "ddr - fictional": { - "name": "Germany DDR camouflage (Fictional)", - "countries": "All" - }, - "snow - fictional": { - "name": "Snow Camouflage Fictional", - "countries": "All" - }, - "plaaf": { - "name": "112th Air Regiment", - "countries": [ - "CHN" - ] - }, - "romania - 66th fighter division": { - "name": "91st Fighter Regiment", - "countries": [ - "ROU" - ] - }, - "poland 39 plm": { - "name": "39 PLM Squadron", - "countries": [ - "POL" - ] - }, - "poland 62 plm": { - "name": "62 PLM Squadron", - "countries": [ - "POL" - ] - }, - "default": { - "name": "default", - "countries": "All" - }, - "czechoslovakia": { - "name": "2nd Fighter-Bomber Regiment", - "countries": [ - "CZE" - ] - }, - "bulgaria": { - "name": "1st Squadron, 18th Fighter Regiment", - "countries": [ - "BGR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Farmer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-21Bis": { - "name": "MiG-21Bis", - "coalition": "red", - "label": "MiG-21 Fishbed", - "era": "Mid Cold War", - "shortLabel": "M21", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, long range", - "name": "Patrol, long range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, medium range", - "name": "Patrol, medium range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, short range", - "name": "Patrol, short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Hard targets, BOMBS", - "name": "Hard targets, BOMBS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Unknown or mixed targets, BOMBS + ROCKETS", - "name": "Unknown or mixed targets, BOMBS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS + ROCKETS", - "name": "Soft targets, CLUSTERS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS", - "name": "Soft targets, CLUSTERS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, scattered", - "name": "Soft targets, scattered", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Kh-66 Grom (21) - AGM, radar guided APU-68", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Few big targets, GROM + BOMBS", - "name": "Few big targets, GROM + BOMBS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Very hard target, PENETRATION", - "name": "Very hard target, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Aerial attack, hard targets, CLUSTERS", - "name": "Aerial attack, hard targets, CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24A (21) - 180 kg, cumulative unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Hard targets, ROCKETS, PENETRATION", - "name": "Hard targets, ROCKETS, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24B (21) - 180 kg, fragmented unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "name": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, MIX", - "name": "Long range, MIX", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, RADAR GUIDED MISSILES", - "name": "Long range, RADAR GUIDED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, INFRA RED MISSILES", - "name": "Long range, INFRA RED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort", - "name": "Escort", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort, JAMMER", - "name": "Escort, JAMMER", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "Night, ILLUMINATOR", - "name": "Night, ILLUMINATOR", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, JAMMER", - "name": "Long range, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "UB-16UM - 16 S-5M", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, UPK + ROCKETS", - "name": "Soft targets, UPK + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, UPK + CLUSTERS", - "name": "Soft targets, UPK + CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Patrol, JAMMER", - "name": "Patrol, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RN-24 - 470kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR A", - "name": "NUCLEAR A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RN-28 - 260 kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR B", - "name": "NUCLEAR B", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Short range", - "name": "Short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Smoke - white - 21", - "quantity": 1 - } - ], - "enabled": true, - "code": "AEROBATIC", - "name": "AEROBATIC", - "roles": [] - } - ], - "filename": "mig-21.png", - "enabled": true, - "liveries": { - "afghanistan (1)": { - "name": "Afghanistan (1)", - "countries": "All" - }, - "bulgaria - 1-3 iae (3)": { - "name": "Bulgaria - 1/3 IAE (3)", - "countries": "All" - }, - "germany east - jg-8": { - "name": "East Germany - JG-8", - "countries": "All" - }, - "plaaf - white": { - "name": "PLAAF - White", - "countries": "All" - }, - "croatia - 21st fs": { - "name": "Croatia - 21st Fighter Squadron (Zagreb AB)", - "countries": "All" - }, - "plaaf - sky blue": { - "name": "PLAAF - Sky Blue", - "countries": "All" - }, - "iraq - 17th sqn (2)": { - "name": "Iraq - 17th Sqn (2)", - "countries": "All" - }, - "vvs - amt-11 grey": { - "name": "VVS - AMT-11 Grey", - "countries": "All" - }, - "vvs - 234 gviap": { - "name": "VVS - 234 GvIAP", - "countries": "All" - }, - "bare metal": { - "name": "Bare Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae (2)": { - "name": "Bulgaria - 1/3 IAE (2)", - "countries": "All" - }, - "plaaf - splinter": { - "name": "PLAAF - Splinter", - "countries": "All" - }, - "argentina (2)": { - "name": "Argentina (2)", - "countries": "All" - }, - "vvs - demonstrator": { - "name": "VVS Demonstrator", - "countries": "All" - }, - "vvs - 115 gviap": { - "name": "VVS - 115 GvIAP (Kokaydy AB)", - "countries": "All" - }, - "romania - lancer a": { - "name": "Romania - Lancer A", - "countries": "All" - }, - "sweden - 16th air wing": { - "name": "Sweden - 16th Air Wing", - "countries": "All" - }, - "syria (1)": { - "name": "Syria (1)", - "countries": "All" - }, - "egypt - grey 1982": { - "name": "Egypt - Grey 1982", - "countries": "All" - }, - "finland - hävllv 31": { - "name": "Finland - HavLLv 31", - "countries": "All" - }, - "huaf 47th ab - 6115 (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB) 6115", - "countries": "All" - }, - "libya - 2017": { - "name": "Lybia - 2017", - "countries": "All" - }, - "huaf 47th ab (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB)", - "countries": "All" - }, - "cuba - 1990s": { - "name": "Cuba - 1990s", - "countries": "All" - }, - "serbia - 101st lae": { - "name": "Serbia - 101st LAE", - "countries": "All" - }, - "slovakia - 1998": { - "name": "Slovakia - 1998", - "countries": "All" - }, - "iran - 51st sqn": { - "name": "Iran - 51st Sqn (Umidiyeh AB)", - "countries": "All" - }, - "vvs - 116 cbp": { - "name": "VVS - 116 CBP", - "countries": "All" - }, - "georgia (2)": { - "name": "Georgia (2)", - "countries": "All" - }, - "huaf metal": { - "name": "HuAF Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae": { - "name": "Bulgaria - 1/3 IAE", - "countries": "All" - }, - "india - 101st sqn (1)": { - "name": "India - 101st Sqn Falcons", - "countries": "All" - }, - "ukraine (2)": { - "name": "Ukraine 02", - "countries": "All" - }, - "vpaf - 927th fighter regiment metal": { - "name": "VPAF - 927th Fighter Regiment Metal", - "countries": "All" - }, - "iran - standard": { - "name": "Iran - Standard", - "countries": "All" - }, - "romania - lancer c": { - "name": "Romania - Lancer C", - "countries": "All" - }, - "angola - c41": { - "name": "Angola - C41", - "countries": "All" - }, - "poland - 1 dlmw": { - "name": "Poland - 1 DLMW", - "countries": "All" - }, - "yugoslavia - gray": { - "name": "Yugoslavia - Grey", - "countries": "All" - }, - "angola - c314": { - "name": "Angola - C314", - "countries": "All" - }, - "argentina (1)": { - "name": "Argentina (1)", - "countries": "All" - }, - "romania - gray": { - "name": "Romania - Gray", - "countries": "All" - }, - "dprk - 2016 - 42": { - "name": "DPRK - 2016 Nr.42", - "countries": "All" - }, - "libya - early": { - "name": "Lybia - Early", - "countries": "All" - }, - "poland - metal": { - "name": "Poland - Lacquer Metal", - "countries": "All" - }, - "syria (2)": { - "name": "Syria (2)", - "countries": "All" - }, - "india - 15th sqn": { - "name": "India - 15 Sqn War Games", - "countries": "All" - }, - "cuba - um 5010 is": { - "name": "Cuba - UM 5010 IS", - "countries": "All" - }, - "afghanistan (2)": { - "name": "Afghanistan (2)", - "countries": "All" - }, - "iraq - 9th sqn": { - "name": "Iraq - 9th Sqn", - "countries": "All" - }, - "vpaf - 927th lam son - 6122": { - "name": "VPAF - 927th Lam Son", - "countries": "All" - }, - "yugoslavia - camo": { - "name": "Yugoslavia - Camo", - "countries": "All" - }, - "egypt - tan 1982": { - "name": "Egypt - Tan 1982", - "countries": "All" - }, - "croatia - 1st fs 1992": { - "name": "Croatia - 1st FS 1992", - "countries": "All" - }, - "southeria": { - "name": "Southeria", - "countries": "All" - }, - "ukraine (1)": { - "name": "Ukraine 01", - "countries": "All" - }, - "georgia (1)": { - "name": "Georgia (1)", - "countries": "All" - }, - "northeria - 32nd fs": { - "name": "Northeria - 32nd FG", - "countries": "All" - }, - "cuba - metal": { - "name": "Cuba - Metal", - "countries": "All" - }, - "huaf 47th ab - early": { - "name": "HunAF Griff Sqn. (47th AB) - Early ", - "countries": "All" - }, - "jasdf": { - "name": "JASDF", - "countries": "All" - }, - "raf - 111th sqn": { - "name": "RAF - 111th Sqn", - "countries": "All" - }, - "sweden - m90": { - "name": "Sweden - M90", - "countries": "All" - }, - "algeria": { - "name": "Algeria FD-43", - "countries": "All" - }, - "india - 101st sqn (2)": { - "name": "India - 101st Sqn Falcons (2)", - "countries": "All" - }, - "draken international": { - "name": "Draken International", - "countries": "All" - }, - "raf - 11th sqn": { - "name": "RAF - 11th Sqn", - "countries": "All" - }, - "vpaf - 921st sao do - 5040": { - "name": "VPAF - 921st Sao Do", - "countries": "All" - }, - "vvs - metal": { - "name": "VVS Metal", - "countries": "All" - }, - "iraq - 17th sqn (1)": { - "name": "Iraq - 17th Sqn (1)", - "countries": "All" - }, - "vvs - 185th gviap": { - "name": "VVS 185th GvIAP", - "countries": "All" - }, - "poland - 10 elt": { - "name": "Poland - 10 ELT", - "countries": "All" - }, - "dprk - 2014 - 34": { - "name": "DPRK - 2014 Nr.34", - "countries": "All" - }, - "huaf grey": { - "name": "HuAF Grey", - "countries": "All" - }, - "huaf 31st ab (turul sqn)": { - "name": "HunAF 1904 Capeti (51th AB)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fishbed", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-23MLD": { - "name": "MiG-23MLD", - "coalition": "red", - "label": "MiG-23 Flogger", - "era": "Mid Cold War", - "shortLabel": "23", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4", - "name": "R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,R-60M*2,Fuel-800", - "name": "B-8*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,R-60M*2,Fuel-800", - "name": "UB-32*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4,Fuel-800", - "name": "R-24R*2,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4,Fuel-800", - "name": "R-24R,R-24T,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,Fuel-800", - "name": "R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,R-60M*2,Fuel-800", - "name": "FAB-500*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4", - "name": "R-24R*2,R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*2,R-60M*2,Fuel-800", - "name": "FAB-250*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*2,R-60M*2,Fuel-800", - "name": "RBK-250*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500*2,R-60M*2,Fuel-800", - "name": "RBK-500*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4", - "name": "R-24R,R-24T,R-60M*4", - "roles": [ - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "af standard-2": { - "name": "af standard-2", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard-3 (worn-out)": { - "name": "af standard-3 (worn-out)", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard-1": { - "name": "af standard-1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25PD": { - "name": "MiG-25PD", - "coalition": "red", - "label": "MiG-25PD Foxbat", - "era": "Mid Cold War", - "shortLabel": "25P", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-40T*2", - "name": "R-40R*2,R-40T*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*4", - "name": "R-40R*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-60M*2", - "name": "R-40R*2,R-60M*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25RBT": { - "name": "MiG-25RBT", - "coalition": "red", - "label": "MiG-25RBT Foxbat", - "era": "Mid Cold War", - "shortLabel": "25R", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500x2_60x2", - "name": "FAB-500x2_60x2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*2", - "name": "R-60M*2", - "roles": [ - "Reconnaissance" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-27K": { - "name": "MiG-27K", - "coalition": "red", - "label": "MiG-27K Flogger-D", - "era": "Mid Cold War", - "shortLabel": "M27", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel", - "name": "FAB-250*6,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "name": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MR*2,R-60M*2,Fuel", - "name": "Kh-25MR*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel", - "name": "Kh-29L*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*4", - "name": "B-8*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*2,FAB-500*2,R-60*2", - "name": "BetAB-500*2,FAB-500*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MPU*2,R-60M*2,Fuel", - "name": "Kh-25MPU*2,R-60M*2,Fuel", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel", - "name": "Kh-29T*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "name": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25ML*2,R-60M*2,Fuel", - "name": "Kh-25ML*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*2,R-60M*2,Fuel", - "name": "KAB-500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*2,RBK-250*2,R-60M*2", - "name": "RBK-500AO*2,RBK-250*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60*2,Fuel", - "name": "Kh-29L*2,R-60*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29A": { - "name": "MiG-29A", - "coalition": "red", - "label": "MiG-29A Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "SUN", - "RUS" - ] - }, - "strizhi": { - "name": "Strizhi 1992", - "countries": [ - "RUS" - ] - }, - "domna 120th ar": { - "name": "Domna - 120th Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "mary-1 agressors": { - "name": "Soviet Air Forces, a/b 1521 (Mary-1)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard1": { - "name": "41st Sqn Standard 1", - "countries": [ - "POL" - ] - }, - "iriaf sand-blue": { - "name": "IRIAF sand-blue", - "countries": [ - "IRN" - ] - }, - "strizhi (w)": { - "name": "Strizhi 1992(W)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard2": { - "name": "41st Sqn Standard 2", - "countries": [ - "POL" - ] - }, - "vasylkiv 40th brta": { - "name": "Vasylkiv - 40th Brigade of Tactical Aviation", - "countries": [ - "UKR" - ] - }, - "kazakhstan air defense forces": { - "name": "KazAADF 600th Airbase 2015", - "countries": [ - "KAZ" - ] - }, - "kazakhstan kazaadf 2008": { - "name": "KazAADF 600th Airbase 2008", - "countries": [ - "KAZ" - ] - }, - "iriaf blue-grey": { - "name": "IRIAF blue-grey", - "countries": [ - "IRN" - ] - }, - "syaaf": { - "name": "Syrian Arab Air Force", - "countries": [ - "SYR" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29S": { - "name": "MiG-29S", - "coalition": "red", - "label": "MiG-29S Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "name": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2", - "name": "R-77*4,R-73*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2,Fuel-1500", - "name": "R-77*4,R-73*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "algerian af fc-16": { - "name": "Algerian AF FC-16", - "countries": [ - "DZA" - ] - }, - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "RUS" - ] - }, - "kazaadf new faded (fictional)": { - "name": "KazAADF new faded (fictional)", - "countries": [ - "KAZ" - ] - }, - "strizhi": { - "name": "Strizhi 2003", - "countries": [ - "RUS" - ] - }, - "115 gviap_termez": { - "name": "Termez AFB, 115th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "1521th air base_mary-1": { - "name": "Mary-1 AFB, 1521st Air Force Base", - "countries": [ - "RUS" - ] - }, - "kazaadf old (fictional)": { - "name": "KazAADF old (fictional)", - "countries": [ - "KAZ" - ] - }, - "swifts": { - "name": "Swifts (Aerobatic team)", - "countries": [ - "RUS" - ] - }, - "773 iap_damgarten": { - "name": "Damgarten AFB, 773rd Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "426th air group_erebuni": { - "name": "Erebuni AFB, 426th Air Group", - "countries": [ - "RUS" - ] - }, - "31 gviap_zernograd": { - "name": "Zernograd AFB, 31st Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "28 gviap_andreapol": { - "name": "Andreapol AFB, 28th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "belarusian air force": { - "name": "Belarusian Air Force 61 FAB Baranavichy (2017)", - "countries": [ - "BLR" - ] - }, - "kazaadf new (fictional)": { - "name": "KazAADF new (fictional)", - "countries": [ - "KAZ" - ] - }, - "falcons of russia": { - "name": "Lipetsk, aerobatic group Falcons of Russia", - "countries": [ - "RUS" - ] - }, - "kazaadf new (fictional digital)": { - "name": "KazAADF new digital (fictional digital)", - "countries": [ - "KAZ" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-31": { - "name": "MiG-31", - "coalition": "red", - "label": "MiG-31 Foxhound", - "era": "Late Cold War", - "shortLabel": "M31", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40T*2,R-33*4", - "name": "R-40T*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 1 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-40T,R-33*4,R-40R", - "name": "R-40T,R-33*4,R-40R", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*2,R-33*4", - "name": "R-40R*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-60M*4,R-33*4", - "name": "R-60M*4,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "174 gviap_boris safonov": { - "name": "174 GvIAP Boris Safonov", - "countries": [ - "RUS" - ] - }, - "903_white": { - "name": "Demo 903 White", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 2 crew. Foxhound", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mirage-F1EE": { - "name": "Mirage-F1EE", - "coalition": "blue", - "label": "Mirage-F1EE", - "era": "Mid Cold War", - "shortLabel": "MF1", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*BLU107 Durandal", - "name": "2*AIM-9JULI, 8*BLU107 Durandal", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 250 HD", - "name": "2*AIM-9JULI, 8*SAMP 250 HD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-400 - 400 kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 400 LD", - "name": "2*AIM-9JULI, 8*SAMP 400 LD", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 251 F1B HE", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530EM", - "name": "2*AIM9-JULI, 1*R530EM", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "name": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR", - "name": "2*R550 Magic I, 1*R530IR", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "name": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - }, - { - "name": "BARAX - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-1.png", - "enabled": true, - "liveries": { - "ec 330 lorraine": { - "name": "EC 330 Lorraine", - "countries": [ - "FRA" - ] - }, - "ec 5 330 cote d'argent (fictional ct)": { - "name": "EC 5/330 Cote d'Argent (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "er 2 33 savoie 100 ans de reco (fictional cr)": { - "name": "ER 233 Savoie 100 ans de reco (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6210 _ 2017 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2017 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6209 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6209 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "er 233 savoie ba 118 mont de marsan (fictional cr)": { - "name": "ER 2/33 Savoie BA 118 Mont de Marsan (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "ala 14 blue skin (ee) albacete": { - "name": "ALA 14 Blue Skin (EE) Albacete", - "countries": [ - "SPN" - ] - }, - "usa company skin (m-ee)": { - "name": "USA Company Skin EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ala 14 nato skin 1 (ee)": { - "name": "ALA 14 NATO Skin 1 (EE)", - "countries": [ - "SPN" - ] - }, - "iriaf 3-6210 _ 2013 gray (eq variant)": { - "name": "IRIAF 3-6210 _ 2013 Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "usa company skin 2 (m-ee)": { - "name": "USA Company Skin 2 EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iriaf 3-6214 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6214 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges nato grey": { - "name": "AERGES NATO GREY", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 3 33 lorraine ba 112 reims - champagne ardennes": { - "name": "EC 333 Lorraine BA 112 Reims - Champagne Ardennes", - "countries": [ - "FRA" - ] - }, - "ec 1 12 cambresis": { - "name": "EC 112 BA 103 Cambrai-Épinoy", - "countries": [ - "FRA" - ] - }, - "ala 46 blue skin (ee) gando": { - "name": "ALA 46 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "aerges blue": { - "name": "AERGES BLUE", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 212 picardie": { - "name": "EC 212 Picardie", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6212 _ col. naghdibake (eq variant)": { - "name": "IRIAF 3-6212 _ Col. Naghdibake (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6211 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6211 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ec 1 5 vendee ba orange-cariat": { - "name": "EC 1/5 Vendee BA 115 Orange-Cariat", - "countries": [ - "FRA" - ] - }, - "er 233 savoie ba 118 mont de marsan dessert camu (fictional cr)": { - "name": "ER 233 Savoie BA 118 Mont de Marsan Dessert Camu (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6215 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6210 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ala 46 sq 462 blue skin (ee) gando": { - "name": "ALA 46 SQ 462 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "ec 2 30 normandie niemen (fictional ct)": { - "name": "EC 2/30 Normandie Niemen (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 1990-2010s desert (eq variant)": { - "name": "IRIAF 3-6215 _ 1990-2010s Desert (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges camo": { - "name": "AERGES CAMO", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "usa company grey (m-ee)": { - "name": "USA Company Grey EE", - "countries": [ - "USA", - "AUSAF" - ] - } - }, - "type": "Aircraft", - "description": "Single Jet engine, swept wing, 1 crew.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MosquitoFBMkVI": { - "name": "MosquitoFBMkVI", - "coalition": "blue", - "label": "Mosquito FB MkVI", - "era": "WW2", - "shortLabel": "Mos", - "loadouts": [ - { - "items": [ - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "name": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x RP-3 60lb F No1 Mk.I", - "quantity": 2 - }, - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "250 lb MC Mk.II", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "name": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb S.A.P.", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - } - ], - "enabled": true, - "code": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "name": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb GP Mk.V", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "name": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "500 lb GP Short tail", - "quantity": 4 - } - ], - "enabled": true, - "code": "500 lb GP Short tail*4", - "name": "500 lb GP Short tail*4", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - }, - { - "name": "4 x RP-3 60lb SAP No2 Mk.I", - "quantity": 2 - } - ], - "enabled": true, - "code": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "name": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - } - ], - "filename": "mosquito.png", - "enabled": true, - "liveries": { - "25th bombardment group p": { - "name": "USAAF 25th Bombardment Group \"P\" (Invasion Stripes)", - "countries": [ - "USA" - ] - }, - "l-3 pz474 1945": { - "name": "L-3 PZ474 1945", - "countries": [] - }, - "raf": { - "name": "RAF 1944", - "countries": "All" - }, - "605 sqn up-j wag's war wagon": { - "name": "605 Sqn UP-J \"Wag's War Wagon\"", - "countries": "All" - }, - "605 sqn up-o": { - "name": "605 Sqn UP-O", - "countries": "All" - }, - "605 sqn": { - "name": "605 Sqn", - "countries": "All" - }, - "iaf - 1956 - 110th squadron": { - "name": "IAF - 1956 - 110th Squadron", - "countries": "All" - }, - "ussr air force": { - "name": "USSR Air Force", - "countries": [] - }, - "no. 235 squadron raf 1944": { - "name": "No. 235 Squadron RAF 1944", - "countries": [] - }, - "no. 613 squadron raf june 1944": { - "name": "No. 613 Squadron RAF, June 1944", - "countries": [ - "UK" - ] - }, - "armée de l'air blue": { - "name": "Armée de L'air Blue Camo", - "countries": [ - "FRA" - ] - }, - "raf, ml897d, no.1409 met flight, wyton, late 1943": { - "name": "RAF, ML897/D, No.1409 Met Flight, Wyton, late 1943", - "countries": [ - "UK" - ] - }, - "no. 27 squadron raf popeye camo letters on": { - "name": "No. 27 Squadron RAF Popeye Camo Letters on", - "countries": [] - }, - "25th bombardment group f": { - "name": "USAAF 25th Bombardment Group \"F\"", - "countries": [ - "USA" - ] - }, - "305sqn july": { - "name": "305Sqn July 1944", - "countries": [] - }, - "305sqn june": { - "name": "305Sqn June 1944", - "countries": [] - }, - "25th bombardment group z": { - "name": "USAAF 25th Bombardment Group \"Z\" (Invasion Stripes)", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 2 crew. Mosquito.", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-47D-40": { - "name": "P-47D-40", - "coalition": "blue", - "label": "P-47D Thunderbolt", - "era": "WW2", - "shortLabel": "P47", - "loadouts": [ - { - "items": [ - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "AN-M57*3", - "name": "AN-M57*3", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN-M64*2, Fuel110", - "name": "AN-M64*2, Fuel110", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M65 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M65*2", - "name": "AN-M65*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "150 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel150*2", - "name": "Fuel150*2", - "roles": [ - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "5 x HVAR, UnGd Rkt", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "HVAR*10, Fuel110", - "name": "HVAR*10, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 x 4.5 inch M8 UnGd Rocket", - "quantity": 2 - }, - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "M8*6, AN-M57*2, Fuel110", - "name": "M8*6, AN-M57*2, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "p-47.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Thunderbolt", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-51D-30-NA": { - "name": "P-51D-30-NA", - "coalition": "blue", - "label": "P-51D Mustang", - "era": "WW2", - "shortLabel": "P51", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel75*2", - "name": "Fuel75*2", - "roles": [ - "CAP", - "CAP", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 10 - } - ], - "enabled": true, - "code": "HVAR*10", - "name": "HVAR*10", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "HVAR*6", - "name": "HVAR*6", - "roles": [ - "CAS", - "Strike", - "Antiship Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,Fuel75*2", - "name": "HVAR*6,Fuel75*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,M64*2", - "name": "HVAR*6,M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M64*2", - "name": "M64*2", - "roles": [ - "Strike", - "Antiship Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HVAR Smoke Generator", - "quantity": 2 - } - ], - "enabled": true, - "code": "Smokes", - "name": "Smokes", - "roles": [] - } - ], - "filename": "p-51.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Mustang", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "S-3B Tanker": { - "name": "S-3B Tanker", - "coalition": "blue", - "label": "S-3B Tanker", - "era": "Early Cold War", - "shortLabel": "S3B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "s-3.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "NAVY Standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 4 crew. Viking", - "abilities": "Tanker, Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "Su-17M4": { - "name": "Su-17M4", - "coalition": "red", - "label": "Su-17M4 Fitter", - "era": "Mid Cold War", - "shortLabel": "S17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,FAB-250*4", - "name": "UB-32*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*24,R-60M*2", - "name": "FAB-100*24,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,Fuel*2", - "name": "UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,FAB-250*4", - "name": "B-8*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,Fuel*2", - "name": "B-8*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel*2", - "name": "Kh-29T*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2", - "name": "BetAB-500*6,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25MR*4,R-60M*2,Fuel*2", - "name": "Kh-25MR*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,Fuel*2", - "name": "S-24*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "name": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "name": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*16,R-60M*2", - "name": "FAB-250*16,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "name": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,FAB-250*4", - "name": "S-24*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2", - "name": "FAB-500*6,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*2,Kh-29L*2,R-60*2", - "name": "Kh-25ML*2,Kh-29L*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-17.png", - "enabled": true, - "liveries": { - "af standard (worn-out)": { - "name": "af standard (worn-out)", - "countries": [ - "UKR" - ] - }, - "shap limanskoye ab": { - "name": "shap limanskoye ab", - "countries": [ - "UKR" - ] - }, - "af standard (rus)": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard (worn-out) (rus)": { - "name": "af standard (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fitter", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-24M": { - "name": "Su-24M", - "coalition": "red", - "label": "Su-24M Fencer", - "era": "Mid Cold War", - "shortLabel": "S24", - "loadouts": [ - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*2", - "name": "B-8*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*3", - "name": "B-8*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*6", - "name": "B-8*6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-60M*2", - "name": "BetAB-500*4,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100*24", - "name": "FAB-100*24", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-60M*2", - "name": "FAB-1500*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-250*8", - "name": "FAB-250*8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-500*4,R-60M*2", - "name": "FAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-60M*2,Fuel", - "name": "KAB-1500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "KAB-500*4,R-60M*2", - "name": "KAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25ML*4", - "name": "Kh-25ML*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25MR*4", - "name": "Kh-25MR*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2", - "name": "Kh-29L*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2", - "name": "Kh-29T*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2", - "name": "Kh-31A*2,R-60M*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2,Fuel", - "name": "Kh-31A*2,R-60M*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-60M*2,Fuel", - "name": "Kh-59M*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_L-081", - "name": "Kh25MPU*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh31P*2_Kh25ML*2_L-081", - "name": "Kh31P*2_Kh25ML*2_L-081", - "roles": [ - "SEAD", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*2_L-081", - "name": "Kh58*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8", - "name": "RBK-250*8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-60M*2", - "name": "RBK-500AO*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,Fuel*3", - "name": "S-24*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-24*4", - "name": "S-24*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*2,Fuel*3", - "name": "S-25*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4", - "name": "S-25*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*2,Fuel*3", - "name": "UB-13*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-13*4", - "name": "UB-13*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-500*2", - "name": "UB-13*4,FAB-500*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,Fuel*3", - "name": "UB-32*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4,FAB-250*4", - "name": "UB-32*4,FAB-250*4", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-24.png", - "enabled": true, - "liveries": { - "syrian air force": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "iran air force": { - "name": "Iran Air Force", - "countries": [ - "IRN" - ] - }, - "algerian af kx-12": { - "name": "Algerian AF KX-12", - "countries": [ - "DZA" - ] - }, - "ukrainian air force standard": { - "name": "Ukrainian Air Force", - "countries": [ - "UKR" - ] - }, - "kazakhstan air force": { - "name": "600th Airbase Kazakhstan", - "countries": [ - "KAZ" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew. Fencer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25": { - "name": "Su-25", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - } - ], - "enabled": true, - "code": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "name": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "name": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25*4,Kh-29T*2,R-60*2", - "name": "Kh-25*4,Kh-29T*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "name": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,S-8KOM*80,R-60M*2", - "name": "RBK-250*4,S-8KOM*80,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,SPPU-22*2,R-60M*2", - "name": "S-25*6,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25L*6,R-60*2,Fuel*2", - "name": "S-25L*6,R-60*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 8 - } - ], - "enabled": true, - "code": "S-8TsM*160,R-60*2", - "name": "S-8TsM*160,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "SAB-100*8,R-60*2", - "name": "SAB-100*8,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": false, - "liveries": { - "broken camo scheme #2 (native). 452th shap": { - "name": "broken camo scheme #2 (native). 452th shap.", - "countries": [ - "UKR" - ] - }, - "broken camo scheme #1 (native). 299th oshap": { - "name": "broken camo scheme #1 (native). 299th oshap.", - "countries": [ - "UKR" - ] - }, - "field camo scheme #1 (native)": { - "name": "field camo scheme #1 (native)", - "countries": [ - "SUN", - "RUS" - ] - }, - "field camo scheme #1 (native)01": { - "name": "field camo scheme #1 (native)", - "countries": [ - "GRG" - ] - }, - "haf camo": { - "name": "Hellenic Airforce - Camo (Fictional)", - "countries": [ - "GRC" - ] - }, - "`scorpion` demo scheme (native)": { - "name": "`scorpion` demo scheme (native)", - "countries": [ - "GRG" - ] - }, - "abkhazian air force": { - "name": "Abkhazian Air Force", - "countries": [ - "ABH" - ] - }, - "field camo scheme #3 (worn-out). 960th shap": { - "name": "field camo scheme #3 (worn-out). 960th shap.", - "countries": [ - "RUS" - ] - }, - "petal camo scheme #1 (native). 299th brigade": { - "name": "petal camo scheme #1 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "petal camo scheme #2 (native). 299th brigade": { - "name": "petal camo scheme #2 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "algerian af desert fictional": { - "name": "Algerian AF Desert Fictional", - "countries": [ - "DZA" - ] - }, - "forest camo scheme #1 (native)": { - "name": "forest camo scheme #1 (native)", - "countries": [ - "RUS" - ] - }, - "irgc 54": { - "name": "IRGC 54", - "countries": [ - "IRN" - ] - }, - "field camo scheme #2 (native). 960th shap": { - "name": "field camo scheme #2 (native). 960th shap.", - "countries": [ - "RUS" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25T": { - "name": "Su-25T", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "name": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 800L Wing", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "KAB-500Kr - 500kg TV Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "name": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "KH-29T*2, VIKHR*2, ECM", - "name": "KH-29T*2, VIKHR*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "name": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "name": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "name": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "name": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "name": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "name": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,UB-32*4,R-60M*2", - "name": "RBK-250*4,UB-32*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "name": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": true, - "liveries": { - "af standard 2": { - "name": "af standard 2", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af grey ku-02": { - "name": "Algerian AF Grey KU-02", - "countries": [ - "DZA" - ] - }, - "su-25t test scheme": { - "name": "su-25t test scheme", - "countries": [ - "RUS" - ] - }, - "haf - fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "algerian af trainer ku-04": { - "name": "Algerian AF Trainer KU-04", - "countries": [ - "DZA" - ] - }, - "algerian af grey ku-01": { - "name": "Algerian AF Grey KU-01", - "countries": [ - "DZA" - ] - }, - "af standard 101": { - "name": "af standard 1", - "countries": [ - "GRG" - ] - }, - "algerian af desert ku-03": { - "name": "Algerian AF Desert KU-03", - "countries": [ - "DZA" - ] - }, - "af standard 1": { - "name": "af standard 1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GRG" - ] - } - }, - "type": "Attack", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "Fox 2 and gun, Dumb bombs, rockets, SEAD and ATGMs, Subsonic", - "canTargetPoint": true - }, - "Su-27": { - "name": "Su-27", - "coalition": "red", - "label": "Su-27 Flanker", - "era": "Late Cold War", - "shortLabel": "S27", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": " CAS S-25 Rockets", - "name": " CAS S-25 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShP*6,R-73*2,ECM", - "name": "BetAB-500ShP*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets", - "name": "CAS S-13 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB-500 Bombs", - "name": "CAS S-25 Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets", - "name": "CAS S-8KOM Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-100 Bombs", - "name": "CAS S-8KOM Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 5 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - }, - { - "name": "MBD3-U6-68 with 3 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-250 Bombs", - "name": "CAS S-8KOM Rockets + FAB-250 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-500 Bombs", - "name": "CAS S-8KOM Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 3 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + KMGU PTAB", - "name": "CAS S-8KOM Rockets + KMGU PTAB", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "name": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets", - "name": "CAS S-8OFP Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-100 Bombs", - "name": "CAS S-8OFP Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-500 Bombs", - "name": "CAS S-8OFP Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "name": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "name": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "name": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ER*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,ECM", - "name": "R-73*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*4,R-27ET*2", - "name": "R-73*4,R-27ER*4,R-27ET*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*6", - "name": "R-73*4,R-27ER*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "name": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,FAB-500*4,R-73*4", - "name": "S-25*2,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4, FAB-500*4, R-73*2, ECM", - "name": "S-25*4, FAB-500*4, R-73*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "kubinka afb (russian knights old)": { - "name": "Kubinka AFB (Russian Knights Old)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (831th brigade)": { - "name": "Mirgorod AFB (831th brigade)", - "countries": [ - "UKR" - ] - }, - "lypetsk afb (falcons of russia)": { - "name": "Lypetsk AFB (Falcons of Russia)", - "countries": [ - "RUS" - ] - }, - "hotilovo afb": { - "name": "Hotilovo AFB", - "countries": [ - "RUS" - ] - }, - "plaaf k2s new parade": { - "name": "PLAAF K2S new parade", - "countries": [ - "CHN" - ] - }, - "plaaf standard": { - "name": "PLAAF Standard", - "countries": [ - "CHN" - ] - }, - "algerian af grey 04": { - "name": "Algerian AF GREY 04", - "countries": [ - "DZA" - ] - }, - "air force standard early": { - "name": "Air Force Standard Early", - "countries": [ - "SUN", - "RUS" - ] - }, - "air force ukraine standard": { - "name": "Air Force Ukraine Standard", - "countries": [ - "UKR" - ] - }, - "planaf hh8s": { - "name": "PLANAF HH8S", - "countries": [ - "CHN" - ] - }, - "ozerne afb (9th brigade)": { - "name": "Ozerne AFB (9th brigade)", - "countries": [ - "UKR" - ] - }, - "air force ukraine standard early": { - "name": "Air Force Ukraine Standard Early", - "countries": [ - "UKR" - ] - }, - "algerian af blue 02": { - "name": "Algerian AF Blue 02", - "countries": [ - "DZA" - ] - }, - "plaaf k1s old": { - "name": "PLAAF K1S old", - "countries": [ - "CHN" - ] - }, - "m gromov fri": { - "name": "M Gromov FRI", - "countries": [ - "RUS" - ] - }, - "plaaf k33s": { - "name": "PLAAF K33S", - "countries": [ - "CHN" - ] - }, - "air force standard": { - "name": "Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf k2s old": { - "name": "PLAAF K2S old", - "countries": [ - "CHN" - ] - }, - "chkalovsk afb (689 gviap)": { - "name": "Chkalovsk AFB (689 GvIAP)", - "countries": [ - "RUS" - ] - }, - "kazakhstan air defense forces": { - "name": "Kazakhstan Air Defense Forces", - "countries": [ - "KAZ" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "besovets afb": { - "name": "Besovets AFB", - "countries": [ - "RUS" - ] - }, - "kilpyavr afb (maresyev)": { - "name": "Kilpyavr AFB (Maresyev)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (digital camo)": { - "name": "Mirgorod AFB (Digital camo)", - "countries": [ - "UKR" - ] - }, - "plaaf k2s new": { - "name": "PLAAF K2S new", - "countries": [ - "CHN" - ] - }, - "air force standard old": { - "name": "Air Force Standard old", - "countries": [ - "SUN", - "RUS" - ] - }, - "lodeynoye pole afb (177 iap)": { - "name": "Lodeynoye pole AFB (177 IAP)", - "countries": [ - "RUS" - ] - }, - "kubinka afb (russian knights)": { - "name": "Kubinka AFB (Russian Knights)", - "countries": [ - "RUS" - ] - }, - "lypetsk afb (shark)": { - "name": "Lypetsk AFB (Shark)", - "countries": [ - "RUS" - ] - }, - "besovets afb 2 squadron": { - "name": "Besovets AFB 2 squadron", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-30": { - "name": "Su-30", - "coalition": "red", - "label": "Su-30 Super Flanker", - "era": "Late Cold War", - "shortLabel": "S30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*6,ECM", - "name": "R-73*2,R-77*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27R*4", - "name": "R-73*2,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,ECM", - "name": "RBK-500AO*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "name": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27R*4", - "name": "R-73*4,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*2,Kh-35*2,ECM", - "name": "R-73*2,R-77*2,Kh-35*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "name": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,B-8*2,R-73*2,ECM", - "name": "FAB-250*4,B-8*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,ECM", - "name": "RBK-250*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-77*6", - "name": "R-73*4,R-77*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-73*2,ECM", - "name": "FAB-250*4,S-25*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*4,ECM", - "name": "R-73*2,R-27R*2,R-27ER*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "name": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-73*2,R-77*2,ECM", - "name": "FAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "name": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*4", - "name": "R-73*4,R-27R*2,R-27ER*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,ECM", - "name": "BetAB-500*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-73*2,ECM", - "name": "FAB-250*4,UB-13*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*4,R-27ER*2,ECM", - "name": "R-73*2,R-77*4,R-27ER*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,ECM", - "name": "FAB-250*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-77*4,R-27ER*2", - "name": "R-73*4,R-77*4,R-27ER*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-77*2,ECM", - "name": "Kh-31P*4,R-73*2,R-77*2,ECM", - "roles": [ - "SEAD" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "af standard last": { - "name": "af standard last", - "countries": [ - "RUS" - ] - }, - "`russian knights` team #25": { - "name": "`russian knights` team #25", - "countries": [ - "RUS" - ] - }, - "adf 148th ctc savasleyka ab": { - "name": "adf 148th ctc savasleyka ab", - "countries": [ - "RUS" - ] - }, - "`desert` test paint scheme": { - "name": "`desert` test paint scheme", - "countries": [ - "RUS" - ] - }, - "`test-pilots` team #597": { - "name": "`test-pilots` team #597", - "countries": [ - "RUS" - ] - }, - "`snow` test paint scheme": { - "name": "`snow` test paint scheme", - "countries": [ - "RUS" - ] - }, - "af standard early": { - "name": "af standard early", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard last (worn-out)": { - "name": "af standard last (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard early (worn-out)": { - "name": "af standard early (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-33": { - "name": "Su-33", - "coalition": "red", - "label": "Su-33 Navy Flanker", - "era": "Late Cold War", - "shortLabel": "S33", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,R-27R*2,ECM", - "name": "RBK-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*6", - "name": "R-73*4,R-27R*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ET*2,R-27ER*6", - "name": "R-73*4,R-27ET*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,R-27R*2,ECM", - "name": "FAB-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*6,ECM", - "name": "R-73*2,R-27R*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "name": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "name": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4,FAB-250*4,R-73*2,ECM", - "name": "S-25*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,R-27R*2,ECM", - "name": "FAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,FAB-250*4,R-73*2,ECM", - "name": "B-8*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4,FAB-500*4,R-73*4", - "name": "S-25*4,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB500", - "name": "CAS S-8KOM rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP rockets + FAB500", - "name": "CAS S-8OFP rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB500", - "name": "CAS S-13 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB100", - "name": "CAS S-13 Rockets + FAB100", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB250", - "name": "CAS S-8KOM rockets + FAB250", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB500", - "name": "CAS S-25 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB10", - "name": "CAS S-8KOM rockets + RBK500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB1", - "name": "CAS S-8KOM rockets + RBK500 PTAB1", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "t-10k-9 test paint scheme": { - "name": "t-10k-9 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad navy": { - "name": "Navy, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "aaf blue 68": { - "name": "Algerian AF BLUE No 68", - "countries": [ - "DZA" - ] - }, - "haf - aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "279th kiap 2nd squad syria 2017": { - "name": "Syria 2017, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "aaf grey 12": { - "name": "Algerian AF GREY No 12", - "countries": [ - "DZA" - ] - }, - "t-10k-5 test paint scheme": { - "name": "t-10k-5 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad syria 2017": { - "name": "Syria 2017, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "279th kiap 2nd squad navy": { - "name": "Navy, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "t-10k-1 test paint scheme": { - "name": "t-10k-1 test paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "plan carrier air wings j-15": { - "name": "PLAN Carrier Air Wings J-15", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-34": { - "name": "Su-34", - "coalition": "red", - "label": "Su-34 Hellduck", - "era": "Modern", - "shortLabel": "S34", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-100*28,R-73*2,ECM", - "name": "FAB-100*28,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*8,R-73*2,ECM", - "name": "BetAB-500*8,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "name": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*8,R-73*2,ECM", - "name": "FAB-250*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "name": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 3 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*3,R-73*2,R-77*2,ECM", - "name": "FAB-1500*3,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*6,R-73*2,R-27R*2,ECM", - "name": "B-8*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*8,R-73*2,ECM", - "name": "FAB-500*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 4 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 6 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "name": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "russian air force old": { - "name": "Russian Air Force Old", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter and strike. Fullback", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado GR4": { - "name": "Tornado GR4", - "coalition": "blue", - "label": "Tornado GR4", - "era": "Late Cold War", - "shortLabel": "GR4", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, Fuel*2, ECM", - "name": "AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "ALARM", - "quantity": 4 - }, - { - "name": "", - "quantity": 4 - } - ], - "enabled": true, - "code": "ALARM*4, Fuel*2, ECM", - "name": "ALARM*4, Fuel*2, ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "name": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike", - "FAC-A", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 4 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "name": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "name": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "no. 14 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 14 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "o of ii (ac) squadron raf marham": { - "name": "o of ii (ac) squadron raf marham", - "countries": [ - "UK" - ] - }, - "bb of 14 squadron raf lossiemouth": { - "name": "bb of 14 squadron raf lossiemouth", - "countries": [ - "UK" - ] - }, - "no. 9 squadron raf marham ab (norfolk)": { - "name": "no. 9 squadron raf marham ab (norfolk)", - "countries": [ - "UK" - ] - }, - "no. 12 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 12 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "no. 617 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 617 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado IDS": { - "name": "Tornado IDS", - "coalition": "blue", - "label": "Tornado IDS", - "era": "Late Cold War", - "shortLabel": "IDS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,Fuel*2", - "name": "Kormoran*2,AIM-9*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-16*2,AIM-9*2,Fuel*2", - "name": "GBU-16*2,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel*2", - "name": "Fuel*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*4,AIM-9*2,ECM", - "name": "AGM-88*4,AIM-9*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "name": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*4,AIM-9*2", - "name": "Kormoran*4,AIM-9*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,AGM-88*2", - "name": "Kormoran*2,AIM-9*2,AGM-88*2", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4,AIM-9*2,Fuel*2", - "name": "Mk-82*4,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "ita tornado black": { - "name": "Tornado Black", - "countries": [ - "ITA" - ] - }, - "marinefliegergeschwader 2 eggebek ab marineflieger": { - "name": "marinefliegergeschwader 2 eggebek ab marineflieger", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe": { - "name": "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado mm7042": { - "name": "Tornado MM7042", - "countries": [ - "ITA" - ] - }, - "ita tornado mm55004": { - "name": "Tornado MM55004", - "countries": [ - "ITA" - ] - }, - "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe": { - "name": "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme": { - "name": "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 32 lechfeld ab luftwaffe": { - "name": "jagdbombergeschwader 32 lechfeld ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado (sesto stormo diavoli rossi)": { - "name": "Tornado (Sesto Stormo Diavoli Rossi)", - "countries": [ - "ITA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-142": { - "name": "Tu-142", - "coalition": "red", - "label": "Tu-142 Bear", - "era": "Mid Cold War", - "shortLabel": "142", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*6", - "name": "Kh-35*6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 11 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-160": { - "name": "Tu-160", - "coalition": "red", - "label": "Tu-160 Blackjack", - "era": "Late Cold War", - "shortLabel": "160", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-65*12", - "name": "Kh-65*12", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-160.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 4 crew bomber. Blackjack", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-22M3": { - "name": "Tu-22M3", - "coalition": "red", - "label": "Tu-22M3 Backfire", - "era": "Late Cold War", - "shortLabel": "T22", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-22N", - "name": "Kh-22N", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-22N*2", - "name": "Kh-22N*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*69", - "name": "FAB-250*69", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33", - "name": "FAB-500*33", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33, FAB-250*36", - "name": "FAB-500*33, FAB-250*36", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*33", - "name": "FAB-250*33", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "tu-22.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 4 crew bomber. Backfire", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-95MS": { - "name": "Tu-95MS", - "coalition": "red", - "label": "Tu-95MS Bear", - "era": "Mid Cold War", - "shortLabel": "T95", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-65*6", - "name": "Kh-65*6", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 6 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15ESE": { - "name": "F-15ESE", - "coalition": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "era": "", - "enabled": true, - "loadouts": [ - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB * 2", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "name": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "name": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107 * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "name": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "GBU-10 * 2", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 AIR * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "name": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "name": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "CBU-87 * 6", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "name": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-7MH Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "CBU-87 * 3", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "name": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "CBU-97 * 3", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "name": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 3 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M x 3, AIM-120B", - "name": "CATM-9M x 3, AIM-120B", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M, CAIM-120", - "name": "CATM-9M, CAIM-120", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "Clean", - "name": "Clean", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - } - ], - "filename": "f-15.png", - "liveries": { - "usaf 334th eagles fs af89 aim high": { - "name": "USAF 334th Eagles AF89-475 'Aim High'", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 low vis combat": { - "name": "USAF 335th Chiefs AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis combat": { - "name": "USAF 492nd Madhatters AF91 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 high vis clean": { - "name": "USAF 335th Chiefs AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89-0487 lucky": { - "name": "USAF 335th Chiefs AF89-0487 'Lucky'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1690 darkness falls": { - "name": "USAF 336th Rocketeers AF88-1690 'Darkness Falls'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af92-366 billy the kid": { - "name": "USAF 391st Bold Tigers AF92-366 'Billy the Kid'", - "countries": [ - "USA" - ] - }, - "idf ra'am, 69 hammer sqn": { - "name": "IDF 69th Hammers Scheme B", - "countries": [ - "ISR" - ] - }, - "usaf 336th rocketeers fs af89 high vis clean": { - "name": "USAF 336th Rocketeers AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-496 shadow": { - "name": "USAF 336th Rocketeers AF89-496 'Shadow'", - "countries": [ - "USA" - ] - }, - "usaf 389th thunderbolts fs af90 low vis combat": { - "name": "USAF 389th Thunderbolts AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd mad hatters fs 97-219 75th d-day anniversary": { - "name": "USAF 492nd Madhatters AF97-219 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 334th eagles fs af89 high vis clean": { - "name": "USAF 334th Eagles AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af91-300 leo": { - "name": "USAF 391st Bold Tigers AF91-300 'Leo'", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis clean": { - "name": "USAF 494th Panthers AF01 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-220 thanos": { - "name": "USAF 492nd Madhatters AF97-220 'Thanos'", - "countries": [ - "USA" - ] - }, - "usaf 48th fw 70th anniversary af92-364 heritage": { - "name": "USAF 48th FW 70th Aniversary AF92-364 Heritage", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 low vis combat": { - "name": "USAF 336th Rocketeers AF88 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-221 low vis combat": { - "name": "USAF 492nd Madhatters AF97-221 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-315 vader": { - "name": "USAF 492nd Madhatters AF91-315 'Vader'", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-327 green goblin": { - "name": "USAF 492nd Madhatters AF91-327 'Green Goblin'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-247 kraken": { - "name": "USAF 391st Bold Tigers AF90-247 'kraken'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1700 dragon betty": { - "name": "USAF 336th Rocketeers AF88-1700 'Dragon Betty'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-501": { - "name": "USAF 336th Rocketeers AF89-501", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 high vis clean": { - "name": "USAF 336th Rocketeers AF88 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 333rd rocketeers fs af87-199 333 fgs": { - "name": "USAF 333rd Lancers AF87-0199 333 FGS", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-241 high vis combat": { - "name": "USAF 391st Bold Tigers AF90-241 High Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis clean": { - "name": "USAF 492nd Madhatters AF96 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af00 low vis combat": { - "name": "USAF 494th Panthers AF00 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis clean": { - "name": "USAF 492nd Madhatters AF91 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis combat": { - "name": "USAF 494th Panthers AF01 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis clean": { - "name": "USAF 492nd Madhatters AF98 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 low vis clean": { - "name": "USAF 17th Weapons Squadron AF90 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1673 336 fgs": { - "name": "USAF 336th Rocketeers AF88-1673 336 FGS", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89 low vis combat": { - "name": "USAF 336th Rocketeers AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-308 low vis clean": { - "name": "USAF 492nd Madhatters AF91-308 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis combat": { - "name": "USAF 492nd Madhatters AF98 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers af90-250 tmota": { - "name": "USAF 391ST Bold Tigers 2005 Tiger Meet of the Americas", - "countries": [ - "USA" - ] - }, - "usaf af86-183 number1": { - "name": "USAF Test AF86-183 'Number 1'", - "countries": [ - "USA" - ] - }, - "usaf 17th wps af90-257": { - "name": "USAF 17th Weapons Squadron AF90-257 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 high vis clean": { - "name": "USAF 17th Weapons Squadron AF90 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis combat": { - "name": "USAF 492nd Madhatters AF96 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90 low vis combat": { - "name": "USAF 391st Bold Tigers AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs 91-603 75th d-day anniversary": { - "name": "USAF 494th Panthers AF91-603 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 336th fw mountain home 75 years af87-173": { - "name": "USAF 366th FW 'Mountain Home 75 Years' AF87-0173", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1687 mad duck iv": { - "name": "USAF 336th Rocketeers AF88-1687 'Mad Duck IV'", - "countries": [ - "USA" - ] - } - } - }, - "F-14A": { - "name": "F-14A", - "coalition": "", - "era": "", - "label": "F-14A Tomcat", - "shortLabel": "F14", - "type": "F_14A", - "enabled": false, - "liveries": {} - }, - "Su-25TM": { - "name": "Su-25TM", - "coalition": "", - "era": "", - "label": "SU-25TM", - "shortLabel": "S25", - "type": "Su_25TM", - "enabled": false, - "liveries": {} - }, - "Su-24MR": { - "name": "Su-24MR", - "coalition": "", - "era": "", - "label": "Su-24MR Fencer", - "shortLabel": "S24", - "type": "Su_24MR", - "enabled": false, - "liveries": {} - }, - "S-3B": { - "name": "S-3B", - "coalition": "", - "era": "", - "label": "S-3B", - "shortLabel": "S3B", - "type": "S_3B", - "enabled": false, - "liveries": {} - }, - "Mirage 2000-5": { - "name": "Mirage 2000-5", - "coalition": "", - "era": "", - "label": "MIRAGE 2000-5", - "shortLabel": "M2k", - "type": "Mirage_2000_5", - "enabled": false, - "liveries": {} - }, - "F-15E": { - "name": "F-15E", - "coalition": "", - "era": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "type": "F_15E", - "enabled": false, - "liveries": {} - }, - "MiG-29G": { - "name": "MiG-29G", - "coalition": "", - "era": "", - "label": "MiG-29G Fulcrum", - "shortLabel": "M29", - "type": "MiG_29G", - "enabled": false, - "liveries": {} - }, - "F-16C bl.50": { - "name": "F-16C bl.50", - "coalition": "", - "era": "", - "label": "F-16C Viper Block 50", - "shortLabel": "16C", - "type": "F_16C_bl_50", - "enabled": false, - "liveries": {} - }, - "F-16C bl.52d": { - "name": "F-16C bl.52d", - "coalition": "", - "era": "", - "label": "F-16C BL.52D", - "shortLabel": "16C", - "type": "F_16C_bl_52d", - "enabled": false, - "liveries": {} - }, - "F-16A": { - "name": "F-16A", - "coalition": "", - "era": "", - "label": "F-16A Viper", - "shortLabel": "16A", - "type": "F_16A", - "enabled": false, - "liveries": {} - }, - "F-16A MLU": { - "name": "F-16A MLU", - "coalition": "", - "era": "", - "label": "F-16A Viper MLU", - "shortLabel": "16A", - "type": "F_16A_MLU", - "enabled": false, - "liveries": {} - }, - "RQ-1A Predator": { - "name": "RQ-1A Predator", - "coalition": "", - "era": "", - "label": "RQ-1A PREDATOR", - "shortLabel": "RQ1", - "type": "RQ_1A_Predator", - "enabled": false, - "liveries": {} - }, - "Yak-40": { - "name": "Yak-40", - "coalition": "", - "era": "", - "label": "YAK-40", - "shortLabel": "40", - "type": "Yak_40", - "enabled": false, - "liveries": {} - }, - "SpitfireLFMkIX": { - "name": "SpitfireLFMkIX", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIX", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire." - }, - "SpitfireLFMkIXCW": { - "name": "SpitfireLFMkIXCW", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9 CW", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIXCW", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire with clipped wingtips.." - }, - "P-51D": { - "name": "P-51D", - "coalition": "", - "era": "", - "label": "P-51D Mustang", - "shortLabel": "P51", - "type": "P_51D", - "enabled": false, - "liveries": {} - }, - "P-47D-30": { - "name": "P-47D-30", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30", - "enabled": false, - "liveries": {} - }, - "P-47D-30bl1": { - "name": "P-47D-30bl1", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30bl1", - "enabled": false, - "liveries": {} - }, - "A-10A": { - "name": "A-10A", - "coalition": "", - "era": "", - "label": "A-10A Warthog", - "shortLabel": "A10", - "type": "A_10A", - "enabled": false, - "liveries": {} - }, - "A-10C": { - "name": "A-10C", - "coalition": "", - "era": "", - "label": "A-10C Warthog", - "shortLabel": "A10", - "type": "A_10C", - "enabled": false, - "liveries": {} - }, - "KC130": { - "name": "KC130", - "coalition": "", - "era": "", - "label": "KC130", - "shortLabel": "130", - "type": "KC130", - "enabled": false, - "liveries": {} - }, - "C-101EB": { - "name": "C-101EB", - "coalition": "", - "era": "", - "label": "C-101EB", - "shortLabel": "C-101EB", - "type": "C_101EB", - "enabled": false, - "liveries": {} - }, - "KJ-2000": { - "name": "KJ-2000", - "coalition": "", - "era": "", - "label": "KJ-2000", - "shortLabel": "KJ-2000", - "type": "KJ_2000", - "enabled": false, - "liveries": {} - }, - "WingLoong-I": { - "name": "WingLoong-I", - "coalition": "", - "era": "", - "label": "MQ-9 Reaper", - "shortLabel": "MQ9", - "type": "WingLoong_I", - "enabled": false, - "liveries": {} - }, - "Christen Eagle II": { - "name": "Christen Eagle II", - "coalition": "", - "era": "", - "label": "CHRISTEN EAGLE II", - "shortLabel": "CE2", - "type": "Christen_Eagle_II", - "enabled": false, - "liveries": {} - }, - "F-5E": { - "name": "F-5E", - "coalition": "", - "era": "", - "label": "F-5E", - "shortLabel": "5E", - "type": "F_5E", - "enabled": false, - "liveries": {} - }, - "F/A-18A": { - "name": "F/A-18A", - "coalition": "", - "era": "", - "label": "F/A-18A", - "shortLabel": "18A", - "type": "F_A_18A", - "enabled": false, - "liveries": {} - }, - "F/A-18C": { - "name": "F/A-18C", - "coalition": "", - "era": "", - "label": "F/A-18C", - "shortLabel": "18C", - "type": "F_A_18C", - "enabled": false, - "liveries": {} - }, - "Hawk": { - "name": "Hawk", - "coalition": "", - "era": "", - "label": "Hawk", - "shortLabel": "Hk", - "type": "Hawk", - "enabled": false, - "liveries": {} - }, - "L-39C": { - "name": "L-39C", - "coalition": "", - "era": "", - "label": "L-39C", - "shortLabel": "L39C", - "type": "L_39C", - "enabled": false, - "liveries": {} - }, - "MB-339APAN": { - "name": "MB-339APAN", - "coalition": "", - "era": "", - "label": "MB-339APAN", - "shortLabel": "339", - "type": "MB_339APAN", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C": { - "name": "Mirage-F1C", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C", - "shortLabel": "MF1", - "type": "Mirage_F1C", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CE": { - "name": "Mirage-F1CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CE", - "shortLabel": "MF1", - "type": "Mirage_F1CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-EE": { - "name": "Mirage-F1M-EE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-EE", - "shortLabel": "MF1", - "type": "Mirage_F1M_EE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-CE": { - "name": "Mirage-F1M-CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-CE", - "shortLabel": "MF1", - "type": "Mirage_F1M_CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C-200": { - "name": "Mirage-F1C-200", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C-200", - "shortLabel": "MF1", - "type": "Mirage_F1C_200", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EH": { - "name": "Mirage-F1EH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EH", - "shortLabel": "MF1", - "type": "Mirage_F1EH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CH": { - "name": "Mirage-F1CH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CH", - "shortLabel": "MF1", - "type": "Mirage_F1CH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1JA": { - "name": "Mirage-F1JA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1JA", - "shortLabel": "MF1", - "type": "Mirage_F1JA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CG": { - "name": "Mirage-F1CG", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CG", - "shortLabel": "MF1", - "type": "Mirage_F1CG", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CZ": { - "name": "Mirage-F1CZ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CZ", - "shortLabel": "MF1", - "type": "Mirage_F1CZ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CJ": { - "name": "Mirage-F1CJ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CJ", - "shortLabel": "MF1", - "type": "Mirage_F1CJ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CK": { - "name": "Mirage-F1CK", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CK", - "shortLabel": "MF1", - "type": "Mirage_F1CK", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EQ": { - "name": "Mirage-F1EQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EQ", - "shortLabel": "MF1", - "type": "Mirage_F1EQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1ED": { - "name": "Mirage-F1ED", - "coalition": "", - "era": "", - "label": "MIRAGE-F1ED", - "shortLabel": "MF1", - "type": "Mirage_F1ED", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EDA": { - "name": "Mirage-F1EDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EDA", - "shortLabel": "MF1", - "type": "Mirage_F1EDA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CR": { - "name": "Mirage-F1CR", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CR", - "shortLabel": "MF1", - "type": "Mirage_F1CR", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CT": { - "name": "Mirage-F1CT", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CT", - "shortLabel": "MF1", - "type": "Mirage_F1CT", - "enabled": false, - "liveries": {} - }, - "Mirage-F1B": { - "name": "Mirage-F1B", - "coalition": "", - "era": "", - "label": "MIRAGE-F1B", - "shortLabel": "MF1", - "type": "Mirage_F1B", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BE": { - "name": "Mirage-F1BE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BE", - "shortLabel": "MF1", - "type": "Mirage_F1BE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BQ": { - "name": "Mirage-F1BQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BQ", - "shortLabel": "MF1", - "type": "Mirage_F1BQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BD": { - "name": "Mirage-F1BD", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BD", - "shortLabel": "MF1", - "type": "Mirage_F1BD", - "enabled": false, - "liveries": {} - }, - "Mirage-F1DDA": { - "name": "Mirage-F1DDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1DDA", - "shortLabel": "MF1", - "type": "Mirage_F1DDA", - "enabled": false, - "liveries": {} - }, - "Yak-52": { - "name": "Yak-52", - "coalition": "", - "era": "", - "label": "YAK-52", - "shortLabel": "52", - "type": "Yak_52", - "enabled": false, - "liveries": {} - }, - "B-17G": { - "name": "B-17G", - "coalition": "", - "era": "", - "label": "B-17G Flying Fortress", - "shortLabel": "B17", - "type": "B_17G", - "enabled": false, - "liveries": {} - }, - "Ju-88A4": { - "name": "Ju-88A4", - "coalition": "", - "era": "", - "label": "JU-88 A4", - "shortLabel": "Ju88", - "type": "Ju_88A4", - "enabled": false, - "liveries": {} - }, - "C-47": { - "name": "C-47", - "coalition": "", - "era": "", - "label": "C-47 Dakota", - "shortLabel": "C47", - "type": "C_47", - "enabled": false, - "liveries": {} - }, - "TF-51D": { - "name": "TF-51D", - "coalition": "", - "era": "", - "label": "TF-51D", - "shortLabel": "T51", - "type": "TF_51D", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/client/public/databases/units/default/aircraftdatabase.json b/client/public/databases/units/default/aircraftdatabase.json deleted file mode 100644 index 1754cd37..00000000 --- a/client/public/databases/units/default/aircraftdatabase.json +++ /dev/null @@ -1,33339 +0,0 @@ -{ - "A-10C_2": { - "name": "A-10C_2", - "coalition": "blue", - "era": "Late Cold War", - "label": "A-10C Warthog 2", - "shortLabel": "A10", - "loadouts": [ - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "name": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "name": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "name": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "name": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "name": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "name": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "name": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "name": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "name": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "name": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*12, TGP, CAP-9*1", - "name": "BDU-33*12, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with TGM-65D - Trg Round for Mav D (IIR)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65H - Trg Round for Mav H (CCD)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "name": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1", - "name": "BDU-33*6, TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "name": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "name": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 6 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk1, Practice", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "name": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts WTU-1/B, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "name": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-103*4, M151*14, AIM-9*2, ECM", - "name": "CBU-103*4, M151*14, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "name": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*28, AIM-9*2,ECM", - "name": "CBU-87*4, M151*28, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*42, AIM-9*2, ECM", - "name": "CBU-87*4, M151*42, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*14,TGP, AIM-9*2", - "name": "GBU-12*14,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "name": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "name": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "name": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "name": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-131 pods - 21 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "name": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 6 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "name": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "M151*98, Mk-82*2,AIM-9*2,ECM", - "name": "M151*98, Mk-82*2,AIM-9*2,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 5 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*20,AIM-9*2,ECM", - "name": "Mk-82*20,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "name": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-9*2,TGP,ECM", - "name": "Mk-82*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "name": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*8,AIM-9*2,ECM", - "name": "Mk-82*8,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 5 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "name": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*8,AIM-9*2,ECM", - "name": "Mk-82AIR*8,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M257, Para Illum", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "MK-84*2,LAU-68*2,AGM-65K*2", - "name": "MK-84*2,LAU-68*2,AGM-65K*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*4,AIM-9*2,ECM", - "name": "Mk-84*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*6,AIM-9*2,TGP,ECM", - "name": "Mk-84*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 9 - } - ], - "enabled": true, - "code": "SUU-25*9,AIM-9*2,ECM", - "name": "SUU-25*9,AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP", - "name": "TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, BDU-50LGB*4", - "name": "TGP, CAP-9*1, BDU-50LGB*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "name": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 3 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "name": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "name": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "name": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "name": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "name": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "a-10.png", - "enabled": true, - "liveries": { - "81st fs spangdahlem ab, germany (sp) 1": { - "name": "81st FS Spangdahlem AB, Germany (SP) 1", - "countries": [ - "USA" - ] - }, - "fictional spanish tritonal": { - "name": "Fictional Spanish Tritonal", - "countries": [ - "SPN" - ] - }, - "47th fs barksdale afb, louisiana (bd)": { - "name": "47th FS Barksdale AFB, Louisiana (BD)", - "countries": [ - "USA" - ] - }, - "fictional georgian olive": { - "name": "Fictional Georgian Olive", - "countries": [ - "GRG" - ] - }, - "algerian af fictional grey": { - "name": "Algerian AF Fictional Grey", - "countries": [ - "DZA" - ] - }, - "fictional russian air force 1": { - "name": "Fictional Russian Air Force 1", - "countries": [ - "RUS" - ] - }, - "fictional israel 115 sqn flying dragon": { - "name": "Fictional Israel 115 Sqn Flying Dragon", - "countries": [ - "ISR" - ] - }, - "172nd fs battle creek angb, michigan (bc)": { - "name": "172nd FS Battle Creek ANGB, Michigan (BC)", - "countries": [ - "USA" - ] - }, - "190th fs boise angb, idaho (id)": { - "name": "190th FS Boise ANGB, Idaho (ID)", - "countries": [ - "USA" - ] - }, - "81st fs spangdahlem ab, germany (sp) 2": { - "name": "81st FS Spangdahlem AB, Germany (SP) 2", - "countries": [ - "USA" - ] - }, - "fictional german 3322": { - "name": "Fictional German 3322", - "countries": [ - "GER" - ] - }, - "66th ws nellis afb, nevada (wa)": { - "name": "66th WS Nellis AFB, Nevada (WA)", - "countries": [ - "USA" - ] - }, - "algerian af fictional desert": { - "name": "Algerian AF Fictional Desert", - "countries": [ - "DZA" - ] - }, - "fictional italian am (23gruppo)": { - "name": "AM (23Gruppo)", - "countries": [ - "ITA" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "184th fs arkansas ang, fort smith (fs)": { - "name": "184th FS Arkansas ANG, Fort Smith (FS)", - "countries": [ - "USA" - ] - }, - "354th fs davis monthan afb, arizona (dm)": { - "name": "354th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "fictional royal norwegian air force": { - "name": "Fictional Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "422nd tes nellis afb, nevada (ot)": { - "name": "422nd TES Nellis AFB, Nevada (OT)", - "countries": [ - "USA" - ] - }, - "118th fs bradley angb, connecticut (ct)": { - "name": "118th FS Bradley ANGB, Connecticut (CT)", - "countries": [ - "USA" - ] - }, - "fictional spanish aga": { - "name": "Fictional Spanish AGA", - "countries": [ - "SPN" - ] - }, - "74th fs moody afb, georgia (ft)": { - "name": "74th FS Moody AFB, Georgia (FT)", - "countries": [ - "USA" - ] - }, - "fictional russian air force 2": { - "name": "Fictional Russian Air Force 2", - "countries": [ - "RUS" - ] - }, - "118th fs bradley angb, connecticut (ct) n621": { - "name": "118th FS Bradley ANGB, Connecticut (CT) N621", - "countries": [ - "USA" - ] - }, - "357th fs davis monthan afb, arizona (dm)": { - "name": "357th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "canada rcaf 409 squadron": { - "name": "Fictional RCAF 409 Squadron", - "countries": [ - "CAN" - ] - }, - "355th fs eielson afb, alaska (ak)": { - "name": "355th FS Eielson AFB, Alaska (AK)", - "countries": [ - "USA" - ] - }, - "25th fs osan ab, korea (os)": { - "name": "25th FS Osan AB, Korea (OS)", - "countries": [ - "USA" - ] - }, - "358th fs davis monthan afb, arizona (dm)": { - "name": "358th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "australia notional raaf": { - "name": "Australia Notional RAAF", - "countries": [ - "AUS" - ] - }, - "fictional canadian air force pixel camo": { - "name": "Fictional Canadian Air Force Pixel Camo", - "countries": [ - "CAN" - ] - }, - "fictional france escadron de chasse 03.003 ardennes": { - "name": "Fictional France Escadron de Chasse 03.003 ARDENNES", - "countries": [ - "FRA" - ] - }, - "canada rcaf 442 snow scheme": { - "name": "Fictional RCAF 442 Snow Scheme", - "countries": [ - "CAN" - ] - }, - "23rd tfw england afb (el)": { - "name": "23rd TFW England AFB (EL)", - "countries": [ - "USA" - ] - }, - "fictional georgian grey": { - "name": "Fictional Georgian Grey", - "countries": [ - "GRG" - ] - }, - "fictional ukraine air force 1": { - "name": "Fictional Ukraine Air Force 1", - "countries": [ - "UKR" - ] - }, - "104th fs maryland ang, baltimore (md)": { - "name": "104th FS Maryland ANG, Baltimore (MD)", - "countries": [ - "USA" - ] - }, - "fictional spanish 12nd wing": { - "name": "Fictional Spanish 12nd Wing", - "countries": [ - "SPN" - ] - }, - "a-10 grey": { - "name": "A-10 Grey", - "countries": [ - "DEN", - "TUR", - "NETH", - "BEL", - "UK" - ] - }, - "fictional german 3323": { - "name": "Fictional German 3323", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 1 crew, attack aircraft. Warthog", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-20G": { - "name": "A-20G", - "coalition": "blue", - "label": "A-20G Havoc", - "era": "WW2", - "shortLabel": "A20", - "loadouts": [ - { - "items": [ - { - "name": "4 x AN-M64 - 500lb GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "500 lb GP bomb LD*4", - "name": "500 lb GP bomb LD*4", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "a-20.png", - "enabled": true, - "liveries": { - "ussr 1st gmtap": { - "name": "1st GMTAP", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 645th bs": { - "name": "645th BS, 410th BG, 9th AF", - "countries": [ - "USA" - ] - }, - "107 sqn": { - "name": "107 SQN", - "countries": [ - "UK" - ] - }, - "ussr 27 ape dd": { - "name": "27th API DD", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 668th bs": { - "name": "668th BS, 416th BG", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 3 crew, medium attack bomber. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-50": { - "name": "A-50", - "coalition": "red", - "label": "A-50 Mainstay", - "era": "Late Cold War", - "shortLabel": "A50", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 15 crew. NATO reporting name: Mainstay", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "AJS37": { - "name": "AJS37", - "coalition": "blue", - "label": "AJS37 Viggen", - "era": "Mid Cold War", - "shortLabel": "AJS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "name": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship: RB-04E*2, RB-74*2, XT", - "name": "Anti-ship: RB-04E*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "name": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "name": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "name": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Ferry Flight: XT", - "name": "Ferry Flight: XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS (75 GUN): RB-75*2, AKAN", - "name": "CAS (75 GUN): RB-75*2, AKAN", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP: RB-74*4, XT", - "name": "CAP: RB-74*4, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "U22/A Jammer", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Countermeasures Escort: U/22A, KB", - "name": "Countermeasures Escort: U/22A, KB", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BK-90 MJ1 (72 x MJ1 HE-FRAG Bomblets)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "name": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS: AKAN, RB-05A", - "name": "CAS: AKAN, RB-05A", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "name": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "name": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "name": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb Low-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "name": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "SEAD: RB-75T*2, U22/A, KB, XT", - "name": "SEAD: RB-75T*2, U22/A, KB, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-15F Programmable Anti-ship Missile", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "name": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "New Payload", - "name": "New Payload", - "roles": [] - }, - { - "items": [ - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (AJ37): RB-24J*2", - "name": "CAP (AJ37): RB-24J*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "name": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "name": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Light Mav): RB-75*4, XT", - "name": "Anti-ship (Light Mav): RB-75*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "name": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2x 80kg LYSB-71 Illumination Bomb", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Illumination: LYSB*8, XT", - "name": "Illumination: LYSB*8, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "name": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (Gun): AKAN*2, RB-74*2, XT", - "name": "CAP (Gun): AKAN*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target: RB-05A*2, RB-74*2, XT", - "name": "Hard Target: RB-05A*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "RB-05*2, XT", - "name": "RB-05*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS: ARAK M70 HE*4, XT", - "name": "CAS: ARAK M70 HE*4, XT", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Strike: SB71HD*16, RB-24J, XT", - "name": "Runway Strike: SB71HD*16, RB-24J, XT", - "roles": [ - "Runway Attack" - ] - } - ], - "filename": "viggen.png", - "enabled": true, - "liveries": { - "37": { - "name": "#1 Splinter F21 Norrbottens Flygflottilj", - "countries": "All" - }, - "37402": { - "name": "#3 JA-37 F21 Akktu Stakki", - "countries": "All" - }, - "se-dxnv4": { - "name": "SE-DXN by Mach3DS", - "countries": "All" - }, - "f7 skaraborg": { - "name": "#4 Splinter F7 Skaraborgs Flygflottilj 76", - "countries": "All" - }, - "sf-37 akktu stakki - f21": { - "name": "SF-37 Akktu Stakki - F21", - "countries": "All" - }, - "the show must go on": { - "name": "SHOW MUST GO ON! by Bender & Mach3DS", - "countries": "All" - }, - "baremetal": { - "name": "#2 Bare Metal F7 Skaraborgs Flygflottilj", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, delta wing, 1 crew, attack aircraft. Viggen", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AV8BNA": { - "name": "AV8BNA", - "coalition": "blue", - "label": "AV8BNA Harrier", - "era": "Late Cold War", - "shortLabel": "AV8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-L-H: Mk-82SEx6, GAU-12", - "name": "H-L-H: Mk-82SEx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "name": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "2 GBU-38 */*", - "quantity": 1 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 GBU-38 *\\*", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "name": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "name": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "name": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx6, GAU-12", - "name": "H-M-H: Mk-82LDx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "name": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "name": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "3 Mk-82", - "quantity": 2 - }, - { - "name": "2 Mk-82 *\\*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-82 */*", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx10, GAU-12", - "name": "H-M-H: Mk-82LDx10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "Area Suppression: Mk-20x10, GAU-12", - "name": "Area Suppression: Mk-20x10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "name": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "name": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "name": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "name": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "name": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "name": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "roles": [ - "Strike" - ] - } - ], - "filename": "av8bna.png", - "enabled": true, - "liveries": { - "vmat-203": { - "name": "VMAT-203", - "countries": "All" - }, - "vma-542": { - "name": "VMA-542", - "countries": "All" - }, - "vma-311d": { - "name": "VMA-311D", - "countries": "All" - }, - "vma-223d": { - "name": "VMA-223D", - "countries": "All" - }, - "vma-513": { - "name": "VMA-513", - "countries": "All" - }, - "vma-214d": { - "name": "VMA-214D", - "countries": "All" - }, - "vma-211": { - "name": "VMA-211", - "countries": "All" - }, - "vma-231-2": { - "name": "VMA-231-2", - "countries": "All" - }, - "vmat-203s": { - "name": "VMAT-203 Special", - "countries": "All" - }, - "vma-214": { - "name": "VMA-214", - "countries": "All" - }, - "vma-513d": { - "name": "VMA-513D", - "countries": "All" - }, - "vma-231d": { - "name": "VMA-231D", - "countries": "All" - }, - "vma-311": { - "name": "VMA-311", - "countries": "All" - }, - "default": { - "name": "default", - "countries": "All" - }, - "vma-231-1": { - "name": "VMA-231-1", - "countries": "All" - }, - "vma-211d": { - "name": "VMA-211D", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather, VTOL attack aircraft. Harrier", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "An-26B": { - "name": "An-26B", - "coalition": "red", - "label": "An-26B Curl", - "era": "Mid Cold War", - "shortLabel": "A26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "an-26.png", - "enabled": true, - "liveries": { - "china plaaf": { - "name": "China PLAAF", - "countries": [ - "CHN" - ] - }, - "rf navy": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "abkhazian af": { - "name": "Abkhazian AF", - "countries": [ - "ABH" - ] - }, - "aeroflot": { - "name": "Aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian af": { - "name": "Georgian AF", - "countries": [ - "GRG" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "ukraine af": { - "name": "Ukraine AF", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew, cargo and passenger aircraft. NATO reporting name: Curl", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "An-30M": { - "name": "An-30M", - "coalition": "red", - "label": "An-30M Clank", - "era": "Mid Cold War", - "shortLabel": "A30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "15th transport ab": { - "name": "15th Transport AB", - "countries": [ - "UKR" - ] - }, - "china caac": { - "name": "China CAAC", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 7 crew, weather reseach aircraft. NATO reporting name: Clank", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "B-1B": { - "name": "B-1B", - "coalition": "blue", - "label": "B-1B Lancer", - "era": "Late Cold War", - "shortLabel": "B1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "28 x Mk-82 - 500lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-82*84", - "name": "Mk-82*84", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x AGM-154C - JSOW Unitary BROACH", - "quantity": 3 - } - ], - "enabled": true, - "code": "AGM-154*12", - "name": "AGM-154*12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-38*48", - "name": "GBU-38*48", - "roles": [ - "CAS", - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "10 x CBU-87 - 202 x CEM Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-87*30", - "name": "CBU-87*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-97*30", - "name": "CBU-97*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 2 - }, - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*16, CBU-97*20", - "name": "GBU-38*16, CBU-97*20", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "8 x Mk-84 - 2000lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-84*24", - "name": "Mk-84*24", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31*24", - "name": "GBU-31*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31(V)3/B*24", - "name": "GBU-31(V)3/B*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 2 - }, - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*8, GBU-38*32", - "name": "GBU-31*8, GBU-38*32", - "roles": [ - "Strike", - "Strike" - ] - } - ], - "filename": "b-1.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 2 crew bomber. Lancer", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "B-52H": { - "name": "B-52H", - "coalition": "blue", - "label": "B-52H Stratofortress", - "era": "Early Cold War", - "shortLabel": "B52", - "loadouts": [ - { - "items": [ - { - "name": "8 x AGM-84A Harpoon ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-84A*8", - "name": "AGM-84A*8", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x AGM-86D on MER", - "quantity": 2 - }, - { - "name": "8 x AGM-86D", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-86C*20", - "name": "AGM-86C*20", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MER12 with 12 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "27 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk 82*51", - "name": "Mk 82*51", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "18 x Mk-84 2000lb GP Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*18", - "name": "Mk-84*18", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HSAB with 9 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*18", - "name": "Mk20*18", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "b-52.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "8 jet engine, swept wing, 6 crew bomber. Stratofortress", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Bf-109K-4": { - "name": "Bf-109K-4", - "coalition": "red", - "label": "Bf-109K-4", - "era": "WW2", - "shortLabel": "109", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC250", - "name": "SC250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "bf109.png", - "enabled": true, - "liveries": { - "germany_standard": { - "name": "Jagdgeschwader 27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 white 6, jg 4": { - "name": "White 6, JG 4", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 red7 eads": { - "name": "BF109G4 -red7- EADS -fondation messerschmitt V2", - "countries": [ - "GER" - ] - }, - "bf-109 k4 iijg52": { - "name": "II./JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 us captured": { - "name": "US Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 stab jg52": { - "name": "Stab JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 334xxx batch": { - "name": "334xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 ussr green": { - "name": "Green-trophy RKKA", - "countries": [ - "SUN", - "RUS" - ] - }, - "bf-109 k4 330xxx batch": { - "name": "330xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 irmgard": { - "name": "Bf-109K-4 Irmgard Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 swiss e-3a j-374 1940": { - "name": "Swiss E-3a J-374 1940 l'Seducteur", - "countries": [ - "SUI" - ] - }, - "green": { - "name": "Green", - "countries": "All" - }, - "bf-109 k4 9.jg77": { - "name": "9./JG77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 croatia": { - "name": "Croatia Air Force - 'Black 4'", - "countries": [ - "HRV", - "NZG", - "GER" - ] - }, - "bf-109 k4 9.jg27 (w10+i)": { - "name": "9./JG27 (W10+I)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 legion condor spain 1939": { - "name": "6-123 ESPAÑA", - "countries": [ - "SPN" - ] - }, - "bf-109 k4 jagdgeschwader 53": { - "name": " Jagdgeschwader 53", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11": { - "name": "NJG 11", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 g10 of tibor tobak rhaf": { - "name": "BF109G10 RHAF Tibor Tobak by Reflected", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "bf-109 k4 jagdgeschwader 77": { - "name": "Jagdgeschwader 77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 iaf s-199": { - "name": "S-199 IDF by Ovenmit", - "countries": [ - "ISR" - ] - }, - "bf-109 k4 iiijg27": { - "name": "III/JG27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11 (white 5)": { - "name": "1./NJG 11 (W5)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 raf vd 358 e-2": { - "name": "RAF VD 358 E-2 - UK Captured", - "countries": [ - "UK" - ] - }, - "bf-109 k4 335xxx batch": { - "name": "335xxx batch", - "countries": [ - "GER", - "NZG" - ] - } - }, - "type": "Aircraft", - "description": "Single propeller, straight wing, 1 crew. 109", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-101CC": { - "name": "C-101CC", - "coalition": "blue", - "label": "C-101CC", - "era": "Late Cold War", - "shortLabel": "101", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON (I)", - "name": "2*AIM-9P, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (I)", - "name": "2*AIM-9M, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 533 CANNON (II)", - "name": "2*AIM-9P, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (IV)", - "name": "2*AIM-9P, AN-M3 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON (III)", - "name": "2*AIM-9M, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON", - "name": "2*AIM-9P, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "name": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "name": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON", - "name": "2*AIM-9M, AN-M3 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "name": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2* SEA EAGLE, DEFA-553 CANNON", - "name": "2* SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "name": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "BR-500 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "name": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (IV)", - "name": "2*AIM-9M, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "name": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic, DEFA 553 CANNON (I)", - "name": "2*R550 Magic, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - }, - { - "name": "BIN-200 - 200kg Napalm Incendiary Bomb", - "quantity": 2 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "name": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (III)", - "name": "2*AIM-9P, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 533 CANNON (II)", - "name": "2*AIM-9M, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - } - ], - "filename": "c-101.png", - "enabled": true, - "liveries": { - "i brigada aerea - chile early green n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Green", - "countries": [ - "CHL" - ] - }, - "aviodev skin": { - "name": "Aviodev Skin", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "UN", - "RSI", - "CHL", - "AUT", - "EGY", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "RED", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "CYP", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "BLUE", - "KWT" - ] - }, - "georgia combat fictional green": { - "name": "Georgia Combat Fictional Green", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - chile early grey n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Grey", - "countries": [ - "CHL" - ] - }, - "royal jordanian air force": { - "name": "Royal jordanian Air Force ", - "countries": [ - "JOR" - ] - }, - "georgia combat fictional spots": { - "name": "Georgia Combat Fictional Spots", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon desert skin": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON Desert Skin", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº410 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº410 ", - "countries": [ - "CHL" - ] - }, - "usaf agressor fictional": { - "name": "USAF Agressor Fictional", - "countries": [ - "USA", - "AUSAF", - "BLUE" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº411 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº411", - "countries": [ - "CHL" - ] - }, - "claex green camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Green Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - }, - "russia combat fictional": { - "name": "Russia Combat Fictional", - "countries": [ - "RED", - "RUS" - ] - }, - "georgia combat fictional wolf": { - "name": "Georgia Combat Fictional Wolf", - "countries": [ - "GRG" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 1": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 1", - "countries": [ - "HND" - ] - }, - "i brigada aerea - grupo de aviacion n.3 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.3 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 2": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 2", - "countries": [ - "HND" - ] - }, - "claex desert camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Desert Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-130": { - "name": "C-130", - "coalition": "blue", - "label": "C-130 Hercules", - "era": "Early Cold War", - "shortLabel": "130", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-130.png", - "enabled": true, - "liveries": { - "belgian air force": { - "name": "Belgian Air Force", - "countries": [ - "BEL" - ] - }, - "iriaf 5-8518": { - "name": "IRIAF 5-8518", - "countries": [ - "IRN" - ] - }, - "israel defence force": { - "name": "Israel Defence Force", - "countries": [ - "ISR" - ] - }, - "haf gray": { - "name": "Hellenic Airforce - Gray", - "countries": [ - "GRC" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "royal danish air force": { - "name": "Royal Danish Air Force", - "countries": [ - "DEN" - ] - }, - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "royal netherlands air force": { - "name": "Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "canada's air force": { - "name": "Canada's Air Force", - "countries": [ - "CAN" - ] - }, - "royal norwegian air force": { - "name": "Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "iriaf 5-8503": { - "name": "IRIAF 5-8503", - "countries": [ - "IRN" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "royal air force": { - "name": "Royal Air Force", - "countries": [ - "UK" - ] - }, - "air algerie l-382 white": { - "name": "Air Algerie L-382 White", - "countries": [ - "DZA" - ] - }, - "french air force": { - "name": "French Air Force", - "countries": [ - "FRA" - ] - }, - "spanish air force": { - "name": "Spanish Air Force", - "countries": [ - "SPN" - ] - }, - "algerian af h30 white": { - "name": "Algerian AF H30 White", - "countries": [ - "DZA" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, stright wing, 3 crew. Hercules", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "C-17A": { - "name": "C-17A", - "coalition": "blue", - "label": "C-17A Globemaster", - "era": "Modern", - "shortLabel": "C17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-17.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Globemaster", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-2C": { - "name": "E-2C", - "coalition": "blue", - "label": "E-2D Hawkeye", - "era": "Mid Cold War", - "shortLabel": "E2", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-2.png", - "enabled": true, - "liveries": { - "vaw-125 tigertails": { - "name": "VAW-125 Tigertails", - "countries": [ - "USA" - ] - }, - "e-2d demo": { - "name": "E-2D Demo", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew. Hawkeye", - "abilities": "AEW, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-3A": { - "name": "E-3A", - "coalition": "blue", - "label": "E-3A Sentry", - "era": "Mid Cold War", - "shortLabel": "E3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-3.png", - "enabled": true, - "liveries": { - "nato": { - "name": "nato", - "countries": [ - "USA", - "FRA", - "UK" - ] - }, - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 17 crew. Sentry", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "F-117A": { - "name": "F-117A", - "coalition": "blue", - "label": "F-117A Nighthawk", - "era": "Late Cold War", - "shortLabel": "117", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2", - "name": "GBU-12*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-27 - 2000lb Laser Guided Penetrator Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-27*2", - "name": "GBU-27*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "f-117.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, delta wing, 1 crew. Nighthawk", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14A-135-GR": { - "name": "F-14A-135-GR", - "coalition": "blue", - "label": "F-14A-135-GR Tomcat", - "era": "Late Cold War", - "shortLabel": "14A", - "loadouts": [ - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*4, AIM-9L*4, XT*2", - "name": "AIM-7F*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*6, AIM-9L*2, XT*2", - "name": "AIM-7F*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-21 freelancers 200": { - "name": "VF-21 Freelancers 200", - "countries": "All" - }, - "vf-11 ae106 1988": { - "name": "VF-11 AE106 1988", - "countries": "All" - }, - "vf-301 nd113": { - "name": "VF-301 ND113 by Mach3DS", - "countries": "All" - }, - "vf-301 nd111": { - "name": "VF-301 ND111 by Mach3DS", - "countries": "All" - }, - "vf-154 black knights 101": { - "name": "00 - VF-154 Black Knights 101", - "countries": "All" - }, - "vf-14 tophatters aj206 (1999 allied force)": { - "name": "VF-14 Tophatters AJ206 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 ae204 1988": { - "name": "VF-31 AE204 1988", - "countries": "All" - }, - "vf-1 wolfpack nk102 (1974)": { - "name": "VF-1 Wolfpack NK102 (1974)", - "countries": "All" - }, - "vf-33 starfighters ab201 (1988)": { - "name": "VF-33 Starfighters AB201(Dale Snodgrass)", - "countries": "All" - }, - "vf-31 1991 ae200": { - "name": "VF-31 1991 AE200 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj100 (1999 allied force)": { - "name": "VF-41 Black Aces AJ100 (1999 Allied Force)", - "countries": "All" - }, - "vf-41 black aces aj101 (1999 allied force)": { - "name": "VF-41 Black Aces AJ101 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 1991 ae205": { - "name": "VF-31 1991 AE205 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj102 (1999 allied force)": { - "name": "VF-41 Black Aces AJ102 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk101 (1974)": { - "name": "VF-1 Wolfpack NK101 (1974)", - "countries": "All" - }, - "vf-31 ae200 1988": { - "name": "VF-31 AE200 1988", - "countries": "All" - }, - "vf-11 red rippers 106": { - "name": "VF-11 Red Rippers 106", - "countries": "All" - }, - "vf-1 wolfpack nk103 (1974)": { - "name": "VF-1 Wolfpack NK103 (1974)", - "countries": "All" - }, - "vf-14 tophatters ab103 (1976)": { - "name": "VF-14 Tophatters AB103(1976)", - "countries": "All" - }, - "vf-111 sundowners 200": { - "name": "VF-111 Sundowners 200", - "countries": "All" - }, - "top gun 114": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-11 ae103 1988": { - "name": "VF-11 AE103 1988", - "countries": "All" - }, - "vx-4 vandy one sad bunny (1992)": { - "name": "VX-4 Vandy One Sad Bunny (1992)", - "countries": "All" - }, - "vf-211 fighting checkmates 100 (2001)": { - "name": "VF-211 Fighting Checkmates 100 (2001)", - "countries": [ - "USA" - ] - }, - "vf-301 nd104": { - "name": "VF-301 ND104 by Mach3DS", - "countries": "All" - }, - "vf-32 swordsmen ab200 (1976)": { - "name": "VF-32 Swordsmen AB200 (1976)", - "countries": "All" - }, - "vf-211 fighting checkmates 105": { - "name": "VF-211 Fighting Checkmates 105", - "countries": "All" - }, - "vf-14 tophatters ab100 (1976)": { - "name": "VF-14 Tophatters AB100(1976)", - "countries": "All" - }, - "vf-11 ae101 1988": { - "name": "VF-11 AE101 1988", - "countries": "All" - }, - "vf-14 tophatters aj202 (1999 allied force)": { - "name": "VF-14 Tophatters AJ202 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk100 (1974)": { - "name": "VF-1 Wolfpack NK100 (1974)", - "countries": "All" - }, - "vf-301 nd101 hivis": { - "name": "VF-301 ND101 HiVis by Mach3DS", - "countries": "All" - }, - "vf-14 tophatters aj201 (1999 allied force)": { - "name": "VF-14 Tophatters AJ201 (1999 Allied Force)", - "countries": "All" - }, - "vf-14 tophatters aj200 (1999) 80th aniversary": { - "name": "VF-14 Tophatters AJ200 (1999) 80th Anniversary", - "countries": "All" - }, - "vf-41 black aces aj104 (1999 allied force)": { - "name": "VF-41 Black Aces AJ104 (1999 Allied Force)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14B": { - "name": "F-14B", - "coalition": "blue", - "label": "F-14B Tomcat", - "era": "Late Cold War", - "shortLabel": "14B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9M*2, XT*2", - "name": "AIM-7M*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9L*2, XT*2", - "name": "AIM-7M*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9L*4, XT*2", - "name": "AIM-7M*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "vf-103 sluggers 206 (1995)": { - "name": "VF-103 Sluggers 206 (1995)", - "countries": "All" - }, - "vf-143 pukin dogs low vis": { - "name": "VF-143 Pukin Dogs Low Vis (1998)", - "countries": "All" - }, - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-31 tomcatters nk101 (2004)": { - "name": "VF-31 Tomcatters NK101 (2004)", - "countries": "All" - }, - "vf-32 fighting swordsmen 103": { - "name": "VF-32 Fighting Swordsmen 103 (1998)", - "countries": "All" - }, - "vf-103 jolly rogers hi viz": { - "name": "VF-103 Jolly Rogers Hi Viz", - "countries": "All" - }, - "vf-101 dark": { - "name": "VF-101 Dark", - "countries": "All" - }, - "vf-102 diamondbacks": { - "name": "01 - VF-102 Diamondbacks 1996", - "countries": "All" - }, - "vf-143 pukin dogs low vis (1995)": { - "name": "VF-143 Pukin Dogs Low Vis (1995)", - "countries": "All" - }, - "vx-4 xf-51 1988": { - "name": "VX-4 XF-51 1988", - "countries": "All" - }, - "top gun 114 hb weather": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-24 renegades": { - "name": "VF-24 Renegades Low-Viz", - "countries": "All" - }, - "vf-11 red rippers (1997)": { - "name": "VF-11 Red Rippers (1997)", - "countries": "All" - }, - "vf-32 fighting swordsmen 100 (2000)": { - "name": "VF-32 Fighting Swordsmen 100 (2000)", - "countries": [ - "USA" - ] - }, - "vf-74 bedevilers 1991": { - "name": "VF-74 Be-Devilers 1991", - "countries": "All" - }, - "santa": { - "name": "Fictional Christmas Livery", - "countries": "All" - }, - "vf-103 sluggers 207 (1991)": { - "name": "VF-103 Sluggers 207 (1991)", - "countries": "All" - }, - "vf-32 fighting swordsmen 101": { - "name": "VF-32 Fighting Swordsmen 101 (1998)", - "countries": "All" - }, - "vf-103 last ride": { - "name": "VF-103 Last Ride", - "countries": "All" - }, - "vf-143 pukin dogs cag": { - "name": "VF-143 Pukin' Dogs CAG", - "countries": "All" - }, - "vx-9 vampires xf240 white whale": { - "name": "VX-9 Vampires XF240 White Whale", - "countries": "All" - }, - "vf-74 adversary": { - "name": "VF-74 Adversary", - "countries": "All" - }, - "vx-9 vandy 41 (1995)": { - "name": "VX-9 Vandy 41 (1995)", - "countries": "All" - }, - "vf-142 ghostriders": { - "name": "VF-142 Ghostriders", - "countries": "All" - }, - "vf-211 fighting checkmates": { - "name": "VF-211 Fighting Checkmates", - "countries": "All" - }, - "vf-101 grim reapers low vis": { - "name": "VF-101 Grim Reapers Low Vis", - "countries": "All" - }, - "chromecat": { - "name": "Fictional Chrome Cat ", - "countries": "All" - }, - "vf-32 fighting swordsmen 102": { - "name": "VF-32 Fighting Swordsmen 102 (1998)", - "countries": "All" - }, - "vf-102 diamondbacks 102": { - "name": "VF-102 Diamondbacks 102 (2000)", - "countries": "All" - }, - "vf-101 red": { - "name": "VF-101 Red", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15C": { - "name": "F-15C", - "coalition": "blue", - "label": "F-15C Eagle", - "era": "Late Cold War", - "shortLabel": "15C", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "name": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel", - "name": "AIM-9*2,AIM-120*6,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel*3", - "name": "AIM-9*4,AIM-120*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel", - "name": "AIM-9*4,AIM-120*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel*3", - "name": "AIM-9*2,AIM-120*6,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel", - "name": "AIM-9*4,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel", - "name": "AIM-120*8,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*3", - "name": "AIM-9*4,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel*3", - "name": "AIM-120*8,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - } - ], - "filename": "f-15.png", - "enabled": true, - "liveries": { - "106th sqn (8th airbase)": { - "name": "106th SQN (8th Airbase)", - "countries": [ - "ISR" - ] - }, - "433rd weapons sqn (wa)": { - "name": "433rd Weapons SQN (WA)", - "countries": [ - "USA" - ] - }, - "493rd fighter sqn (ln)": { - "name": "493rd Fighter SQN (LN)", - "countries": [ - "USA" - ] - }, - "12th fighter sqn (ak)": { - "name": "12th Fighter SQN (AK)", - "countries": [ - "USA" - ] - }, - "390th fighter sqn": { - "name": "390th Fighter SQN", - "countries": [ - "USA" - ] - }, - "65th aggressor sqn (wa) flanker": { - "name": "65th Aggressor SQN (WA) Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) super_flanker": { - "name": "65th Aggressor SQN (WA) SUPER_Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) mig": { - "name": "65th Aggressor SQN (WA) MiG", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ferris scheme": { - "name": "Ferris Scheme", - "countries": [ - "USA" - ] - }, - "58th fighter sqn (eg)": { - "name": "58th Fighter SQN (EG)", - "countries": [ - "USA" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforece - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter. Eagle.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-16C_50": { - "name": "F-16C_50", - "coalition": "blue", - "label": "F-16C Viper", - "era": "Late Cold War", - "shortLabel": "16C", - "loadouts": [ - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*2, AIM-9M*4, FUEL*3", - "name": "AIM-120B*2, AIM-9M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-9M*2, FUEL*3", - "name": "AIM-120B*4, AIM-9M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*6, FUEL*3", - "name": "AIM-120B*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*4, FUEL*2", - "name": "AIM-120C*2, AIM-9X*4, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2", - "name": "AIM-120C*6, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM", - "name": "AIM-120C*6, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*6, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3", - "name": "AIM-120C*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3, TGP", - "name": "AIM-120C*6, FUEL*3, TGP", - "roles": [ - "Escort" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-16c.png", - "enabled": true, - "liveries": { - "haf_347_perseus": { - "name": "HAF 347S Perseus Squadron", - "countries": [ - "GRC" - ] - }, - "ami, 5 stormo 23 gruppo": { - "name": "Italian Air Force, 5° Stormo, 23 Gruppo", - "countries": [ - "ITA" - ] - }, - "haf_337_ghost": { - "name": "HAF 337 Ghost Squadron", - "countries": [ - "GRC" - ] - }, - "haf_ 330_thunder": { - "name": "HAF 330 Thunder Squadron", - "countries": [ - "GRC" - ] - }, - "haf_336_olympus": { - "name": "HAF 336 Olympus Squadron", - "countries": [ - "GRC" - ] - }, - "iaf_117th_squadron": { - "name": "IAF 117th squadron", - "countries": [ - "ISR" - ] - }, - "jasdf 8th tfs": { - "name": "JASDF 8th TFS", - "countries": [ - "JPN" - ] - }, - "haf_340_fox": { - "name": "HAF 340 Fox Squadron", - "countries": [ - "GRC" - ] - }, - "haf_346_jason": { - "name": "HAF 346 Jason Squadron", - "countries": [ - "GRC" - ] - }, - "paf_no.9_griffins_1": { - "name": "PAF No.9 Griffins (TRIBUTE TO WC NAUMAN)", - "countries": [ - "PAK" - ] - }, - "522nd_fighter_squadron": { - "name": "522nd Fighter Squadron 'Fireballs'", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "18th agrs arctic splinter": { - "name": "18th AGRS Arсtic Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iaf_115th_aggressors_squadron": { - "name": "IAF 115th aggressors squadron", - "countries": [ - "ISR" - ] - }, - "chile air force 732": { - "name": "Chile Air Force 732", - "countries": [ - "CHL" - ] - }, - "iaf_110th_squadron": { - "name": "IAF 110th squadron", - "countries": [ - "ISR" - ] - }, - "paf_no.29_aggressors": { - "name": "PAF No.29 Aggressor", - "countries": [ - "PAK" - ] - }, - "79th_fighter_squadron": { - "name": "79th Fighter Squadron 'Tigers'", - "countries": [ - "USA" - ] - }, - "paf_no.5_falcons": { - "name": "PAF No.5 Falcons", - "countries": [ - "PAK" - ] - }, - "18th agrs splinter": { - "name": "18th AGRS Blue Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "dark_viper": { - "name": "F-16C Dark Viper", - "countries": [ - "USA" - ] - }, - "jasdf 6th tfs": { - "name": "JASDF 6th TFS", - "countries": [ - "JPN" - ] - }, - "23rd_fighter_squadron": { - "name": "23rd Fighter Squadron 'Fighting Hawks'", - "countries": [ - "USA" - ] - }, - "polish af standard": { - "name": "Polish AF standard", - "countries": [ - "POL" - ] - }, - "480th_fighter_squadron": { - "name": "480th Fighter Squadron 'Warhawks'", - "countries": [ - "USA" - ] - }, - "18th agrs bdu splinter": { - "name": "18th AGRS BDU Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "174th_fighter_squadron": { - "name": "174th Fighter Squadron ANG,Iowa AFB", - "countries": [ - "USA" - ] - }, - "thk_191_filo": { - "name": "Türk Hava Kuvvetleri, 191 Filo", - "countries": [ - "TUR" - ] - }, - "chile air force 746": { - "name": "Chile Air Force 746", - "countries": [ - "CHL" - ] - }, - "haf_335_tiger": { - "name": "HAF 335 Tiger Squadron", - "countries": [ - "GRC" - ] - }, - "77th_fighter_squadron": { - "name": "77th Fighter Squadron 'Gamblers' ", - "countries": [ - "USA" - ] - }, - "132nd_wing _iowa_ang": { - "name": "132nd Wing Iowa ANG, Des Moines AFB", - "countries": [ - "USA" - ] - }, - "usaf 64th aggressor sqn-splinter": { - "name": "USAF 64th Aggressor SQN-Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "14th_fighter_squadron": { - "name": "14th Fighter Squadron 'Samurais'", - "countries": [ - "USA" - ] - }, - "152nd_fighter_squadron": { - "name": "152nd Fighter Squadron 'Las Vaqueros'", - "countries": [ - "USA" - ] - }, - "179th_fighter_squadron": { - "name": "179th Fighter Squadron 'Bulldogs'", - "countries": [ - "USA" - ] - }, - "paf_no.19_sherdils": { - "name": "PAF No.19 Sherdils", - "countries": [ - "PAK" - ] - }, - "64th_aggressor_squadron_ghost": { - "name": "64th Aggressor Squadron “Ghost", - "countries": [ - "USA", - "AUSAF" - ] - }, - "paf_no.9 griffins_2": { - "name": "PAF No.9 Griffins", - "countries": [ - "PAK" - ] - }, - "paf_no.11_arrows": { - "name": "PAF No.11 Arrows", - "countries": [ - "PAK" - ] - }, - "haf_343_star": { - "name": "HAF 343 Star Squadron", - "countries": [ - "GRC" - ] - }, - "80th_fighter_squadron": { - "name": "80th Fighter Squadron, Kunsan AFB", - "countries": [ - "USA" - ] - }, - "36th_fighter_squadron": { - "name": "36th Fighter Squadron Osan Air Base", - "countries": [ - "USA" - ] - }, - "22nd_fighter_squadron": { - "name": "22nd Fighter Squadron 'Stingers'", - "countries": [ - "USA" - ] - }, - "55th_fighter_squadron": { - "name": "55th Fighter Squadron 'Fifty Fifth'", - "countries": [ - "USA" - ] - }, - "iaf_101st_squadron": { - "name": "IAF 101st squadron", - "countries": [ - "ISR" - ] - }, - "polish_af_31blt6th_tactical_sqn": { - "name": "Polish AF 31.Blt 6th Tactical Sqn (Poznań-Krzesiny AB) - Tiger Meet", - "countries": [ - "POL" - ] - }, - "13th_fighter_squadron": { - "name": "13th Fighter Squadron 'Panthers'", - "countries": [ - "USA" - ] - }, - "haf_341_arrow": { - "name": "HAF 341 Arrow Squadron", - "countries": [ - "GRC" - ] - }, - "usaf 64th aggressor sqn - shark": { - "name": "USAF 64th Aggressor SQN - Shark", - "countries": [ - "USA", - "AUSAF" - ] - }, - "chile air force 851": { - "name": "Chile Air Force 851", - "countries": [ - "CHL" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather fighter and strike. Viper.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-4E": { - "name": "F-4E", - "coalition": "blue", - "label": "F-4E Phantom II", - "era": "Mid Cold War", - "shortLabel": "4", - "loadouts": [ - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "name": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*4,AIM-7*2,ECM", - "name": "AGM-45*4,AIM-7*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "name": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7M*4,Fuel*3", - "name": "AGM-65K*4,AIM-7M*4,Fuel*3", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "name": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4", - "name": "AIM-9*4,AIM-7*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*2", - "name": "AIM-9*4,AIM-7*4,Fuel*2", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 with 6 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*18,AIM-7*2,ECM", - "name": "Mk-82*18,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-84*2,AIM-7*2,ECM", - "name": "Mk-84*2,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*12,AIM-7*2,ECM", - "name": "Mk20*12,AIM-7*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "f-4.png", - "enabled": true, - "liveries": { - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost", - "countries": [ - "GRC" - ] - }, - "iriaf asia minor": { - "name": "IRIAF Asia Minor", - "countries": [ - "IRN" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew. Phantom", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-5E-3": { - "name": "F-5E-3", - "coalition": "blue", - "label": "F-5E Tiger", - "era": "Mid Cold War", - "shortLabel": "5", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9B*2", - "name": "AIM-9B*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150", - "name": "AIM-9B*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150*3", - "name": "AIM-9B*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275", - "name": "AIM-9B*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275*3", - "name": "AIM-9B*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P*2", - "name": "AIM-9P*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150", - "name": "AIM-9P*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150*3", - "name": "AIM-9P*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275", - "name": "AIM-9P*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275*3", - "name": "AIM-9P*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P5*2", - "name": "AIM-9P5*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150", - "name": "AIM-9P5*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150*3", - "name": "AIM-9P5*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275", - "name": "AIM-9P5*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275*3", - "name": "AIM-9P5*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AN/ASQ-T50 TCTS Pod - ACMI Pod", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN/ASQ-T50, AIM-9P, Fuel 150", - "name": "AN/ASQ-T50, AIM-9P, Fuel 150", - "roles": [] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Antiship Mk82", - "name": "Antiship Mk82", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 4 - } - ], - "enabled": true, - "code": "CBU-52B*4,AIM-9P*2,Fuel 275", - "name": "CBU-52B*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 5 - } - ], - "enabled": true, - "code": "CBU-52B*5,AIM-9*2", - "name": "CBU-52B*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4,AIM-9P*2,Fuel 275", - "name": "GBU-12*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "M-117*4,AIM-9P*2,Fuel 275", - "name": "M-117*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "M-117*5,AIM-9*2", - "name": "M-117*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "name": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82LD*5,AIM-9*2", - "name": "Mk-82LD*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "name": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82SE*5,AIM-9*2", - "name": "Mk-82SE*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "liveryID": [ - "ir iriaf 43rd tfs" - ], - "filename": "f-5.png", - "enabled": true, - "liveries": { - "us aggressor vfc-13 40": { - "name": "Aggressor VFC-13 40", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch swiss generic": { - "name": "Swiss Generic two-tone skin", - "countries": [ - "SUI" - ] - }, - "tw ngrc 5315": { - "name": "NGRC 5thFG 5315", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3079": { - "name": "J-3079", - "countries": [ - "SUI" - ] - }, - "sa royal saudi air force": { - "name": "Royal Saudi Air Force", - "countries": [ - "SAU" - ] - }, - "no 336 sq": { - "name": "336 Skvadron", - "countries": [ - "NOR" - ] - }, - "tw rocaf 7thfg(m)": { - "name": "ROCAF 7thFG(LV)", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 105 wwii b": { - "name": "Sundowners VFC-111 105 WWII B", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4828": { - "name": "2/1 GAvCa - FAB 4828", - "countries": [ - "BRA" - ] - }, - "usaf 'southeast asia'": { - "name": "USAF 'Southeast Asia'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4846": { - "name": "FAB 4846", - "countries": [ - "BRA" - ] - }, - "aggressor vfc-13 21": { - "name": "Aggressor VFC-13 21", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn 373": { - "name": "RNoAF 334 sqn 373", - "countries": [ - "NOR" - ] - }, - "rocaf 7th fighter group": { - "name": "ROCAF 7th Fighter Group", - "countries": [ - "AUSAF" - ] - }, - "ch j-3036 2017": { - "name": "J-3036 Sion 2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 116": { - "name": "Sundowners VFC-116", - "countries": [ - "USA", - "AUSAF" - ] - }, - "black 'mig-28'": { - "name": "black 'Mig-28'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3073 2017": { - "name": "J-3073_2017", - "countries": [ - "SUI" - ] - }, - "fi 11th fs lapland air command": { - "name": "FiAF 11th FS Lapland Air Command", - "countries": [ - "FIN" - ] - }, - "ir iriaf azarakhsh": { - "name": "HESA Azarakhsh", - "countries": [ - "IRN" - ] - }, - "ch j-3098": { - "name": "J-3098", - "countries": [ - "SUI" - ] - }, - "ir iriaf 43rd tfs": { - "name": "IRIAF - 43rd TFS", - "countries": [ - "IRN" - ] - }, - "no 338 sqn 215": { - "name": "RNoAF 338 sqn 215", - "countries": [ - "NOR" - ] - }, - "us usaf grape 31": { - "name": "USAF Grape 31", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 332 sqn ah-p": { - "name": "RNoAF 332 sqn AH-P", - "countries": [ - "NOR" - ] - }, - "ch j-3001 variante 1996": { - "name": "J-3001 GRD Emmen 1996", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 01": { - "name": "Sundowners VFC-111 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "3rd main jet base group command, turkey": { - "name": "133 squadron, 3rd Main Jet Base Group Command, Turkey", - "countries": [ - "TUR" - ] - }, - "kr rokaf 10th fighter wing": { - "name": "ROKAF 10th FW KF-5E 10-584", - "countries": [ - "KOR" - ] - }, - "sp spanish air force 21-51": { - "name": "Ejercito del Aire Camo 21-51", - "countries": [ - "SPN" - ] - }, - "aggressor vfc-13 11": { - "name": "Aggressor VFC-13 11", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3001 variante 1986": { - "name": "J-3001 GRD Emmen 1986", - "countries": [ - "SUI" - ] - }, - "usa standard": { - "name": "Standard Gray", - "countries": [ - "BRA", - "MYS", - "AUS", - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "BHR", - "BLR", - "HRV", - "RSO", - "SVK", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "AUSAF", - "PAK", - "JOR", - "FIN", - "MEX", - "NOR", - "IRQ", - "SYR", - "ITA", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "ROU", - "FRA", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "CAN", - "SDN", - "UK" - ] - }, - "5th fs merzifon air base, turkey": { - "name": "5th fs Merzifon air base, Turkish air force", - "countries": [ - "TUR" - ] - }, - "ch j-3001 variante 2000": { - "name": "J-3001 FlSt 08 2000", - "countries": [ - "SUI" - ] - }, - "ir iriaf camo": { - "name": "IRIAF F-5E Standard", - "countries": [ - "IRN" - ] - }, - "it aereonautica militare italiana": { - "name": "Aereonautica Militare Italiana", - "countries": [ - "ITA" - ] - }, - "ch j-3038": { - "name": "J-3038", - "countries": [ - "SUI" - ] - }, - "ch j-3033_2017": { - "name": "J-3033_2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 28 fict splinter": { - "name": "Aggressor VFC-13 28 Fictional Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3025": { - "name": "J-3025 FlSt 11/18 January 2006", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 01": { - "name": "Aggressor VFC-13 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch patrouille suisse j-3088": { - "name": "Patrouille Suisse J-3088", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 25": { - "name": "Aggressor VFC-13 25", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn ri-h": { - "name": "RNoAF 334 sqn RI-H", - "countries": [ - "NOR" - ] - }, - "br fab 4841": { - "name": "FAB 4841 60th an", - "countries": [ - "BRA" - ] - }, - "aggressor marine scheme": { - "name": "Aggressor Marine Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "sp spanish air force 464-48": { - "name": "Ejercito del Aire 464-48", - "countries": [ - "SPN" - ] - }, - "gr haf f-5e grey": { - "name": "HAF F-5E Grey", - "countries": [ - "GRC" - ] - }, - "tr turkish stars": { - "name": "Turkish Stars", - "countries": [ - "TUR" - ] - }, - "gb no.29 squadron raf": { - "name": "No.29 Squadron RAF (Fictional)", - "countries": [ - "UK" - ] - }, - "br fab 4834": { - "name": "1/1 GAvCa - FAB 4834", - "countries": [ - "BRA" - ] - }, - "ch j-3026": { - "name": "J-3026 FlSt 11 approx. 1989", - "countries": [ - "SUI" - ] - }, - "aggressor snake scheme": { - "name": "Aggressor Snake Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 115": { - "name": "Sundowners VFC-115", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vmft-401 02 2011": { - "name": "Aggressor VMFT-401 02 2011", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3008": { - "name": "J-3008 FlSt 08/19 February 2005", - "countries": [ - "SUI" - ] - }, - "aggressor desert scheme": { - "name": "Aggressor Desert Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3074": { - "name": "J-3074", - "countries": [ - "SUI" - ] - }, - "ch j-3036": { - "name": "J-3036 FlSt 01 1985", - "countries": [ - "SUI" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, single crew. Tiger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-86F Sabre": { - "name": "F-86F Sabre", - "coalition": "blue", - "label": "F-86F Sabre", - "era": "Early Cold War", - "shortLabel": "86", - "loadouts": [ - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2", - "name": "120gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, 200gal Fuel*2", - "name": "120gal Fuel*2, 200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, GAR-8*2", - "name": "120gal Fuel*2, GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2", - "name": "200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2, AN-M64*2", - "name": "200gal Fuel*2, AN-M64*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 4 - } - ], - "enabled": true, - "code": "200gal Fuel*2, HVARx2*4", - "name": "200gal Fuel*2, HVARx2*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M64*2", - "name": "AN-M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "GAR-8*2", - "name": "GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 8 - } - ], - "enabled": true, - "code": "HVAR*16", - "name": "HVAR*16", - "roles": [ - "Strike", - "CAS", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M117*2", - "name": "M117*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - } - ], - "filename": "f-86.png", - "enabled": true, - "liveries": { - "us air force (skyblazers)": { - "name": "US Air Force Jet Team Skyblazer", - "countries": [ - "USA" - ] - }, - "canada air force": { - "name": "Canada Air Force", - "countries": [ - "CAN" - ] - }, - "us air force (squadron 39)": { - "name": "US Air Force (Squadron 39)", - "countries": [ - "USA" - ] - }, - "iiaf bare metall": { - "name": "IIAF Bare Metal Weathered", - "countries": [ - "IRN" - ] - }, - "us air force (green)": { - "name": "US Air Force (Green)", - "countries": [ - "USA" - ] - }, - "us air force (ex-usaf f-86a sabre)": { - "name": "US Air Force ex-USAF F-86A Sabre", - "countries": [ - "USA" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "royal saudi air force": { - "name": "RSAF", - "countries": [ - "SAU" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "haf 342sqn": { - "name": "Hellenic Airforce 342sqn", - "countries": [ - "GRC" - ] - }, - "japan air force": { - "name": "Japan Air Force", - "countries": [ - "JPN" - ] - }, - "haf 341sqn": { - "name": "Hellenic Airforce 341sqn", - "countries": [ - "GRC" - ] - }, - "us air force (code fu-178)": { - "name": "US Air Force FU-178", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single engine, swept wing, 1 crew. Sabre", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FA-18C_hornet": { - "name": "FA-18C_hornet", - "coalition": "blue", - "era": "Late Cold War", - "label": "F/A-18C", - "shortLabel": "18", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84D Harpoon AShM", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "name": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*1", - "name": "AIM-9M*2, AIM-7M*2, FUEL*1", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*2", - "name": "AIM-9M*2, AIM-7M*2, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115C with AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*4, FUEL*3", - "name": "AIM-9M*2, AIM-7M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL", - "name": "AIM-9M*2, ATFLIR, FUEL", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL*2", - "name": "AIM-9M*2, ATFLIR, FUEL*2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x CBU-99 - 490lbs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, CBU-99*4, FUEL*2", - "name": "AIM-9M*2, CBU-99*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-61*4, FUEL*2", - "name": "AIM-9M*2, LAU-61*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-68*4, FUEL*2", - "name": "AIM-9M*2, LAU-68*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-20*4, FUEL*2", - "name": "AIM-9M*2, MK-20*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82*4, FUEL*2", - "name": "AIM-9M*2, MK-82*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82SE*4, FUEL*2", - "name": "AIM-9M*2, MK-82SE*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*2, FUEL*2", - "name": "AIM-9M*2, MK-83*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*4, FUEL*2", - "name": "AIM-9M*2, MK-83*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-84*2, FUEL*2", - "name": "AIM-9M*2, MK-84*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, ZUNI*4, FUEL*2", - "name": "AIM-9M*2, ZUNI*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*2", - "name": "AIM-9M*6, AIM-7M*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*3", - "name": "AIM-9M*6, AIM-7M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM Active Rdr AAM", - "quantity": 6 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*6, FUEL*2", - "name": "AIM-9X*2, AIM-120C-5*6, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM Active Rdr AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*2, FUEL*1", - "name": "AIM-9X*2, AIM-120C-5*2, FUEL*1", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84H SLAM-ER (Expanded Response)", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "AWW-13 DATALINK POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)4/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-55 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "name": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-120C AMRAAM - Active Radar AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "name": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "Carrier Landing", - "name": "Carrier Landing", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "fa-18c.png", - "enabled": true, - "liveries": { - "vfa-192": { - "name": "VFA-192", - "countries": [ - "USA" - ] - }, - "nsawc brown splinter": { - "name": "NSAWC brown splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "vfa-34": { - "name": "VFA-34", - "countries": [ - "USA" - ] - }, - "vmfa-232": { - "name": "VMFA-232", - "countries": [ - "USA" - ] - }, - "vmfat-101": { - "name": "VMFAT-101", - "countries": [ - "USA" - ] - }, - "vmfa-232 high visibility": { - "name": "VMFA-232 high visibility", - "countries": [ - "USA" - ] - }, - "vmfat-101 high visibility": { - "name": "VMFAT-101 high visibility", - "countries": [ - "USA" - ] - }, - "vfa-37": { - "name": "VFA-37", - "countries": [ - "USA" - ] - }, - "fictional russia air force": { - "name": "Fictional Russia Air Force", - "countries": [ - "AUSAF", - "RUS" - ] - }, - "canada 150 demo jet": { - "name": "Canada 150 Demo Jet", - "countries": [ - "CAN" - ] - }, - "fictional uk air force": { - "name": "Fictional UK Air Force", - "countries": [ - "UK" - ] - }, - "vfa-131": { - "name": "VFA-131", - "countries": [ - "USA" - ] - }, - "vmfa-122 high visibility": { - "name": "VMFA-122 high visibility", - "countries": [ - "USA" - ] - }, - "spain 462th escuadron c.15-79": { - "name": "Spain 462th Escuadron C.15-79", - "countries": [ - "SPN" - ] - }, - "vmfat-101 high visibility 2005": { - "name": "VMFAT-101 high visibility 2005", - "countries": [ - "USA" - ] - }, - "vmfa-323": { - "name": "VMFA-323", - "countries": [ - "USA" - ] - }, - "vx-31 cona": { - "name": "VX-31 CoNA", - "countries": [ - "USA" - ] - }, - "fictional turkey 162nd sq": { - "name": "162nd Sqn Harpoon", - "countries": [ - "TUR" - ] - }, - "nawdc brown": { - "name": "NAWDC brown", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 151th escuadron c.15-14": { - "name": "Spain 151_14 Escuadron C.15-14", - "countries": [ - "SPN" - ] - }, - "spain 151th escuadron c.15-24": { - "name": "Spain 151_24 Escuadron C.15-24", - "countries": [ - "SPN" - ] - }, - "vfa-106": { - "name": "VFA-106", - "countries": [ - "USA" - ] - }, - "spain 121th escuadron c.15-45": { - "name": "Spain 121 Escuadron C.15-45", - "countries": [ - "SPN" - ] - }, - "vfa-97": { - "name": "VFA-97", - "countries": [ - "USA" - ] - }, - "vx-9": { - "name": "VX-9", - "countries": [ - "USA" - ] - }, - "spain 111th escuadron c.15-73": { - "name": "Spain 111 Escuadron C.15-73", - "countries": [ - "SPN" - ] - }, - "switzerland": { - "name": "Switzerland", - "countries": [ - "SUI" - ] - }, - "vx-23": { - "name": "VX-23", - "countries": [ - "USA" - ] - }, - "vfa-83": { - "name": "VFA-83", - "countries": [ - "USA" - ] - }, - "australian 75th squadron": { - "name": "Australian sqn 75", - "countries": [ - "AUS" - ] - }, - "canada 425th squadron": { - "name": "Canada 425th Squadron", - "countries": [ - "CAN" - ] - }, - "spain 151th escuadron c.15-18": { - "name": "Spain 151_18 Escuadron C.15-18", - "countries": [ - "SPN" - ] - }, - "nsawc gray": { - "name": "NSAWC gray", - "countries": [ - "USA" - ] - }, - "vfa-87": { - "name": "VFA-87", - "countries": [ - "USA" - ] - }, - "nawdc blue": { - "name": "NAWDC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "australian 77th squadron": { - "name": "Australian sqn 77", - "countries": [ - "AUS" - ] - }, - "vmfa-251 high visibility": { - "name": "VMFA-251 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-531": { - "name": "VMFA-531", - "countries": [ - "USA" - ] - }, - "viper": { - "name": "Viper", - "countries": [ - "USA" - ] - }, - "iceman": { - "name": "Iceman", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 121th escuadron c.15-60": { - "name": "Spain 121 Escuadron C.15-60", - "countries": [ - "SPN" - ] - }, - "nsawc blue": { - "name": "NSAWC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "blue angels jet team": { - "name": "Blue Angels Jet Team", - "countries": [ - "USA" - ] - }, - "fictional israel air force": { - "name": "Fictional Israel Air Force", - "countries": [ - "ISR" - ] - }, - "spain 462th escuadron c.15-90": { - "name": "Spain 462th Escuadron C.15-90", - "countries": [ - "SPN" - ] - }, - "vmfa-323 high visibility": { - "name": "VMFA-323_high visibility", - "countries": [ - "USA" - ] - }, - "maverick": { - "name": "Maverick", - "countries": [ - "USA" - ] - }, - "nawdc black": { - "name": "NAWDC black", - "countries": [ - "USA", - "AUSAF" - ] - }, - "kuwait 9th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-251": { - "name": "VMFA-251", - "countries": [ - "USA" - ] - }, - "vmfa-314": { - "name": "VMFA-314", - "countries": [ - "USA" - ] - }, - "fictional ukraine air force": { - "name": "Fictional Ukraine Air Force", - "countries": [ - "UKR" - ] - }, - "canada 409th squadron": { - "name": "Canada 409th Squadron", - "countries": [ - "CAN" - ] - }, - "canada norad 60 demo jet": { - "name": "Canada NORAD 60 Demo Jet", - "countries": [ - "CAN" - ] - }, - "spain 111th escuadron c.15-88": { - "name": "Spain 111 Escuadron C.15-88", - "countries": [ - "SPN" - ] - }, - "spain 211th escuadron c.15-76": { - "name": "Spain 211th Escuadron C.15-76", - "countries": [ - "SPN" - ] - }, - "finland 31": { - "name": "Finland", - "countries": [ - "FIN" - ] - }, - "spain 151th escuadron c.15-23": { - "name": "Spain 151_23 Escuadron C.15-23", - "countries": [ - "SPN" - ] - }, - "vfa-122": { - "name": "VFA-122", - "countries": [ - "USA" - ] - }, - "spain 151th escuadron c.15-14 tiger meet": { - "name": "Spain 151th Escuadron C.15-14 Tiger Meet", - "countries": [ - "SPN" - ] - }, - "vfc-12": { - "name": "VFC-12", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 211th escuadron c.15-77": { - "name": "Spain 211th Escuadron C.15-77", - "countries": [ - "SPN" - ] - }, - "spain 121th escuadron c.15-34 50th anniversary": { - "name": "Spain 121th Escuadron C.15-34 34th Anniversary", - "countries": [ - "SPN" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "spain 121th escuadron c.15-50": { - "name": "Spain 121 Escuadron C.15-50", - "countries": [ - "SPN" - ] - }, - "vfa-113": { - "name": "VFA-113", - "countries": [ - "USA" - ] - }, - "vmfa-312": { - "name": "VMFA-312", - "countries": [ - "USA" - ] - }, - "kuwait 25th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-312 high visibility": { - "name": "VMFA-312 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-122": { - "name": "VMFA-122", - "countries": [ - "USA" - ] - }, - "vfa-106 high visibility": { - "name": "VFA-106 high visibility", - "countries": [ - "USA" - ] - }, - "finland 21": { - "name": "Finland", - "countries": [ - "FIN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. Hornet", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190A8": { - "name": "FW-190A8", - "coalition": "red", - "label": "FW-190A8 Würger", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "AB 250-2 - 17 x SD-10A, 250kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 10A)", - "name": "AB 250 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 250-2 - 144 x SD-2, 250kg CBU with HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 2)", - "name": "AB 250 (w/ SD 2)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 500-1 - 34 x SD-10A, 500kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 500 (w/ SD 10A)", - "name": "AB 500 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank 300 liters", - "name": "Fuel Tank 300 liters", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 J", - "name": "SC 250 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 1 L2 - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 L2", - "name": "SC 250 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x SC 50 - 50kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 50 * 4", - "name": "SC 50 * 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 J", - "name": "SC 500 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 L2 - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 L2", - "name": "SC 500 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 250 Stg - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 250 Stg", - "name": "SD 250 Stg", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 500 A - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 500 A", - "name": "SD 500 A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "Without pylon", - "name": "Without pylon", - "roles": [] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw190_fuselage_d_jg301": { - "name": "JG 301", - "countries": [ - "GER", - "NZG" - ] - }, - "captured_ra": { - "name": "Captured_RA", - "countries": [ - "SUN" - ] - }, - "fictional ijn carrier akagi ai-103": { - "name": "Fictional IJN Carrier Akagi AI-103", - "countries": [ - "JPN" - ] - }, - "fictional ijn otu tsukuba tsu-102": { - "name": "Fictional IJN OTU Tsukuba Tsu-102", - "countries": [ - "JPN" - ] - }, - "fw-190a8 yellow 4": { - "name": "FW190A8 Yellow 4", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 rhaf": { - "name": "Fw 190 A8 RHAF", - "countries": [ - "HUN" - ] - }, - "jg3 white nose wulf": { - "name": "Fw190A8 'White nose Wulf'", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54": { - "name": "2.JG 54", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn carrier soryu bi-112": { - "name": "Fictional IJN Carrier Soryu BI-112", - "countries": [ - "JPN" - ] - }, - "black 13 schwarze katze from jg1": { - "name": "Fw190_JG1_Gen._'Schwarze Katze'_Win.", - "countries": [ - "GER", - "NZG" - ] - }, - "turkish air force, 5th fr (1942)": { - "name": "Turkish Air Force, 5th FR (1942)", - "countries": [ - "AUSAF", - "TUR" - ] - }, - "fw-190a8 jg26 priller": { - "name": "Fw 190 A8 JG26 Priller", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "inspired by jg2 skin of early fw 190a": { - "name": "Fw190A8 JG2 Generic", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8": { - "name": "FW190A8", - "countries": "All" - }, - "fw190_alfred_bindseil": { - "name": "6.JG 1_Alfred Bindseil", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn 256th kokutai rai-153": { - "name": "Fictional IJN 256th Kokutai Rai-153", - "countries": [ - "JPN" - ] - }, - "fictional ijn carrier akagi ai-151": { - "name": "Fictional IJN Carrier Akagi AI-151", - "countries": [ - "JPN" - ] - }, - "fw-190a8_raf": { - "name": "FW190A8/R-2 PE882, No. 1426 Flight RAF - Late", - "countries": [ - "UK" - ] - }, - "factory skin": { - "name": "FW190A8 Luftwaffe", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54_hans dortenmann": { - "name": "2.JG 54_Hans Dortenmann", - "countries": [ - "GER", - "NZG" - ] - }, - "fw 190 a-8 czech avia s.90": { - "name": "Fw 190 A-8 Czech Avia S.90", - "countries": [ - "CZE" - ] - }, - "fw190_ewald_preisz": { - "name": "6.JG 300_Ewald Preisz", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 jg3 maximowitz": { - "name": "Fw 190 A8 JG3 Maximowitz", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "roaf-grupul7": { - "name": "RoAF-Grupul7", - "countries": [ - "ROU" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Würger ", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190D9": { - "name": "FW-190D9", - "coalition": "red", - "label": "FW-190D9 Dora", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank Type E2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "13 R4M 3.2kg UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "R4M", - "name": "R4M", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw-190d9_5jg301": { - "name": "FW-190_5JG301.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_iv.jg 26_hans dortenmann": { - "name": " Oblt. Hans Dortenmann, IV./JG 26, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_red": { - "name": "FW_190D9_Red.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_13.jg 51_heinz marquardt": { - "name": " Heinz-Marquardt, 13./JG 51, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_jg54": { - "name": "FW-190D9_JG54.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_black 4 of stab iijg 6": { - "name": "FW-190D9_Black <4 of Stab II/JG 6", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_usa": { - "name": "FW-190_USA_Standard.1943", - "countries": [ - "USA" - ] - }, - "fw-190d9_gb": { - "name": "FW-190_GB_Standart.1943", - "countries": [ - "UK" - ] - }, - "fw-190d9_ussr": { - "name": "FW-190 WNr 210251 USSR (Captured. 1943)", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Dora", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "H-6J": { - "name": "H-6J", - "coalition": "red", - "label": "H-6 J Badger", - "era": "Mid Cold War", - "shortLabel": "H6", - "loadouts": [ - { - "items": [ - { - "name": "12 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 12 in Bay", - "name": "250-2 HD Bomb x 12 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "24 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 24 in Bay", - "name": "250-2 HD Bomb x 24 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 - 6 x 250-3 - 250kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "250-3 LD Bomb x 36", - "name": "250-3 LD Bomb x 36", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-20 x 4", - "name": "KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 6 - } - ], - "enabled": true, - "code": "KD-20 x 6", - "name": "KD-20 x 6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 2 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 2", - "name": "KD-63 x 2, KD-20 x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 4", - "name": "KD-63 x 2, KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 4 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "KD-63 x 4", - "name": "KD-63 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "YJ-12 x 2", - "name": "YJ-12 x 2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "YJ-12 x 4", - "name": "YJ-12 x 4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-83K", - "quantity": 6 - } - ], - "enabled": true, - "code": "YJ-83K x 6", - "name": "YJ-83K x 6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "h-6.png", - "enabled": true, - "liveries": { - "planaf standard": { - "name": "PLANAF Standard", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 4 crew bomber. Badger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "I-16": { - "name": "I-16", - "coalition": "red", - "label": "I-16", - "era": "WW2", - "shortLabel": "I16", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - } - ], - "enabled": true, - "code": "6xRS-82", - "name": "6xRS-82", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-100", - "name": "2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xFAB-100", - "name": "6xRS-82, 2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xDropTank-93L", - "name": "6xRS-82, 2xDropTank-93L", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xDropTank-93L", - "name": "2xDropTank-93L", - "roles": [ - "CAP", - "Reconnaissance", - "Escort" - ] - } - ], - "filename": "i-16.png", - "enabled": true, - "liveries": { - "silver-black demo": { - "name": "Silver-black paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army camo": { - "name": "Red Army Air Force Camouflage", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain nationalists": { - "name": "Spain (Nationalists)", - "countries": [ - "SPN", - "NZG" - ] - }, - "japan": { - "name": "Japan (Captured), Manchuria 1939", - "countries": [ - "NZG", - "JPN" - ] - }, - "finnish af": { - "name": "Finland, AFB Rompotti 1943", - "countries": [ - "FIN", - "NZG" - ] - }, - "red army standard": { - "name": "1 Red Army Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain republicans": { - "name": "Spain (Republicans)", - "countries": [ - "SUN", - "SPN" - ] - }, - "red five demo": { - "name": "RED FIVE Aerobatic Team", - "countries": [ - "SUN", - "RUS" - ] - }, - "clear": { - "name": "Green unmarked", - "countries": "All" - }, - "silver demo": { - "name": "Silver paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army winter": { - "name": "Red Army Air Force winter", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Ishak", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "IL-76MD": { - "name": "IL-76MD", - "coalition": "red", - "label": "IL-76MD Candid", - "era": "Mid Cold War", - "shortLabel": "76", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "ukrainian af aeroflot": { - "name": "Ukrainian AF aeroflot", - "countries": [ - "UKR" - ] - }, - "algerian af il-76md": { - "name": "Algerian AF IL-76MD", - "countries": [ - "DZA" - ] - }, - "china air force old": { - "name": "China Air Force Old", - "countries": [ - "CHN" - ] - }, - "ukrainian af": { - "name": "Ukrainian AF", - "countries": [ - "UKR" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "china air force new": { - "name": "China Air Force New", - "countries": [ - "CHN" - ] - }, - "mvd aeroflot": { - "name": "MVD aeroflot", - "countries": [ - "RUS" - ] - }, - "fsb aeroflot": { - "name": "FSB aeroflot", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 5 crew. Cargo and passenger aircraft. NATO reporting name: Candid", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "IL-78M": { - "name": "IL-78M", - "coalition": "red", - "label": "IL-78M Midas", - "era": "Late Cold War", - "shortLabel": "78", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "rf air force aeroflot": { - "name": "RF Air Force aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - }, - "algerian af il-78m": { - "name": "Algerian AF IL-78M", - "countries": [ - "DZA" - ] - }, - "china air force": { - "name": "China Air Force", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 6 crew. Tanker aircraft. NATO reporting name: Midas", - "abilities": "Tanker, Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "J-11A": { - "name": "J-11A", - "coalition": "red", - "label": "J-11A Flaming Dragon", - "era": "Modern", - "shortLabel": "J11", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "FAB-100x36,R-73x2,ECM", - "name": "FAB-100x36,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250x8,R-73x2,ECM", - "name": "FAB-250x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500x8,R-73x2,ECM", - "name": "FAB-500x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-13L - 5 S-13 OF", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-13x20,FAB-250x4,R-73x2,ECM", - "name": "S-13x20,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25x4,FAB-500x4,R-73x2,ECM", - "name": "S-25x4,FAB-500x4,R-73x2,ECM", - "roles": [ - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "name": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x6,R-73x2,ECM", - "name": "R-77x6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx6,R-73x2,ECM", - "name": "R-27ERx6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x4,R-27ETx2,R-73x2,ECM", - "name": "R-77x4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x4,R-27ERx2,R-73x2,ECM", - "name": "R-77x4,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShPx6,R-73x2,ECM", - "name": "BetAB-500ShPx6,R-73x2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73x4,ECM", - "name": "R-73x4,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-77x6,R-73x4", - "name": "R-77x6,R-73x4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "name": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8TsM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "name": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "FAB-250x18,R-73x2,ECM", - "name": "FAB-250x18,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-KOMx2, R-73x2, ECM", - "name": "2*S8-KOMx2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-OFP2x2, R-73x2, ECM", - "name": "2*S8-OFP2x2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-500x2, R-73x2", - "name": "FAB-250x4, 2*FAB-500x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-250x2, R-73x2", - "name": "FAB-250x4, 2*FAB-250x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "name": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "plaaf 19th ad": { - "name": "PLAAF 19th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 17th ab": { - "name": "PLAAF 17th AB", - "countries": [ - "CHN" - ] - }, - "plaaf 18th ad 'thunderclap wing' (fictional)": { - "name": "PLAAF 18th AD 'Thunderclap Wing' (Fictional)", - "countries": [ - "CHN" - ] - }, - "usn aggressor vfc-13 'ferris' (fictional)": { - "name": "Aggressor VFC-13 'Ferris' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 19th ad (reworked)": { - "name": "PLAAF 19th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad": { - "name": "PLAAF 14th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 6th ad": { - "name": "PLAAF 6th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad (reworked)": { - "name": "PLAAF 14th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'desert' (fictional)": { - "name": "PLAAF OPFOR 'Desert' (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad (reworked)": { - "name": "PLAAF 7th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'desert' (fictional)": { - "name": "65th Aggressor SQN 'Desert' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "sky hunter": { - "name": "Sky Hunter", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (parade)": { - "name": "PLAAF 2nd AD (Parade)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'jungle' (fictional)": { - "name": "PLAAF OPFOR 'Jungle' (Fictional) ", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad (reworked)": { - "name": "PLAAF 33th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad": { - "name": "PLAAF 33th AD", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'gray' (fictional)": { - "name": "65th Aggressor SQN 'Gray' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 2nd ad": { - "name": "PLAAF 2nd AD", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad": { - "name": "PLAAF 7th AD", - "countries": [ - "CHN" - ] - }, - "plaaf ghost gray (fictional)": { - "name": "PLAAF Ghost Gray (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (reworked)": { - "name": "PLAAF 2nd AD (Reworked)", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. NATO reporting name: Flanker", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "JF-17": { - "name": "JF-17", - "coalition": "red", - "label": "JF-17 Thunder", - "era": "Modern", - "shortLabel": "J17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "C802AK (DIS)", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C802AKx2, 800L Tank", - "name": "PL-5Ex2, C802AKx2, 800L Tank", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank, WMD7", - "name": "PL-5Ex2, 800L Tank, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-10", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-10x2, WMD7", - "name": "PL-5Ex2, GBU-10x2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "name": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-16", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "roles": [ - "CAS", - "Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 1100L Tankx2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "name": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "BRM-1_90MM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "PL-5Ex2, Mk-84x3", - "name": "PL-5Ex2, Mk-84x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "UG_90MM", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "name": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "BRM-1_90MM", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2x1100L Tank", - "name": "PL-5Ex2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank", - "name": "PL-5Ex2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ", - "name": "PL-5Ex2, SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, SPJ", - "name": "PL-5Ex2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, SPJ", - "name": "PL-5Ex2, 2*SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2", - "name": "PL-5Ex2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2", - "name": "PL-5Ex2, SD-10x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10", - "name": "PL-5Ex2, 2*SD-10", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "name": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "BRM-1_90MM", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GBU-16", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "name": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "roles": [ - "FAC-A", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7", - "name": "PL-5Ex2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "GB-6", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "name": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, SPJ", - "name": "PL-5Ex2, C-701 CCDx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "name": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x Mk-82", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "name": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "name": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Type-200Ax2", - "name": "PL-5Ex2, 2*Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, Type-200Ax2", - "name": "PL-5Ex2, Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - } - ], - "filename": "jf-17.png", - "enabled": true, - "liveries": { - "paf black panthers 07-101": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers 07-101", - "countries": [ - "PAK" - ] - }, - "paf phoenixes": { - "name": "Pakistan Air Force No.28 Sqn Phoenixes", - "countries": [ - "PAK" - ] - }, - "paf black spiders 07-101 (fictional)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders 07-101 (Fictional)", - "countries": [ - "PAK" - ] - }, - "paf 07-101 (overhauled)": { - "name": "Pakistan Air Force 07-101 (Overhauled)", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v2)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo2)", - "countries": [ - "PAK" - ] - }, - "plaaf 125th ab (fictional)": { - "name": "PLAAF 125th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "naf 722": { - "name": "Nigerian Air Force 722", - "countries": [ - "NGA" - ] - }, - "paf dark camo": { - "name": "Pakistan Air Force Dark Camo", - "countries": [ - "PAK" - ] - }, - "'splinter' camo for blue side (fictional)": { - "name": "\"Splinter\" Camo for Blue Side (Fictional)", - "countries": "All" - }, - "paf black spiders (web camo)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders (Web Camo)", - "countries": [ - "PAK" - ] - }, - "plaaf 111th ab (fictional)": { - "name": "PLAAF 111th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "paf black panthers": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers", - "countries": [ - "PAK" - ] - }, - "paf black spiders (default)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders", - "countries": [ - "PAK" - ] - }, - "paf ccs fierce fragons": { - "name": "Pakistan Air Force CCS Sqn Fierce Dragons", - "countries": [ - "PAK" - ] - }, - "plaaf ghost gray camo (fictional)": { - "name": "PLAAF \"Ghost Gray\" Camo (Fictional)", - "countries": [ - "CHN" - ] - }, - "'chips' camo for blue side (fictional)": { - "name": "USAF \"Chips\" Camo (Fictional)", - "countries": [ - "USA" - ] - }, - "paf black panthers (reworked)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Reworked)", - "countries": [ - "PAK" - ] - }, - "maf blue sea camo": { - "name": "Myanmar Air Force Blue Sea Camo", - "countries": "All" - }, - "proto 06": { - "name": "FC-1 Prototype 06", - "countries": [ - "CHN" - ] - }, - "paf minhasians": { - "name": "Pakistan Air Force No.2 Sqn Minhasians", - "countries": [ - "PAK" - ] - }, - "paf sharp shooters": { - "name": "Pakistan Air Force No.18 Sqn Sharp Shooters", - "countries": [ - "PAK" - ] - }, - "paf tail choppers": { - "name": "Pakistan Air Force No.14 Sqn Tail Choppers", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v1)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo1)", - "countries": [ - "PAK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike. Geoff", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "KC-135": { - "name": "KC-135", - "coalition": "blue", - "label": "KC-135 Stratotanker", - "era": "Early Cold War", - "shortLabel": "135", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "standard usaf": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - }, - "turaf standard": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "KC135MPRS": { - "name": "KC135MPRS", - "coalition": "blue", - "label": "KC-135 MPRS Stratotanker", - "era": "Early Cold War", - "shortLabel": "135M", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "100th arw": { - "name": "100th ARW", - "countries": [ - "USA" - ] - }, - "22nd arw": { - "name": "22nd ARW", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Drogue AAR, MPRS", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "L-39ZA": { - "name": "L-39ZA", - "coalition": "red", - "label": "L-39ZA", - "era": "Mid Cold War", - "shortLabel": "L39", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2", - "name": "FAB-100x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-150x2", - "name": "FAB-100x2, PTB-150x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-350x2", - "name": "FAB-100x2, PTB-350x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100x4", - "name": "FAB-100x4", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x4, FAB-100x2", - "name": "OFAB-100 Jupiter x4, FAB-100x2", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x8", - "name": "OFAB-100 Jupiter x8", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PK-3x2, PTB-150x2", - "name": "PK-3x2, PTB-150x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 4 - } - ], - "enabled": true, - "code": "PK-3x4", - "name": "PK-3x4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2", - "name": "R-3Sx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2, PK-3x2", - "name": "R-3Sx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2", - "name": "R-60Mx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2, PK-3x2", - "name": "R-60Mx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32", - "name": "S-5KOx32", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, FAB-100x2", - "name": "S-5KOx32, FAB-100x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-150x2", - "name": "S-5KOx32, PTB-150x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-350x2", - "name": "S-5KOx32, PTB-350x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-5KOx64", - "name": "S-5KOx64", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "SAB-100x4", - "name": "SAB-100x4", - "roles": [ - "FAC-A" - ] - } - ], - "filename": "l-39.png", - "enabled": true, - "liveries": { - "splinter camo woodland": { - "name": "Splinter camo woodland", - "countries": "All" - }, - "algerian af tiger nl-36": { - "name": "Algerian AF Tiger NL-36", - "countries": [ - "DZA" - ] - }, - "czech air force": { - "name": "Czech Air Force", - "countries": [ - "CZE" - ] - }, - "algerian af nl-44": { - "name": "Algerian AF NL-44", - "countries": [ - "DZA" - ] - }, - "splinter camo desert": { - "name": "Splinter camo desert", - "countries": "All" - }, - "slovak air force": { - "name": "2nd SQN AFB Sliac", - "countries": [ - "SVK" - ] - }, - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "czechoslovakia air force": { - "name": "Czechoslovakia_Air Force", - "countries": [ - "CZE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "M-2000C": { - "name": "M-2000C", - "coalition": "blue", - "label": "M-2000C Mirage", - "era": "Late Cold War", - "shortLabel": "2k", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox", - "name": "Fox", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / Magic (QRA)", - "name": "Fox / Magic (QRA)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Super 530D", - "quantity": 2 - } - ], - "enabled": true, - "code": "Alpha / S530D", - "name": "Alpha / S530D", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic", - "name": "Fox / S530D / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - }, - { - "name": "Eclair 16 flares 16 chaffs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic / Eclair", - "name": "Fox / S530D / Magic / Eclair", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo", - "name": "Bravo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo / Magic", - "name": "Bravo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo", - "name": "Kilo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / Magic", - "name": "Kilo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xMk-82 / Magic", - "name": "Bravo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-12 / Magic", - "name": "Bravo / GBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "AUF2 GBU-12 x 2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / 2xGBU-12 / Magic", - "name": "Bravo / 2xGBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-16 / Magic", - "name": "Bravo / GBU-16 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-24 / Magic", - "name": "Bravo / GBU-24 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "BAP-100 x 18", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / BAP-100 / Magic", - "name": "Bravo / BAP-100 / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xSnakeEye / Magic", - "name": "Bravo / 4xSnakeEye / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / 4xMk-82 / Magic", - "name": "Fox / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / 4xMk-82 / Magic", - "name": "Kilo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - } - ], - "filename": "m2000.png", - "enabled": true, - "liveries": { - "ada alsace lf-2": { - "name": "Ada Alsace LF-2", - "countries": [ - "FRA" - ] - }, - "peru052": { - "name": "Fuerza Aerea Peruana 052", - "countries": [ - "FRA", - "PER" - ] - }, - "mission accomplie": { - "name": "2022 MISSION ACCOMPLIE by MALBAK", - "countries": "All" - }, - "cambresis": { - "name": "AdA Cambresis", - "countries": [ - "FRA" - ] - }, - "greek air force": { - "name": "Polemikh Aeroporia (Greek Air Force)", - "countries": [ - "FRA", - "GRC" - ] - }, - "brasilian air force": { - "name": "Forca Aerea Brasileira (Brazilian Air Force)", - "countries": [ - "BRA", - "FRA" - ] - }, - "2003 tigermeet": { - "name": "NATO Tigermeet 2003", - "countries": [ - "FRA" - ] - }, - "peru064": { - "name": "Fuerza Aerea Peruana 064", - "countries": [ - "FRA", - "PER" - ] - }, - "2010 tigermeet": { - "name": "NATO Tigermeet 2010", - "countries": [ - "FRA" - ] - }, - "uae air force": { - "name": "UAE Air Defense Air Force", - "countries": [ - "FRA", - "ARE" - ] - }, - "2004 tigermeet": { - "name": "NATO Tigermeet 2004", - "countries": [ - "FRA" - ] - }, - "ada chasse 2-5": { - "name": "AdA Chasse 2/5", - "countries": [ - "FRA" - ] - }, - "iaf silver 59": { - "name": "Israeli Air Force 101 Sqn 1967 scheme", - "countries": [ - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "RSO", - "UKR", - "TUR", - "BEL", - "NOR", - "ITA", - "POL", - "NETH", - "GER", - "FRA", - "GRG", - "DEN", - "CZE", - "CAN", - "UK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MB-339A": { - "name": "MB-339A", - "coalition": "blue", - "label": "MB-339A", - "era": "Mid Cold War", - "shortLabel": "339", - "loadouts": [ - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks [Clean]", - "name": "A - 2*320L TipTanks [Clean]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "name": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 HEI Heavy", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-81 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 6*Mk.82LD", - "name": "A - 2*320L TipTanks + 6*Mk.82LD", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Luggage Container", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "name": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "BLG-66-AC Belouga", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "name": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "roles": [] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "name": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "name": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAT-120 ABL - 34kg HE/Frag Chute Retarded Bomb HD", - "quantity": 6 - } - ], - "enabled": true, - "code": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "name": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "name": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "Photo-Recon Pod (4*70mm Vinten Cameras)", - "quantity": 1 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 2 - } - ], - "enabled": true, - "code": "Recon", - "name": "Recon", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Interdiction", - "name": "Runway Interdiction", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAP-100 - 32kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 6 - } - ], - "enabled": true, - "code": "Runway Interdiction (36*BAP-100)", - "name": "Runway Interdiction (36*BAP-100)", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "BRD-4-250 - 4 x Mk 76 - 25lb Practice Bomb LD", - "quantity": 1 - }, - { - "name": "", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "Training", - "name": "Training", - "roles": [] - } - ], - "filename": "mb-339.png", - "enabled": true, - "liveries": { - "mb339an 'nigeria'": { - "name": "Nigerian Air Force | Camo (Low-Vis)", - "countries": [ - "NGA" - ] - }, - "mb339a italian camo - late": { - "name": "Italian Camo - Late", - "countries": [ - "ITA" - ] - }, - "mb339a italian factory": { - "name": "Italian Orange/White", - "countries": [ - "ITA" - ] - }, - "mb339am 'malaysia'": { - "name": "Royal Malaysian Air Force | Camo (Low-Vis)", - "countries": [ - "MYS" - ] - }, - "mb339aa 'armada' - yellow band": { - "name": "ARMADA Argentina | Camo (Yellow Band)", - "countries": [ - "ARG" - ] - }, - "mb339ag 'ghana'": { - "name": "Ghana Air Force | Camo (Low-Vis)", - "countries": [ - "GHA" - ] - }, - "mb339a italian gray": { - "name": "Italian Gray", - "countries": [ - "ITA" - ] - }, - "mb339a italian camo - early": { - "name": "Italian Camo - Early", - "countries": [ - "ITA" - ] - }, - "mb339 'factory'": { - "name": "Aermacchi Factory Scheme | S-001 I-NEUF", - "countries": "All" - }, - "mb339ad 'uae'": { - "name": "UAE Air Force", - "countries": [ - "ARE" - ] - }, - "mb339aa 'armada' - crippa": { - "name": "ARMADA Argentina | Camo (Lt. Crippa's killmark)", - "countries": [ - "ARG" - ] - }, - "mb339ap 'peru'": { - "name": "Peruvian Air Force | Camo (Late)", - "countries": [ - "PER" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MQ-9 Reaper": { - "name": "MQ-9 Reaper", - "coalition": "blue", - "label": "MQ-9 Reaper", - "era": "Modern", - "shortLabel": "MQ9", - "loadouts": [ - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "AGM-114K * 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*12", - "name": "AGM-114K*12", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*8,GBU-38*2", - "name": "AGM-114K*8,GBU-38*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-38*4", - "name": "GBU-38*4", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "rq-1.png", - "enabled": true, - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "standard uk": { - "name": "standard UK", - "countries": [ - "UK" - ] - }, - "standard italy": { - "name": "standard Italy", - "countries": [ - "ITA" - ] - }, - "standard france": { - "name": "standard France", - "countries": [ - "FRA" - ] - }, - "'camo' scheme": { - "name": "'camo' scheme", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single turboprop, straight wing, attack aircraft. Reaper", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-15bis": { - "name": "MiG-15bis", - "coalition": "red", - "label": "MiG-15 Fagot", - "era": "Early Cold War", - "shortLabel": "M15", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-50 - 50kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-50", - "name": "2*FAB-50", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-100M", - "name": "2*FAB-100M", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*300L", - "name": "2*300L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*400L", - "name": "2*400L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 600 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*600L", - "name": "2*600L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 300", - "name": "Fuel tank 300", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 400", - "name": "Fuel tank 400", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - } - ], - "filename": "mig-15.png", - "enabled": true, - "liveries": { - "china_air force": { - "name": "People's Liberation Army Air Force", - "countries": [ - "CHN" - ] - }, - "china volunteer air force": { - "name": "People's Volunteer Army Air Force", - "countries": [ - "CHN" - ] - }, - "ussr_red": { - "name": "USSR Red", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af 1962": { - "name": "Algerian AF 1962", - "countries": [ - "DZA" - ] - }, - "north_korea_air force_major_ arkady_ boitsow": { - "name": "North Korea - Major Arkady Boitsow", - "countries": [ - "RUS", - "PRK" - ] - }, - "gdr_air force": { - "name": "Air Forces of the National People's Army", - "countries": [ - "GER" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce - Fictional", - "countries": [ - "GRC" - ] - }, - "ussr_air forces": { - "name": "Air Forces of Soviet Union", - "countries": [ - "SUN", - "RUS" - ] - }, - "north_korea_air force": { - "name": "Korean People's Air Force", - "countries": [ - "PRK" - ] - }, - "polish_air force": { - "name": "Polish Air Force", - "countries": [ - "POL" - ] - }, - "ussr_air forces old": { - "name": "USSR Old", - "countries": [ - "SUN", - "RUS" - ] - }, - "czechoslovakia_air force": { - "name": "Czechoslovak Air Force", - "countries": [ - "CZE" - ] - }, - "ussr_pepelyaev": { - "name": "USSR Pepelyaev", - "countries": [ - "SUN", - "RUS", - "PRK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fagot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-19P": { - "name": "MiG-19P", - "coalition": "red", - "label": "MiG-19 Farmer", - "era": "Early Cold War", - "shortLabel": "M19", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PTB-760 x 2", - "name": "PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, PTB-760 x 2", - "name": "K-13A x 2, PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2", - "name": "K-13A x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "name": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2, PTB-760 x 2", - "name": "ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 4 - } - ], - "enabled": true, - "code": "ORO-57K x 4", - "name": "ORO-57K x 4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2", - "name": "ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2, ORO-57K x 2", - "name": "FAB-100M x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2, ORO-57K x 2", - "name": "FAB-250 x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2", - "name": "FAB-100M x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2", - "name": "FAB-250 x 2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "mig-19.png", - "enabled": true, - "liveries": { - "ussr_2": { - "name": "764th Fighter Aviation Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf camo": { - "name": "PLAAF Snow Camo", - "countries": [ - "CHN" - ] - }, - "cuba": { - "name": " 211 Escuadron de Caza", - "countries": [ - "CUB" - ] - }, - "iap": { - "name": "234 Fighter Regiment (234 IAP)", - "countries": "All" - }, - "ddr - fictional": { - "name": "Germany DDR camouflage (Fictional)", - "countries": "All" - }, - "snow - fictional": { - "name": "Snow Camouflage Fictional", - "countries": "All" - }, - "plaaf": { - "name": "112th Air Regiment", - "countries": [ - "CHN" - ] - }, - "romania - 66th fighter division": { - "name": "91st Fighter Regiment", - "countries": [ - "ROU" - ] - }, - "poland 39 plm": { - "name": "39 PLM Squadron", - "countries": [ - "POL" - ] - }, - "poland 62 plm": { - "name": "62 PLM Squadron", - "countries": [ - "POL" - ] - }, - "default": { - "name": "default", - "countries": "All" - }, - "czechoslovakia": { - "name": "2nd Fighter-Bomber Regiment", - "countries": [ - "CZE" - ] - }, - "bulgaria": { - "name": "1st Squadron, 18th Fighter Regiment", - "countries": [ - "BGR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Farmer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-21Bis": { - "name": "MiG-21Bis", - "coalition": "red", - "label": "MiG-21 Fishbed", - "era": "Mid Cold War", - "shortLabel": "M21", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, long range", - "name": "Patrol, long range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, medium range", - "name": "Patrol, medium range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, short range", - "name": "Patrol, short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Hard targets, BOMBS", - "name": "Hard targets, BOMBS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Unknown or mixed targets, BOMBS + ROCKETS", - "name": "Unknown or mixed targets, BOMBS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS + ROCKETS", - "name": "Soft targets, CLUSTERS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS", - "name": "Soft targets, CLUSTERS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, scattered", - "name": "Soft targets, scattered", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Kh-66 Grom (21) - AGM, radar guided APU-68", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Few big targets, GROM + BOMBS", - "name": "Few big targets, GROM + BOMBS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Very hard target, PENETRATION", - "name": "Very hard target, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Aerial attack, hard targets, CLUSTERS", - "name": "Aerial attack, hard targets, CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24A (21) - 180 kg, cumulative unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Hard targets, ROCKETS, PENETRATION", - "name": "Hard targets, ROCKETS, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24B (21) - 180 kg, fragmented unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "name": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, MIX", - "name": "Long range, MIX", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, RADAR GUIDED MISSILES", - "name": "Long range, RADAR GUIDED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, INFRA RED MISSILES", - "name": "Long range, INFRA RED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort", - "name": "Escort", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort, JAMMER", - "name": "Escort, JAMMER", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "Night, ILLUMINATOR", - "name": "Night, ILLUMINATOR", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, JAMMER", - "name": "Long range, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "UB-16UM - 16 S-5M", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, UPK + ROCKETS", - "name": "Soft targets, UPK + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, UPK + CLUSTERS", - "name": "Soft targets, UPK + CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Patrol, JAMMER", - "name": "Patrol, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RN-24 - 470kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR A", - "name": "NUCLEAR A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RN-28 - 260 kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR B", - "name": "NUCLEAR B", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Short range", - "name": "Short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Smoke - white - 21", - "quantity": 1 - } - ], - "enabled": true, - "code": "AEROBATIC", - "name": "AEROBATIC", - "roles": [] - } - ], - "filename": "mig-21.png", - "enabled": true, - "liveries": { - "afghanistan (1)": { - "name": "Afghanistan (1)", - "countries": "All" - }, - "bulgaria - 1-3 iae (3)": { - "name": "Bulgaria - 1/3 IAE (3)", - "countries": "All" - }, - "germany east - jg-8": { - "name": "East Germany - JG-8", - "countries": "All" - }, - "plaaf - white": { - "name": "PLAAF - White", - "countries": "All" - }, - "croatia - 21st fs": { - "name": "Croatia - 21st Fighter Squadron (Zagreb AB)", - "countries": "All" - }, - "plaaf - sky blue": { - "name": "PLAAF - Sky Blue", - "countries": "All" - }, - "iraq - 17th sqn (2)": { - "name": "Iraq - 17th Sqn (2)", - "countries": "All" - }, - "vvs - amt-11 grey": { - "name": "VVS - AMT-11 Grey", - "countries": "All" - }, - "vvs - 234 gviap": { - "name": "VVS - 234 GvIAP", - "countries": "All" - }, - "bare metal": { - "name": "Bare Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae (2)": { - "name": "Bulgaria - 1/3 IAE (2)", - "countries": "All" - }, - "plaaf - splinter": { - "name": "PLAAF - Splinter", - "countries": "All" - }, - "argentina (2)": { - "name": "Argentina (2)", - "countries": "All" - }, - "vvs - demonstrator": { - "name": "VVS Demonstrator", - "countries": "All" - }, - "vvs - 115 gviap": { - "name": "VVS - 115 GvIAP (Kokaydy AB)", - "countries": "All" - }, - "romania - lancer a": { - "name": "Romania - Lancer A", - "countries": "All" - }, - "sweden - 16th air wing": { - "name": "Sweden - 16th Air Wing", - "countries": "All" - }, - "syria (1)": { - "name": "Syria (1)", - "countries": "All" - }, - "egypt - grey 1982": { - "name": "Egypt - Grey 1982", - "countries": "All" - }, - "finland - hävllv 31": { - "name": "Finland - HavLLv 31", - "countries": "All" - }, - "huaf 47th ab - 6115 (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB) 6115", - "countries": "All" - }, - "libya - 2017": { - "name": "Lybia - 2017", - "countries": "All" - }, - "huaf 47th ab (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB)", - "countries": "All" - }, - "cuba - 1990s": { - "name": "Cuba - 1990s", - "countries": "All" - }, - "serbia - 101st lae": { - "name": "Serbia - 101st LAE", - "countries": "All" - }, - "slovakia - 1998": { - "name": "Slovakia - 1998", - "countries": "All" - }, - "iran - 51st sqn": { - "name": "Iran - 51st Sqn (Umidiyeh AB)", - "countries": "All" - }, - "vvs - 116 cbp": { - "name": "VVS - 116 CBP", - "countries": "All" - }, - "georgia (2)": { - "name": "Georgia (2)", - "countries": "All" - }, - "huaf metal": { - "name": "HuAF Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae": { - "name": "Bulgaria - 1/3 IAE", - "countries": "All" - }, - "india - 101st sqn (1)": { - "name": "India - 101st Sqn Falcons", - "countries": "All" - }, - "ukraine (2)": { - "name": "Ukraine 02", - "countries": "All" - }, - "vpaf - 927th fighter regiment metal": { - "name": "VPAF - 927th Fighter Regiment Metal", - "countries": "All" - }, - "iran - standard": { - "name": "Iran - Standard", - "countries": "All" - }, - "romania - lancer c": { - "name": "Romania - Lancer C", - "countries": "All" - }, - "angola - c41": { - "name": "Angola - C41", - "countries": "All" - }, - "poland - 1 dlmw": { - "name": "Poland - 1 DLMW", - "countries": "All" - }, - "yugoslavia - gray": { - "name": "Yugoslavia - Grey", - "countries": "All" - }, - "angola - c314": { - "name": "Angola - C314", - "countries": "All" - }, - "argentina (1)": { - "name": "Argentina (1)", - "countries": "All" - }, - "romania - gray": { - "name": "Romania - Gray", - "countries": "All" - }, - "dprk - 2016 - 42": { - "name": "DPRK - 2016 Nr.42", - "countries": "All" - }, - "libya - early": { - "name": "Lybia - Early", - "countries": "All" - }, - "poland - metal": { - "name": "Poland - Lacquer Metal", - "countries": "All" - }, - "syria (2)": { - "name": "Syria (2)", - "countries": "All" - }, - "india - 15th sqn": { - "name": "India - 15 Sqn War Games", - "countries": "All" - }, - "cuba - um 5010 is": { - "name": "Cuba - UM 5010 IS", - "countries": "All" - }, - "afghanistan (2)": { - "name": "Afghanistan (2)", - "countries": "All" - }, - "iraq - 9th sqn": { - "name": "Iraq - 9th Sqn", - "countries": "All" - }, - "vpaf - 927th lam son - 6122": { - "name": "VPAF - 927th Lam Son", - "countries": "All" - }, - "yugoslavia - camo": { - "name": "Yugoslavia - Camo", - "countries": "All" - }, - "egypt - tan 1982": { - "name": "Egypt - Tan 1982", - "countries": "All" - }, - "croatia - 1st fs 1992": { - "name": "Croatia - 1st FS 1992", - "countries": "All" - }, - "southeria": { - "name": "Southeria", - "countries": "All" - }, - "ukraine (1)": { - "name": "Ukraine 01", - "countries": "All" - }, - "georgia (1)": { - "name": "Georgia (1)", - "countries": "All" - }, - "northeria - 32nd fs": { - "name": "Northeria - 32nd FG", - "countries": "All" - }, - "cuba - metal": { - "name": "Cuba - Metal", - "countries": "All" - }, - "huaf 47th ab - early": { - "name": "HunAF Griff Sqn. (47th AB) - Early ", - "countries": "All" - }, - "jasdf": { - "name": "JASDF", - "countries": "All" - }, - "raf - 111th sqn": { - "name": "RAF - 111th Sqn", - "countries": "All" - }, - "sweden - m90": { - "name": "Sweden - M90", - "countries": "All" - }, - "algeria": { - "name": "Algeria FD-43", - "countries": "All" - }, - "india - 101st sqn (2)": { - "name": "India - 101st Sqn Falcons (2)", - "countries": "All" - }, - "draken international": { - "name": "Draken International", - "countries": "All" - }, - "raf - 11th sqn": { - "name": "RAF - 11th Sqn", - "countries": "All" - }, - "vpaf - 921st sao do - 5040": { - "name": "VPAF - 921st Sao Do", - "countries": "All" - }, - "vvs - metal": { - "name": "VVS Metal", - "countries": "All" - }, - "iraq - 17th sqn (1)": { - "name": "Iraq - 17th Sqn (1)", - "countries": "All" - }, - "vvs - 185th gviap": { - "name": "VVS 185th GvIAP", - "countries": "All" - }, - "poland - 10 elt": { - "name": "Poland - 10 ELT", - "countries": "All" - }, - "dprk - 2014 - 34": { - "name": "DPRK - 2014 Nr.34", - "countries": "All" - }, - "huaf grey": { - "name": "HuAF Grey", - "countries": "All" - }, - "huaf 31st ab (turul sqn)": { - "name": "HunAF 1904 Capeti (51th AB)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fishbed", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-23MLD": { - "name": "MiG-23MLD", - "coalition": "red", - "label": "MiG-23 Flogger", - "era": "Mid Cold War", - "shortLabel": "23", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4", - "name": "R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,R-60M*2,Fuel-800", - "name": "B-8*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,R-60M*2,Fuel-800", - "name": "UB-32*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4,Fuel-800", - "name": "R-24R*2,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4,Fuel-800", - "name": "R-24R,R-24T,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,Fuel-800", - "name": "R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,R-60M*2,Fuel-800", - "name": "FAB-500*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4", - "name": "R-24R*2,R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*2,R-60M*2,Fuel-800", - "name": "FAB-250*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*2,R-60M*2,Fuel-800", - "name": "RBK-250*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500*2,R-60M*2,Fuel-800", - "name": "RBK-500*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4", - "name": "R-24R,R-24T,R-60M*4", - "roles": [ - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "af standard-2": { - "name": "af standard-2", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard-3 (worn-out)": { - "name": "af standard-3 (worn-out)", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard-1": { - "name": "af standard-1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25PD": { - "name": "MiG-25PD", - "coalition": "red", - "label": "MiG-25PD Foxbat", - "era": "Mid Cold War", - "shortLabel": "25P", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-40T*2", - "name": "R-40R*2,R-40T*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*4", - "name": "R-40R*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-60M*2", - "name": "R-40R*2,R-60M*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25RBT": { - "name": "MiG-25RBT", - "coalition": "red", - "label": "MiG-25RBT Foxbat", - "era": "Mid Cold War", - "shortLabel": "25R", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500x2_60x2", - "name": "FAB-500x2_60x2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*2", - "name": "R-60M*2", - "roles": [ - "Reconnaissance" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-27K": { - "name": "MiG-27K", - "coalition": "red", - "label": "MiG-27K Flogger-D", - "era": "Mid Cold War", - "shortLabel": "M27", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel", - "name": "FAB-250*6,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "name": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MR*2,R-60M*2,Fuel", - "name": "Kh-25MR*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel", - "name": "Kh-29L*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*4", - "name": "B-8*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*2,FAB-500*2,R-60*2", - "name": "BetAB-500*2,FAB-500*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MPU*2,R-60M*2,Fuel", - "name": "Kh-25MPU*2,R-60M*2,Fuel", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel", - "name": "Kh-29T*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "name": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25ML*2,R-60M*2,Fuel", - "name": "Kh-25ML*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*2,R-60M*2,Fuel", - "name": "KAB-500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*2,RBK-250*2,R-60M*2", - "name": "RBK-500AO*2,RBK-250*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60*2,Fuel", - "name": "Kh-29L*2,R-60*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29A": { - "name": "MiG-29A", - "coalition": "red", - "label": "MiG-29A Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "SUN", - "RUS" - ] - }, - "strizhi": { - "name": "Strizhi 1992", - "countries": [ - "RUS" - ] - }, - "domna 120th ar": { - "name": "Domna - 120th Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "mary-1 agressors": { - "name": "Soviet Air Forces, a/b 1521 (Mary-1)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard1": { - "name": "41st Sqn Standard 1", - "countries": [ - "POL" - ] - }, - "iriaf sand-blue": { - "name": "IRIAF sand-blue", - "countries": [ - "IRN" - ] - }, - "strizhi (w)": { - "name": "Strizhi 1992(W)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard2": { - "name": "41st Sqn Standard 2", - "countries": [ - "POL" - ] - }, - "vasylkiv 40th brta": { - "name": "Vasylkiv - 40th Brigade of Tactical Aviation", - "countries": [ - "UKR" - ] - }, - "kazakhstan air defense forces": { - "name": "KazAADF 600th Airbase 2015", - "countries": [ - "KAZ" - ] - }, - "kazakhstan kazaadf 2008": { - "name": "KazAADF 600th Airbase 2008", - "countries": [ - "KAZ" - ] - }, - "iriaf blue-grey": { - "name": "IRIAF blue-grey", - "countries": [ - "IRN" - ] - }, - "syaaf": { - "name": "Syrian Arab Air Force", - "countries": [ - "SYR" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29S": { - "name": "MiG-29S", - "coalition": "red", - "label": "MiG-29S Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "name": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2", - "name": "R-77*4,R-73*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2,Fuel-1500", - "name": "R-77*4,R-73*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "algerian af fc-16": { - "name": "Algerian AF FC-16", - "countries": [ - "DZA" - ] - }, - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "RUS" - ] - }, - "kazaadf new faded (fictional)": { - "name": "KazAADF new faded (fictional)", - "countries": [ - "KAZ" - ] - }, - "strizhi": { - "name": "Strizhi 2003", - "countries": [ - "RUS" - ] - }, - "115 gviap_termez": { - "name": "Termez AFB, 115th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "1521th air base_mary-1": { - "name": "Mary-1 AFB, 1521st Air Force Base", - "countries": [ - "RUS" - ] - }, - "kazaadf old (fictional)": { - "name": "KazAADF old (fictional)", - "countries": [ - "KAZ" - ] - }, - "swifts": { - "name": "Swifts (Aerobatic team)", - "countries": [ - "RUS" - ] - }, - "773 iap_damgarten": { - "name": "Damgarten AFB, 773rd Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "426th air group_erebuni": { - "name": "Erebuni AFB, 426th Air Group", - "countries": [ - "RUS" - ] - }, - "31 gviap_zernograd": { - "name": "Zernograd AFB, 31st Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "28 gviap_andreapol": { - "name": "Andreapol AFB, 28th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "belarusian air force": { - "name": "Belarusian Air Force 61 FAB Baranavichy (2017)", - "countries": [ - "BLR" - ] - }, - "kazaadf new (fictional)": { - "name": "KazAADF new (fictional)", - "countries": [ - "KAZ" - ] - }, - "falcons of russia": { - "name": "Lipetsk, aerobatic group Falcons of Russia", - "countries": [ - "RUS" - ] - }, - "kazaadf new (fictional digital)": { - "name": "KazAADF new digital (fictional digital)", - "countries": [ - "KAZ" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-31": { - "name": "MiG-31", - "coalition": "red", - "label": "MiG-31 Foxhound", - "era": "Late Cold War", - "shortLabel": "M31", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40T*2,R-33*4", - "name": "R-40T*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 1 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-40T,R-33*4,R-40R", - "name": "R-40T,R-33*4,R-40R", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*2,R-33*4", - "name": "R-40R*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-60M*4,R-33*4", - "name": "R-60M*4,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "174 gviap_boris safonov": { - "name": "174 GvIAP Boris Safonov", - "countries": [ - "RUS" - ] - }, - "903_white": { - "name": "Demo 903 White", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 2 crew. Foxhound", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mirage-F1EE": { - "name": "Mirage-F1EE", - "coalition": "blue", - "label": "Mirage-F1EE", - "era": "Mid Cold War", - "shortLabel": "MF1", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*BLU107 Durandal", - "name": "2*AIM-9JULI, 8*BLU107 Durandal", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 250 HD", - "name": "2*AIM-9JULI, 8*SAMP 250 HD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-400 - 400 kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 400 LD", - "name": "2*AIM-9JULI, 8*SAMP 400 LD", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 251 F1B HE", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530EM", - "name": "2*AIM9-JULI, 1*R530EM", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "name": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR", - "name": "2*R550 Magic I, 1*R530IR", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "name": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - }, - { - "name": "BARAX - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-1.png", - "enabled": true, - "liveries": { - "ec 330 lorraine": { - "name": "EC 330 Lorraine", - "countries": [ - "FRA" - ] - }, - "ec 5 330 cote d'argent (fictional ct)": { - "name": "EC 5/330 Cote d'Argent (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "er 2 33 savoie 100 ans de reco (fictional cr)": { - "name": "ER 233 Savoie 100 ans de reco (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6210 _ 2017 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2017 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6209 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6209 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "er 233 savoie ba 118 mont de marsan (fictional cr)": { - "name": "ER 2/33 Savoie BA 118 Mont de Marsan (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "ala 14 blue skin (ee) albacete": { - "name": "ALA 14 Blue Skin (EE) Albacete", - "countries": [ - "SPN" - ] - }, - "usa company skin (m-ee)": { - "name": "USA Company Skin EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ala 14 nato skin 1 (ee)": { - "name": "ALA 14 NATO Skin 1 (EE)", - "countries": [ - "SPN" - ] - }, - "iriaf 3-6210 _ 2013 gray (eq variant)": { - "name": "IRIAF 3-6210 _ 2013 Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "usa company skin 2 (m-ee)": { - "name": "USA Company Skin 2 EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iriaf 3-6214 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6214 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges nato grey": { - "name": "AERGES NATO GREY", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 3 33 lorraine ba 112 reims - champagne ardennes": { - "name": "EC 333 Lorraine BA 112 Reims - Champagne Ardennes", - "countries": [ - "FRA" - ] - }, - "ec 1 12 cambresis": { - "name": "EC 112 BA 103 Cambrai-Épinoy", - "countries": [ - "FRA" - ] - }, - "ala 46 blue skin (ee) gando": { - "name": "ALA 46 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "aerges blue": { - "name": "AERGES BLUE", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 212 picardie": { - "name": "EC 212 Picardie", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6212 _ col. naghdibake (eq variant)": { - "name": "IRIAF 3-6212 _ Col. Naghdibake (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6211 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6211 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ec 1 5 vendee ba orange-cariat": { - "name": "EC 1/5 Vendee BA 115 Orange-Cariat", - "countries": [ - "FRA" - ] - }, - "er 233 savoie ba 118 mont de marsan dessert camu (fictional cr)": { - "name": "ER 233 Savoie BA 118 Mont de Marsan Dessert Camu (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6215 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6210 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ala 46 sq 462 blue skin (ee) gando": { - "name": "ALA 46 SQ 462 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "ec 2 30 normandie niemen (fictional ct)": { - "name": "EC 2/30 Normandie Niemen (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 1990-2010s desert (eq variant)": { - "name": "IRIAF 3-6215 _ 1990-2010s Desert (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges camo": { - "name": "AERGES CAMO", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "usa company grey (m-ee)": { - "name": "USA Company Grey EE", - "countries": [ - "USA", - "AUSAF" - ] - } - }, - "type": "Aircraft", - "description": "Single Jet engine, swept wing, 1 crew.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MosquitoFBMkVI": { - "name": "MosquitoFBMkVI", - "coalition": "blue", - "label": "Mosquito FB MkVI", - "era": "WW2", - "shortLabel": "Mos", - "loadouts": [ - { - "items": [ - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "name": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x RP-3 60lb F No1 Mk.I", - "quantity": 2 - }, - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "250 lb MC Mk.II", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "name": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb S.A.P.", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - } - ], - "enabled": true, - "code": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "name": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb GP Mk.V", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "name": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "500 lb GP Short tail", - "quantity": 4 - } - ], - "enabled": true, - "code": "500 lb GP Short tail*4", - "name": "500 lb GP Short tail*4", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - }, - { - "name": "4 x RP-3 60lb SAP No2 Mk.I", - "quantity": 2 - } - ], - "enabled": true, - "code": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "name": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - } - ], - "filename": "mosquito.png", - "enabled": true, - "liveries": { - "25th bombardment group p": { - "name": "USAAF 25th Bombardment Group \"P\" (Invasion Stripes)", - "countries": [ - "USA" - ] - }, - "l-3 pz474 1945": { - "name": "L-3 PZ474 1945", - "countries": [] - }, - "raf": { - "name": "RAF 1944", - "countries": "All" - }, - "605 sqn up-j wag's war wagon": { - "name": "605 Sqn UP-J \"Wag's War Wagon\"", - "countries": "All" - }, - "605 sqn up-o": { - "name": "605 Sqn UP-O", - "countries": "All" - }, - "605 sqn": { - "name": "605 Sqn", - "countries": "All" - }, - "iaf - 1956 - 110th squadron": { - "name": "IAF - 1956 - 110th Squadron", - "countries": "All" - }, - "ussr air force": { - "name": "USSR Air Force", - "countries": [] - }, - "no. 235 squadron raf 1944": { - "name": "No. 235 Squadron RAF 1944", - "countries": [] - }, - "no. 613 squadron raf june 1944": { - "name": "No. 613 Squadron RAF, June 1944", - "countries": [ - "UK" - ] - }, - "armée de l'air blue": { - "name": "Armée de L'air Blue Camo", - "countries": [ - "FRA" - ] - }, - "raf, ml897d, no.1409 met flight, wyton, late 1943": { - "name": "RAF, ML897/D, No.1409 Met Flight, Wyton, late 1943", - "countries": [ - "UK" - ] - }, - "no. 27 squadron raf popeye camo letters on": { - "name": "No. 27 Squadron RAF Popeye Camo Letters on", - "countries": [] - }, - "25th bombardment group f": { - "name": "USAAF 25th Bombardment Group \"F\"", - "countries": [ - "USA" - ] - }, - "305sqn july": { - "name": "305Sqn July 1944", - "countries": [] - }, - "305sqn june": { - "name": "305Sqn June 1944", - "countries": [] - }, - "25th bombardment group z": { - "name": "USAAF 25th Bombardment Group \"Z\" (Invasion Stripes)", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 2 crew. Mosquito.", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-47D-40": { - "name": "P-47D-40", - "coalition": "blue", - "label": "P-47D Thunderbolt", - "era": "WW2", - "shortLabel": "P47", - "loadouts": [ - { - "items": [ - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "AN-M57*3", - "name": "AN-M57*3", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN-M64*2, Fuel110", - "name": "AN-M64*2, Fuel110", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M65 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M65*2", - "name": "AN-M65*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "150 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel150*2", - "name": "Fuel150*2", - "roles": [ - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "5 x HVAR, UnGd Rkt", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "HVAR*10, Fuel110", - "name": "HVAR*10, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 x 4.5 inch M8 UnGd Rocket", - "quantity": 2 - }, - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "M8*6, AN-M57*2, Fuel110", - "name": "M8*6, AN-M57*2, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "p-47.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Thunderbolt", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-51D-30-NA": { - "name": "P-51D-30-NA", - "coalition": "blue", - "label": "P-51D Mustang", - "era": "WW2", - "shortLabel": "P51", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel75*2", - "name": "Fuel75*2", - "roles": [ - "CAP", - "CAP", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 10 - } - ], - "enabled": true, - "code": "HVAR*10", - "name": "HVAR*10", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "HVAR*6", - "name": "HVAR*6", - "roles": [ - "CAS", - "Strike", - "Antiship Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,Fuel75*2", - "name": "HVAR*6,Fuel75*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,M64*2", - "name": "HVAR*6,M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M64*2", - "name": "M64*2", - "roles": [ - "Strike", - "Antiship Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HVAR Smoke Generator", - "quantity": 2 - } - ], - "enabled": true, - "code": "Smokes", - "name": "Smokes", - "roles": [] - } - ], - "filename": "p-51.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Mustang", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "S-3B Tanker": { - "name": "S-3B Tanker", - "coalition": "blue", - "label": "S-3B Tanker", - "era": "Early Cold War", - "shortLabel": "S3B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "s-3.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "NAVY Standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 4 crew. Viking", - "abilities": "Tanker, Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "Su-17M4": { - "name": "Su-17M4", - "coalition": "red", - "label": "Su-17M4 Fitter", - "era": "Mid Cold War", - "shortLabel": "S17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,FAB-250*4", - "name": "UB-32*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*24,R-60M*2", - "name": "FAB-100*24,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,Fuel*2", - "name": "UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,FAB-250*4", - "name": "B-8*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,Fuel*2", - "name": "B-8*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel*2", - "name": "Kh-29T*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2", - "name": "BetAB-500*6,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25MR*4,R-60M*2,Fuel*2", - "name": "Kh-25MR*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,Fuel*2", - "name": "S-24*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "name": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "name": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*16,R-60M*2", - "name": "FAB-250*16,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "name": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,FAB-250*4", - "name": "S-24*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2", - "name": "FAB-500*6,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*2,Kh-29L*2,R-60*2", - "name": "Kh-25ML*2,Kh-29L*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-17.png", - "enabled": true, - "liveries": { - "af standard (worn-out)": { - "name": "af standard (worn-out)", - "countries": [ - "UKR" - ] - }, - "shap limanskoye ab": { - "name": "shap limanskoye ab", - "countries": [ - "UKR" - ] - }, - "af standard (rus)": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard (worn-out) (rus)": { - "name": "af standard (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fitter", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-24M": { - "name": "Su-24M", - "coalition": "red", - "label": "Su-24M Fencer", - "era": "Mid Cold War", - "shortLabel": "S24", - "loadouts": [ - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*2", - "name": "B-8*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*3", - "name": "B-8*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*6", - "name": "B-8*6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-60M*2", - "name": "BetAB-500*4,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100*24", - "name": "FAB-100*24", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-60M*2", - "name": "FAB-1500*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-250*8", - "name": "FAB-250*8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-500*4,R-60M*2", - "name": "FAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-60M*2,Fuel", - "name": "KAB-1500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "KAB-500*4,R-60M*2", - "name": "KAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25ML*4", - "name": "Kh-25ML*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25MR*4", - "name": "Kh-25MR*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2", - "name": "Kh-29L*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2", - "name": "Kh-29T*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2", - "name": "Kh-31A*2,R-60M*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2,Fuel", - "name": "Kh-31A*2,R-60M*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-60M*2,Fuel", - "name": "Kh-59M*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_L-081", - "name": "Kh25MPU*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh31P*2_Kh25ML*2_L-081", - "name": "Kh31P*2_Kh25ML*2_L-081", - "roles": [ - "SEAD", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*2_L-081", - "name": "Kh58*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8", - "name": "RBK-250*8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-60M*2", - "name": "RBK-500AO*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,Fuel*3", - "name": "S-24*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-24*4", - "name": "S-24*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*2,Fuel*3", - "name": "S-25*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4", - "name": "S-25*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*2,Fuel*3", - "name": "UB-13*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-13*4", - "name": "UB-13*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-500*2", - "name": "UB-13*4,FAB-500*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,Fuel*3", - "name": "UB-32*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4,FAB-250*4", - "name": "UB-32*4,FAB-250*4", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-24.png", - "enabled": true, - "liveries": { - "syrian air force": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "iran air force": { - "name": "Iran Air Force", - "countries": [ - "IRN" - ] - }, - "algerian af kx-12": { - "name": "Algerian AF KX-12", - "countries": [ - "DZA" - ] - }, - "ukrainian air force standard": { - "name": "Ukrainian Air Force", - "countries": [ - "UKR" - ] - }, - "kazakhstan air force": { - "name": "600th Airbase Kazakhstan", - "countries": [ - "KAZ" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew. Fencer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25": { - "name": "Su-25", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - } - ], - "enabled": true, - "code": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "name": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "name": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25*4,Kh-29T*2,R-60*2", - "name": "Kh-25*4,Kh-29T*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "name": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,S-8KOM*80,R-60M*2", - "name": "RBK-250*4,S-8KOM*80,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,SPPU-22*2,R-60M*2", - "name": "S-25*6,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25L*6,R-60*2,Fuel*2", - "name": "S-25L*6,R-60*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 8 - } - ], - "enabled": true, - "code": "S-8TsM*160,R-60*2", - "name": "S-8TsM*160,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "SAB-100*8,R-60*2", - "name": "SAB-100*8,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": false, - "liveries": { - "broken camo scheme #2 (native). 452th shap": { - "name": "broken camo scheme #2 (native). 452th shap.", - "countries": [ - "UKR" - ] - }, - "broken camo scheme #1 (native). 299th oshap": { - "name": "broken camo scheme #1 (native). 299th oshap.", - "countries": [ - "UKR" - ] - }, - "field camo scheme #1 (native)": { - "name": "field camo scheme #1 (native)", - "countries": [ - "SUN", - "RUS" - ] - }, - "field camo scheme #1 (native)01": { - "name": "field camo scheme #1 (native)", - "countries": [ - "GRG" - ] - }, - "haf camo": { - "name": "Hellenic Airforce - Camo (Fictional)", - "countries": [ - "GRC" - ] - }, - "`scorpion` demo scheme (native)": { - "name": "`scorpion` demo scheme (native)", - "countries": [ - "GRG" - ] - }, - "abkhazian air force": { - "name": "Abkhazian Air Force", - "countries": [ - "ABH" - ] - }, - "field camo scheme #3 (worn-out). 960th shap": { - "name": "field camo scheme #3 (worn-out). 960th shap.", - "countries": [ - "RUS" - ] - }, - "petal camo scheme #1 (native). 299th brigade": { - "name": "petal camo scheme #1 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "petal camo scheme #2 (native). 299th brigade": { - "name": "petal camo scheme #2 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "algerian af desert fictional": { - "name": "Algerian AF Desert Fictional", - "countries": [ - "DZA" - ] - }, - "forest camo scheme #1 (native)": { - "name": "forest camo scheme #1 (native)", - "countries": [ - "RUS" - ] - }, - "irgc 54": { - "name": "IRGC 54", - "countries": [ - "IRN" - ] - }, - "field camo scheme #2 (native). 960th shap": { - "name": "field camo scheme #2 (native). 960th shap.", - "countries": [ - "RUS" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25T": { - "name": "Su-25T", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "name": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 800L Wing", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "KAB-500Kr - 500kg TV Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "name": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "KH-29T*2, VIKHR*2, ECM", - "name": "KH-29T*2, VIKHR*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "name": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "name": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "name": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "name": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "name": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "name": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,UB-32*4,R-60M*2", - "name": "RBK-250*4,UB-32*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "name": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": true, - "liveries": { - "af standard 2": { - "name": "af standard 2", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af grey ku-02": { - "name": "Algerian AF Grey KU-02", - "countries": [ - "DZA" - ] - }, - "su-25t test scheme": { - "name": "su-25t test scheme", - "countries": [ - "RUS" - ] - }, - "haf - fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "algerian af trainer ku-04": { - "name": "Algerian AF Trainer KU-04", - "countries": [ - "DZA" - ] - }, - "algerian af grey ku-01": { - "name": "Algerian AF Grey KU-01", - "countries": [ - "DZA" - ] - }, - "af standard 101": { - "name": "af standard 1", - "countries": [ - "GRG" - ] - }, - "algerian af desert ku-03": { - "name": "Algerian AF Desert KU-03", - "countries": [ - "DZA" - ] - }, - "af standard 1": { - "name": "af standard 1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GRG" - ] - } - }, - "type": "Attack", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "Fox 2 and gun, Dumb bombs, rockets, SEAD and ATGMs, Subsonic", - "canTargetPoint": true - }, - "Su-27": { - "name": "Su-27", - "coalition": "red", - "label": "Su-27 Flanker", - "era": "Late Cold War", - "shortLabel": "S27", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": " CAS S-25 Rockets", - "name": " CAS S-25 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShP*6,R-73*2,ECM", - "name": "BetAB-500ShP*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets", - "name": "CAS S-13 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB-500 Bombs", - "name": "CAS S-25 Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets", - "name": "CAS S-8KOM Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-100 Bombs", - "name": "CAS S-8KOM Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 5 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - }, - { - "name": "MBD3-U6-68 with 3 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-250 Bombs", - "name": "CAS S-8KOM Rockets + FAB-250 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-500 Bombs", - "name": "CAS S-8KOM Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 3 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + KMGU PTAB", - "name": "CAS S-8KOM Rockets + KMGU PTAB", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "name": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets", - "name": "CAS S-8OFP Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-100 Bombs", - "name": "CAS S-8OFP Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-500 Bombs", - "name": "CAS S-8OFP Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "name": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "name": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "name": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ER*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,ECM", - "name": "R-73*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*4,R-27ET*2", - "name": "R-73*4,R-27ER*4,R-27ET*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*6", - "name": "R-73*4,R-27ER*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "name": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,FAB-500*4,R-73*4", - "name": "S-25*2,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4, FAB-500*4, R-73*2, ECM", - "name": "S-25*4, FAB-500*4, R-73*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "kubinka afb (russian knights old)": { - "name": "Kubinka AFB (Russian Knights Old)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (831th brigade)": { - "name": "Mirgorod AFB (831th brigade)", - "countries": [ - "UKR" - ] - }, - "lypetsk afb (falcons of russia)": { - "name": "Lypetsk AFB (Falcons of Russia)", - "countries": [ - "RUS" - ] - }, - "hotilovo afb": { - "name": "Hotilovo AFB", - "countries": [ - "RUS" - ] - }, - "plaaf k2s new parade": { - "name": "PLAAF K2S new parade", - "countries": [ - "CHN" - ] - }, - "plaaf standard": { - "name": "PLAAF Standard", - "countries": [ - "CHN" - ] - }, - "algerian af grey 04": { - "name": "Algerian AF GREY 04", - "countries": [ - "DZA" - ] - }, - "air force standard early": { - "name": "Air Force Standard Early", - "countries": [ - "SUN", - "RUS" - ] - }, - "air force ukraine standard": { - "name": "Air Force Ukraine Standard", - "countries": [ - "UKR" - ] - }, - "planaf hh8s": { - "name": "PLANAF HH8S", - "countries": [ - "CHN" - ] - }, - "ozerne afb (9th brigade)": { - "name": "Ozerne AFB (9th brigade)", - "countries": [ - "UKR" - ] - }, - "air force ukraine standard early": { - "name": "Air Force Ukraine Standard Early", - "countries": [ - "UKR" - ] - }, - "algerian af blue 02": { - "name": "Algerian AF Blue 02", - "countries": [ - "DZA" - ] - }, - "plaaf k1s old": { - "name": "PLAAF K1S old", - "countries": [ - "CHN" - ] - }, - "m gromov fri": { - "name": "M Gromov FRI", - "countries": [ - "RUS" - ] - }, - "plaaf k33s": { - "name": "PLAAF K33S", - "countries": [ - "CHN" - ] - }, - "air force standard": { - "name": "Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf k2s old": { - "name": "PLAAF K2S old", - "countries": [ - "CHN" - ] - }, - "chkalovsk afb (689 gviap)": { - "name": "Chkalovsk AFB (689 GvIAP)", - "countries": [ - "RUS" - ] - }, - "kazakhstan air defense forces": { - "name": "Kazakhstan Air Defense Forces", - "countries": [ - "KAZ" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "besovets afb": { - "name": "Besovets AFB", - "countries": [ - "RUS" - ] - }, - "kilpyavr afb (maresyev)": { - "name": "Kilpyavr AFB (Maresyev)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (digital camo)": { - "name": "Mirgorod AFB (Digital camo)", - "countries": [ - "UKR" - ] - }, - "plaaf k2s new": { - "name": "PLAAF K2S new", - "countries": [ - "CHN" - ] - }, - "air force standard old": { - "name": "Air Force Standard old", - "countries": [ - "SUN", - "RUS" - ] - }, - "lodeynoye pole afb (177 iap)": { - "name": "Lodeynoye pole AFB (177 IAP)", - "countries": [ - "RUS" - ] - }, - "kubinka afb (russian knights)": { - "name": "Kubinka AFB (Russian Knights)", - "countries": [ - "RUS" - ] - }, - "lypetsk afb (shark)": { - "name": "Lypetsk AFB (Shark)", - "countries": [ - "RUS" - ] - }, - "besovets afb 2 squadron": { - "name": "Besovets AFB 2 squadron", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-30": { - "name": "Su-30", - "coalition": "red", - "label": "Su-30 Super Flanker", - "era": "Late Cold War", - "shortLabel": "S30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*6,ECM", - "name": "R-73*2,R-77*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27R*4", - "name": "R-73*2,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,ECM", - "name": "RBK-500AO*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "name": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27R*4", - "name": "R-73*4,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*2,Kh-35*2,ECM", - "name": "R-73*2,R-77*2,Kh-35*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "name": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,B-8*2,R-73*2,ECM", - "name": "FAB-250*4,B-8*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,ECM", - "name": "RBK-250*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-77*6", - "name": "R-73*4,R-77*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-73*2,ECM", - "name": "FAB-250*4,S-25*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*4,ECM", - "name": "R-73*2,R-27R*2,R-27ER*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "name": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-73*2,R-77*2,ECM", - "name": "FAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "name": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*4", - "name": "R-73*4,R-27R*2,R-27ER*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,ECM", - "name": "BetAB-500*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-73*2,ECM", - "name": "FAB-250*4,UB-13*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*4,R-27ER*2,ECM", - "name": "R-73*2,R-77*4,R-27ER*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,ECM", - "name": "FAB-250*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-77*4,R-27ER*2", - "name": "R-73*4,R-77*4,R-27ER*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-77*2,ECM", - "name": "Kh-31P*4,R-73*2,R-77*2,ECM", - "roles": [ - "SEAD" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "af standard last": { - "name": "af standard last", - "countries": [ - "RUS" - ] - }, - "`russian knights` team #25": { - "name": "`russian knights` team #25", - "countries": [ - "RUS" - ] - }, - "adf 148th ctc savasleyka ab": { - "name": "adf 148th ctc savasleyka ab", - "countries": [ - "RUS" - ] - }, - "`desert` test paint scheme": { - "name": "`desert` test paint scheme", - "countries": [ - "RUS" - ] - }, - "`test-pilots` team #597": { - "name": "`test-pilots` team #597", - "countries": [ - "RUS" - ] - }, - "`snow` test paint scheme": { - "name": "`snow` test paint scheme", - "countries": [ - "RUS" - ] - }, - "af standard early": { - "name": "af standard early", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard last (worn-out)": { - "name": "af standard last (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard early (worn-out)": { - "name": "af standard early (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-33": { - "name": "Su-33", - "coalition": "red", - "label": "Su-33 Navy Flanker", - "era": "Late Cold War", - "shortLabel": "S33", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,R-27R*2,ECM", - "name": "RBK-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*6", - "name": "R-73*4,R-27R*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ET*2,R-27ER*6", - "name": "R-73*4,R-27ET*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,R-27R*2,ECM", - "name": "FAB-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*6,ECM", - "name": "R-73*2,R-27R*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "name": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "name": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4,FAB-250*4,R-73*2,ECM", - "name": "S-25*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,R-27R*2,ECM", - "name": "FAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,FAB-250*4,R-73*2,ECM", - "name": "B-8*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4,FAB-500*4,R-73*4", - "name": "S-25*4,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB500", - "name": "CAS S-8KOM rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP rockets + FAB500", - "name": "CAS S-8OFP rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB500", - "name": "CAS S-13 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB100", - "name": "CAS S-13 Rockets + FAB100", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB250", - "name": "CAS S-8KOM rockets + FAB250", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB500", - "name": "CAS S-25 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB10", - "name": "CAS S-8KOM rockets + RBK500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB1", - "name": "CAS S-8KOM rockets + RBK500 PTAB1", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "t-10k-9 test paint scheme": { - "name": "t-10k-9 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad navy": { - "name": "Navy, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "aaf blue 68": { - "name": "Algerian AF BLUE No 68", - "countries": [ - "DZA" - ] - }, - "haf - aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "279th kiap 2nd squad syria 2017": { - "name": "Syria 2017, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "aaf grey 12": { - "name": "Algerian AF GREY No 12", - "countries": [ - "DZA" - ] - }, - "t-10k-5 test paint scheme": { - "name": "t-10k-5 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad syria 2017": { - "name": "Syria 2017, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "279th kiap 2nd squad navy": { - "name": "Navy, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "t-10k-1 test paint scheme": { - "name": "t-10k-1 test paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "plan carrier air wings j-15": { - "name": "PLAN Carrier Air Wings J-15", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-34": { - "name": "Su-34", - "coalition": "red", - "label": "Su-34 Hellduck", - "era": "Modern", - "shortLabel": "S34", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-100*28,R-73*2,ECM", - "name": "FAB-100*28,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*8,R-73*2,ECM", - "name": "BetAB-500*8,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "name": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*8,R-73*2,ECM", - "name": "FAB-250*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "name": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 3 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*3,R-73*2,R-77*2,ECM", - "name": "FAB-1500*3,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*6,R-73*2,R-27R*2,ECM", - "name": "B-8*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*8,R-73*2,ECM", - "name": "FAB-500*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 4 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 6 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "name": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "russian air force old": { - "name": "Russian Air Force Old", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter and strike. Fullback", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado GR4": { - "name": "Tornado GR4", - "coalition": "blue", - "label": "Tornado GR4", - "era": "Late Cold War", - "shortLabel": "GR4", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, Fuel*2, ECM", - "name": "AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "ALARM", - "quantity": 4 - }, - { - "name": "", - "quantity": 4 - } - ], - "enabled": true, - "code": "ALARM*4, Fuel*2, ECM", - "name": "ALARM*4, Fuel*2, ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "name": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike", - "FAC-A", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 4 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "name": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "name": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "no. 14 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 14 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "o of ii (ac) squadron raf marham": { - "name": "o of ii (ac) squadron raf marham", - "countries": [ - "UK" - ] - }, - "bb of 14 squadron raf lossiemouth": { - "name": "bb of 14 squadron raf lossiemouth", - "countries": [ - "UK" - ] - }, - "no. 9 squadron raf marham ab (norfolk)": { - "name": "no. 9 squadron raf marham ab (norfolk)", - "countries": [ - "UK" - ] - }, - "no. 12 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 12 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "no. 617 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 617 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado IDS": { - "name": "Tornado IDS", - "coalition": "blue", - "label": "Tornado IDS", - "era": "Late Cold War", - "shortLabel": "IDS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,Fuel*2", - "name": "Kormoran*2,AIM-9*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-16*2,AIM-9*2,Fuel*2", - "name": "GBU-16*2,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel*2", - "name": "Fuel*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*4,AIM-9*2,ECM", - "name": "AGM-88*4,AIM-9*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "name": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*4,AIM-9*2", - "name": "Kormoran*4,AIM-9*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,AGM-88*2", - "name": "Kormoran*2,AIM-9*2,AGM-88*2", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4,AIM-9*2,Fuel*2", - "name": "Mk-82*4,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "ita tornado black": { - "name": "Tornado Black", - "countries": [ - "ITA" - ] - }, - "marinefliegergeschwader 2 eggebek ab marineflieger": { - "name": "marinefliegergeschwader 2 eggebek ab marineflieger", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe": { - "name": "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado mm7042": { - "name": "Tornado MM7042", - "countries": [ - "ITA" - ] - }, - "ita tornado mm55004": { - "name": "Tornado MM55004", - "countries": [ - "ITA" - ] - }, - "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe": { - "name": "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme": { - "name": "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 32 lechfeld ab luftwaffe": { - "name": "jagdbombergeschwader 32 lechfeld ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado (sesto stormo diavoli rossi)": { - "name": "Tornado (Sesto Stormo Diavoli Rossi)", - "countries": [ - "ITA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-142": { - "name": "Tu-142", - "coalition": "red", - "label": "Tu-142 Bear", - "era": "Mid Cold War", - "shortLabel": "142", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*6", - "name": "Kh-35*6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 11 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-160": { - "name": "Tu-160", - "coalition": "red", - "label": "Tu-160 Blackjack", - "era": "Late Cold War", - "shortLabel": "160", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-65*12", - "name": "Kh-65*12", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-160.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 4 crew bomber. Blackjack", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-22M3": { - "name": "Tu-22M3", - "coalition": "red", - "label": "Tu-22M3 Backfire", - "era": "Late Cold War", - "shortLabel": "T22", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-22N", - "name": "Kh-22N", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-22N*2", - "name": "Kh-22N*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*69", - "name": "FAB-250*69", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33", - "name": "FAB-500*33", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33, FAB-250*36", - "name": "FAB-500*33, FAB-250*36", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*33", - "name": "FAB-250*33", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "tu-22.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 4 crew bomber. Backfire", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-95MS": { - "name": "Tu-95MS", - "coalition": "red", - "label": "Tu-95MS Bear", - "era": "Mid Cold War", - "shortLabel": "T95", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-65*6", - "name": "Kh-65*6", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 6 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15ESE": { - "name": "F-15ESE", - "coalition": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "era": "", - "enabled": true, - "loadouts": [ - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB * 2", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "name": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "name": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107 * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "name": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "GBU-10 * 2", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 AIR * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "name": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "name": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "CBU-87 * 6", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "name": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-7MH Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "CBU-87 * 3", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "name": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "CBU-97 * 3", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "name": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 3 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M x 3, AIM-120B", - "name": "CATM-9M x 3, AIM-120B", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M, CAIM-120", - "name": "CATM-9M, CAIM-120", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "Clean", - "name": "Clean", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - } - ], - "filename": "f-15.png", - "liveries": { - "usaf 334th eagles fs af89 aim high": { - "name": "USAF 334th Eagles AF89-475 'Aim High'", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 low vis combat": { - "name": "USAF 335th Chiefs AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis combat": { - "name": "USAF 492nd Madhatters AF91 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 high vis clean": { - "name": "USAF 335th Chiefs AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89-0487 lucky": { - "name": "USAF 335th Chiefs AF89-0487 'Lucky'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1690 darkness falls": { - "name": "USAF 336th Rocketeers AF88-1690 'Darkness Falls'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af92-366 billy the kid": { - "name": "USAF 391st Bold Tigers AF92-366 'Billy the Kid'", - "countries": [ - "USA" - ] - }, - "idf ra'am, 69 hammer sqn": { - "name": "IDF 69th Hammers Scheme B", - "countries": [ - "ISR" - ] - }, - "usaf 336th rocketeers fs af89 high vis clean": { - "name": "USAF 336th Rocketeers AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-496 shadow": { - "name": "USAF 336th Rocketeers AF89-496 'Shadow'", - "countries": [ - "USA" - ] - }, - "usaf 389th thunderbolts fs af90 low vis combat": { - "name": "USAF 389th Thunderbolts AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd mad hatters fs 97-219 75th d-day anniversary": { - "name": "USAF 492nd Madhatters AF97-219 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 334th eagles fs af89 high vis clean": { - "name": "USAF 334th Eagles AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af91-300 leo": { - "name": "USAF 391st Bold Tigers AF91-300 'Leo'", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis clean": { - "name": "USAF 494th Panthers AF01 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-220 thanos": { - "name": "USAF 492nd Madhatters AF97-220 'Thanos'", - "countries": [ - "USA" - ] - }, - "usaf 48th fw 70th anniversary af92-364 heritage": { - "name": "USAF 48th FW 70th Aniversary AF92-364 Heritage", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 low vis combat": { - "name": "USAF 336th Rocketeers AF88 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-221 low vis combat": { - "name": "USAF 492nd Madhatters AF97-221 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-315 vader": { - "name": "USAF 492nd Madhatters AF91-315 'Vader'", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-327 green goblin": { - "name": "USAF 492nd Madhatters AF91-327 'Green Goblin'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-247 kraken": { - "name": "USAF 391st Bold Tigers AF90-247 'kraken'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1700 dragon betty": { - "name": "USAF 336th Rocketeers AF88-1700 'Dragon Betty'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-501": { - "name": "USAF 336th Rocketeers AF89-501", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 high vis clean": { - "name": "USAF 336th Rocketeers AF88 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 333rd rocketeers fs af87-199 333 fgs": { - "name": "USAF 333rd Lancers AF87-0199 333 FGS", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-241 high vis combat": { - "name": "USAF 391st Bold Tigers AF90-241 High Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis clean": { - "name": "USAF 492nd Madhatters AF96 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af00 low vis combat": { - "name": "USAF 494th Panthers AF00 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis clean": { - "name": "USAF 492nd Madhatters AF91 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis combat": { - "name": "USAF 494th Panthers AF01 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis clean": { - "name": "USAF 492nd Madhatters AF98 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 low vis clean": { - "name": "USAF 17th Weapons Squadron AF90 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1673 336 fgs": { - "name": "USAF 336th Rocketeers AF88-1673 336 FGS", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89 low vis combat": { - "name": "USAF 336th Rocketeers AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-308 low vis clean": { - "name": "USAF 492nd Madhatters AF91-308 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis combat": { - "name": "USAF 492nd Madhatters AF98 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers af90-250 tmota": { - "name": "USAF 391ST Bold Tigers 2005 Tiger Meet of the Americas", - "countries": [ - "USA" - ] - }, - "usaf af86-183 number1": { - "name": "USAF Test AF86-183 'Number 1'", - "countries": [ - "USA" - ] - }, - "usaf 17th wps af90-257": { - "name": "USAF 17th Weapons Squadron AF90-257 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 high vis clean": { - "name": "USAF 17th Weapons Squadron AF90 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis combat": { - "name": "USAF 492nd Madhatters AF96 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90 low vis combat": { - "name": "USAF 391st Bold Tigers AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs 91-603 75th d-day anniversary": { - "name": "USAF 494th Panthers AF91-603 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 336th fw mountain home 75 years af87-173": { - "name": "USAF 366th FW 'Mountain Home 75 Years' AF87-0173", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1687 mad duck iv": { - "name": "USAF 336th Rocketeers AF88-1687 'Mad Duck IV'", - "countries": [ - "USA" - ] - } - } - }, - "F-14A": { - "name": "F-14A", - "coalition": "", - "era": "", - "label": "F-14A Tomcat", - "shortLabel": "F14", - "type": "F_14A", - "enabled": false, - "liveries": {} - }, - "Su-25TM": { - "name": "Su-25TM", - "coalition": "", - "era": "", - "label": "SU-25TM", - "shortLabel": "S25", - "type": "Su_25TM", - "enabled": false, - "liveries": {} - }, - "Su-24MR": { - "name": "Su-24MR", - "coalition": "", - "era": "", - "label": "Su-24MR Fencer", - "shortLabel": "S24", - "type": "Su_24MR", - "enabled": false, - "liveries": {} - }, - "S-3B": { - "name": "S-3B", - "coalition": "", - "era": "", - "label": "S-3B", - "shortLabel": "S3B", - "type": "S_3B", - "enabled": false, - "liveries": {} - }, - "Mirage 2000-5": { - "name": "Mirage 2000-5", - "coalition": "", - "era": "", - "label": "MIRAGE 2000-5", - "shortLabel": "M2k", - "type": "Mirage_2000_5", - "enabled": false, - "liveries": {} - }, - "F-15E": { - "name": "F-15E", - "coalition": "", - "era": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "type": "F_15E", - "enabled": false, - "liveries": {} - }, - "MiG-29G": { - "name": "MiG-29G", - "coalition": "", - "era": "", - "label": "MiG-29G Fulcrum", - "shortLabel": "M29", - "type": "MiG_29G", - "enabled": false, - "liveries": {} - }, - "F-16C bl.50": { - "name": "F-16C bl.50", - "coalition": "", - "era": "", - "label": "F-16C Viper Block 50", - "shortLabel": "16C", - "type": "F_16C_bl_50", - "enabled": false, - "liveries": {} - }, - "F-16C bl.52d": { - "name": "F-16C bl.52d", - "coalition": "", - "era": "", - "label": "F-16C BL.52D", - "shortLabel": "16C", - "type": "F_16C_bl_52d", - "enabled": false, - "liveries": {} - }, - "F-16A": { - "name": "F-16A", - "coalition": "", - "era": "", - "label": "F-16A Viper", - "shortLabel": "16A", - "type": "F_16A", - "enabled": false, - "liveries": {} - }, - "F-16A MLU": { - "name": "F-16A MLU", - "coalition": "", - "era": "", - "label": "F-16A Viper MLU", - "shortLabel": "16A", - "type": "F_16A_MLU", - "enabled": false, - "liveries": {} - }, - "RQ-1A Predator": { - "name": "RQ-1A Predator", - "coalition": "", - "era": "", - "label": "RQ-1A PREDATOR", - "shortLabel": "RQ1", - "type": "RQ_1A_Predator", - "enabled": false, - "liveries": {} - }, - "Yak-40": { - "name": "Yak-40", - "coalition": "", - "era": "", - "label": "YAK-40", - "shortLabel": "40", - "type": "Yak_40", - "enabled": false, - "liveries": {} - }, - "SpitfireLFMkIX": { - "name": "SpitfireLFMkIX", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIX", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire." - }, - "SpitfireLFMkIXCW": { - "name": "SpitfireLFMkIXCW", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9 CW", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIXCW", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire with clipped wingtips.." - }, - "P-51D": { - "name": "P-51D", - "coalition": "", - "era": "", - "label": "P-51D Mustang", - "shortLabel": "P51", - "type": "P_51D", - "enabled": false, - "liveries": {} - }, - "P-47D-30": { - "name": "P-47D-30", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30", - "enabled": false, - "liveries": {} - }, - "P-47D-30bl1": { - "name": "P-47D-30bl1", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30bl1", - "enabled": false, - "liveries": {} - }, - "A-10A": { - "name": "A-10A", - "coalition": "", - "era": "", - "label": "A-10A Warthog", - "shortLabel": "A10", - "type": "A_10A", - "enabled": false, - "liveries": {} - }, - "A-10C": { - "name": "A-10C", - "coalition": "", - "era": "", - "label": "A-10C Warthog", - "shortLabel": "A10", - "type": "A_10C", - "enabled": false, - "liveries": {} - }, - "KC130": { - "name": "KC130", - "coalition": "", - "era": "", - "label": "KC130", - "shortLabel": "130", - "type": "KC130", - "enabled": false, - "liveries": {} - }, - "C-101EB": { - "name": "C-101EB", - "coalition": "", - "era": "", - "label": "C-101EB", - "shortLabel": "C-101EB", - "type": "C_101EB", - "enabled": false, - "liveries": {} - }, - "KJ-2000": { - "name": "KJ-2000", - "coalition": "", - "era": "", - "label": "KJ-2000", - "shortLabel": "KJ-2000", - "type": "KJ_2000", - "enabled": false, - "liveries": {} - }, - "WingLoong-I": { - "name": "WingLoong-I", - "coalition": "", - "era": "", - "label": "MQ-9 Reaper", - "shortLabel": "MQ9", - "type": "WingLoong_I", - "enabled": false, - "liveries": {} - }, - "Christen Eagle II": { - "name": "Christen Eagle II", - "coalition": "", - "era": "", - "label": "CHRISTEN EAGLE II", - "shortLabel": "CE2", - "type": "Christen_Eagle_II", - "enabled": false, - "liveries": {} - }, - "F-5E": { - "name": "F-5E", - "coalition": "", - "era": "", - "label": "F-5E", - "shortLabel": "5E", - "type": "F_5E", - "enabled": false, - "liveries": {} - }, - "F/A-18A": { - "name": "F/A-18A", - "coalition": "", - "era": "", - "label": "F/A-18A", - "shortLabel": "18A", - "type": "F_A_18A", - "enabled": false, - "liveries": {} - }, - "F/A-18C": { - "name": "F/A-18C", - "coalition": "", - "era": "", - "label": "F/A-18C", - "shortLabel": "18C", - "type": "F_A_18C", - "enabled": false, - "liveries": {} - }, - "Hawk": { - "name": "Hawk", - "coalition": "", - "era": "", - "label": "Hawk", - "shortLabel": "Hk", - "type": "Hawk", - "enabled": false, - "liveries": {} - }, - "L-39C": { - "name": "L-39C", - "coalition": "", - "era": "", - "label": "L-39C", - "shortLabel": "L39C", - "type": "L_39C", - "enabled": false, - "liveries": {} - }, - "MB-339APAN": { - "name": "MB-339APAN", - "coalition": "", - "era": "", - "label": "MB-339APAN", - "shortLabel": "339", - "type": "MB_339APAN", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C": { - "name": "Mirage-F1C", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C", - "shortLabel": "MF1", - "type": "Mirage_F1C", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CE": { - "name": "Mirage-F1CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CE", - "shortLabel": "MF1", - "type": "Mirage_F1CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-EE": { - "name": "Mirage-F1M-EE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-EE", - "shortLabel": "MF1", - "type": "Mirage_F1M_EE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-CE": { - "name": "Mirage-F1M-CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-CE", - "shortLabel": "MF1", - "type": "Mirage_F1M_CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C-200": { - "name": "Mirage-F1C-200", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C-200", - "shortLabel": "MF1", - "type": "Mirage_F1C_200", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EH": { - "name": "Mirage-F1EH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EH", - "shortLabel": "MF1", - "type": "Mirage_F1EH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CH": { - "name": "Mirage-F1CH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CH", - "shortLabel": "MF1", - "type": "Mirage_F1CH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1JA": { - "name": "Mirage-F1JA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1JA", - "shortLabel": "MF1", - "type": "Mirage_F1JA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CG": { - "name": "Mirage-F1CG", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CG", - "shortLabel": "MF1", - "type": "Mirage_F1CG", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CZ": { - "name": "Mirage-F1CZ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CZ", - "shortLabel": "MF1", - "type": "Mirage_F1CZ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CJ": { - "name": "Mirage-F1CJ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CJ", - "shortLabel": "MF1", - "type": "Mirage_F1CJ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CK": { - "name": "Mirage-F1CK", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CK", - "shortLabel": "MF1", - "type": "Mirage_F1CK", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EQ": { - "name": "Mirage-F1EQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EQ", - "shortLabel": "MF1", - "type": "Mirage_F1EQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1ED": { - "name": "Mirage-F1ED", - "coalition": "", - "era": "", - "label": "MIRAGE-F1ED", - "shortLabel": "MF1", - "type": "Mirage_F1ED", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EDA": { - "name": "Mirage-F1EDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EDA", - "shortLabel": "MF1", - "type": "Mirage_F1EDA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CR": { - "name": "Mirage-F1CR", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CR", - "shortLabel": "MF1", - "type": "Mirage_F1CR", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CT": { - "name": "Mirage-F1CT", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CT", - "shortLabel": "MF1", - "type": "Mirage_F1CT", - "enabled": false, - "liveries": {} - }, - "Mirage-F1B": { - "name": "Mirage-F1B", - "coalition": "", - "era": "", - "label": "MIRAGE-F1B", - "shortLabel": "MF1", - "type": "Mirage_F1B", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BE": { - "name": "Mirage-F1BE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BE", - "shortLabel": "MF1", - "type": "Mirage_F1BE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BQ": { - "name": "Mirage-F1BQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BQ", - "shortLabel": "MF1", - "type": "Mirage_F1BQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BD": { - "name": "Mirage-F1BD", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BD", - "shortLabel": "MF1", - "type": "Mirage_F1BD", - "enabled": false, - "liveries": {} - }, - "Mirage-F1DDA": { - "name": "Mirage-F1DDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1DDA", - "shortLabel": "MF1", - "type": "Mirage_F1DDA", - "enabled": false, - "liveries": {} - }, - "Yak-52": { - "name": "Yak-52", - "coalition": "", - "era": "", - "label": "YAK-52", - "shortLabel": "52", - "type": "Yak_52", - "enabled": false, - "liveries": {} - }, - "B-17G": { - "name": "B-17G", - "coalition": "", - "era": "", - "label": "B-17G Flying Fortress", - "shortLabel": "B17", - "type": "B_17G", - "enabled": false, - "liveries": {} - }, - "Ju-88A4": { - "name": "Ju-88A4", - "coalition": "", - "era": "", - "label": "JU-88 A4", - "shortLabel": "Ju88", - "type": "Ju_88A4", - "enabled": false, - "liveries": {} - }, - "C-47": { - "name": "C-47", - "coalition": "", - "era": "", - "label": "C-47 Dakota", - "shortLabel": "C47", - "type": "C_47", - "enabled": false, - "liveries": {} - }, - "TF-51D": { - "name": "TF-51D", - "coalition": "", - "era": "", - "label": "TF-51D", - "shortLabel": "T51", - "type": "TF_51D", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/client/public/databases/units/default/groundunitdatabase.json b/client/public/databases/units/default/groundunitdatabase.json deleted file mode 100644 index 7082996f..00000000 --- a/client/public/databases/units/default/groundunitdatabase.json +++ /dev/null @@ -1,10359 +0,0 @@ -{ - "1L13 EWR": { - "name": "1L13 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Box Spring 1L13 EWR", - "shortLabel": "Box spring", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 300000, - "engagementRange": 0, - "description": "Box Spring 1L13 early warning radar built on the back of a trailer", - "abilities": "EWR, Radar, Fixed", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "2B11 mortar": { - "name": "2B11 mortar", - "coalition": "red", - "era": "Late Cold War", - "label": "2B11 mortar", - "shortLabel": "2B11 mortar", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 7000, - "engagementRange": 7000, - "description": "120mm mortar. Fixed. 30m min range, 7km max.", - "abilities": "Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 325, - "aimTime": 300, - "shotsToFire": 2, - "markerFile": "groundunit-artillery", - "tags": "120mm", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "2S6 Tunguska": { - "name": "2S6 Tunguska", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-19 Tunguska", - "shortLabel": "19", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 18000, - "engagementRange": 8000, - "description": "SA-19 Tunguska 2K22 optical SAM. Tracked radar 30 mm AAA gun with optically guided (SACLOS) missiles. Range/alt max: 8km, 14,000 ft.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 10, - "cost": null, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "", - "canAAA": true - }, - "55G6 EWR": { - "name": "55G6 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Tall Rack 55G6 EWR", - "shortLabel": "Tall Rack", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "Tall rack 55G6 early warning radar built on the back of a trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "5p73 s-125 ln": { - "name": "5p73 s-125 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Launcher", - "shortLabel": "5p73 s-125 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 18000, - "description": "4 SA-3 missiles on a static emplacement. Requires grouping with SA-3 components", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-3 SAM Battery" - }, - "AAV7": { - "name": "AAV7", - "coalition": "blue", - "era": "Late Cold War", - "label": "AAV7", - "shortLabel": "AAV7", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "Amphibious assault vehicle 7. Tracked. Turret mounted 12.7mm machine gun and 40mm grenade launcher.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 10, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "ATMZ-5": { - "name": "ATMZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATMZ-5", - "shortLabel": "ATMZ-5 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, CA", - "markerFile": "groundunit-truck" - }, - "ATZ-10": { - "name": "ATZ-10", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-10", - "shortLabel": "ATZ-10 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "BMD-1": { - "name": "BMD-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMD-1", - "shortLabel": "BMD-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - camo": { - "name": "IRAN - camo", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMD-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-1": { - "name": "BMP-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMP-1", - "shortLabel": "BMP-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - } - }, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-2": { - "name": "BMP-2", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-2", - "shortLabel": "BMP-2", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 950, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 30 mm gun, AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "indirectFire": false, - "canAAA": true - }, - "BMP-3": { - "name": "BMP-3", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-3", - "shortLabel": "BMP-3", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 100 mm gun. 30 mm gun, AT-10 Stabber wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.3, - "muzzleVelocity": 1080, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BRDM-2": { - "name": "BRDM-2", - "coalition": "red", - "era": "Mid Cold War", - "label": "BRDM-2", - "shortLabel": "BRDM-2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "BRDM-2 light armour tactical vehicle. Wheeled. Amphibious. 14.5 mm gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1005, - "barrelHeight": 2.25, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4 - }, - "BTR-80": { - "name": "BTR-80", - "coalition": "red", - "era": "Late Cold War", - "label": "BTR-80", - "shortLabel": "BTR-80", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "light green autumn": { - "name": "Light Green Autumn", - "countries": "All" - }, - "military police autumn": { - "name": "Military Police Autumn", - "countries": "All" - }, - "light green winter": { - "name": "Light Green Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "military police winter": { - "name": "Military Police Winter", - "countries": "All" - }, - "military police spring": { - "name": "Military Police Spring", - "countries": "All" - }, - "light green spring": { - "name": "Light Green Spring", - "countries": "All" - }, - "green autumn": { - "name": "Green_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "green winter": { - "name": "Green_Winter", - "countries": "All" - }, - "military police summer": { - "name": "Military Police Summer", - "countries": "All" - }, - "light green summer": { - "name": "Light_Green_Summer", - "countries": "All" - }, - "green spring": { - "name": "Green_Spring", - "countries": "All" - }, - "green summer": { - "name": "Green_Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "BTR 80 APC. Wheeled. Amphibious. 14.5 mm gun and 7.62 mm coax.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "BTR_D": { - "name": "BTR_D", - "coalition": "red", - "era": "Mid Cold War", - "label": "BTR_D", - "shortLabel": "BTR_D", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "BTR_D. Tracked. Amphibious. AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "Bunker": { - "name": "Bunker", - "coalition": "", - "era": "", - "label": "Bunker", - "shortLabel": "Bunker", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "Concrete bunker. Structure. Fixed Position. Light machine guns.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Challenger2": { - "name": "Challenger2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Challenger 2", - "shortLabel": "Challenger 2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1050, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 6, - "targetingRange": 100, - "aimMethodRange": 3500, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5 - }, - "Cobra": { - "name": "Cobra", - "coalition": "blue", - "era": "Modern", - "label": "Otokar Cobra", - "shortLabel": "Cobra", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Armoured car, MRAP. Wheeled. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Dog Ear radar": { - "name": "Dog Ear radar", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-13 Dog Ear", - "shortLabel": "Dog Ear", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "9S80-1 Sborka. Tracked. Fire control Radar that can integrate with missile and gun systems.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Search Radar", - "markerFile": "groundunit-sam-radar" - }, - "GAZ-3307": { - "name": "GAZ-3307", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3307", - "shortLabel": "GAZ-3307", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian truck. Wheeled. Single axle", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "GAZ-3308": { - "name": "GAZ-3308", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3308", - "shortLabel": "GAZ-3308", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Canvas covered cargo bay", - "abilities": "Rearm", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "GAZ-66": { - "name": "GAZ-66", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-66", - "shortLabel": "GAZ-66", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Open cargo bay", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Gepard": { - "name": "Gepard", - "coalition": "blue", - "era": "Late Cold War", - "label": "Gepard", - "shortLabel": "Gepard", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 2.35, - "muzzleVelocity": 1440, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "Gepard. Tracked. 35mm radar detection and guided guns.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 8, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "targetingRange": 300, - "aimMethodRange": 6000, - "shotsBaseInterval": 15, - "alertnessTimeConstant": 15 - }, - "Grad-URAL": { - "name": "Grad-URAL", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-21 Grad", - "shortLabel": "Grad", - "filename": "", - "type": "Artillery", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 19000, - "description": "BM-21 Grad Wheeled. Multiple launch rocket system, 122mm rockets. 5 km min range, 18 km max.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "tags": "122 mm, MLRS", - "indirectFire": true, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "aimTime": 120 - }, - "HEMTT TFFT": { - "name": "HEMTT TFFT", - "coalition": "blue", - "era": "Late Cold War", - "label": "HEMTT TFFT", - "shortLabel": "HEMTT TFFT", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military Fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Hawk SAM Battery": { - "name": "Hawk SAM Battery", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Hawk SAM Battery", - "shortLabel": "Hk", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 90000, - "engagementRange": 45000, - "description": "Hawk radar SAM site MIM-23. Range/alt max: 40 km, 60,000 ft. Min: 2km. HAWK stands for 'Homing all the way killer'.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Hk" - }, - "Hawk cwar": { - "name": "Hawk cwar", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Continous Wave Acquisition Radar", - "shortLabel": "Hawk cwar", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "Hawk site Aquisition Radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hawk ln": { - "name": "Hawk ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Launcher", - "shortLabel": "Hawk ln", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 45000, - "description": "Hawk site missile laucher. 3 missiles. Needs rest of site to fuction", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Hawk SAM Battery" - }, - "Hawk pcp": { - "name": "Hawk pcp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Platoon Command Post", - "shortLabel": "Hawk pcp", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Hawk site command post. Medium sized trailer.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Hawk sr": { - "name": "Hawk sr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Search Radar", - "shortLabel": "Hawk sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site search Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam-radar" - }, - "Hawk tr": { - "name": "Hawk tr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Track Radar", - "shortLabel": "Hawk tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site track Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hummer": { - "name": "Hummer", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV Unarmed", - "shortLabel": "HMMWV", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "M-1025 HMMWV (Humvee). Wheeled. Unarmed.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA, Unarmed", - "markerFile": "groundunit-tactical" - }, - "IKARUS Bus": { - "name": "IKARUS Bus", - "coalition": "red", - "era": "Mid Cold War", - "label": "IKARUS Bus", - "shortLabel": "IKARUS Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian Bus. Yellow. Bendy bus", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Igla manpad INS": { - "name": "Igla manpad INS", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "SA-18 Igla 9K38 IR MANPADS. Range/alt max: 5 km, 12,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Infantry AK": { - "name": "Infantry AK", - "coalition": "red", - "era": "Mid Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "muzzleVelocity": 900, - "barrelHeight": 0.9, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 1", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "KAMAZ Truck": { - "name": "KAMAZ Truck", - "coalition": "red", - "era": "Mid Cold War", - "label": "KAMAZ Truck", - "shortLabel": "KAMAZ Truck", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck, 2 axle, wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Kub 1S91 str": { - "name": "Kub 1S91 str", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 Straight flush", - "shortLabel": "Kub 1S91 str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "SA-6/Kub search and track Radar, tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Kub 2P25 ln": { - "name": "Kub 2P25 ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-6 Launcher", - "shortLabel": "Kub 2P25 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 25000, - "description": "SA-6/Kub launcher. 3 missiles. Tracked. Needs rest of site to function", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-6 SAM Battery" - }, - "LAV-25": { - "name": "LAV-25", - "coalition": "blue", - "era": "Late Cold War", - "label": "LAV-25 IFV", - "shortLabel": "LAV-25", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "aus_winter": { - "name": "AUS_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "aus_summer": { - "name": "AUS_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "sand": { - "name": "sand", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "LAV-25 Infantry fighter vehicle. Wheeled. Amphibious. 25 mm gun , 2 x 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.28, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "LAZ Bus": { - "name": "LAZ Bus", - "coalition": "red", - "era": "Early Cold War", - "label": "LAZ Bus", - "shortLabel": "LAZ Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian bus. Single Axle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Leclerc": { - "name": "Leclerc", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leclerc", - "shortLabel": "Leclerc", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 1.6, - "shotsBaseInterval": 5, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3 - }, - "Leopard-2": { - "name": "Leopard-2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2", - "shortLabel": "Leopard-2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "can_spring": { - "name": "CAN_spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "spn_summer": { - "name": "SPN_Summer", - "countries": "All" - }, - "de_desert_winter": { - "name": "winter", - "countries": "All" - }, - "de_desert_spring": { - "name": "spring", - "countries": "All" - }, - "de_summer": { - "name": "summer", - "countries": "All" - }, - "den_autumn": { - "name": "DEN_autumn", - "countries": "All" - }, - "den_spring": { - "name": "DEN_spring", - "countries": "All" - }, - "de_winter": { - "name": "winter", - "countries": "All" - }, - "neth_summer": { - "name": "NETH_summer", - "countries": "All" - }, - "de_autumn": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "de_desert_summer": { - "name": "DE_Desert_summer", - "countries": "All" - }, - "desert_summer": { - "name": "Desert_summer", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "den_summer": { - "name": "DEN_summer", - "countries": "All" - }, - "desert_autumn": { - "name": "Desert_autumn", - "countries": "All" - }, - "de_spring": { - "name": "spring", - "countries": "All" - }, - "den_winter": { - "name": "DEN_winter", - "countries": "All" - }, - "fin_winter": { - "name": "FIN_winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "desert_winter": { - "name": "Desert_winter", - "countries": "All" - }, - "can_winter": { - "name": "CAN_winter", - "countries": "All" - }, - "de_desert_autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "desert_spring": { - "name": "Desert_spring", - "countries": "All" - }, - "fin_spring": { - "name": "FIN_spring", - "countries": "All" - }, - "fin_summer": { - "name": "FIN_summer", - "countries": "All" - }, - "can_summer": { - "name": "CAN_summer", - "countries": "All" - }, - "can_autumn": { - "name": "CAN_autumn", - "countries": "All" - }, - "neth_winter": { - "name": "NETH_winter", - "countries": "All" - }, - "spn_winter": { - "name": "SPN_Winter", - "countries": "All" - }, - "fin_autumn": { - "name": "FIN_autumn", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.5, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Leopard1A3": { - "name": "Leopard1A3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard1A3", - "shortLabel": "Leopard1A3", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled main gun (APDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 560, - "barrelHeight": 2.49, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M 818": { - "name": "M 818", - "coalition": "blue", - "era": "Early Cold War", - "label": "M 818", - "shortLabel": "M 818", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy utility truck. Wheeled. Used for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Power, Re-Arming, Repair" - }, - "M-1 Abrams": { - "name": "M-1 Abrams", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-1 Abrams", - "shortLabel": "M-1 Abrams", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore M256 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 2.5, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "M-109": { - "name": "M-109", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-109 Paladin", - "shortLabel": "M-109", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "M-109 Paladin. Tracked. Turreted self propelled 155mm howitzer. 30m min range, 22km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "M-113": { - "name": "M-113", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-113", - "shortLabel": "M-113", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "grc_autumn_med": { - "name": "GRC_autumn", - "countries": "All" - }, - "winter_med": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_spring_med": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "green_med": { - "name": "green", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "spring_med": { - "name": "spring", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_winter_med": { - "name": "GRC_winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "grc_summer_med": { - "name": "GRC_summer", - "countries": "All" - }, - "autumn_med": { - "name": "autumn", - "countries": "All" - }, - "desert_med": { - "name": "Desert", - "countries": "All" - }, - "summer_med": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M-113. Tracked. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 950, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M-2 Bradley": { - "name": "M-2 Bradley", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-2A2 Bradley IFV", - "shortLabel": "M-2 Bradley", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "M-2A2 Bradley Infantry fighting vehicle. Tracked. Amphibious. 25 mm gun, 7.62 mm machine gun, BGM-71 TOW missile.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.44, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M-60": { - "name": "M-60", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-60", - "shortLabel": "M-60", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled M68 main gun (APDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 600, - "barrelHeight": 2.8, - "shotsBaseInterval": 12, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M1043 HMMWV Armament": { - "name": "M1043 HMMWV Armament", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV .50 cal", - "shortLabel": "HMMWV M2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1043 HMMWV (Humvee). Wheeled. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "M1045 HMMWV TOW": { - "name": "M1045 HMMWV TOW", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV TOW", - "shortLabel": "HMMWV TOW", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "M1045 HMMWV (Humvee). Wheeled. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "M1097 Avenger": { - "name": "M1097 Avenger", - "coalition": "blue", - "era": "Modern", - "label": "M1097 Avenger", - "shortLabel": "97", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 5200, - "engagementRange": 4500, - "description": "M1097 Avenger IR SAM. Range/alt max: 5 km, 15,000 ft. Contains 8 x Stinger missiles.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M1126 Stryker ICV": { - "name": "M1126 Stryker ICV", - "coalition": "blue", - "era": "Modern", - "label": "Stryker MG", - "shortLabel": "Stryker MG", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1126 Stryker. Wheeled. 12.7mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1128 Stryker MGS": { - "name": "M1128 Stryker MGS", - "coalition": "blue", - "era": "Modern", - "label": "M1128 Stryker MGS", - "shortLabel": "M1128 Stryker MGS", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1128 Stryker Mobile Gun System. Wheeled. 105 mm gun and 7.6mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1134 Stryker ATGM": { - "name": "M1134 Stryker ATGM", - "coalition": "blue", - "era": "Modern", - "label": "Stryker ATGM", - "shortLabel": "Stryker ATGM", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 4000, - "engagementRange": 3800, - "description": "M1134 Stryker. Wheeled. 7.62 mm machine gun. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "muzzleVelocity": 900, - "barrelHeight": 2.8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M48 Chaparral": { - "name": "M48 Chaparral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M48 Chaparral", - "shortLabel": "48", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 10000, - "engagementRange": 8500, - "description": "M48 Chaparral IR SAM. Range/alt max: 9 km, 13,000 ft. 4 x AIM 9 Sidewinder missiles.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M6 Linebacker": { - "name": "M6 Linebacker", - "coalition": "blue", - "era": "Late Cold War", - "label": "M6 Linebacker", - "shortLabel": "M6", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 4000, - "description": "M6 Linebacker IR SAM. Range/alt max: 5 km, 15,000 ft. 4 x Stinger on M2 Bradley.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M978 HEMTT Tanker": { - "name": "M978 HEMTT Tanker", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M978 HEMTT Tanker", - "shortLabel": "M978 HEMTT Tanker", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy Expanded Mobility Tactical Truck. Wheeled. Refueling for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Refueling, FARP" - }, - "MAZ-6303": { - "name": "MAZ-6303", - "coalition": "red", - "era": "Mid Cold War", - "label": "MAZ-6303", - "shortLabel": "MAZ-6303", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Logistical Military Truck. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "MCV-80": { - "name": "MCV-80", - "coalition": "blue", - "era": "Late Cold War", - "label": "Warrior IFV MCV-80", - "shortLabel": "Warrior", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Warrior MCV-80 Infantry Fighting Vehicle. Tracked. 30 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.21, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS": { - "name": "MLRS", - "coalition": "blue", - "era": "Late Cold War", - "label": "M270", - "shortLabel": "M270", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 30000, - "description": "M270 Multiple Launch Rocket System. Tracked. Fires M26 270 mm DPICM rockets. Min range 10km, max 35km. Note cluster munition can be very laggy with many shots.", - "abilities": "Combined arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "270mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "MTLB": { - "name": "MTLB", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LB", - "shortLabel": "MT-LB", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "MT-LB. Tracked. Amphibious. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.05, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Marder": { - "name": "Marder", - "coalition": "blue", - "era": "Late Cold War", - "label": "Marder IFV", - "shortLabel": "Marder", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Marder Infantry FIghting Vehicle. Tracked. Amphibious. 20 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.82, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Osa 9A33 ln": { - "name": "Osa 9A33 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-8 Launcher", - "shortLabel": "Osa 9A33 ln", - "range": "Short", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 10300, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-8 SAM Battery" - }, - "Paratrooper AKS-74": { - "name": "Paratrooper AKS-74", - "coalition": "red", - "era": "Late Cold War", - "label": "AKS-74", - "shortLabel": "AKS-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian paratrooper carrying AKS-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Paratrooper RPG-16": { - "name": "Paratrooper RPG-16", - "coalition": "red", - "era": "Modern", - "label": "RPG-16", - "shortLabel": "Para RPG-16", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Russian paratrooper carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Patriot AMG": { - "name": "Patriot AMG", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Antenna Mast Group", - "shortLabel": "Patriot AMG", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ECS": { - "name": "Patriot ECS", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Engagement Control Station", - "shortLabel": "Patriot ECS", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot EPP": { - "name": "Patriot EPP", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Electric Power Plant", - "shortLabel": "Patriot EPP", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot cp": { - "name": "Patriot cp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Command Post", - "shortLabel": "Patriot cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ln": { - "name": "Patriot ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Launcher", - "shortLabel": "Patriot ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 100000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Patriot site" - }, - "Patriot site": { - "name": "Patriot site", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot SAM Battery", - "shortLabel": "Pt", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 98000, - "description": "Patriot radar SAM site. Range/alt max: 150 km, 105,000 ft. Min: 5km. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Pt" - }, - "Patriot str": { - "name": "Patriot str", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Search/Track Radar", - "shortLabel": "Patriot str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Predator GCS": { - "name": "Predator GCS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator GCS", - "shortLabel": "Predator GCS", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Ground Control Station", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Predator TrojanSpirit": { - "name": "Predator TrojanSpirit", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator TrojanSpirit", - "shortLabel": "Predator TrojanSpirit", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Unmanned Aerial Vehicle (UAV) System", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "RLS_19J6": { - "name": "RLS_19J6", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Thin Shield", - "shortLabel": "RLS 19J6", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "RPC_5N62V": { - "name": "RPC_5N62V", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Square Pair", - "shortLabel": "RPC 5N62V", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Radar_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Radar_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Radar_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Radar_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Radar_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Radar_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Radar_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Radar_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Radar_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Radar_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Radar_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Radar_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Radar_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Radar_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Radar_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Radar_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Roland ADS": { - "name": "Roland ADS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Roland ADS", - "shortLabel": "RO", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 12000, - "engagementRange": 8000, - "description": "Roland ADS radar and optical SAM. Range/alt max: 11 km, 18,000 ft. Tracked vehicle.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, Optical, CA", - "markerFile": "groundunit-sam" - }, - "Roland Radar": { - "name": "Roland Radar", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Roland Search Radar", - "shortLabel": "Roland Radar", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-200_Launcher": { - "name": "S-200_Launcher", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Launcher", - "shortLabel": "S-200 Launcher", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Launcher_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Launcher_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Launcher_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Launcher_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Launcher_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Launcher_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Launcher_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Launcher_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Launcher_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Launcher_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Launcher_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Launcher_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Launcher_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Launcher_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Launcher_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 255000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-5 SAM Battery" - }, - "S-300PS 40B6M tr": { - "name": "S-300PS 40B6M tr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Tin Shield", - "shortLabel": "S-300PS 40B6M tr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 40B6MD sr": { - "name": "S-300PS 40B6MD sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Clam Shell", - "shortLabel": "S-300PS 40B6MD sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 54K6 cp": { - "name": "S-300PS 54K6 cp", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Command Post", - "shortLabel": "S-300PS 54K6 cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "S-300PS 5P85C ln": { - "name": "S-300PS 5P85C ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85C ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85C", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 5P85D ln": { - "name": "S-300PS 5P85D ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85D ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85D", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 64H6E sr": { - "name": "S-300PS 64H6E sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Big Bird", - "shortLabel": "S-300PS 64H6E sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SA-10 SAM Battery": { - "name": "SA-10 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 SAM Battery", - "shortLabel": "10", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 300000, - "engagementRange": 52000, - "description": "SA-10 Grumble radar SAM site S-300. Range/alt max: 52 km, 100,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "10" - }, - "SA-11 Buk CC 9S470M1": { - "name": "SA-11 Buk CC 9S470M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Command Post", - "shortLabel": "SA-11 Buk CC 9S470M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 Buk LN 9A310M1": { - "name": "SA-11 Buk LN 9A310M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Launcher", - "shortLabel": "SA-11 Buk LN 9A310M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 35000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-11 SAM Battery" - }, - "SA-11 Buk SR 9S18M1": { - "name": "SA-11 Buk SR 9S18M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-11 Snown Drift", - "shortLabel": "SA-11 Buk SR 9S18M1", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 SAM Battery": { - "name": "SA-11 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 SAM Battery", - "shortLabel": "11", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 98000, - "engagementRange": 33000, - "description": "SA-11 Gadfly radar SAM site 9K37. Range/alt max: 42 km, 82,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "11" - }, - "SA-18 Igla manpad": { - "name": "SA-18 Igla manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S manpad": { - "name": "SA-18 Igla-S manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-2 SAM Battery": { - "name": "SA-2 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-2 SAM Battery", - "shortLabel": "2", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 42000, - "description": "SA-2 Guideline radar SAM site S-75. Range/alt max: 24 km, 66,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "2" - }, - "SA-3 SAM Battery": { - "name": "SA-3 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 SAM Battery", - "shortLabel": "3", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 18000, - "description": "SA-3 Goa radar SAM site S-125. Range/alt max: 35 km, 60,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "3" - }, - "SA-5 SAM Battery": { - "name": "SA-5 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-5 SAM Battery", - "shortLabel": "5", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 400000, - "engagementRange": 250000, - "description": "SA-5 Gammon radar SAM site S-200. Range/alt max: 300 km, 120,000 ft. Min 60km.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "5" - }, - "SA-6 SAM Battery": { - "name": "SA-6 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 SAM Battery", - "shortLabel": "6", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "description": "SA-6 Gainful radar SAM site 2K12. Range/alt max: 55 km, 50,000 ft. Tracked vehicle.", - "abilities": "", - "acquisitionRange": 68000, - "engagementRange": 22000, - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "6" - }, - "SAU 2-C9": { - "name": "SAU 2-C9", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Nona", - "shortLabel": "SAU Nona", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 7000, - "description": "2S9 Nona. Tracked. 120mm howitzer. 30m min range, 7km max. Doesn't let you use the gun in CA.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "120mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Akatsia": { - "name": "SAU Akatsia", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Akatsiya", - "shortLabel": "SAU Akatsiya", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 17000, - "description": "SAU Akatsiya. Tracked. Self propelled 152mm howitzer. 30m min range, 17km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Gvozdika": { - "name": "SAU Gvozdika", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Gvozdika", - "shortLabel": "SAU Gvozdika", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "2S1 SAU Gvozdika. Tracked. 122m howitzer. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "122mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Msta": { - "name": "SAU Msta", - "coalition": "red", - "era": "Late Cold War", - "label": "SAU Msta", - "shortLabel": "SAU Msta", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 23500, - "description": "2S19 Msta. Tracked. 152.4mm howitzer. 1km min range, 24km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SKP-11": { - "name": "SKP-11", - "coalition": "red", - "era": "Early Cold War", - "label": "SKP-11", - "shortLabel": "SKP-11", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Repair and recovery vehicle. Wheeled. Comms for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Comms" - }, - "SNR_75V": { - "name": "SNR_75V", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Fan Song", - "shortLabel": "SNR 75V", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S_75M_Volhov": { - "name": "S_75M_Volhov", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Launcher", - "shortLabel": "S75M Volhov", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 43000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-2 SAM Battery" - }, - "Sandbox": { - "name": "Sandbox", - "coalition": "", - "era": "", - "label": "Sandbox", - "shortLabel": "Sandbox", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Smerch": { - "name": "Smerch", - "coalition": "red", - "era": "Late Cold War", - "label": "BM-30 Smerch (Cluster)", - "shortLabel": "BM-30 Smerch", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm cluster rockets. 20km min range, 71 km max. Cluster munitions can be very laggy en masse.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier AK": { - "name": "Soldier AK", - "coalition": "red", - "era": "Early Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "muzzleVelocity": 900, - "barrelHeight": 1, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 4", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M249": { - "name": "Soldier M249", - "coalition": "blue", - "era": "Late Cold War", - "label": "M249", - "shortLabel": "M249", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M249.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 915, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 0.25, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4 GRG": { - "name": "Soldier M4 GRG", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.95, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Georgia", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4": { - "name": "Soldier M4", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier RPG": { - "name": "Soldier RPG", - "coalition": "red", - "era": "Mid Cold War", - "label": "RPG", - "shortLabel": "Soldier RPG", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Solider carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.8, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Stinger comm dsr": { - "name": "Stinger comm dsr", - "coalition": "red", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS, IR", - "markerFile": "groundunit-sam" - }, - "Stinger comm": { - "name": "Stinger comm", - "coalition": "blue", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Strela-1 9P31": { - "name": "Strela-1 9P31", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-9 Gaskin", - "shortLabel": "9", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 4200, - "description": "SA-9 Gaskin Strela 1. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "Strela-10M3": { - "name": "Strela-10M3", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-13 Gopher", - "shortLabel": "13", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 5000, - "description": "SA-13 Gopher Strela 10. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam" - }, - "Suidae": { - "name": "Suidae", - "coalition": "", - "era": "Modern", - "label": "Suidae", - "shortLabel": "Suidae", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "The destroyer of all. Pre-Dates all living and un-living creatures.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Prehistoric" - }, - "T-55": { - "name": "T-55", - "coalition": "red", - "era": "Early Cold War", - "label": "T-55", - "shortLabel": "T-55", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 100 mm D-10T rifled gun (APFSDS and HEAT), 7.62 mm SGMT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.3, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 9, - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "T-72B": { - "name": "T-72B", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B", - "shortLabel": "T-72B", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "shotsBaseScatter": 5, - "barrelHeight": 2.5, - "muzzleVelocity": 700, - "aimMethodRange": 2500, - "alertnessTimeConstant": 4, - "canAAA": true, - "tags": "CA" - }, - "T-80UD": { - "name": "T-80UD", - "coalition": "red", - "era": "Late Cold War", - "label": "T-80UD", - "shortLabel": "T-80UD", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - 01": { - "name": "Iran - 01", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "iran - 02": { - "name": "Iran - 02", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M-1 smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.32, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "T-90": { - "name": "T-90", - "coalition": "red", - "era": "Late Cold War", - "label": "T-90", - "shortLabel": "T-90", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "tags": "CA", - "canAAA": true, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000 - }, - "TPZ": { - "name": "TPZ", - "coalition": "blue", - "era": "Late Cold War", - "label": "TPz Fuchs", - "shortLabel": "TPz Fuchs", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "TPz Fuchs. Wheeled. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Tigr_233036": { - "name": "Tigr_233036", - "coalition": "red", - "era": "Late Cold War", - "label": " LUV Tigr", - "shortLabel": " LUV Tigr", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Utility vehicle. Wheeled. Multi-Axle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tor 9A331": { - "name": "Tor 9A331", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-15 Gauntlet", - "shortLabel": "15", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 12000, - "description": "SA-15 Gauntlet 9K330 Tor. Range/alt max: 12 km, 20,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, CA", - "markerFile": "groundunit-sam" - }, - "Trolley bus": { - "name": "Trolley bus", - "coalition": "blue", - "era": "Late Cold War", - "label": "Trolley bus", - "shortLabel": "Trolley bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian. Public transportation bus. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "UAZ-469": { - "name": "UAZ-469", - "coalition": "red", - "era": "Mid Cold War", - "label": "UAZ-469", - "shortLabel": "UAZ-469", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "red_spring": { - "name": "RED_Spring", - "countries": "All" - }, - "red_summer": { - "name": "RED_Summer", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "orange_spring": { - "name": "ORANGE_Spring", - "countries": "All" - }, - "orange_autumn": { - "name": "ORANGE_Autumn", - "countries": "All" - }, - "red_autumn": { - "name": "RED_Autumn", - "countries": "All" - }, - "red_winter": { - "name": "RED_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "orange_summer": { - "name": "ORANGE_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "orange_winter": { - "name": "ORANGE_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled. 4x4", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Uragan_BM-27": { - "name": "Uragan_BM-27", - "coalition": "red", - "era": "Late Cold War", - "label": "Bm-27 Uragan", - "shortLabel": "Uragan", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 37000, - "description": "Uragan BM-27. Wheeled. 220 mm rocket artillery. 11km min range, 37 km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "220mm, Rocket, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Ural ATsP-6": { - "name": "Ural ATsP-6", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural ATsP-6", - "shortLabel": "Ural ATsP-6", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Ural-375 PBU": { - "name": "Ural-375 PBU", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375 PBU", - "shortLabel": "Ural-375 PBU", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military command vehicle. Wheeled. Re-arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Re-Arming, FARP" - }, - "Ural-375 ZU-23 Insurgent": { - "name": "Ural-375 ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23 Insurgent", - "shortLabel": "Ural-375 ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 8, - "muzzleVelocity": 1000, - "barrelHeight": 3, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "Ural-375 ZU-23": { - "name": "Ural-375 ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23", - "shortLabel": "Ural-375 ZU-23", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 AAA 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 3, - "muzzleVelocity": 1000, - "aimTime": 8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "Ural-375": { - "name": "Ural-375", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375", - "shortLabel": "Ural-375", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. Refueling and Re-Arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Refueling, Re-Arming, FARP" - }, - "Ural-4320 APA-5D": { - "name": "Ural-4320 APA-5D", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-4320 APA-5D", - "shortLabel": "Ural-4320 APA-5D", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Ural-4320-31": { - "name": "Ural-4320-31", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320-31", - "shortLabel": "Ural-4320-31", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Ural-4320T": { - "name": "Ural-4320T", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320T", - "shortLabel": "Ural-4320T", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "VAZ Car": { - "name": "VAZ Car", - "coalition": "red", - "era": "Early Cold War", - "label": "VAZ Car", - "shortLabel": "VAZ Car", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian car. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Vulcan": { - "name": "Vulcan", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Vulcan", - "shortLabel": "Vulcan", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "M113 Vulcan. Tracked M113 APC with radar guided Vulcan 20 mm cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2.5, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZIL-131 KUNG": { - "name": "ZIL-131 KUNG", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-131 KUNG", - "shortLabel": "ZIL-131 KUNG", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. KUNG Narrow specialized Body. 6x6. Repair for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "ZIL-4331": { - "name": "ZIL-4331", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-4331", - "shortLabel": "ZIL-4331", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "ZSU-23-4 Shilka": { - "name": "ZSU-23-4 Shilka", - "coalition": "red", - "era": "Mid Cold War", - "label": "ZSU-23-4 Shilka", - "shortLabel": "ZSU-23-4 Shilka", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "ZSU-23-4 Shilka. Tracked. 4 x 23 mm radar guided autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Closed Insurgent": { - "name": "ZU-23 Closed Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Closed Insurgent", - "shortLabel": "ZU-23 Closed Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZU-23 Emplacement Closed": { - "name": "ZU-23 Emplacement Closed", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement Closed", - "shortLabel": "ZU-23 Emplacement Closed", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Emplacement": { - "name": "ZU-23 Emplacement", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement", - "shortLabel": "ZU-23 Emplacement", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Insurgent": { - "name": "ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Insurgent", - "shortLabel": "ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "ZiL-131 APA-80": { - "name": "ZiL-131 APA-80", - "coalition": "red", - "era": "Early Cold War", - "label": "ZiL-131 APA-80", - "shortLabel": "ZiL-131 APA-80", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Arctic Self-Loading Device. Power for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Power, FARP" - }, - "house1arm": { - "name": "house1arm", - "coalition": "", - "era": "", - "label": "house1arm", - "shortLabel": "house1arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "house2arm": { - "name": "house2arm", - "coalition": "", - "era": "", - "label": "house2arm", - "shortLabel": "house2arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "houseA_arm": { - "name": "houseA_arm", - "coalition": "", - "era": "", - "label": "houseA_arm", - "shortLabel": "houseA_arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost": { - "name": "outpost", - "coalition": "", - "era": "", - "label": "outpost", - "shortLabel": "outpost", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost_road": { - "name": "outpost_road", - "coalition": "", - "era": "", - "label": "outpost_road", - "shortLabel": "outpost_road", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "p-19 s-125 sr": { - "name": "p-19 s-125 sr", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Flat Face B", - "shortLabel": "Flat Face B", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "snr s-125 tr": { - "name": "snr s-125 tr", - "coalition": "red", - "era": "Early Cold War", - "label": "SA-3 Low Blow", - "shortLabel": "snr s-125 tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SpGH_Dana": { - "name": "SpGH_Dana", - "coalition": "red", - "era": "Late Cold War", - "label": "SpGH Dana 152mm", - "shortLabel": "SpGH Dana", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18400, - "description": "SpGH Dana 77. Wheeled. Self propelled 152mm howitzer. 1km min range, 18km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Grad_FDDM": { - "name": "Grad_FDDM", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LBu ACRV", - "shortLabel": "MT-LBu ARCV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18500, - "description": "MT-LBu IV12 series tracked. Artillery command / recon vehicle, not an arty piece, speeds up artillery fire time in game when grouped.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "tags": "Command, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK Ins": { - "name": "Infantry AK Ins", - "coalition": "red", - "era": "Early Cold War", - "label": "Insurgent AK-74", - "shortLabel": "AK-74 (Ins)", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Insurgent solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Insurgent", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS FDDM": { - "name": "MLRS FDDM", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV MLRS ACRV", - "shortLabel": "HMMWV ACRV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "A Humvee artillery command/ recon vehicle, not an arty piece, speeds up MLRS fire time in game when grouped. 12.7 mm machine gun.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "barrelHeight": 2.49, - "tags": "Arty Command/Recon, CA", - "markerFile": "groundunit-artillery", - "indirectFire": false, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK ver2": { - "name": "Infantry AK ver2", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 2", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Infantry AK ver3": { - "name": "Infantry AK ver3", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 3", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Smerch_HE": { - "name": "Smerch_HE", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-30 Smerch (HE)", - "shortLabel": "BM-30 Smerch", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm 9M55F rockets. 20km min range, 71 km max.", - "abilities": "Combined Arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier stinger": { - "name": "Soldier stinger", - "coalition": "", - "era": "", - "label": "FIM-92 Stinger", - "shortLabel": "St", - "type": "SAM Site", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 4500, - "description": "Stinger IR MANPADS FIM-92. Range/alt max: 5 km, 15,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S comm": { - "name": "SA-18 Igla-S comm", - "coalition": "", - "era": "", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "type": "SAM Site", - "enabled": false, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "TACAN_beacon": { - "name": "TACAN_beacon", - "coalition": "", - "era": "", - "label": "Beacon TACAN Portable TTS 3030", - "shortLabel": "Beacon TACAN Portable TTS 3030", - "type": "Structure", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Merkava_Mk4": { - "name": "Merkava_Mk4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Merkava IV", - "shortLabel": "Merkava IV", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore MG253 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 3.1, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "canAAA": true, - "alertnessTimeConstant": 3 - }, - "LiAZ Bus": { - "name": "LiAZ Bus", - "coalition": "", - "era": "", - "label": "Bus LiAZ-677", - "shortLabel": "Bus LiAZ-677", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KrAZ6322": { - "name": "KrAZ6322", - "coalition": "", - "era": "", - "label": "Truck KrAZ-6322 6x6", - "shortLabel": "Truck KrAZ-6322 6x6", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "JTAC": { - "name": "JTAC", - "coalition": "", - "era": "", - "label": "JTAC", - "shortLabel": "JTAC", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Electric locomotive": { - "name": "Electric locomotive", - "coalition": "", - "era": "", - "label": "VL80 Electric", - "shortLabel": "VL80 Electric", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Locomotive": { - "name": "Locomotive", - "coalition": "", - "era": "", - "label": "CHME3T", - "shortLabel": "CHME3T", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Coach cargo": { - "name": "Coach cargo", - "coalition": "", - "era": "", - "label": "Freight Van", - "shortLabel": "Freight Van", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach cargo open": { - "name": "Coach cargo open", - "coalition": "", - "era": "", - "label": "Open Wagon", - "shortLabel": "Open Wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank blue": { - "name": "Coach a tank blue", - "coalition": "", - "era": "", - "label": "Car blue", - "shortLabel": "Car blue", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank yellow": { - "name": "Coach a tank yellow", - "coalition": "", - "era": "", - "label": "Car yellow", - "shortLabel": "Car yellow", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a passenger": { - "name": "Coach a passenger", - "coalition": "", - "era": "", - "label": "Passenger Car", - "shortLabel": "Passenger Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a platform": { - "name": "Coach a platform", - "coalition": "", - "era": "", - "label": "Coach Platform", - "shortLabel": "Coach Platform", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "tacr2a": { - "name": "tacr2a", - "coalition": "", - "era": "", - "label": "RAF Rescue", - "shortLabel": "RAF Rescue", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire and Rescue vehicle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "LARC-V": { - "name": "LARC-V", - "coalition": "", - "era": "", - "label": "LARC-V", - "shortLabel": "LARC-V", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 500, - "engagementRange": 0, - "description": "Amphibious cargo vehicle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KS-19": { - "name": "KS-19", - "coalition": "", - "era": "Early Cold War", - "label": "KS-19 100mm", - "shortLabel": "KS-19 100mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 16000, - "engagementRange": 2000, - "description": "KS-19. 100 mm AAA gun. Fixed manually aimed large calibre anti aircraft gun.", - "abilities": "AA", - "canTargetPoint": false, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 25, - "shotsToFire": 5, - "barrelHeight": 5, - "cost": null, - "markerFile": "groundunit-aaa", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 15000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "SON_9": { - "name": "SON_9", - "coalition": "red", - "era": "Early Cold War", - "label": "Fire Can SON-9", - "shortLabel": "Fire Can SON-9", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 92600, - "engagementRange": null, - "description": "SON-9 Fire Can. Gun laying radar, not AAA. Can be used to direct fire of up to 4 AAA guns if grouped with them.", - "abilities": "Fire Director", - "canTargetPoint": false, - "canRearm": false, - "cost": null, - "tags": "Radar", - "markerFile": "groundunit-aaa", - "canAAA": false - }, - "Scud_B": { - "name": "Scud_B", - "coalition": "", - "era": "", - "label": "SS-1C Scud-B", - "shortLabel": "Scud-B", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 283000, - "description": "SS-1C Scud-B wheeled vehicle firing R-17 tactical ballistic missile. 50 km min range, 300 km max. Approx 700 m CEP. Long setup time, check if the stabilisers are moving to see if launch command worked.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Ballistic Missile", - "markerFile": "groundunit-artillery", - "aimTime": 300, - "shotsToFire": 1, - "shotsBaseInterval": 300, - "shotsBaseScatter": 1, - "alertnessTimeConstant": 10 - }, - "HL_DSHK": { - "name": "HL_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical DSHK 12.7mm", - "shortLabel": "Technical DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "muzzleVelocity": 900 - }, - "HL_KORD": { - "name": "HL_KORD", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical KORD 12.7mm", - "shortLabel": "Technical KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_DSHK": { - "name": "tt_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Pickup DSHK 12.7mm", - "shortLabel": "Pickup DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 300, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_KORD": { - "name": "tt_KORD", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup KORD 12.7mm", - "shortLabel": "Pickup KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "HL_ZU-23": { - "name": "HL_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Technical with ZU-23", - "shortLabel": "Technical with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "Technical. Car with ZSU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 200, - "shotsBaseInterval": 15, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "tt_ZU-23": { - "name": "tt_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Pickup with ZU-23", - "shortLabel": "Pickup with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Box car with ZU-23 AAA 23mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": true, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 15, - "aimMethodRange": 4500, - "targetingRange": 100 - }, - "HL_B8M1": { - "name": "HL_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Technical B8M1", - "shortLabel": "Technical B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4900, - "description": "Technical with a B8M1 80mm rocket pod on the back. 1km min range, max 15km.", - "abilities": "Combined Arms, Indirect Fire.", - "canTargetPoint": true, - "canRearm": false, - "tags": "Rocket, CA", - "markerFile": "groundunit-artillery", - "shotsToFire": 2, - "shotsBaseInterval": 30, - "aimTime": 120, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "indirectFire": true - }, - "tt_B8M1": { - "name": "tt_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup B8M1", - "shortLabel": "Pickup B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "Pickup truck with B8M1 80mm rocket launcher. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "80mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "NASAMS_Radar_MPQ64F1": { - "name": "NASAMS_Radar_MPQ64F1", - "coalition": "", - "era": "", - "label": "SAM NASAMS SR MPQ64F1", - "shortLabel": "SAM NASAMS SR MPQ64F1", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": "no", - "canRearm": "no", - "markerFile": "groundunit-sam-radar" - }, - "NASAMS_Command_Post": { - "name": "NASAMS_Command_Post", - "coalition": "", - "era": "", - "label": "SAM NASAMS C2", - "shortLabel": "SAM NASAMS C2", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_B": { - "name": "NASAMS_LN_B", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120B", - "shortLabel": "SAM NASAMS LN AIM-120B", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_C": { - "name": "NASAMS_LN_C", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120C", - "shortLabel": "SAM NASAMS LN AIM-120C", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "M4_Sherman": { - "name": "M4_Sherman", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4 Sherman", - "shortLabel": "Tk M4 Sherman", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm gun (AP and HE), 0.50 caliber coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 650, - "barrelHeight": 2.74, - "shotsBaseInterval": 5, - "tags": "CA", - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 8, - "canAAA": false - }, - "M2A1_halftrack": { - "name": "M2A1_halftrack", - "coalition": "blue", - "era": "WW2", - "label": "M2A1 Halftrack", - "shortLabel": "M2A1 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "M2 A1. Half tracked. 12.7 mm and 7.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.6, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "FPS-117 Dome": { - "name": "FPS-117 Dome", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117 (Dome)", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar in a domed building", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Dome", - "markerFile": "groundunit-ewr" - }, - "FPS-117 ECS": { - "name": "FPS-117 ECS", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 ECS", - "shortLabel": "ECS", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "AN/FPS-117 engagement control station, this is not a radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "C&C", - "markerFile": "groundunit-ewr" - }, - "FPS-117": { - "name": "FPS-117", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 463000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar on a large metal platform", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "RD_75": { - "name": "RD_75", - "coalition": "", - "era": "", - "label": "SA-2 S-75 RD-75 Amazonka RF", - "shortLabel": "SAM SA-2 S-75 RD-75 Amazonka RF", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZSU_57_2": { - "name": "ZSU_57_2", - "coalition": "red", - "era": "Early Cold War", - "label": "ZSU-57-2", - "shortLabel": "ZSU-57-2", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 3000, - "description": "ZSU-57-2. Tracked self propelled optically guided AA gun. 2 x 57 mm auto cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1200, - "barrelHeight": 3, - "aimTime": 20, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 9000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "S-60_Type59_Artillery": { - "name": "S-60_Type59_Artillery", - "coalition": "red", - "era": "Early Cold War", - "label": "S-60 57mm", - "shortLabel": "S-60 57mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 6000, - "engagementRange": 6000, - "description": "AZP S-60. Fixed. Automatic anti aircraft gun 57mm.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 5000, - "targetingRange": 2000 - }, - "generator_5i57": { - "name": "generator_5i57", - "coalition": "", - "era": "", - "label": "Diesel Power Station 5I57A", - "shortLabel": "Diesel Power Station 5I57A", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Diesel Power station.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "T-72B3": { - "name": "T-72B3", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B3", - "shortLabel": "T-72B3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 8, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "aimMethodRange": 3000, - "canAAA": true, - "tags": "" - }, - "PT_76": { - "name": "PT_76", - "coalition": "red", - "era": "Early Cold War", - "label": "LT PT-76", - "shortLabel": "LT PT-76", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Amphibious Light tank. Tracked. 76.2 mm D-56T smoothbore gun (AP and HE), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA, Amphibious", - "targetingRange": 100, - "muzzleVelocity": 625, - "barrelHeight": 1.85, - "shotsBaseInterval": 9, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "BTR-82A": { - "name": "BTR-82A", - "coalition": "red", - "era": "Modern", - "label": "BTR-82A", - "shortLabel": "BTR-82A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "BTR 82A APC. Wheeled. Amphibious. 30 mm gun.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "ATZ-5": { - "name": "ATZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-5", - "shortLabel": "ATZ-5 Fuel", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled. Refueling for FARPs", - "abilities": "Combined arms, Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "AA8": { - "name": "AA8", - "coalition": "", - "era": "Early Cold War", - "label": "Fire truck AA-7", - "shortLabel": "Fire truck", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire truck. Wheeled. Red", - "abilities": "Combined Arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "TZ-22_KrAZ": { - "name": "TZ-22_KrAZ", - "coalition": "", - "era": "", - "label": "Refueler TZ-22 Tractor", - "shortLabel": "Refueler TZ-22 Tractor (KrAZ-258B1)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "ATZ-60_Maz": { - "name": "ATZ-60_Maz", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-60 Maz", - "shortLabel": "ATZ-60 Maz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Wheeled truck. Only the cab portion no trailers.", - "abilities": "Combined arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "ZIL-135": { - "name": "ZIL-135", - "coalition": "", - "era": "", - "label": "Truck ZIL-135", - "shortLabel": "Truck ZIL-135", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "S_75_ZIL": { - "name": "S_75_ZIL", - "coalition": "", - "era": "", - "label": "S-75 Tractor", - "shortLabel": "S-75 Tractor (ZIL-131)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "rapier_fsa_launcher": { - "name": "rapier_fsa_launcher", - "coalition": "", - "era": "", - "label": "SAM Rapier LN", - "shortLabel": "SAM Rapier LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 6800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_optical_tracker_unit": { - "name": "rapier_fsa_optical_tracker_unit", - "coalition": "", - "era": "", - "label": "SAM Rapier Tracker", - "shortLabel": "SAM Rapier Tracker", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_blindfire_radar": { - "name": "rapier_fsa_blindfire_radar", - "coalition": "", - "era": "", - "label": "SAM Rapier Blindfire TR", - "shortLabel": "SAM Rapier Blindfire TR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "bofors40": { - "name": "bofors40", - "coalition": "blue", - "era": "WW2", - "label": "Bofors 40mm", - "shortLabel": "Bofor", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 3000, - "description": "Bofors gun. Fixed anti aircraft 40mm gun. Manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.35, - "muzzleVelocity": 850, - "aimTime": 8, - "shotsToFire": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "shotsBaseInterval": 10, - "alertnessTimeConstant": 15, - "targetingRange": 200, - "aimMethodRange": 4000 - }, - "Chieftain_mk3": { - "name": "Chieftain_mk3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Chieftain Mk.3", - "shortLabel": "Chieftain Mk.3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.7, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 2 - }, - "Bedford_MWD": { - "name": "Bedford_MWD", - "coalition": "blue", - "era": "WW2", - "label": "Truck Bedford", - "shortLabel": "Truck Bedford", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "Land_Rover_101_FC": { - "name": "Land_Rover_101_FC", - "coalition": "", - "era": "", - "label": "Truck Land Rover 101 FC", - "shortLabel": "Truck Land Rover 101 FC", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility truck. Wheeled. 4x4 ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Land_Rover_109_S3": { - "name": "Land_Rover_109_S3", - "coalition": "", - "era": "", - "label": "LUV Land Rover 109", - "shortLabel": "LUV Land Rover 109", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "hy_launcher": { - "name": "hy_launcher", - "coalition": "red", - "era": "Mid Cold War", - "label": "SS-N 2 Silkworm", - "shortLabel": "SS-N 2 Silkworm", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 100000, - "description": "SS-N 2 Silkworm anti ship missile launcher. Max range 100 km. Must be grouped with SS-N 2 search radar to function.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Missile Launcher", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2", - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Silkworm_SR": { - "name": "Silkworm_SR", - "coalition": "", - "era": "", - "label": "SS-N 2 Silkworm Radar", - "shortLabel": "SS-N 2 SR", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 200000, - "engagementRange": 0, - "description": "SS-N 2 Silkworm anti ship search radar. Must be grouped with SS N-2 missile launcher.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Missile Search Radar", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2" - }, - "ES44AH": { - "name": "ES44AH", - "coalition": "", - "era": "", - "label": "ES44AH", - "shortLabel": "ES44AH", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Boxcartrinity": { - "name": "Boxcartrinity", - "coalition": "", - "era": "Mid Cold War", - "label": "Flatcar", - "shortLabel": "Flatcar", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Train carriage flatcar, modern train container (red)", - "abilities": "Train, Carriage", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Tankcartrinity": { - "name": "Tankcartrinity", - "coalition": "", - "era": "", - "label": "Cartrinity", - "shortLabel": "Cartrinity", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Wellcarnsc": { - "name": "Wellcarnsc", - "coalition": "", - "era": "", - "label": "Well Car", - "shortLabel": "Well Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Carriage" - }, - "flak18": { - "name": "flak18", - "coalition": "", - "era": "WW2", - "label": "8.8cm Flak 18", - "shortLabel": "8.8cm Flak 18", - "type": "AAA", - "enabled": true, - "liveries": {}, - "aimTime": 18, - "shotsToFire": 5, - "acquisitionRange": 8000, - "engagementRange": 1000, - "description": "The flak 88. Fixed anti aircraft gun famously also used as an anti-tank gun. 88mm flak gun.", - "abilities": "AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 880, - "barrelHeight": 2.1, - "cost": 40000, - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "aimMethodRange": 100, - "targetingRange": 7000, - "alertnessTimeConstant": 5 - }, - "Pz_IV_H": { - "name": "Pz_IV_H", - "coalition": "red", - "era": "WW2", - "label": "Tk PzIV H", - "shortLabel": "Tk PzIV H", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm KwK 40 L/48 gun (AP and HE), 7.92 mm MG34 coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.68, - "shotsBaseInterval": 4, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "Leopard-2A5": { - "name": "Leopard-2A5", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A5", - "shortLabel": "Leopard-2A5", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/55 main gun (APFSDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimMethodRange": 3000, - "barrelHeight": 2.7, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4": { - "name": "leopard-2A4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4", - "shortLabel": "Leopard-2A4", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "tags": "CA", - "aimTime": 5, - "shotsToFire": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4_trs": { - "name": "leopard-2A4_trs", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4 Trs", - "shortLabel": "Leopard-2A4 Trs", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "Sd_Kfz_251": { - "name": "Sd_Kfz_251", - "coalition": "red", - "era": "WW2", - "label": "Sd.Kfz.251 Halftrack", - "shortLabel": "Sd.Kfz.251 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Sd.Kfz.251. Half tracked. 7.92 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 765, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Blitz_36-6700A": { - "name": "Blitz_36-6700A", - "coalition": "red", - "era": "WW2", - "label": "Truck Opel Blitz", - "shortLabel": "Truck Opel Blitz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "T155_Firtina": { - "name": "T155_Firtina", - "coalition": "blue", - "era": "Modern", - "label": "SPH T155 Firtina", - "shortLabel": "T155 Firtina", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 40000, - "description": "SPH T155 Firtina. Tracked. Self propelled 155mm howitzer. 1km min range, 40km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "VAB_Mephisto": { - "name": "VAB_Mephisto", - "coalition": "blue", - "era": "Late Cold War", - "label": "VAB Mephisto", - "shortLabel": "VAB Mephisto", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "VAB Mephisto. Wheeled vehicle armed with 4 x HOT 2 missiles.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "ZTZ96B": { - "name": "ZTZ96B", - "coalition": "red", - "era": "Late Cold War", - "label": "Type 96B", - "shortLabel": "Type 96B", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm smoothbore gun (APFSDS and HEAT), 7.62 mm Type 86H-7 machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.9, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "tags": "CA", - "targetingRange": 100, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000, - "canAAA": true - }, - "ZBD04A": { - "name": "ZBD04A", - "coalition": "red", - "era": "Late Cold War", - "label": "ZBD-04A IFV", - "shortLabel": "ZBD-04A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Type 04 Infantry Fighting Vehicle. Tracked. 100 mm gun, 30 mm gun, AT-10 missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.5, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 4000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "HQ-7_LN_SP": { - "name": "HQ-7_LN_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled LN", - "shortLabel": "HQ-7 Self-Propelled LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_LN_EO": { - "name": "HQ-7_LN_EO", - "coalition": "", - "era": "", - "label": "HQ-7 LN Electro-Optics", - "shortLabel": "HQ-7 LN Electro-Optics", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 8000, - "engagementRange": 12000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_STR_SP": { - "name": "HQ-7_STR_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled STR", - "shortLabel": "HQ-7 Self-Propelled STR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "PLZ05": { - "name": "PLZ05", - "coalition": "red", - "era": "Modern", - "label": "PLZ-05", - "shortLabel": "PLZ-05", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "PLZ-05 or the Type 05 tracked self propelled howitzer. 155 mm main gun with 12.7 mm machine gun. 1km min range, 22km max.", - "abilities": "Combined arms, indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "TYPE-59": { - "name": "TYPE-59", - "coalition": "red", - "era": "Early Cold War", - "label": "Type 59", - "shortLabel": "Type 59", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 100 mm Type 59 rifled gun (AP and HE), 7.62 mm Type 59T machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.5, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 10, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "Kubelwagen_82": { - "name": "Kubelwagen_82", - "coalition": "", - "era": "", - "label": "LUV Kubelwagen Jeep", - "shortLabel": "LUV Kubelwagen Jeep", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_2": { - "name": "Sd_Kfz_2", - "coalition": "", - "era": "", - "label": "LUV Kettenrad", - "shortLabel": "LUV Kettenrad", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_7": { - "name": "Sd_Kfz_7", - "coalition": "", - "era": "", - "label": "Tractor Sd.Kfz.7 Art'y Tractor", - "shortLabel": "Tractor Sd.Kfz.7 Art'y Tractor", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Artillery tractor. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Horch_901_typ_40_kfz_21": { - "name": "Horch_901_typ_40_kfz_21", - "coalition": "", - "era": "", - "label": "LUV Horch 901 Staff Car", - "shortLabel": "LUV Horch 901 Staff Car", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Staff Car. Wheeled. Transportation of military personnel and officers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tiger_I": { - "name": "Tiger_I", - "coalition": "", - "era": "", - "label": "Tk Tiger 1", - "shortLabel": "Tk Tiger 1", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Tiger_II_H": { - "name": "Tiger_II_H", - "coalition": "", - "era": "", - "label": "Tk Tiger II", - "shortLabel": "Tk Tiger II", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Pz_V_Panther_G": { - "name": "Pz_V_Panther_G", - "coalition": "", - "era": "", - "label": "Tk Panther G", - "shortLabel": "Tk Panther G (Pz V)", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Pz V", - "markerFile": "groundunit-tank" - }, - "Jagdpanther_G1": { - "name": "Jagdpanther_G1", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanther TD", - "shortLabel": "Self Propelled Gun Jagdpanther TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "JagdPz_IV": { - "name": "JagdPz_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanzer IV TD", - "shortLabel": "Self Propelled Gun Jagdpanzer IV TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Stug_IV": { - "name": "Stug_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG IV AG", - "shortLabel": "Self Propelled Gun StuG IV AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "SturmPzIV": { - "name": "SturmPzIV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Brummbaer AG", - "shortLabel": "Self Propelled Gun Brummbaer AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Wespe124": { - "name": "Wespe124", - "coalition": "", - "era": "", - "label": "SPH Sd.Kfz.124 Wespe 105mm", - "shortLabel": "SPH Sd.Kfz.124 Wespe 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "Sd_Kfz_234_2_Puma": { - "name": "Sd_Kfz_234_2_Puma", - "coalition": "", - "era": "", - "label": "Scout Puma AC", - "shortLabel": "Scout Puma AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "KDO_Mod40": { - "name": "KDO_Mod40", - "coalition": "", - "era": "", - "label": "AAA Kdo.G.40", - "shortLabel": "AAA Kdo.G.40", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Flakscheinwerfer_37": { - "name": "Flakscheinwerfer_37", - "coalition": "", - "era": "", - "label": "SL Flakscheinwerfer 37", - "shortLabel": "SL Flakscheinwerfer 37", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Maschinensatz_33": { - "name": "Maschinensatz_33", - "coalition": "", - "era": "", - "label": "Maschinensatz 33 Gen", - "shortLabel": "Maschinensatz 33 Gen", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "soldier_mauser98": { - "name": "soldier_mauser98", - "coalition": "", - "era": "", - "label": "Infantry Mauser 98", - "shortLabel": "Infantry Mauser 98", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "SK_C_28_naval_gun": { - "name": "SK_C_28_naval_gun", - "coalition": "", - "era": "", - "label": "Gun 15cm SK C/28 Naval in Bunker", - "shortLabel": "Gun 15cm SK C/28 Naval in Bunker", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 20000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "fire_control": { - "name": "fire_control", - "coalition": "", - "era": "", - "label": "Bunker with Fire Control Center", - "shortLabel": "Bunker with Fire Control Center", - "type": "SAM Site Parts", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1100, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stug_III": { - "name": "Stug_III", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG III G AG", - "shortLabel": "Self Propelled Gun StuG III G AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Elefant_SdKfz_184": { - "name": "Elefant_SdKfz_184", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Elefant TD", - "shortLabel": "Self Propelled Gun Elefant TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "v1_launcher": { - "name": "v1_launcher", - "coalition": "", - "era": "", - "label": "V-1 Launch Ramp", - "shortLabel": "V-1 Launch Ramp", - "type": "Missile System", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "FuMG-401": { - "name": "FuMG-401", - "coalition": "", - "era": "", - "label": "FuMG-401 Freya LZ", - "shortLabel": "FuMG-401 Freya LZ", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "FuSe-65": { - "name": "FuSe-65", - "coalition": "", - "era": "", - "label": "FuSe-65 Würzburg-Riese", - "shortLabel": "FuSe-65 Würzburg-Riese", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Pak40": { - "name": "Pak40", - "coalition": "", - "era": "", - "label": "FH Pak 40 75mm", - "shortLabel": "FH Pak 40 75mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "LeFH_18-40-105": { - "name": "LeFH_18-40-105", - "coalition": "", - "era": "", - "label": "FH LeFH-18 105mm", - "shortLabel": "FH LeFH-18 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "Cromwell_IV": { - "name": "Cromwell_IV", - "coalition": "", - "era": "", - "label": "Tk Cromwell IV", - "shortLabel": "Tk Cromwell IV", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M4A4_Sherman_FF": { - "name": "M4A4_Sherman_FF", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4A4 Sherman Firefly", - "shortLabel": "Tk M4A4 Sherman Firefly", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "soldier_wwii_br_01": { - "name": "soldier_wwii_br_01", - "coalition": "", - "era": "", - "label": "Infantry SMLE No.4 Mk-1", - "shortLabel": "Infantry SMLE No.4 Mk-1", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Centaur_IV": { - "name": "Centaur_IV", - "coalition": "", - "era": "", - "label": "Tk Centaur IV CS", - "shortLabel": "Tk Centaur IV CS", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Churchill_VII": { - "name": "Churchill_VII", - "coalition": "blue", - "era": "WW2", - "label": "Churchill VII", - "shortLabel": "Churchill VII", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "Tank. Tracked. 95 mm main gun, 7.92 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 100, - "markerFile": "groundunit-tank" - }, - "Daimler_AC": { - "name": "Daimler_AC", - "coalition": "", - "era": "", - "label": "Car Daimler Armored", - "shortLabel": "Car Daimler Armored", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tetrarch": { - "name": "Tetrarch", - "coalition": "", - "era": "", - "label": "Tk Tetrach", - "shortLabel": "Tk Tetrach", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "QF_37_AA": { - "name": "QF_37_AA", - "coalition": "", - "era": "", - "label": "AAA QF 3.7\"", - "shortLabel": "AAA QF 3.7\"", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 9000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Allies_Director": { - "name": "Allies_Director", - "coalition": "blue", - "era": "WW2", - "label": "Allies Rangefinder", - "shortLabel": "Allies Rangefinder (DRT)", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "Rangefinder from WW2 for guns", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "DRT", - "markerFile": "groundunit-truck" - }, - "CCKW_353": { - "name": "CCKW_353", - "coalition": "blue", - "era": "WW2", - "label": "GMC 6x6 'Jimmy'", - "shortLabel": "GMC 6x6", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "GMC 6x6 'Jimmy' wheeled truck aka 2 1/2 ton truck.", - "abilities": "Rearm,", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, Rearm", - "markerFile": "groundunit-truck" - }, - "Willys_MB": { - "name": "Willys_MB", - "coalition": "", - "era": "", - "label": "Car Willys Jeep", - "shortLabel": "Car Willys Jeep", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M12_GMC": { - "name": "M12_GMC", - "coalition": "", - "era": "", - "label": "SPH M12 GMC 155mm", - "shortLabel": "SPH M12 GMC 155mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18300, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "M30_CC": { - "name": "M30_CC", - "coalition": "", - "era": "", - "label": "Ammo M30 Cargo Carrier", - "shortLabel": "Ammo M30 Cargo Carrier", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "soldier_wwii_us": { - "name": "soldier_wwii_us", - "coalition": "", - "era": "", - "label": "Infantry M1 Garand", - "shortLabel": "Infantry M1 Garand", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "M10_GMC": { - "name": "M10_GMC", - "coalition": "", - "era": "", - "label": "Self Propelled Gun M10 GMC TD", - "shortLabel": "Self Propelled Gun M10 GMC TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M8_Greyhound": { - "name": "M8_Greyhound", - "coalition": "", - "era": "", - "label": "Scout M8 Greyhound AC", - "shortLabel": "Scout M8 Greyhound AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "M2A1-105": { - "name": "M2A1-105", - "coalition": "", - "era": "", - "label": "FH M2A1 105mm", - "shortLabel": "FH M2A1 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 11500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "M4_Tractor": { - "name": "M4_Tractor", - "coalition": "", - "era": "", - "label": "Tractor M4 High Speed", - "shortLabel": "Tractor M4 High Speed", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M45_Quadmount": { - "name": "M45_Quadmount", - "coalition": "", - "era": "", - "label": "AAA M45 Quadmount HB 12.7mm", - "shortLabel": "AAA M45 Quadmount HB 12.7mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "M1_37mm": { - "name": "M1_37mm", - "coalition": "", - "era": "", - "label": "AAA M1 37mm", - "shortLabel": "AAA M1 37mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5700, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "DR_50Ton_Flat_Wagon": { - "name": "DR_50Ton_Flat_Wagon", - "coalition": "", - "era": "", - "label": "DR 50-ton flat wagon", - "shortLabel": "DR 50-ton flat wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "DRG_Class_86": { - "name": "DRG_Class_86", - "coalition": "", - "era": "", - "label": "DRG Class 86", - "shortLabel": "DRG Class 86", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "German_covered_wagon_G10": { - "name": "German_covered_wagon_G10", - "coalition": "", - "era": "", - "label": "Wagon G10", - "shortLabel": "Wagon G10 (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "German_tank_wagon": { - "name": "German_tank_wagon", - "coalition": "", - "era": "", - "label": "Tank Car", - "shortLabel": "Tank Car (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "SA-18 Igla comm": { - "name": "SA-18 Igla comm", - "coalition": "", - "era": "", - "label": "MANPADS SA-18 Igla \"Grouse\" C2", - "shortLabel": "MANPADS SA-18 Igla \"Grouse\" C2", - "type": "AirDefence", - "enabled": false, - "liveries": {} - }, - "flak30": { - "name": "flak30", - "coalition": "", - "era": "", - "label": "AAA Flak 38 20mm", - "shortLabel": "AAA Flak 38 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak36": { - "name": "flak36", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 36", - "shortLabel": "AAA 8,8cm Flak 36", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak37": { - "name": "flak37", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 37", - "shortLabel": "AAA 8,8cm Flak 37", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak38": { - "name": "flak38", - "coalition": "", - "era": "", - "label": "AAA Flak-Vierling 38 Quad 20mm", - "shortLabel": "AAA Flak-Vierling 38 Quad 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak41": { - "name": "flak41", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 41", - "shortLabel": "AAA 8,8cm Flak 41", - "type": "AAA", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/client/public/databases/units/default/helicopterdatabase.json b/client/public/databases/units/default/helicopterdatabase.json deleted file mode 100644 index aa0f442c..00000000 --- a/client/public/databases/units/default/helicopterdatabase.json +++ /dev/null @@ -1,4482 +0,0 @@ -{ - "AH-1W": { - "name": "AH-1W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "AH-1W Cobra", - "shortLabel": "AH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70 WP", - "name": "14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70 WP", - "name": "38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70", - "name": "8xBGM-71, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70 WP", - "name": "8xBGM-71, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70 WP", - "name": "8xBGM-71, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70", - "name": "14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70", - "name": "38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114", - "name": "8xAGM-114", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "28xHYDRA-70", - "name": "28xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70", - "name": "8xAGM-114, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70 WP", - "name": "8xAGM-114, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71", - "name": "8xBGM-71", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70 WP", - "name": "8xAGM-114, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "76xHYDRA-70", - "name": "76xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70", - "name": "8xAGM-114, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70", - "name": "8xBGM-71, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - } - ], - "filename": "ah-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "usa marines": { - "name": "Marines", - "countries": [ - "USA" - ] - }, - "turkey 1": { - "name": "Turkey", - "countries": [ - "TUR" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "ISR", - "USA" - ] - }, - "usa x black": { - "name": "Black", - "countries": [ - "USA" - ] - }, - "turkey 2": { - "name": "Turkey 2", - "countries": [ - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Cobra", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AH-64D_BLK_II": { - "name": "AH-64D_BLK_II", - "coalition": "blue", - "era": "Modern", - "label": "AH-64D Apache", - "shortLabel": "AH64", - "loadouts": [ - { - "items": [ - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal", - "name": "2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "name": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114K", - "name": "4 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114L", - "name": "4 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * M261: M151 (6PD)", - "name": "4 * M261: M151 (6PD)", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ah-64.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "avengers 1-227th arb": { - "name": "A Company, Avengers, 1-227th ARB", - "countries": [ - "USA" - ] - }, - "devils 1-1 arb": { - "name": "A Company, Devils, 1-1 ARB", - "countries": [ - "USA" - ] - }, - "egypt air force": { - "name": "Egyptian Air Force", - "countries": [ - "EGY" - ] - }, - "indonesian army - 11th squadron by dendi wirson": { - "name": "Indonesian Army - 11th Squadron/Serbu by Dendi Wirson", - "countries": "All" - }, - "south carolina national guard - 40332": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40332", - "countries": [ - "USA" - ] - }, - "301 squadron redskins netherlands": { - "name": "301 Squadron Redskins, Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "korea air force": { - "name": "Republic of Korea Army", - "countries": [ - "KOR" - ] - }, - "south carolina national guard - 40331": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40331", - "countries": [ - "USA" - ] - }, - "saudi arabian national guard": { - "name": "Saudi Arabian National Guard", - "countries": [ - "SAU" - ] - }, - "south carolina national guard": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Gray TADS", - "countries": [ - "USA" - ] - }, - "664 squadron 9 regiment uk": { - "name": "664 Squadron 9 Regiment AAC UK", - "countries": [ - "UK" - ] - }, - "uae armed forces - od": { - "name": "UAE Armed Forces - Olive Drab", - "countries": [ - "ARE" - ] - }, - "grim reapers 4-2 arb": { - "name": "B Company, Grim Reapers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "662 squadron 3 regiment zj171 uk": { - "name": "662 Squadron 3 Regiment AAC UK - ZJ171", - "countries": [ - "UK" - ] - }, - "12th combat aviation brigade griffins": { - "name": "12th Combat Aviation Brigade Griffins", - "countries": [ - "USA" - ] - }, - "silver spurs 3-17 cav": { - "name": "A Troop, Silver Spurs, 3-17 CAV", - "countries": [ - "USA" - ] - }, - "qatar qeaf": { - "name": "Qatar Emiri Air Force", - "countries": [ - "QAT" - ] - }, - "south carolina national guard - drab tads": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Drab TADS", - "countries": [ - "USA" - ] - }, - "archangel 4-2 arb": { - "name": "A Company, Archangel, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "killer bees 1-130th arb ncng": { - "name": "B Company, Killer Bees, 1-130th ARB NCNG", - "countries": [ - "USA" - ] - }, - "wolfpack 1-82 arb": { - "name": "Wolfpack, 1-82 ARB", - "countries": [ - "USA" - ] - }, - "gunslingers 2-159th arb": { - "name": "C Company, Gunslingers, 2-159th ARB", - "countries": [ - "USA" - ] - }, - "the air pirates 1-211th arb": { - "name": "A Company, The Air Pirates, 1-211th ARB UTNG", - "countries": [ - "USA" - ] - }, - "25th_combat_aviation_brigade_by_lee1hy": { - "name": "2-6 CAV, 25th Combat Aviation Brigade", - "countries": [ - "USA" - ] - }, - "apache iaf grey": { - "name": "Indian Air Force - Gray", - "countries": [ - "IND" - ] - }, - "jgsdf——1st_combat_helicopter_unit": { - "name": "1st Combat Helicopter Unit, Japanese Ground SDF", - "countries": [ - "JPN" - ] - }, - "slayers 4-2 arb": { - "name": "C Company, Slayers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "iaf 113th hornet squadron": { - "name": "IAF 113th Hornet Squadron", - "countries": [ - "ISR" - ] - }, - "1st attack helicopter battalion greece": { - "name": "1st Attack Helicopter Battalion, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - }, - "1st_bat_greek_pegasus_es1008": { - "name": "Pegasus Display Team - ES1008, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Apache", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Ka-50_3": { - "name": "Ka-50_3", - "coalition": "red", - "era": "Late Cold War", - "label": "Ka-50 Hokum A", - "shortLabel": "Ka50", - "loadouts": [ - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-250, 4xIgla", - "name": "10xS-13, 2xFAB-250, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-500, 4xIgla", - "name": "10xS-13, 2xFAB-500, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 2xFuel, 4xIgla", - "name": "12x9A4172, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-13, 4xIgla", - "name": "12x9A4172, 40xS-13, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8KOM, 4xIgla", - "name": "12x9A4172, 40xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8OFP, 4xIgla", - "name": "12x9A4172, 40xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-20, 4xIgla", - "name": "20xS-20, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKh-25ML, 10xS-13, 4xIgla", - "name": "2xKh-25ML, 10xS-13, 4xIgla", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8OFP, 2xFuel, 4xIgla", - "name": "40xS-8OFP, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xIgla", - "name": "4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23, 4xIgla", - "name": "4xUPK-23, 4xIgla", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8KOM, 4xIgla", - "name": "80xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OFP, 4xIgla", - "name": "80xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OM IL", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OM, 4xIgla", - "name": "80xS-8OM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8TsM, 4xIgla", - "name": "80xS-8TsM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ka-50.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "ka-50_camo_chechnya_ussr": { - "name": "Standart camo n/a 2000-2001 Chechnya", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "default": { - "name": "Standart camo Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_desert_blackshark": { - "name": "Desert camo #018 Zhukovsky 1997 Black Shark", - "countries": [ - "RUS" - ] - }, - "ka-50_standart_black_russianairforce": { - "name": "Standart black Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_black_neutral": { - "name": "Black neutral n/a", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "ka-50_desert_werewolf": { - "name": "Desert camo #018 Zhukovsky 1995 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_blackshark_torzhok": { - "name": "344th Center for Combat Employment Torzhok city Shark 1997", - "countries": [ - "RUS" - ] - }, - "ka-50_black_werewolf": { - "name": "Black #020 Farnborough 1992 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_black_h347_blackshark": { - "name": "Black H347 Le Bourget 1997 Black Shark", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 1 crew attack helicopter. Blackshark", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-24P": { - "name": "Mi-24P", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-24P Hind", - "shortLabel": "Mi24", - "loadouts": [ - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB-13L+4xATGM 9M114", - "name": "2xB-13L+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "name": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "name": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xBombs-500+4xATGM 9M114", - "name": "2xBombs-500+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "name": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 AP30+4xATGM 9M114", - "name": "2xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "name": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "name": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "RBK-500U - 126 x OAB-2.5RT, 500kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "name": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xS-24B+4xATGM 9M114", - "name": "2xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "name": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xBombs-250+4ATGM 9M114", - "name": "4xBombs-250+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xGUV-1 AP30+4xATGM 9M114", - "name": "4xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - }, - { - "name": "Missile Launcher Rack (Empty)", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xPTB-450 Fuel tank", - "name": "4xPTB-450 Fuel tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "name": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "name": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xS-24B+4xATGM 9M114", - "name": "4xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A-24 pod - 32 x S-5KO", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xUB-32A (S-5KO)+4xATGM 9M114", - "name": "4xUB-32A (S-5KO)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "mi-24.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "af torzhok afb": { - "name": "RF Air Force, aerobatics team 'Berkuts'", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "united nations": { - "name": "United Nations ", - "countries": [ - "UN", - "GRG", - "UKR", - "RUS" - ] - }, - "iqaf": { - "name": "Iraqi Army Air Corps", - "countries": [ - "IRQ" - ] - }, - "russian air force": { - "name": "RF Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af 440 ovp": { - "name": "RF Air Force, 440th Helicopter Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "syaaf": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "af syzran afb": { - "name": "RF Air Force, Syzran AFB", - "countries": [ - "SUN", - "RUS" - ] - }, - "af ussr": { - "name": "USSR Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "ukrainian army aviation": { - "name": "Ukrainian Army Aviation", - "countries": [ - "UKR" - ] - }, - "af standard3 old": { - "name": "RF Air Force (weathered) type3", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Hind", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-26": { - "name": "Mi-26", - "coalition": "red", - "era": "Late Cold War", - "label": "Mi-26 Halo", - "shortLabel": "Mi26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "mi-26.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "united nations": { - "name": "United Nations", - "countries": "All" - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "7th separate brigade of aa (kalinov)": { - "name": "7th Separate Brigade of AA (Kalinov)", - "countries": [ - "UKR" - ] - }, - "china flying dragon aviation": { - "name": "China Flying Dragon Aviation", - "countries": [ - "CHN" - ] - }, - "russia_fsb": { - "name": "Russia_FSB", - "countries": [ - "RUS" - ] - }, - "russia_mvd": { - "name": "Russia_MVD", - "countries": [ - "RUS" - ] - }, - "algerian air force sl-22": { - "name": "Algerian AF SL-22 ", - "countries": [ - "DZA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 5 crew transport helicopter. Halo", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-28N": { - "name": "Mi-28N", - "coalition": "red", - "era": "Modern", - "label": "Mi-28N Havoc", - "shortLabel": "M28", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250", - "name": "2xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFuel tank", - "name": "4xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8", - "name": "80xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AP", - "name": "4xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23", - "name": "4xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AT", - "name": "16x9M114, 2xKMGU AT", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-500", - "name": "4xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xFAB-500", - "name": "16x9M114, 2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8", - "name": "40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8 TsM", - "name": "40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AP", - "name": "2xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xUPK-23", - "name": "2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xUPK-23", - "name": "16x9M114, 2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-500", - "name": "2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8", - "name": "16x9M114, 40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114", - "name": "16x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-13", - "name": "20xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AP", - "name": "16x9M114, 2xKMGU AP", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-250", - "name": "4xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AT", - "name": "4xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8 TsM", - "name": "16x9M114, 40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8 TsM", - "name": "80xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AT", - "name": "2xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 1 - } - ], - "enabled": true, - "code": "9x9M114", - "name": "9x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFuel tank", - "name": "2xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13", - "name": "10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250, 16x9M114", - "name": "2xFAB-250, 16x9M114", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 10xS-13", - "name": "16x9M114, 10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - } - ], - "filename": "mi-28.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "aaf sc-12": { - "name": "Algerian AF Desert SC-12", - "countries": [ - "DZA" - ] - }, - "night": { - "name": "Night", - "countries": [ - "RUS" - ] - }, - "aaf sc-11": { - "name": "Algerian AF Desert SC-11", - "countries": [ - "DZA" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-8MT": { - "name": "Mi-8MT", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-8MT Hip", - "shortLabel": "Mi8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4 x B8", - "name": "4 x B8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "name": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK +2 x B8", - "name": "2 x UPK +2 x B8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - }, - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "name": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "6 x FAB-100", - "name": "6 x FAB-100", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x B8 + 2 x UPK-23-250", - "name": "2 x B8 + 2 x UPK-23-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK--23-250", - "name": "2 x UPK--23-250", - "roles": [ - "Strike" - ] - } - ], - "filename": "mi-8.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "russia_mvd_mozdok": { - "name": "RF MVD Mozdok", - "countries": [ - "RUS" - ] - }, - "south ossetia": { - "name": "Fictional RSO", - "countries": [ - "RSO" - ] - }, - "united kingdom": { - "name": "Project curium", - "countries": [ - "UK" - ] - }, - "russia_kazanvz": { - "name": "Civil KazanVZ", - "countries": [ - "RUS" - ] - }, - "germany": { - "name": "Germany ARMY", - "countries": [ - "GER" - ] - }, - "china plaaa camo": { - "name": "PLA Army Aviation Camo", - "countries": [ - "CHN" - ] - }, - "russia_vvs_grey_2": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "algerian af new desert": { - "name": "Algerian AF New Desert", - "countries": [ - "DZA" - ] - }, - "denmark": { - "name": "Fictional Olive", - "countries": [ - "DEN" - ] - }, - "russia_vvs_grey": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "russia_aeroflot": { - "name": "Civil AEROFLOT", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_fsb": { - "name": "RF FSB Standard", - "countries": [ - "RUS" - ] - }, - "china plaaa white": { - "name": "PLA Army Aviation White", - "countries": [ - "CHN" - ] - }, - "ir afagir blue": { - "name": "AFAGIR Blue", - "countries": [ - "IRN" - ] - }, - "usa_afg": { - "name": "438th Air Expeditionary Wing", - "countries": [ - "USA" - ] - }, - "spain": { - "name": "Fictional Spain AF", - "countries": [ - "SPN" - ] - }, - "italy navy": { - "name": "Fictional NAVY", - "countries": [ - "ITA" - ] - }, - "russia_pf_ambulance": { - "name": "Russia Ambulance (PF)", - "countries": [ - "RUS" - ] - }, - "georgia": { - "name": "Georgian Standard", - "countries": [ - "GRG" - ] - }, - "russia_vertolety_russia_2": { - "name": "Civil Vertolety RUSSIA 22880", - "countries": [ - "RUS" - ] - }, - "ukraine": { - "name": "Standard", - "countries": [ - "UKR" - ] - }, - "russia_gazprom": { - "name": "Civil Gazprom Avia", - "countries": [ - "RUS" - ] - }, - "russia_utair": { - "name": "Civil Russia UTair", - "countries": [ - "RUS" - ] - }, - "russia_vvs_ma": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "russia_vvs_standard_2": { - "name": "RF Army Standart", - "countries": [ - "RUS" - ] - }, - "hellenic army aviation": { - "name": "Hellenic Army Aviation (Fictional)", - "countries": [ - "GRC" - ] - }, - "belgium": { - "name": "Fictional Olive", - "countries": [ - "BEL" - ] - }, - "insurgents": { - "name": "Standard", - "countries": [ - "INS" - ] - }, - "ir afagir sand": { - "name": "AFAGIR Sand", - "countries": [ - "IRN" - ] - }, - "ir iranian special police forces": { - "name": "NAJA", - "countries": [ - "IRN" - ] - }, - "russia_lii_gromov ra-25546": { - "name": "Civil Lii Gromov RA-25546", - "countries": [ - "RUS" - ] - }, - "russia_naryan-mar": { - "name": "Civil_Russia Naryan-Mar", - "countries": [ - "RUS" - ] - }, - "algerian af vip": { - "name": "Algerian AF VIP", - "countries": [ - "DZA" - ] - }, - "russia_vvs_standard": { - "name": " RF Army Standard", - "countries": [ - "RUS" - ] - }, - "russia_mvd_standard": { - "name": "RF MVD Standard", - "countries": [ - "RUS" - ] - }, - "israel": { - "name": "Fictional ARMY", - "countries": [ - "ISR" - ] - }, - "china un": { - "name": "PLA Army Aviation United Nations", - "countries": [ - "CHN" - ] - }, - "algerian af green evsan": { - "name": "Algerian AF Green EVSAN", - "countries": [ - "DZA" - ] - }, - "algerian af old desert": { - "name": "Algerian AF Old Desert", - "countries": [ - "DZA" - ] - }, - "italy army": { - "name": "Fictional ARMY", - "countries": [ - "ITA" - ] - }, - "france army": { - "name": "Fictional ARMY", - "countries": [ - "FRA" - ] - }, - "abkhazia": { - "name": "Abkhazia", - "countries": [ - "ABH" - ] - }, - "czech air force dark camo": { - "name": "Czech Air Force ID-9XXX", - "countries": [ - "CZE" - ] - }, - "norway": { - "name": "Fictional NAVY", - "countries": [ - "NOR" - ] - }, - "netherlands navy": { - "name": "Fictional NAVY", - "countries": [ - "NETH" - ] - }, - "russia_un": { - "name": "RF UN", - "countries": [ - "UN", - "RUS" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - Search and Rescue (Fictional)", - "countries": [ - "GRC" - ] - }, - "canada": { - "name": "Canada_Afghanistan", - "countries": [ - "CAN" - ] - }, - "russia_army_weather": { - "name": "Russia Army Weather", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_vertolety_russia": { - "name": "Civil Vertolety RUSSIA", - "countries": [ - "RUS" - ] - }, - "turkey": { - "name": "JANDARMA", - "countries": [ - "TUR" - ] - }, - "france navy": { - "name": "Fictional NAVY", - "countries": [ - "FRA" - ] - }, - "netherlands army": { - "name": "Fictional ARMY", - "countries": [ - "NETH" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "SPN", - "ITA", - "INS", - "CAN", - "FRA", - "NETH", - "NOR", - "GER", - "UK", - "USA", - "ISR", - "TUR", - "AUS" - ] - }, - "australia": { - "name": "Fictional ARMY", - "countries": [ - "AUS" - ] - }, - "bulgarian af": { - "name": "Bulgarian Air Force", - "countries": [ - "BGR" - ] - }, - "russia_police": { - "name": "Civil Russia Police", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Hip", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342L": { - "name": "SA342L", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342L Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "FN HMP400 (400rnds)", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HMP400, IR Deflector, Sand Filter", - "name": "2x HMP400, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "1xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x Mistral, IR Deflector, Sand Filter", - "name": "2x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x Mistral, IR Deflector, Sand Filter", - "name": "4x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "GIAT M621 (240x Combat mix 4x AP 1x HE)", - "quantity": 1 - }, - { - "name": "Telson 8 - 8 x UnGd Rkts, 68 mm SNEB Type 251 H1 HE", - "quantity": 1 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "name": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "fr green armee hri daguet": { - "name": "Armee HRI Daguet", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "lebanon": { - "name": "Lebanon", - "countries": "All" - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "fr green armee hri": { - "name": "Armee HRI", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342M": { - "name": "SA342M", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342M Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "HOT3 x1", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HOT3, IR Deflector, Sand Filter", - "name": "2x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342Mistral": { - "name": "SA342Mistral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342 Mistral Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mistral x 4", - "name": "Mistral x 4", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector", - "name": "Mistral x 4, IR Deflector", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector, Sand Filter", - "name": "Mistral x 4, IR Deflector, Sand Filter", - "roles": [ - "Escort" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SH-60B": { - "name": "SH-60B", - "coalition": "blue", - "era": "Late Cold War", - "label": "SH-60B Seahawk", - "shortLabel": "S60", - "loadouts": [ - { - "items": [ - { - "name": "AGM-119B Penguin ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-119", - "name": "AGM-119", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Antiship Strike", - "Transport" - ], - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "hellenic navy": { - "name": "Hellenic Navy", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Seahawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "UH-1H": { - "name": "UH-1H", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-1H Huey", - "shortLabel": "UH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "M134 - 6 x 7.62mm MiniGun left", - "quantity": 1 - }, - { - "name": "XM158 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "M134 - 6 x 7.62mm MiniGun right", - "quantity": 1 - } - ], - "enabled": true, - "code": "M134 Minigun*2, XM158*2", - "name": "M134 Minigun*2, XM158*2", - "roles": [ - "Strike", - "CAS", - "Transport", - "FAC-A" - ] - } - ], - "filename": "uh-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport" - ], - "liveries": { - "[civilian] nasa": { - "name": "[Civilian] NASA", - "countries": [ - "USA" - ] - }, - "norwegian coast guard (235)": { - "name": "Norwegian Coast Guard (235)", - "countries": [ - "NOR" - ] - }, - "australia royal navy": { - "name": "Royal Australian Navy", - "countries": [ - "AUS" - ] - }, - "australia raaf 171 sqn": { - "name": "RAAF 171 Sqn", - "countries": [ - "AUS" - ] - }, - "spanish un": { - "name": "Spanish UN", - "countries": [ - "UN", - "SPN" - ] - }, - "xw-pfj air america": { - "name": "XW-PFJ Air America", - "countries": [ - "USA" - ] - }, - "rf air force broken": { - "name": "RF Air Force Broken", - "countries": [ - "RUS" - ] - }, - "[civilian] standard": { - "name": "Olive drab", - "countries": [ - "RSO", - "INS", - "BEL", - "ABH", - "NOR", - "UK", - "DEN", - "USA" - ] - }, - "greek army aviation": { - "name": "Greek Army Aviation", - "countries": [ - "GRC" - ] - }, - "greek army aviation medic": { - "name": "Greek Army Aviation Medic", - "countries": [ - "GRC" - ] - }, - "italy marina militare s.n. 80951 7-20": { - "name": "Marina Militare s.n. 80951 7-20", - "countries": [ - "ITA" - ] - }, - "us navy": { - "name": "US NAVY", - "countries": [ - "USA" - ] - }, - "australia raaf 1968": { - "name": "RAAF 1968", - "countries": [ - "AUS" - ] - }, - "ukrainian army": { - "name": "Ukrainian Army", - "countries": [ - "UKR" - ] - }, - "[civilian] vip": { - "name": "[Civilian] VIP", - "countries": [ - "USA" - ] - }, - "usa un": { - "name": "USA UN", - "countries": [ - "USA", - "UN" - ] - }, - "royal netherlands af": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "israel army": { - "name": "Israel Army", - "countries": [ - "ISR" - ] - }, - "[civilian] medical": { - "name": "[Civilian] Medical", - "countries": [ - "USA" - ] - }, - "luftwaffe": { - "name": "Luftwaffe", - "countries": [ - "GER" - ] - }, - "usa red flag": { - "name": "USA Red Flag", - "countries": [ - "USA" - ] - }, - "canadian force": { - "name": "Canadian Force", - "countries": [ - "CAN" - ] - }, - "italy e.i. 4b regg. altair": { - "name": "E.I. 4В° Regg. ALTAIR", - "countries": [ - "ITA" - ] - }, - "georgian af camo": { - "name": "Georgian AF Camo", - "countries": [ - "GRG" - ] - }, - "us army 1972": { - "name": "US ARMY 1972", - "countries": [ - "USA" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "french army": { - "name": "French Army", - "countries": [ - "FRA" - ] - }, - "algerian af bv-32": { - "name": "Algerian AF BV-32", - "countries": [ - "DZA" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - S.A.R.", - "countries": [ - "GRC" - ] - }, - "italy 15b stormo s.a.r -soccorso": { - "name": "15В° Stormo S.A.R -Soccorso", - "countries": [ - "ITA" - ] - }, - "rf air force grey": { - "name": "RF Air Force Grey", - "countries": [ - "RUS" - ] - }, - "spanish army": { - "name": "Spanish Army", - "countries": [ - "SPN" - ] - }, - "norwegian un": { - "name": "Norwegian UN", - "countries": [ - "UN", - "NOR" - ] - }, - "us dos": { - "name": "US DOS", - "countries": [ - "USA" - ] - }, - "army standard": { - "name": "Army Standard", - "countries": [ - "USA" - ] - }, - "us ft. rucker": { - "name": "US Ft. Rucker", - "countries": [ - "USA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew transport helicopter. Huey", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "UH-60A": { - "name": "UH-60A", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-60A Blackhawk", - "shortLabel": "U60", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "israil_un": { - "name": "ISRAIL_UN", - "countries": [ - "ISR", - "UN" - ] - }, - "standard": { - "name": "standard", - "countries": [ - "SPN", - "RSO", - "ITA", - "BEL", - "CAN", - "FRA", - "GRG", - "NETH", - "NOR", - "ABH", - "GER", - "UK", - "USA", - "UKR", - "DEN", - "RUS", - "ISR", - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Blackhawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-24V": { - "name": "Mi-24V", - "coalition": "", - "era": "", - "label": "MI-24V", - "shortLabel": "Mi24", - "type": "Mi_24V", - "enabled": false, - "liveries": {} - }, - "Ka-27": { - "name": "Ka-27", - "coalition": "", - "era": "", - "label": "KA-27", - "shortLabel": "Ka27", - "type": "Ka_27", - "enabled": false, - "liveries": {} - }, - "CH-53E": { - "name": "CH-53E", - "coalition": "", - "era": "", - "label": "CH-53E", - "shortLabel": "CH53", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_53E", - "enabled": true, - "liveries": {} - }, - "CH-47D": { - "name": "CH-47D", - "coalition": "", - "era": "", - "label": "CH-47D Chinook", - "shortLabel": "CH47", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_47D", - "enabled": true, - "liveries": { - "Australia RAAF": { - "name": "RAAF CH-47D", - "countries": [ - "AUS" - ] - }, - "Greek Army": { - "name": "Greek Army", - "countries": [ - "GRC" - ] - }, - "ch-47_green uk": { - "name": "UK", - "countries": [ - "UK" - ] - }, - "ch-47_green spain": { - "name": "Spain", - "countries": [ - "SPN" - ] - }, - "ch-47_green neth": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - } - } - }, - "SH-3W": { - "name": "SH-3W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SH-3W Sea King", - "shortLabel": "SH3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "SH_3W", - "enabled": true, - "liveries": {}, - "description": "2 engine, 2 crew scout helicopter. SH-3 Sea King." - }, - "AH-64A": { - "name": "AH-64A", - "coalition": "", - "era": "", - "label": "AH-64A", - "shortLabel": "AH64", - "type": "AH_64A", - "enabled": false, - "liveries": {} - }, - "AH-64D": { - "name": "AH-64D", - "coalition": "", - "era": "", - "label": "AH-64D", - "shortLabel": "AH64", - "type": "AH_64D", - "enabled": false, - "liveries": {} - }, - "OH-58D": { - "name": "OH-58D", - "coalition": "", - "era": "", - "label": "OH-58D", - "shortLabel": "OH58", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "OH_58D", - "enabled": true, - "liveries": {} - }, - "Ka-50": { - "name": "Ka-50", - "coalition": "", - "era": "", - "label": "KA-50", - "shortLabel": "Ka50", - "type": "Ka_50", - "enabled": false, - "liveries": {} - }, - "SA342Minigun": { - "name": "SA342Minigun", - "coalition": "", - "era": "", - "label": "SA342 Minigun Gazelle", - "shortLabel": "342", - "type": "SA342Minigun", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/client/public/databases/units/default/navyunitdatabase.json b/client/public/databases/units/default/navyunitdatabase.json deleted file mode 100644 index 0c90d0ad..00000000 --- a/client/public/databases/units/default/navyunitdatabase.json +++ /dev/null @@ -1,1748 +0,0 @@ -{ - "CVN_71": { - "name": "CVN_71", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-71 Theodore Roosevelt", - "shortLabel": "CVN-71", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_72": { - "name": "CVN_72", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-72 Abraham Lincoln", - "shortLabel": "CVN-72", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_73": { - "name": "CVN_73", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-73 George Washington", - "shortLabel": "CVN-73", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_75": { - "name": "CVN_75", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-75 Harry S. Truman", - "shortLabel": "CVN-75", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CV_1143_5": { - "name": "CV_1143_5", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Modern", - "label": "Admiral Kuznetsov (2017)", - "shortLabel": "Admiral Kuznetsov", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "Admiral Kuznetsov. Conventional STOBAR carrier", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CastleClass_01": { - "name": "CastleClass_01", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Leeds Castle (P-258)", - "shortLabel": "HMS Leeds Castle (P-258)", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "dumbarton": { - "name": "Dumbarton", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 3000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "HandyWind": { - "name": "HandyWind", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Bulker Handy Wind", - "shortLabel": "Bulker Handy Wind", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "noname": { - "name": "NoName", - "countries": "All" - }, - "handy_wind": { - "name": "Handy Wind", - "countries": "All" - }, - "baltic_cove": { - "name": "Baltic Cove", - "countries": "All" - }, - "baltic_wind": { - "name": "Baltic Wind", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HarborTug": { - "name": "HarborTug", - "coalition": "", - "type": "Cargo/Transport", - "era": "Mid Cold War", - "label": "Harbor Tug", - "shortLabel": "Harbor Tug", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "harbor tug blue": { - "name": "Harbor Tug Blue", - "countries": "All" - }, - "harbor tug red": { - "name": "Harbor Tug Red", - "countries": "All" - }, - "harbor tug black": { - "name": "Harbor Tug Black", - "countries": "All" - }, - "harbor tug green": { - "name": "Harbor Tug Green", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LHA_Tarawa": { - "name": "LHA_Tarawa", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "LHA-1 Tarawa", - "shortLabel": "LHA-1 Tarawa", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 20000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "La_Combattante_II": { - "name": "La_Combattante_II", - "coalition": "blue", - "type": "Fast Attack Craft", - "era": "Mid Cold War", - "label": "FAC La Combattante lla", - "shortLabel": "FAC La Combattante", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "irn_217": { - "name": "217", - "countries": [ - "IRN" - ] - }, - "syr_35": { - "name": "35", - "countries": [ - "SYR" - ] - }, - "lib_521": { - "name": "521", - "countries": [ - "LIB" - ] - }, - "grg_dioskuria": { - "name": "Dioskuria", - "countries": [ - "GRG" - ] - }, - "grc_p77_plotarchis sakipis": { - "name": "Plotarchis_Sakipis", - "countries": [ - "GRC" - ] - }, - "grc_p72_ypoploiarchos votsis": { - "name": "Ypoploiarchos_Votsis", - "countries": [ - "GRC" - ] - }, - "egp_601": { - "name": "601", - "countries": [ - "EGP" - ] - }, - "irn_215": { - "name": "215", - "countries": [ - "IRN" - ] - }, - "ger_s50_panther": { - "name": "S50_Panther", - "countries": [ - "GER" - ] - }, - "lib_520": { - "name": "520", - "countries": [ - "LIB" - ] - }, - "grc_p73_antiploiarchos pezopoulos": { - "name": "Antiploiarchos_Pezopoulos", - "countries": [ - "GRC" - ] - }, - "ger_s54_elster": { - "name": "S54_Elster", - "countries": [ - "GER" - ] - }, - "ger_s58_pinguin": { - "name": "S58_Pinguin", - "countries": [ - "GER" - ] - }, - "grc_p74_plotarchis vlachavas": { - "name": "Plotarchis_Vlachavas", - "countries": [ - "GRC" - ] - }, - "ger_s52_storch": { - "name": "S52_Storch", - "countries": [ - "GER" - ] - }, - "ger_s57_weihe": { - "name": "S57_Weihe", - "countries": [ - "GER" - ] - }, - "egp_604": { - "name": "604", - "countries": [ - "EGP" - ] - }, - "ger_s53_pelikan": { - "name": "S53_Pelikan", - "countries": [ - "GER" - ] - }, - "lib_522": { - "name": "522", - "countries": [ - "LIB" - ] - }, - "ger_s56_dommel": { - "name": "S56_Dommel", - "countries": [ - "GER" - ] - }, - "irn_216": { - "name": "216", - "countries": [ - "IRN" - ] - }, - "ger_s59_reiher": { - "name": "S59_Reiher", - "countries": [ - "GER" - ] - }, - "lib_519": { - "name": "519", - "countries": [ - "LIB" - ] - }, - "syr_34": { - "name": "34", - "countries": [ - "SYR" - ] - }, - "irn_218": { - "name": "218", - "countries": [ - "IRN" - ] - }, - "grc_p76_ypoploiarchos tournas": { - "name": "Ypoploiarchos_Tournas", - "countries": [ - "GRC" - ] - }, - "grc_p75_plotarchis maridakis": { - "name": "Plotarchis_Maridakis", - "countries": [ - "GRC" - ] - }, - "ger_s55_alk": { - "name": "S55_Alk", - "countries": [ - "GER" - ] - }, - "grg_305": { - "name": "305", - "countries": [ - "GRG" - ] - }, - "egp_602": { - "name": "602", - "countries": [ - "EGP" - ] - }, - "irn_212": { - "name": "212", - "countries": [ - "IRN" - ] - }, - "grg_304": { - "name": "304", - "countries": [ - "GRG" - ] - }, - "irn_214": { - "name": "214", - "countries": [ - "IRN" - ] - }, - "irn_219": { - "name": "219", - "countries": [ - "IRN" - ] - }, - "syr_36": { - "name": "36", - "countries": [ - "SYR" - ] - }, - "lib_518": { - "name": "518", - "countries": [ - "LIB" - ] - }, - "egp_605": { - "name": "605", - "countries": [ - "EGP" - ] - }, - "ger_s51_haher": { - "name": "S51_Haher", - "countries": [ - "GER" - ] - }, - "egp_603": { - "name": "603", - "countries": [ - "EGP" - ] - } - }, - "acquisitionRange": 19000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Seawise_Giant": { - "name": "Seawise_Giant", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Seawise Giant (Tanker)", - "shortLabel": "Seawise Giant", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Ship_Tilde_Supply": { - "name": "Ship_Tilde_Supply", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Supply Ship MV Tilde", - "shortLabel": "Supply Ship Tilde", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stennis": { - "name": "Stennis", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-74 John C. Stennis", - "shortLabel": "CVN-74", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "TICONDEROG": { - "name": "TICONDEROG", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Ticonderoga Class (Cruiser)", - "shortLabel": "Ticonderoga", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "vellagulf": { - "name": "USS Vella Gulf CG-72", - "countries": [ - "USA" - ] - }, - "huecity": { - "name": "USS Hue City CG-66", - "countries": [ - "USA" - ] - }, - "capestgeorge": { - "name": "USS Cape St. George CG-71", - "countries": [ - "USA" - ] - }, - "lakeerie": { - "name": "USS Lake Erie CG-70", - "countries": [ - "USA" - ] - }, - "chosin": { - "name": "USS Chosin CG-65", - "countries": [ - "USA" - ] - }, - "normandy": { - "name": "USS Normandy CG-60", - "countries": [ - "USA" - ] - }, - "portroyal": { - "name": "USS Port Royal CG-73", - "countries": [ - "USA" - ] - }, - "shiloh": { - "name": "USS Shiloh CG-67", - "countries": [ - "USA" - ] - }, - "viksburg": { - "name": "USS Viksburg CG-69", - "countries": [ - "USA" - ] - }, - "anzio": { - "name": "USS Anzio CG-68", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052B": { - "name": "Type_052B", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52B Guangzhou", - "shortLabel": "Type 52B", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "general": { - "name": "General", - "countries": "All" - }, - "ddg-169": { - "name": "DDG-169 Wuhan", - "countries": [ - "CHN" - ] - }, - "ddg-168": { - "name": "DDG-168 Guangzhou", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 100000, - "engagementRange": 30000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052C": { - "name": "Type_052C", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52C Haikou (Destroyer)", - "shortLabel": "Type 52C", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "ddg-171": { - "name": "DDG-171 Haikou", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ddg-151": { - "name": "DDG-151 Zhengzhou", - "countries": [ - "CHN" - ] - }, - "ddg-170": { - "name": "DDG-170 Lanzhou", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "DDG-150 Changchun", - "countries": [ - "CHN" - ] - }, - "ddg-152": { - "name": "DDG-152 Jinan", - "countries": [ - "CHN" - ] - }, - "ddg-153": { - "name": "DDG-153 Xi'an", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 260000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_054A": { - "name": "Type_054A", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 54A Yantai (Frigate)", - "shortLabel": "Type 54A", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ffg-573": { - "name": "FFG-573 Liuzhou", - "countries": [ - "CHN" - ] - }, - "ffg-578": { - "name": "FFG-578 Yangzhou", - "countries": [ - "CHN" - ] - }, - "ffg-531": { - "name": "FFG-531 Xiangtan", - "countries": [ - "CHN" - ] - }, - "ffg-550": { - "name": "FFG-550 Weifang", - "countries": [ - "CHN" - ] - }, - "ffg-536": { - "name": "FFG-536 Xuchang", - "countries": [ - "CHN" - ] - }, - "ffg-549": { - "name": "FFG-549 Changzhou", - "countries": [ - "CHN" - ] - }, - "ffg-574": { - "name": "FFG-574 Sanya", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "FFG-515 Binzhou", - "countries": [ - "CHN" - ] - }, - "ffg-576": { - "name": "FFG-576 Daqing", - "countries": [ - "CHN" - ] - }, - "ffg-599": { - "name": "FFG-599 Anyang", - "countries": [ - "CHN" - ] - }, - "ffg-547": { - "name": "FFG-547 Linyi", - "countries": [ - "CHN" - ] - }, - "ffg-571": { - "name": "FFG-571 Yuncheng", - "countries": [ - "CHN" - ] - }, - "ffg-546": { - "name": "FFG-546 Yancheng", - "countries": [ - "CHN" - ] - }, - "ffg-579": { - "name": "FFG-579 Handan", - "countries": [ - "CHN" - ] - }, - "ffg-532": { - "name": "FFG-532 Jingzhou", - "countries": [ - "CHN" - ] - }, - "ffg-569": { - "name": "FFG-569 Yulin", - "countries": [ - "CHN" - ] - }, - "ffg-538": { - "name": "FFG-538 Yantai", - "countries": [ - "CHN" - ] - }, - "ffg-577": { - "name": "FFG-577 Huanggang", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ffg-572": { - "name": "FFG-572 Hengshui", - "countries": [ - "CHN" - ] - }, - "ffg-539": { - "name": "FFG-539 Wuhu", - "countries": [ - "CHN" - ] - }, - "ffg-548": { - "name": "FFG-548 Yiyang", - "countries": [ - "CHN" - ] - }, - "ffg-575": { - "name": "FFG-575 Yueyang", - "countries": [ - "CHN" - ] - }, - "ffg-598": { - "name": "FFG-598 Rizhao", - "countries": [ - "CHN" - ] - }, - "ffg-500": { - "name": "FFG-500 Xianning", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 160000, - "engagementRange": 45000, - "tags": "", - "description": "", - "abilities": "35nm >50,000ft range" - }, - "Type_071": { - "name": "Type_071", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Type 071 (Transport dock)", - "shortLabel": "Type 071", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "lpd-978": { - "name": "978 Wuzhi Shan", - "countries": [ - "CHN" - ] - }, - "lpd-989": { - "name": "989 Changbai Shan", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "998 Kunlun Shan", - "countries": [ - "CHN" - ] - }, - "lpd-999": { - "name": "999 Jinggang Shan", - "countries": [ - "CHN" - ] - }, - "lpd-988": { - "name": "988 Yimeng Shan", - "countries": [ - "CHN" - ] - }, - "lpd-980": { - "name": "980 Longhu Shan", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 300000, - "engagementRange": 150000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_093": { - "name": "Type_093", - "coalition": "red", - "type": "Submarine", - "era": "Modern", - "label": "Type 093 (Shang)", - "shortLabel": "Type 093", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "periscope_state_1": { - "name": "Periscope State 1", - "countries": "All" - } - }, - "acquisitionRange": 40000, - "engagementRange": 40000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Arleigh_Burke_IIa": { - "name": "USS_Arleigh_Burke_IIa", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Arleigh Burke Class (Destroyer)", - "shortLabel": "Arleigh Burke Class (Destroyer)", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ddg-107_uss_gravely": { - "name": "DDG-107 USS Gravely", - "countries": [ - "USA" - ] - }, - "ddg-112_uss_michael_murphy": { - "name": "DDG-112 USS Michael Murphy", - "countries": [ - "USA" - ] - }, - "ddg-101_uss_gridley": { - "name": "DDG-101 USS Gridley", - "countries": [ - "USA" - ] - }, - "ddg-106_uss_stockdale": { - "name": "DDG-106 USS Stockdale", - "countries": [ - "USA" - ] - }, - "ddg-115_uss_rafael_peralta": { - "name": "DDG-115 USS Rafael Peralta", - "countries": [ - "USA" - ] - }, - "ddg-114_uss_ralph_johnson": { - "name": "DDG-114 USS Ralph Johnson", - "countries": [ - "USA" - ] - }, - "ddg-116_uss_thomas_hudner": { - "name": "DDG-116 USS Thomas Hudner", - "countries": [ - "USA" - ] - }, - "ddg-113_uss_john_finn": { - "name": "DDG-113 USS John Finn", - "countries": [ - "USA" - ] - }, - "ddg-108_uss_wayne_e.meyer": { - "name": "DDG-108 USS Wayne E. Meyer", - "countries": [ - "USA" - ] - }, - "ddg-110_uss_william_p.lawrence": { - "name": "DDG-110 USS William P. Lawrence", - "countries": [ - "USA" - ] - }, - "ddg-103_uss_truxtun": { - "name": "DDG-103 USS Truxtun", - "countries": [ - "USA" - ] - }, - "ddg-109_uss_jason_dunham": { - "name": "DDG-109 USS Jason Dunham", - "countries": [ - "USA" - ] - }, - "ddg-105_uss_dewey": { - "name": "DDG-105 USS Dewey", - "countries": [ - "USA" - ] - }, - "ddg-104_uss_sterett": { - "name": "DDG-104 USS Sterett", - "countries": [ - "USA" - ] - }, - "ddg-102_uss_sampson": { - "name": "DDG-102 USS Sampson", - "countries": [ - "USA" - ] - }, - "ddg-111_uss_spruance": { - "name": "DDG-111 USS Spruance", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "abilities": "", - "tags": "", - "description": "", - "canTargetPoint": true, - "canRearm": false - }, - "ara_vdm": { - "name": "ara_vdm", - "coalition": "", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "ARA Vienticinco de Mayo", - "shortLabel": "ARA Vienticinco de Mayo", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 18000, - "engagementRange": 5000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "hms_invincible": { - "name": "hms_invincible", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "HMS Invincible", - "shortLabel": "HMS Invincible", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 100000, - "engagementRange": 74000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-achilles": { - "name": "leander-gun-achilles", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Achilles (F12)", - "shortLabel": "HMS Achilles", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 8000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-andromeda": { - "name": "leander-gun-andromeda", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Andromeda (F57)", - "shortLabel": "HMS Andromeda", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-ariadne": { - "name": "leander-gun-ariadne", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Ariadne (F72)", - "shortLabel": "HMS Ariadne", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-condell": { - "name": "leander-gun-condell", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Almirante Condell PFG-06", - "shortLabel": "Almirante Condell", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-lynch": { - "name": "leander-gun-lynch", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "CNS Almirante Lynch (PFG-07)", - "shortLabel": "CNS Almirante Lynch", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "santafe": { - "name": "santafe", - "coalition": "", - "type": "Submarine", - "era": "WW2", - "label": "ARA Santa Fe S-21", - "shortLabel": "ARA Santa", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "speedboat": { - "name": "speedboat", - "coalition": "", - "era": "", - "label": "Boat Armed Hi-speed", - "shortLabel": "Boat Armed Hi-speed", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "PERRY": { - "name": "PERRY", - "coalition": "blue", - "type": "Combatants", - "era": "Mid Cold War", - "label": "Oliver H. Perry", - "shortLabel": "Oliver H. Perry", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "gary": { - "name": "USS Gary FFG-51", - "countries": "All" - }, - "carr": { - "name": "USS Carr FFG-52", - "countries": "All" - }, - "reubenjames": { - "name": "USS Reuben James FFG-57", - "countries": "All" - }, - "hawes": { - "name": "USS Hawes FFG-53", - "countries": "All" - }, - "ford": { - "name": "USS Ford FFG-54", - "countries": "All" - }, - "elrod": { - "name": "USS Elrod FFG-55", - "countries": "All" - }, - "vandergrift": { - "name": "USS Vandergrift FFG-48", - "countries": "All" - }, - "rentz": { - "name": "USS Rentz FFG-46", - "countries": "All" - }, - "nicholas": { - "name": "USS Nicholas FFG-47", - "countries": "All" - }, - "kauffman": { - "name": "USS Kauffman FFG-59", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ALBATROS": { - "name": "ALBATROS", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Albatros (Grisha-5)", - "shortLabel": "Albatros", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "141": { - "name": "141", - "countries": "All" - }, - "142": { - "name": "142", - "countries": "All" - }, - "143": { - "name": "143", - "countries": "All" - }, - "144": { - "name": "144", - "countries": "All" - }, - "145": { - "name": "145", - "countries": "All" - }, - "146": { - "name": "146", - "countries": "All" - }, - "147": { - "name": "147", - "countries": "All" - }, - "148": { - "name": "148", - "countries": "All" - }, - "149": { - "name": "149", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KUZNECOW": { - "name": "KUZNECOW", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "Admiral Kuznetsov", - "shortLabel": "AK", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOLNIYA": { - "name": "MOLNIYA", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Molniya (Tarantul-3)", - "shortLabel": "Molniya", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 21000, - "engagementRange": 2000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOSCOW": { - "name": "MOSCOW", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Moscow", - "shortLabel": "Moscow", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "default": { - "name": "default", - "countries": "All" - }, - "cow1": { - "name": "cow1", - "countries": "All" - }, - "cow3": { - "name": "cow3", - "countries": "All" - }, - "cow2": { - "name": "cow2", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 75000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NEUSTRASH": { - "name": "NEUSTRASH", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Neustrashimy", - "shortLabel": "Neustrashimy", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 27000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "PIOTR": { - "name": "PIOTR", - "coalition": "red", - "era": "Late Cold War", - "label": "Pyotr Velikiy (Battlecruiser)", - "shortLabel": "Pyotr Velikiy", - "type": "Combatants", - "enabled": true, - "liveries": {}, - "acquisitionRange": 250000, - "engagementRange": 190000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "REZKY": { - "name": "REZKY", - "coalition": "red", - "type": "Combatants", - "era": "WW2", - "label": "Rezky (Krivak-2)", - "shortLabel": "Rezky", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ELNYA": { - "name": "ELNYA", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Elnya tanker", - "shortLabel": "Elnya tanker", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-2": { - "name": "Dry-cargo ship-2", - "coalition": "", - "era": "", - "label": "Cargo Ivanov", - "shortLabel": "Cargo Ivanov", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-1": { - "name": "Dry-cargo ship-1", - "coalition": "", - "era": "", - "label": "Bulker Yakushev", - "shortLabel": "Bulker Yakushev", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZWEZDNY": { - "name": "ZWEZDNY", - "coalition": "", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Zwezdny", - "shortLabel": "Zwezdny", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KILO": { - "name": "KILO", - "coalition": "red", - "type": "Submarine", - "era": "Mid Cold War", - "label": "Project 636 Varshavyanka Basic", - "shortLabel": "Varshavyanka Basic", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "IMPROVED_KILO": { - "name": "IMPROVED_KILO", - "coalition": "red", - "era": "", - "label": "SSK 636 Improved Kilo", - "shortLabel": "Kilo", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SOM": { - "name": "SOM", - "coalition": "", - "era": "", - "label": "SSK 641B Tango", - "shortLabel": "Tango", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Forrestal": { - "name": "Forrestal", - "coalition": "blue", - "era": "Early Cold War", - "label": "CV-59 Forrestal", - "shortLabel": "CV-59 Forrestal", - "type": "Aircraft Carrier", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LST_Mk2": { - "name": "LST_Mk2", - "coalition": "blue", - "era": "WW2", - "label": "LST Mk.II", - "shortLabel": "LST Mk.II", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Samuel_Chase": { - "name": "USS_Samuel_Chase", - "coalition": "blue", - "era": "WW2", - "label": "LS Samuel Chase", - "shortLabel": "LS Samuel Chase", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 7000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Higgins_boat": { - "name": "Higgins_boat", - "coalition": "blue", - "era": "WW2", - "label": "Boat LCVP Higgins", - "shortLabel": "Boat LCVP Higgins", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Uboat_VIIC": { - "name": "Uboat_VIIC", - "coalition": "red", - "era": "WW2", - "label": "U-boat VIIC", - "shortLabel": "U-boat", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Schnellboot_type_S130": { - "name": "Schnellboot_type_S130", - "coalition": "red", - "era": "WW2", - "label": "Boat Schnellboot type S130", - "shortLabel": "Boat Schnellboot type S130", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "BDK-775": { - "name": "BDK-775", - "coalition": "", - "era": "Late Cold War", - "label": "LS Ropucha", - "shortLabel": "LS Ropucha", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {} - }, - "VINSON": { - "name": "VINSON", - "coalition": "", - "era": "", - "label": "Do not enable - CVN-70 Carl Vinson - Very legacy, invisible unit ", - "shortLabel": "CVN-70 Carl Vinson", - "type": "Bugged", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/client/public/databases/units/groundunitdatabase.json b/client/public/databases/units/groundunitdatabase.json deleted file mode 100644 index 7082996f..00000000 --- a/client/public/databases/units/groundunitdatabase.json +++ /dev/null @@ -1,10359 +0,0 @@ -{ - "1L13 EWR": { - "name": "1L13 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Box Spring 1L13 EWR", - "shortLabel": "Box spring", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 300000, - "engagementRange": 0, - "description": "Box Spring 1L13 early warning radar built on the back of a trailer", - "abilities": "EWR, Radar, Fixed", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "2B11 mortar": { - "name": "2B11 mortar", - "coalition": "red", - "era": "Late Cold War", - "label": "2B11 mortar", - "shortLabel": "2B11 mortar", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 7000, - "engagementRange": 7000, - "description": "120mm mortar. Fixed. 30m min range, 7km max.", - "abilities": "Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 325, - "aimTime": 300, - "shotsToFire": 2, - "markerFile": "groundunit-artillery", - "tags": "120mm", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "2S6 Tunguska": { - "name": "2S6 Tunguska", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-19 Tunguska", - "shortLabel": "19", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 18000, - "engagementRange": 8000, - "description": "SA-19 Tunguska 2K22 optical SAM. Tracked radar 30 mm AAA gun with optically guided (SACLOS) missiles. Range/alt max: 8km, 14,000 ft.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 10, - "cost": null, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "", - "canAAA": true - }, - "55G6 EWR": { - "name": "55G6 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Tall Rack 55G6 EWR", - "shortLabel": "Tall Rack", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "Tall rack 55G6 early warning radar built on the back of a trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "5p73 s-125 ln": { - "name": "5p73 s-125 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Launcher", - "shortLabel": "5p73 s-125 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 18000, - "description": "4 SA-3 missiles on a static emplacement. Requires grouping with SA-3 components", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-3 SAM Battery" - }, - "AAV7": { - "name": "AAV7", - "coalition": "blue", - "era": "Late Cold War", - "label": "AAV7", - "shortLabel": "AAV7", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "Amphibious assault vehicle 7. Tracked. Turret mounted 12.7mm machine gun and 40mm grenade launcher.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 10, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "ATMZ-5": { - "name": "ATMZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATMZ-5", - "shortLabel": "ATMZ-5 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, CA", - "markerFile": "groundunit-truck" - }, - "ATZ-10": { - "name": "ATZ-10", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-10", - "shortLabel": "ATZ-10 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "BMD-1": { - "name": "BMD-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMD-1", - "shortLabel": "BMD-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - camo": { - "name": "IRAN - camo", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMD-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-1": { - "name": "BMP-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMP-1", - "shortLabel": "BMP-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - } - }, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-2": { - "name": "BMP-2", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-2", - "shortLabel": "BMP-2", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 950, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 30 mm gun, AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "indirectFire": false, - "canAAA": true - }, - "BMP-3": { - "name": "BMP-3", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-3", - "shortLabel": "BMP-3", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 100 mm gun. 30 mm gun, AT-10 Stabber wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.3, - "muzzleVelocity": 1080, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BRDM-2": { - "name": "BRDM-2", - "coalition": "red", - "era": "Mid Cold War", - "label": "BRDM-2", - "shortLabel": "BRDM-2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "BRDM-2 light armour tactical vehicle. Wheeled. Amphibious. 14.5 mm gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1005, - "barrelHeight": 2.25, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4 - }, - "BTR-80": { - "name": "BTR-80", - "coalition": "red", - "era": "Late Cold War", - "label": "BTR-80", - "shortLabel": "BTR-80", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "light green autumn": { - "name": "Light Green Autumn", - "countries": "All" - }, - "military police autumn": { - "name": "Military Police Autumn", - "countries": "All" - }, - "light green winter": { - "name": "Light Green Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "military police winter": { - "name": "Military Police Winter", - "countries": "All" - }, - "military police spring": { - "name": "Military Police Spring", - "countries": "All" - }, - "light green spring": { - "name": "Light Green Spring", - "countries": "All" - }, - "green autumn": { - "name": "Green_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "green winter": { - "name": "Green_Winter", - "countries": "All" - }, - "military police summer": { - "name": "Military Police Summer", - "countries": "All" - }, - "light green summer": { - "name": "Light_Green_Summer", - "countries": "All" - }, - "green spring": { - "name": "Green_Spring", - "countries": "All" - }, - "green summer": { - "name": "Green_Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "BTR 80 APC. Wheeled. Amphibious. 14.5 mm gun and 7.62 mm coax.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "BTR_D": { - "name": "BTR_D", - "coalition": "red", - "era": "Mid Cold War", - "label": "BTR_D", - "shortLabel": "BTR_D", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "BTR_D. Tracked. Amphibious. AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "Bunker": { - "name": "Bunker", - "coalition": "", - "era": "", - "label": "Bunker", - "shortLabel": "Bunker", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "Concrete bunker. Structure. Fixed Position. Light machine guns.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Challenger2": { - "name": "Challenger2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Challenger 2", - "shortLabel": "Challenger 2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1050, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 6, - "targetingRange": 100, - "aimMethodRange": 3500, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5 - }, - "Cobra": { - "name": "Cobra", - "coalition": "blue", - "era": "Modern", - "label": "Otokar Cobra", - "shortLabel": "Cobra", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Armoured car, MRAP. Wheeled. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Dog Ear radar": { - "name": "Dog Ear radar", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-13 Dog Ear", - "shortLabel": "Dog Ear", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "9S80-1 Sborka. Tracked. Fire control Radar that can integrate with missile and gun systems.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Search Radar", - "markerFile": "groundunit-sam-radar" - }, - "GAZ-3307": { - "name": "GAZ-3307", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3307", - "shortLabel": "GAZ-3307", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian truck. Wheeled. Single axle", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "GAZ-3308": { - "name": "GAZ-3308", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3308", - "shortLabel": "GAZ-3308", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Canvas covered cargo bay", - "abilities": "Rearm", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "GAZ-66": { - "name": "GAZ-66", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-66", - "shortLabel": "GAZ-66", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Open cargo bay", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Gepard": { - "name": "Gepard", - "coalition": "blue", - "era": "Late Cold War", - "label": "Gepard", - "shortLabel": "Gepard", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 2.35, - "muzzleVelocity": 1440, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "Gepard. Tracked. 35mm radar detection and guided guns.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 8, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "targetingRange": 300, - "aimMethodRange": 6000, - "shotsBaseInterval": 15, - "alertnessTimeConstant": 15 - }, - "Grad-URAL": { - "name": "Grad-URAL", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-21 Grad", - "shortLabel": "Grad", - "filename": "", - "type": "Artillery", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 19000, - "description": "BM-21 Grad Wheeled. Multiple launch rocket system, 122mm rockets. 5 km min range, 18 km max.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "tags": "122 mm, MLRS", - "indirectFire": true, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "aimTime": 120 - }, - "HEMTT TFFT": { - "name": "HEMTT TFFT", - "coalition": "blue", - "era": "Late Cold War", - "label": "HEMTT TFFT", - "shortLabel": "HEMTT TFFT", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military Fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Hawk SAM Battery": { - "name": "Hawk SAM Battery", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Hawk SAM Battery", - "shortLabel": "Hk", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 90000, - "engagementRange": 45000, - "description": "Hawk radar SAM site MIM-23. Range/alt max: 40 km, 60,000 ft. Min: 2km. HAWK stands for 'Homing all the way killer'.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Hk" - }, - "Hawk cwar": { - "name": "Hawk cwar", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Continous Wave Acquisition Radar", - "shortLabel": "Hawk cwar", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "Hawk site Aquisition Radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hawk ln": { - "name": "Hawk ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Launcher", - "shortLabel": "Hawk ln", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 45000, - "description": "Hawk site missile laucher. 3 missiles. Needs rest of site to fuction", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Hawk SAM Battery" - }, - "Hawk pcp": { - "name": "Hawk pcp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Platoon Command Post", - "shortLabel": "Hawk pcp", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Hawk site command post. Medium sized trailer.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Hawk sr": { - "name": "Hawk sr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Search Radar", - "shortLabel": "Hawk sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site search Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam-radar" - }, - "Hawk tr": { - "name": "Hawk tr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Track Radar", - "shortLabel": "Hawk tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site track Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hummer": { - "name": "Hummer", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV Unarmed", - "shortLabel": "HMMWV", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "M-1025 HMMWV (Humvee). Wheeled. Unarmed.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA, Unarmed", - "markerFile": "groundunit-tactical" - }, - "IKARUS Bus": { - "name": "IKARUS Bus", - "coalition": "red", - "era": "Mid Cold War", - "label": "IKARUS Bus", - "shortLabel": "IKARUS Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian Bus. Yellow. Bendy bus", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Igla manpad INS": { - "name": "Igla manpad INS", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "SA-18 Igla 9K38 IR MANPADS. Range/alt max: 5 km, 12,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Infantry AK": { - "name": "Infantry AK", - "coalition": "red", - "era": "Mid Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "muzzleVelocity": 900, - "barrelHeight": 0.9, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 1", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "KAMAZ Truck": { - "name": "KAMAZ Truck", - "coalition": "red", - "era": "Mid Cold War", - "label": "KAMAZ Truck", - "shortLabel": "KAMAZ Truck", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck, 2 axle, wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Kub 1S91 str": { - "name": "Kub 1S91 str", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 Straight flush", - "shortLabel": "Kub 1S91 str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "SA-6/Kub search and track Radar, tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Kub 2P25 ln": { - "name": "Kub 2P25 ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-6 Launcher", - "shortLabel": "Kub 2P25 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 25000, - "description": "SA-6/Kub launcher. 3 missiles. Tracked. Needs rest of site to function", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-6 SAM Battery" - }, - "LAV-25": { - "name": "LAV-25", - "coalition": "blue", - "era": "Late Cold War", - "label": "LAV-25 IFV", - "shortLabel": "LAV-25", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "aus_winter": { - "name": "AUS_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "aus_summer": { - "name": "AUS_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "sand": { - "name": "sand", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "LAV-25 Infantry fighter vehicle. Wheeled. Amphibious. 25 mm gun , 2 x 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.28, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "LAZ Bus": { - "name": "LAZ Bus", - "coalition": "red", - "era": "Early Cold War", - "label": "LAZ Bus", - "shortLabel": "LAZ Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian bus. Single Axle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Leclerc": { - "name": "Leclerc", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leclerc", - "shortLabel": "Leclerc", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 1.6, - "shotsBaseInterval": 5, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3 - }, - "Leopard-2": { - "name": "Leopard-2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2", - "shortLabel": "Leopard-2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "can_spring": { - "name": "CAN_spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "spn_summer": { - "name": "SPN_Summer", - "countries": "All" - }, - "de_desert_winter": { - "name": "winter", - "countries": "All" - }, - "de_desert_spring": { - "name": "spring", - "countries": "All" - }, - "de_summer": { - "name": "summer", - "countries": "All" - }, - "den_autumn": { - "name": "DEN_autumn", - "countries": "All" - }, - "den_spring": { - "name": "DEN_spring", - "countries": "All" - }, - "de_winter": { - "name": "winter", - "countries": "All" - }, - "neth_summer": { - "name": "NETH_summer", - "countries": "All" - }, - "de_autumn": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "de_desert_summer": { - "name": "DE_Desert_summer", - "countries": "All" - }, - "desert_summer": { - "name": "Desert_summer", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "den_summer": { - "name": "DEN_summer", - "countries": "All" - }, - "desert_autumn": { - "name": "Desert_autumn", - "countries": "All" - }, - "de_spring": { - "name": "spring", - "countries": "All" - }, - "den_winter": { - "name": "DEN_winter", - "countries": "All" - }, - "fin_winter": { - "name": "FIN_winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "desert_winter": { - "name": "Desert_winter", - "countries": "All" - }, - "can_winter": { - "name": "CAN_winter", - "countries": "All" - }, - "de_desert_autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "desert_spring": { - "name": "Desert_spring", - "countries": "All" - }, - "fin_spring": { - "name": "FIN_spring", - "countries": "All" - }, - "fin_summer": { - "name": "FIN_summer", - "countries": "All" - }, - "can_summer": { - "name": "CAN_summer", - "countries": "All" - }, - "can_autumn": { - "name": "CAN_autumn", - "countries": "All" - }, - "neth_winter": { - "name": "NETH_winter", - "countries": "All" - }, - "spn_winter": { - "name": "SPN_Winter", - "countries": "All" - }, - "fin_autumn": { - "name": "FIN_autumn", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.5, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Leopard1A3": { - "name": "Leopard1A3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard1A3", - "shortLabel": "Leopard1A3", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled main gun (APDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 560, - "barrelHeight": 2.49, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M 818": { - "name": "M 818", - "coalition": "blue", - "era": "Early Cold War", - "label": "M 818", - "shortLabel": "M 818", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy utility truck. Wheeled. Used for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Power, Re-Arming, Repair" - }, - "M-1 Abrams": { - "name": "M-1 Abrams", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-1 Abrams", - "shortLabel": "M-1 Abrams", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore M256 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 2.5, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "M-109": { - "name": "M-109", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-109 Paladin", - "shortLabel": "M-109", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "M-109 Paladin. Tracked. Turreted self propelled 155mm howitzer. 30m min range, 22km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "M-113": { - "name": "M-113", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-113", - "shortLabel": "M-113", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "grc_autumn_med": { - "name": "GRC_autumn", - "countries": "All" - }, - "winter_med": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_spring_med": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "green_med": { - "name": "green", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "spring_med": { - "name": "spring", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_winter_med": { - "name": "GRC_winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "grc_summer_med": { - "name": "GRC_summer", - "countries": "All" - }, - "autumn_med": { - "name": "autumn", - "countries": "All" - }, - "desert_med": { - "name": "Desert", - "countries": "All" - }, - "summer_med": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M-113. Tracked. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 950, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M-2 Bradley": { - "name": "M-2 Bradley", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-2A2 Bradley IFV", - "shortLabel": "M-2 Bradley", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "M-2A2 Bradley Infantry fighting vehicle. Tracked. Amphibious. 25 mm gun, 7.62 mm machine gun, BGM-71 TOW missile.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.44, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M-60": { - "name": "M-60", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-60", - "shortLabel": "M-60", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled M68 main gun (APDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 600, - "barrelHeight": 2.8, - "shotsBaseInterval": 12, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M1043 HMMWV Armament": { - "name": "M1043 HMMWV Armament", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV .50 cal", - "shortLabel": "HMMWV M2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1043 HMMWV (Humvee). Wheeled. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "M1045 HMMWV TOW": { - "name": "M1045 HMMWV TOW", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV TOW", - "shortLabel": "HMMWV TOW", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "M1045 HMMWV (Humvee). Wheeled. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "M1097 Avenger": { - "name": "M1097 Avenger", - "coalition": "blue", - "era": "Modern", - "label": "M1097 Avenger", - "shortLabel": "97", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 5200, - "engagementRange": 4500, - "description": "M1097 Avenger IR SAM. Range/alt max: 5 km, 15,000 ft. Contains 8 x Stinger missiles.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M1126 Stryker ICV": { - "name": "M1126 Stryker ICV", - "coalition": "blue", - "era": "Modern", - "label": "Stryker MG", - "shortLabel": "Stryker MG", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1126 Stryker. Wheeled. 12.7mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1128 Stryker MGS": { - "name": "M1128 Stryker MGS", - "coalition": "blue", - "era": "Modern", - "label": "M1128 Stryker MGS", - "shortLabel": "M1128 Stryker MGS", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1128 Stryker Mobile Gun System. Wheeled. 105 mm gun and 7.6mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1134 Stryker ATGM": { - "name": "M1134 Stryker ATGM", - "coalition": "blue", - "era": "Modern", - "label": "Stryker ATGM", - "shortLabel": "Stryker ATGM", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 4000, - "engagementRange": 3800, - "description": "M1134 Stryker. Wheeled. 7.62 mm machine gun. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "muzzleVelocity": 900, - "barrelHeight": 2.8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M48 Chaparral": { - "name": "M48 Chaparral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M48 Chaparral", - "shortLabel": "48", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 10000, - "engagementRange": 8500, - "description": "M48 Chaparral IR SAM. Range/alt max: 9 km, 13,000 ft. 4 x AIM 9 Sidewinder missiles.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M6 Linebacker": { - "name": "M6 Linebacker", - "coalition": "blue", - "era": "Late Cold War", - "label": "M6 Linebacker", - "shortLabel": "M6", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 4000, - "description": "M6 Linebacker IR SAM. Range/alt max: 5 km, 15,000 ft. 4 x Stinger on M2 Bradley.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M978 HEMTT Tanker": { - "name": "M978 HEMTT Tanker", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M978 HEMTT Tanker", - "shortLabel": "M978 HEMTT Tanker", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy Expanded Mobility Tactical Truck. Wheeled. Refueling for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Refueling, FARP" - }, - "MAZ-6303": { - "name": "MAZ-6303", - "coalition": "red", - "era": "Mid Cold War", - "label": "MAZ-6303", - "shortLabel": "MAZ-6303", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Logistical Military Truck. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "MCV-80": { - "name": "MCV-80", - "coalition": "blue", - "era": "Late Cold War", - "label": "Warrior IFV MCV-80", - "shortLabel": "Warrior", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Warrior MCV-80 Infantry Fighting Vehicle. Tracked. 30 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.21, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS": { - "name": "MLRS", - "coalition": "blue", - "era": "Late Cold War", - "label": "M270", - "shortLabel": "M270", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 30000, - "description": "M270 Multiple Launch Rocket System. Tracked. Fires M26 270 mm DPICM rockets. Min range 10km, max 35km. Note cluster munition can be very laggy with many shots.", - "abilities": "Combined arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "270mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "MTLB": { - "name": "MTLB", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LB", - "shortLabel": "MT-LB", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "MT-LB. Tracked. Amphibious. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.05, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Marder": { - "name": "Marder", - "coalition": "blue", - "era": "Late Cold War", - "label": "Marder IFV", - "shortLabel": "Marder", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Marder Infantry FIghting Vehicle. Tracked. Amphibious. 20 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.82, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Osa 9A33 ln": { - "name": "Osa 9A33 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-8 Launcher", - "shortLabel": "Osa 9A33 ln", - "range": "Short", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 10300, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-8 SAM Battery" - }, - "Paratrooper AKS-74": { - "name": "Paratrooper AKS-74", - "coalition": "red", - "era": "Late Cold War", - "label": "AKS-74", - "shortLabel": "AKS-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian paratrooper carrying AKS-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Paratrooper RPG-16": { - "name": "Paratrooper RPG-16", - "coalition": "red", - "era": "Modern", - "label": "RPG-16", - "shortLabel": "Para RPG-16", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Russian paratrooper carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Patriot AMG": { - "name": "Patriot AMG", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Antenna Mast Group", - "shortLabel": "Patriot AMG", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ECS": { - "name": "Patriot ECS", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Engagement Control Station", - "shortLabel": "Patriot ECS", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot EPP": { - "name": "Patriot EPP", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Electric Power Plant", - "shortLabel": "Patriot EPP", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot cp": { - "name": "Patriot cp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Command Post", - "shortLabel": "Patriot cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ln": { - "name": "Patriot ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Launcher", - "shortLabel": "Patriot ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 100000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Patriot site" - }, - "Patriot site": { - "name": "Patriot site", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot SAM Battery", - "shortLabel": "Pt", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 98000, - "description": "Patriot radar SAM site. Range/alt max: 150 km, 105,000 ft. Min: 5km. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Pt" - }, - "Patriot str": { - "name": "Patriot str", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Search/Track Radar", - "shortLabel": "Patriot str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Predator GCS": { - "name": "Predator GCS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator GCS", - "shortLabel": "Predator GCS", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Ground Control Station", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Predator TrojanSpirit": { - "name": "Predator TrojanSpirit", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator TrojanSpirit", - "shortLabel": "Predator TrojanSpirit", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Unmanned Aerial Vehicle (UAV) System", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "RLS_19J6": { - "name": "RLS_19J6", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Thin Shield", - "shortLabel": "RLS 19J6", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "RPC_5N62V": { - "name": "RPC_5N62V", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Square Pair", - "shortLabel": "RPC 5N62V", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Radar_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Radar_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Radar_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Radar_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Radar_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Radar_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Radar_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Radar_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Radar_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Radar_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Radar_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Radar_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Radar_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Radar_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Radar_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Radar_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Roland ADS": { - "name": "Roland ADS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Roland ADS", - "shortLabel": "RO", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 12000, - "engagementRange": 8000, - "description": "Roland ADS radar and optical SAM. Range/alt max: 11 km, 18,000 ft. Tracked vehicle.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, Optical, CA", - "markerFile": "groundunit-sam" - }, - "Roland Radar": { - "name": "Roland Radar", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Roland Search Radar", - "shortLabel": "Roland Radar", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-200_Launcher": { - "name": "S-200_Launcher", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Launcher", - "shortLabel": "S-200 Launcher", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Launcher_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Launcher_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Launcher_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Launcher_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Launcher_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Launcher_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Launcher_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Launcher_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Launcher_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Launcher_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Launcher_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Launcher_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Launcher_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Launcher_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Launcher_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 255000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-5 SAM Battery" - }, - "S-300PS 40B6M tr": { - "name": "S-300PS 40B6M tr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Tin Shield", - "shortLabel": "S-300PS 40B6M tr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 40B6MD sr": { - "name": "S-300PS 40B6MD sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Clam Shell", - "shortLabel": "S-300PS 40B6MD sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 54K6 cp": { - "name": "S-300PS 54K6 cp", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Command Post", - "shortLabel": "S-300PS 54K6 cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "S-300PS 5P85C ln": { - "name": "S-300PS 5P85C ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85C ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85C", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 5P85D ln": { - "name": "S-300PS 5P85D ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85D ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85D", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 64H6E sr": { - "name": "S-300PS 64H6E sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Big Bird", - "shortLabel": "S-300PS 64H6E sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SA-10 SAM Battery": { - "name": "SA-10 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 SAM Battery", - "shortLabel": "10", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 300000, - "engagementRange": 52000, - "description": "SA-10 Grumble radar SAM site S-300. Range/alt max: 52 km, 100,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "10" - }, - "SA-11 Buk CC 9S470M1": { - "name": "SA-11 Buk CC 9S470M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Command Post", - "shortLabel": "SA-11 Buk CC 9S470M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 Buk LN 9A310M1": { - "name": "SA-11 Buk LN 9A310M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Launcher", - "shortLabel": "SA-11 Buk LN 9A310M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 35000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-11 SAM Battery" - }, - "SA-11 Buk SR 9S18M1": { - "name": "SA-11 Buk SR 9S18M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-11 Snown Drift", - "shortLabel": "SA-11 Buk SR 9S18M1", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 SAM Battery": { - "name": "SA-11 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 SAM Battery", - "shortLabel": "11", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 98000, - "engagementRange": 33000, - "description": "SA-11 Gadfly radar SAM site 9K37. Range/alt max: 42 km, 82,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "11" - }, - "SA-18 Igla manpad": { - "name": "SA-18 Igla manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S manpad": { - "name": "SA-18 Igla-S manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-2 SAM Battery": { - "name": "SA-2 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-2 SAM Battery", - "shortLabel": "2", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 42000, - "description": "SA-2 Guideline radar SAM site S-75. Range/alt max: 24 km, 66,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "2" - }, - "SA-3 SAM Battery": { - "name": "SA-3 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 SAM Battery", - "shortLabel": "3", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 18000, - "description": "SA-3 Goa radar SAM site S-125. Range/alt max: 35 km, 60,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "3" - }, - "SA-5 SAM Battery": { - "name": "SA-5 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-5 SAM Battery", - "shortLabel": "5", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 400000, - "engagementRange": 250000, - "description": "SA-5 Gammon radar SAM site S-200. Range/alt max: 300 km, 120,000 ft. Min 60km.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "5" - }, - "SA-6 SAM Battery": { - "name": "SA-6 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 SAM Battery", - "shortLabel": "6", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "description": "SA-6 Gainful radar SAM site 2K12. Range/alt max: 55 km, 50,000 ft. Tracked vehicle.", - "abilities": "", - "acquisitionRange": 68000, - "engagementRange": 22000, - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "6" - }, - "SAU 2-C9": { - "name": "SAU 2-C9", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Nona", - "shortLabel": "SAU Nona", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 7000, - "description": "2S9 Nona. Tracked. 120mm howitzer. 30m min range, 7km max. Doesn't let you use the gun in CA.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "120mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Akatsia": { - "name": "SAU Akatsia", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Akatsiya", - "shortLabel": "SAU Akatsiya", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 17000, - "description": "SAU Akatsiya. Tracked. Self propelled 152mm howitzer. 30m min range, 17km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Gvozdika": { - "name": "SAU Gvozdika", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Gvozdika", - "shortLabel": "SAU Gvozdika", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "2S1 SAU Gvozdika. Tracked. 122m howitzer. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "122mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Msta": { - "name": "SAU Msta", - "coalition": "red", - "era": "Late Cold War", - "label": "SAU Msta", - "shortLabel": "SAU Msta", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 23500, - "description": "2S19 Msta. Tracked. 152.4mm howitzer. 1km min range, 24km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SKP-11": { - "name": "SKP-11", - "coalition": "red", - "era": "Early Cold War", - "label": "SKP-11", - "shortLabel": "SKP-11", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Repair and recovery vehicle. Wheeled. Comms for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Comms" - }, - "SNR_75V": { - "name": "SNR_75V", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Fan Song", - "shortLabel": "SNR 75V", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S_75M_Volhov": { - "name": "S_75M_Volhov", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Launcher", - "shortLabel": "S75M Volhov", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 43000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-2 SAM Battery" - }, - "Sandbox": { - "name": "Sandbox", - "coalition": "", - "era": "", - "label": "Sandbox", - "shortLabel": "Sandbox", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Smerch": { - "name": "Smerch", - "coalition": "red", - "era": "Late Cold War", - "label": "BM-30 Smerch (Cluster)", - "shortLabel": "BM-30 Smerch", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm cluster rockets. 20km min range, 71 km max. Cluster munitions can be very laggy en masse.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier AK": { - "name": "Soldier AK", - "coalition": "red", - "era": "Early Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "muzzleVelocity": 900, - "barrelHeight": 1, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 4", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M249": { - "name": "Soldier M249", - "coalition": "blue", - "era": "Late Cold War", - "label": "M249", - "shortLabel": "M249", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M249.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 915, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 0.25, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4 GRG": { - "name": "Soldier M4 GRG", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.95, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Georgia", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4": { - "name": "Soldier M4", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier RPG": { - "name": "Soldier RPG", - "coalition": "red", - "era": "Mid Cold War", - "label": "RPG", - "shortLabel": "Soldier RPG", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Solider carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.8, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Stinger comm dsr": { - "name": "Stinger comm dsr", - "coalition": "red", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS, IR", - "markerFile": "groundunit-sam" - }, - "Stinger comm": { - "name": "Stinger comm", - "coalition": "blue", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Strela-1 9P31": { - "name": "Strela-1 9P31", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-9 Gaskin", - "shortLabel": "9", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 4200, - "description": "SA-9 Gaskin Strela 1. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "Strela-10M3": { - "name": "Strela-10M3", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-13 Gopher", - "shortLabel": "13", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 5000, - "description": "SA-13 Gopher Strela 10. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam" - }, - "Suidae": { - "name": "Suidae", - "coalition": "", - "era": "Modern", - "label": "Suidae", - "shortLabel": "Suidae", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "The destroyer of all. Pre-Dates all living and un-living creatures.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Prehistoric" - }, - "T-55": { - "name": "T-55", - "coalition": "red", - "era": "Early Cold War", - "label": "T-55", - "shortLabel": "T-55", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 100 mm D-10T rifled gun (APFSDS and HEAT), 7.62 mm SGMT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.3, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 9, - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "T-72B": { - "name": "T-72B", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B", - "shortLabel": "T-72B", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "shotsBaseScatter": 5, - "barrelHeight": 2.5, - "muzzleVelocity": 700, - "aimMethodRange": 2500, - "alertnessTimeConstant": 4, - "canAAA": true, - "tags": "CA" - }, - "T-80UD": { - "name": "T-80UD", - "coalition": "red", - "era": "Late Cold War", - "label": "T-80UD", - "shortLabel": "T-80UD", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - 01": { - "name": "Iran - 01", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "iran - 02": { - "name": "Iran - 02", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M-1 smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.32, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "T-90": { - "name": "T-90", - "coalition": "red", - "era": "Late Cold War", - "label": "T-90", - "shortLabel": "T-90", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "tags": "CA", - "canAAA": true, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000 - }, - "TPZ": { - "name": "TPZ", - "coalition": "blue", - "era": "Late Cold War", - "label": "TPz Fuchs", - "shortLabel": "TPz Fuchs", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "TPz Fuchs. Wheeled. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Tigr_233036": { - "name": "Tigr_233036", - "coalition": "red", - "era": "Late Cold War", - "label": " LUV Tigr", - "shortLabel": " LUV Tigr", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Utility vehicle. Wheeled. Multi-Axle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tor 9A331": { - "name": "Tor 9A331", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-15 Gauntlet", - "shortLabel": "15", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 12000, - "description": "SA-15 Gauntlet 9K330 Tor. Range/alt max: 12 km, 20,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, CA", - "markerFile": "groundunit-sam" - }, - "Trolley bus": { - "name": "Trolley bus", - "coalition": "blue", - "era": "Late Cold War", - "label": "Trolley bus", - "shortLabel": "Trolley bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian. Public transportation bus. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "UAZ-469": { - "name": "UAZ-469", - "coalition": "red", - "era": "Mid Cold War", - "label": "UAZ-469", - "shortLabel": "UAZ-469", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "red_spring": { - "name": "RED_Spring", - "countries": "All" - }, - "red_summer": { - "name": "RED_Summer", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "orange_spring": { - "name": "ORANGE_Spring", - "countries": "All" - }, - "orange_autumn": { - "name": "ORANGE_Autumn", - "countries": "All" - }, - "red_autumn": { - "name": "RED_Autumn", - "countries": "All" - }, - "red_winter": { - "name": "RED_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "orange_summer": { - "name": "ORANGE_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "orange_winter": { - "name": "ORANGE_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled. 4x4", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Uragan_BM-27": { - "name": "Uragan_BM-27", - "coalition": "red", - "era": "Late Cold War", - "label": "Bm-27 Uragan", - "shortLabel": "Uragan", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 37000, - "description": "Uragan BM-27. Wheeled. 220 mm rocket artillery. 11km min range, 37 km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "220mm, Rocket, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Ural ATsP-6": { - "name": "Ural ATsP-6", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural ATsP-6", - "shortLabel": "Ural ATsP-6", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Ural-375 PBU": { - "name": "Ural-375 PBU", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375 PBU", - "shortLabel": "Ural-375 PBU", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military command vehicle. Wheeled. Re-arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Re-Arming, FARP" - }, - "Ural-375 ZU-23 Insurgent": { - "name": "Ural-375 ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23 Insurgent", - "shortLabel": "Ural-375 ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 8, - "muzzleVelocity": 1000, - "barrelHeight": 3, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "Ural-375 ZU-23": { - "name": "Ural-375 ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23", - "shortLabel": "Ural-375 ZU-23", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 AAA 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 3, - "muzzleVelocity": 1000, - "aimTime": 8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "Ural-375": { - "name": "Ural-375", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375", - "shortLabel": "Ural-375", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. Refueling and Re-Arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Refueling, Re-Arming, FARP" - }, - "Ural-4320 APA-5D": { - "name": "Ural-4320 APA-5D", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-4320 APA-5D", - "shortLabel": "Ural-4320 APA-5D", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Ural-4320-31": { - "name": "Ural-4320-31", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320-31", - "shortLabel": "Ural-4320-31", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Ural-4320T": { - "name": "Ural-4320T", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320T", - "shortLabel": "Ural-4320T", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "VAZ Car": { - "name": "VAZ Car", - "coalition": "red", - "era": "Early Cold War", - "label": "VAZ Car", - "shortLabel": "VAZ Car", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian car. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Vulcan": { - "name": "Vulcan", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Vulcan", - "shortLabel": "Vulcan", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "M113 Vulcan. Tracked M113 APC with radar guided Vulcan 20 mm cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2.5, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZIL-131 KUNG": { - "name": "ZIL-131 KUNG", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-131 KUNG", - "shortLabel": "ZIL-131 KUNG", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. KUNG Narrow specialized Body. 6x6. Repair for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "ZIL-4331": { - "name": "ZIL-4331", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-4331", - "shortLabel": "ZIL-4331", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "ZSU-23-4 Shilka": { - "name": "ZSU-23-4 Shilka", - "coalition": "red", - "era": "Mid Cold War", - "label": "ZSU-23-4 Shilka", - "shortLabel": "ZSU-23-4 Shilka", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "ZSU-23-4 Shilka. Tracked. 4 x 23 mm radar guided autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Closed Insurgent": { - "name": "ZU-23 Closed Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Closed Insurgent", - "shortLabel": "ZU-23 Closed Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZU-23 Emplacement Closed": { - "name": "ZU-23 Emplacement Closed", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement Closed", - "shortLabel": "ZU-23 Emplacement Closed", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Emplacement": { - "name": "ZU-23 Emplacement", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement", - "shortLabel": "ZU-23 Emplacement", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Insurgent": { - "name": "ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Insurgent", - "shortLabel": "ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "ZiL-131 APA-80": { - "name": "ZiL-131 APA-80", - "coalition": "red", - "era": "Early Cold War", - "label": "ZiL-131 APA-80", - "shortLabel": "ZiL-131 APA-80", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Arctic Self-Loading Device. Power for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Power, FARP" - }, - "house1arm": { - "name": "house1arm", - "coalition": "", - "era": "", - "label": "house1arm", - "shortLabel": "house1arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "house2arm": { - "name": "house2arm", - "coalition": "", - "era": "", - "label": "house2arm", - "shortLabel": "house2arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "houseA_arm": { - "name": "houseA_arm", - "coalition": "", - "era": "", - "label": "houseA_arm", - "shortLabel": "houseA_arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost": { - "name": "outpost", - "coalition": "", - "era": "", - "label": "outpost", - "shortLabel": "outpost", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost_road": { - "name": "outpost_road", - "coalition": "", - "era": "", - "label": "outpost_road", - "shortLabel": "outpost_road", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "p-19 s-125 sr": { - "name": "p-19 s-125 sr", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Flat Face B", - "shortLabel": "Flat Face B", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "snr s-125 tr": { - "name": "snr s-125 tr", - "coalition": "red", - "era": "Early Cold War", - "label": "SA-3 Low Blow", - "shortLabel": "snr s-125 tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SpGH_Dana": { - "name": "SpGH_Dana", - "coalition": "red", - "era": "Late Cold War", - "label": "SpGH Dana 152mm", - "shortLabel": "SpGH Dana", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18400, - "description": "SpGH Dana 77. Wheeled. Self propelled 152mm howitzer. 1km min range, 18km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Grad_FDDM": { - "name": "Grad_FDDM", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LBu ACRV", - "shortLabel": "MT-LBu ARCV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18500, - "description": "MT-LBu IV12 series tracked. Artillery command / recon vehicle, not an arty piece, speeds up artillery fire time in game when grouped.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "tags": "Command, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK Ins": { - "name": "Infantry AK Ins", - "coalition": "red", - "era": "Early Cold War", - "label": "Insurgent AK-74", - "shortLabel": "AK-74 (Ins)", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Insurgent solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Insurgent", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS FDDM": { - "name": "MLRS FDDM", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV MLRS ACRV", - "shortLabel": "HMMWV ACRV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "A Humvee artillery command/ recon vehicle, not an arty piece, speeds up MLRS fire time in game when grouped. 12.7 mm machine gun.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "barrelHeight": 2.49, - "tags": "Arty Command/Recon, CA", - "markerFile": "groundunit-artillery", - "indirectFire": false, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK ver2": { - "name": "Infantry AK ver2", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 2", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Infantry AK ver3": { - "name": "Infantry AK ver3", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 3", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Smerch_HE": { - "name": "Smerch_HE", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-30 Smerch (HE)", - "shortLabel": "BM-30 Smerch", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm 9M55F rockets. 20km min range, 71 km max.", - "abilities": "Combined Arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier stinger": { - "name": "Soldier stinger", - "coalition": "", - "era": "", - "label": "FIM-92 Stinger", - "shortLabel": "St", - "type": "SAM Site", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 4500, - "description": "Stinger IR MANPADS FIM-92. Range/alt max: 5 km, 15,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S comm": { - "name": "SA-18 Igla-S comm", - "coalition": "", - "era": "", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "type": "SAM Site", - "enabled": false, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "TACAN_beacon": { - "name": "TACAN_beacon", - "coalition": "", - "era": "", - "label": "Beacon TACAN Portable TTS 3030", - "shortLabel": "Beacon TACAN Portable TTS 3030", - "type": "Structure", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Merkava_Mk4": { - "name": "Merkava_Mk4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Merkava IV", - "shortLabel": "Merkava IV", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore MG253 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 3.1, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "canAAA": true, - "alertnessTimeConstant": 3 - }, - "LiAZ Bus": { - "name": "LiAZ Bus", - "coalition": "", - "era": "", - "label": "Bus LiAZ-677", - "shortLabel": "Bus LiAZ-677", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KrAZ6322": { - "name": "KrAZ6322", - "coalition": "", - "era": "", - "label": "Truck KrAZ-6322 6x6", - "shortLabel": "Truck KrAZ-6322 6x6", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "JTAC": { - "name": "JTAC", - "coalition": "", - "era": "", - "label": "JTAC", - "shortLabel": "JTAC", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Electric locomotive": { - "name": "Electric locomotive", - "coalition": "", - "era": "", - "label": "VL80 Electric", - "shortLabel": "VL80 Electric", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Locomotive": { - "name": "Locomotive", - "coalition": "", - "era": "", - "label": "CHME3T", - "shortLabel": "CHME3T", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Coach cargo": { - "name": "Coach cargo", - "coalition": "", - "era": "", - "label": "Freight Van", - "shortLabel": "Freight Van", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach cargo open": { - "name": "Coach cargo open", - "coalition": "", - "era": "", - "label": "Open Wagon", - "shortLabel": "Open Wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank blue": { - "name": "Coach a tank blue", - "coalition": "", - "era": "", - "label": "Car blue", - "shortLabel": "Car blue", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank yellow": { - "name": "Coach a tank yellow", - "coalition": "", - "era": "", - "label": "Car yellow", - "shortLabel": "Car yellow", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a passenger": { - "name": "Coach a passenger", - "coalition": "", - "era": "", - "label": "Passenger Car", - "shortLabel": "Passenger Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a platform": { - "name": "Coach a platform", - "coalition": "", - "era": "", - "label": "Coach Platform", - "shortLabel": "Coach Platform", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "tacr2a": { - "name": "tacr2a", - "coalition": "", - "era": "", - "label": "RAF Rescue", - "shortLabel": "RAF Rescue", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire and Rescue vehicle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "LARC-V": { - "name": "LARC-V", - "coalition": "", - "era": "", - "label": "LARC-V", - "shortLabel": "LARC-V", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 500, - "engagementRange": 0, - "description": "Amphibious cargo vehicle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KS-19": { - "name": "KS-19", - "coalition": "", - "era": "Early Cold War", - "label": "KS-19 100mm", - "shortLabel": "KS-19 100mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 16000, - "engagementRange": 2000, - "description": "KS-19. 100 mm AAA gun. Fixed manually aimed large calibre anti aircraft gun.", - "abilities": "AA", - "canTargetPoint": false, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 25, - "shotsToFire": 5, - "barrelHeight": 5, - "cost": null, - "markerFile": "groundunit-aaa", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 15000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "SON_9": { - "name": "SON_9", - "coalition": "red", - "era": "Early Cold War", - "label": "Fire Can SON-9", - "shortLabel": "Fire Can SON-9", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 92600, - "engagementRange": null, - "description": "SON-9 Fire Can. Gun laying radar, not AAA. Can be used to direct fire of up to 4 AAA guns if grouped with them.", - "abilities": "Fire Director", - "canTargetPoint": false, - "canRearm": false, - "cost": null, - "tags": "Radar", - "markerFile": "groundunit-aaa", - "canAAA": false - }, - "Scud_B": { - "name": "Scud_B", - "coalition": "", - "era": "", - "label": "SS-1C Scud-B", - "shortLabel": "Scud-B", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 283000, - "description": "SS-1C Scud-B wheeled vehicle firing R-17 tactical ballistic missile. 50 km min range, 300 km max. Approx 700 m CEP. Long setup time, check if the stabilisers are moving to see if launch command worked.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Ballistic Missile", - "markerFile": "groundunit-artillery", - "aimTime": 300, - "shotsToFire": 1, - "shotsBaseInterval": 300, - "shotsBaseScatter": 1, - "alertnessTimeConstant": 10 - }, - "HL_DSHK": { - "name": "HL_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical DSHK 12.7mm", - "shortLabel": "Technical DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "muzzleVelocity": 900 - }, - "HL_KORD": { - "name": "HL_KORD", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical KORD 12.7mm", - "shortLabel": "Technical KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_DSHK": { - "name": "tt_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Pickup DSHK 12.7mm", - "shortLabel": "Pickup DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 300, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_KORD": { - "name": "tt_KORD", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup KORD 12.7mm", - "shortLabel": "Pickup KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "HL_ZU-23": { - "name": "HL_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Technical with ZU-23", - "shortLabel": "Technical with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "Technical. Car with ZSU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 200, - "shotsBaseInterval": 15, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "tt_ZU-23": { - "name": "tt_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Pickup with ZU-23", - "shortLabel": "Pickup with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Box car with ZU-23 AAA 23mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": true, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 15, - "aimMethodRange": 4500, - "targetingRange": 100 - }, - "HL_B8M1": { - "name": "HL_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Technical B8M1", - "shortLabel": "Technical B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4900, - "description": "Technical with a B8M1 80mm rocket pod on the back. 1km min range, max 15km.", - "abilities": "Combined Arms, Indirect Fire.", - "canTargetPoint": true, - "canRearm": false, - "tags": "Rocket, CA", - "markerFile": "groundunit-artillery", - "shotsToFire": 2, - "shotsBaseInterval": 30, - "aimTime": 120, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "indirectFire": true - }, - "tt_B8M1": { - "name": "tt_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup B8M1", - "shortLabel": "Pickup B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "Pickup truck with B8M1 80mm rocket launcher. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "80mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "NASAMS_Radar_MPQ64F1": { - "name": "NASAMS_Radar_MPQ64F1", - "coalition": "", - "era": "", - "label": "SAM NASAMS SR MPQ64F1", - "shortLabel": "SAM NASAMS SR MPQ64F1", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": "no", - "canRearm": "no", - "markerFile": "groundunit-sam-radar" - }, - "NASAMS_Command_Post": { - "name": "NASAMS_Command_Post", - "coalition": "", - "era": "", - "label": "SAM NASAMS C2", - "shortLabel": "SAM NASAMS C2", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_B": { - "name": "NASAMS_LN_B", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120B", - "shortLabel": "SAM NASAMS LN AIM-120B", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_C": { - "name": "NASAMS_LN_C", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120C", - "shortLabel": "SAM NASAMS LN AIM-120C", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "M4_Sherman": { - "name": "M4_Sherman", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4 Sherman", - "shortLabel": "Tk M4 Sherman", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm gun (AP and HE), 0.50 caliber coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 650, - "barrelHeight": 2.74, - "shotsBaseInterval": 5, - "tags": "CA", - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 8, - "canAAA": false - }, - "M2A1_halftrack": { - "name": "M2A1_halftrack", - "coalition": "blue", - "era": "WW2", - "label": "M2A1 Halftrack", - "shortLabel": "M2A1 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "M2 A1. Half tracked. 12.7 mm and 7.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.6, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "FPS-117 Dome": { - "name": "FPS-117 Dome", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117 (Dome)", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar in a domed building", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Dome", - "markerFile": "groundunit-ewr" - }, - "FPS-117 ECS": { - "name": "FPS-117 ECS", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 ECS", - "shortLabel": "ECS", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "AN/FPS-117 engagement control station, this is not a radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "C&C", - "markerFile": "groundunit-ewr" - }, - "FPS-117": { - "name": "FPS-117", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 463000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar on a large metal platform", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "RD_75": { - "name": "RD_75", - "coalition": "", - "era": "", - "label": "SA-2 S-75 RD-75 Amazonka RF", - "shortLabel": "SAM SA-2 S-75 RD-75 Amazonka RF", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZSU_57_2": { - "name": "ZSU_57_2", - "coalition": "red", - "era": "Early Cold War", - "label": "ZSU-57-2", - "shortLabel": "ZSU-57-2", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 3000, - "description": "ZSU-57-2. Tracked self propelled optically guided AA gun. 2 x 57 mm auto cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1200, - "barrelHeight": 3, - "aimTime": 20, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 9000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "S-60_Type59_Artillery": { - "name": "S-60_Type59_Artillery", - "coalition": "red", - "era": "Early Cold War", - "label": "S-60 57mm", - "shortLabel": "S-60 57mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 6000, - "engagementRange": 6000, - "description": "AZP S-60. Fixed. Automatic anti aircraft gun 57mm.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 5000, - "targetingRange": 2000 - }, - "generator_5i57": { - "name": "generator_5i57", - "coalition": "", - "era": "", - "label": "Diesel Power Station 5I57A", - "shortLabel": "Diesel Power Station 5I57A", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Diesel Power station.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "T-72B3": { - "name": "T-72B3", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B3", - "shortLabel": "T-72B3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 8, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "aimMethodRange": 3000, - "canAAA": true, - "tags": "" - }, - "PT_76": { - "name": "PT_76", - "coalition": "red", - "era": "Early Cold War", - "label": "LT PT-76", - "shortLabel": "LT PT-76", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Amphibious Light tank. Tracked. 76.2 mm D-56T smoothbore gun (AP and HE), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA, Amphibious", - "targetingRange": 100, - "muzzleVelocity": 625, - "barrelHeight": 1.85, - "shotsBaseInterval": 9, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "BTR-82A": { - "name": "BTR-82A", - "coalition": "red", - "era": "Modern", - "label": "BTR-82A", - "shortLabel": "BTR-82A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "BTR 82A APC. Wheeled. Amphibious. 30 mm gun.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "ATZ-5": { - "name": "ATZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-5", - "shortLabel": "ATZ-5 Fuel", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled. Refueling for FARPs", - "abilities": "Combined arms, Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "AA8": { - "name": "AA8", - "coalition": "", - "era": "Early Cold War", - "label": "Fire truck AA-7", - "shortLabel": "Fire truck", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire truck. Wheeled. Red", - "abilities": "Combined Arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "TZ-22_KrAZ": { - "name": "TZ-22_KrAZ", - "coalition": "", - "era": "", - "label": "Refueler TZ-22 Tractor", - "shortLabel": "Refueler TZ-22 Tractor (KrAZ-258B1)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "ATZ-60_Maz": { - "name": "ATZ-60_Maz", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-60 Maz", - "shortLabel": "ATZ-60 Maz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Wheeled truck. Only the cab portion no trailers.", - "abilities": "Combined arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "ZIL-135": { - "name": "ZIL-135", - "coalition": "", - "era": "", - "label": "Truck ZIL-135", - "shortLabel": "Truck ZIL-135", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "S_75_ZIL": { - "name": "S_75_ZIL", - "coalition": "", - "era": "", - "label": "S-75 Tractor", - "shortLabel": "S-75 Tractor (ZIL-131)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "rapier_fsa_launcher": { - "name": "rapier_fsa_launcher", - "coalition": "", - "era": "", - "label": "SAM Rapier LN", - "shortLabel": "SAM Rapier LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 6800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_optical_tracker_unit": { - "name": "rapier_fsa_optical_tracker_unit", - "coalition": "", - "era": "", - "label": "SAM Rapier Tracker", - "shortLabel": "SAM Rapier Tracker", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_blindfire_radar": { - "name": "rapier_fsa_blindfire_radar", - "coalition": "", - "era": "", - "label": "SAM Rapier Blindfire TR", - "shortLabel": "SAM Rapier Blindfire TR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "bofors40": { - "name": "bofors40", - "coalition": "blue", - "era": "WW2", - "label": "Bofors 40mm", - "shortLabel": "Bofor", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 3000, - "description": "Bofors gun. Fixed anti aircraft 40mm gun. Manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.35, - "muzzleVelocity": 850, - "aimTime": 8, - "shotsToFire": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "shotsBaseInterval": 10, - "alertnessTimeConstant": 15, - "targetingRange": 200, - "aimMethodRange": 4000 - }, - "Chieftain_mk3": { - "name": "Chieftain_mk3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Chieftain Mk.3", - "shortLabel": "Chieftain Mk.3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.7, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 2 - }, - "Bedford_MWD": { - "name": "Bedford_MWD", - "coalition": "blue", - "era": "WW2", - "label": "Truck Bedford", - "shortLabel": "Truck Bedford", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "Land_Rover_101_FC": { - "name": "Land_Rover_101_FC", - "coalition": "", - "era": "", - "label": "Truck Land Rover 101 FC", - "shortLabel": "Truck Land Rover 101 FC", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility truck. Wheeled. 4x4 ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Land_Rover_109_S3": { - "name": "Land_Rover_109_S3", - "coalition": "", - "era": "", - "label": "LUV Land Rover 109", - "shortLabel": "LUV Land Rover 109", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "hy_launcher": { - "name": "hy_launcher", - "coalition": "red", - "era": "Mid Cold War", - "label": "SS-N 2 Silkworm", - "shortLabel": "SS-N 2 Silkworm", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 100000, - "description": "SS-N 2 Silkworm anti ship missile launcher. Max range 100 km. Must be grouped with SS-N 2 search radar to function.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Missile Launcher", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2", - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Silkworm_SR": { - "name": "Silkworm_SR", - "coalition": "", - "era": "", - "label": "SS-N 2 Silkworm Radar", - "shortLabel": "SS-N 2 SR", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 200000, - "engagementRange": 0, - "description": "SS-N 2 Silkworm anti ship search radar. Must be grouped with SS N-2 missile launcher.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Missile Search Radar", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2" - }, - "ES44AH": { - "name": "ES44AH", - "coalition": "", - "era": "", - "label": "ES44AH", - "shortLabel": "ES44AH", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Boxcartrinity": { - "name": "Boxcartrinity", - "coalition": "", - "era": "Mid Cold War", - "label": "Flatcar", - "shortLabel": "Flatcar", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Train carriage flatcar, modern train container (red)", - "abilities": "Train, Carriage", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Tankcartrinity": { - "name": "Tankcartrinity", - "coalition": "", - "era": "", - "label": "Cartrinity", - "shortLabel": "Cartrinity", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Wellcarnsc": { - "name": "Wellcarnsc", - "coalition": "", - "era": "", - "label": "Well Car", - "shortLabel": "Well Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Carriage" - }, - "flak18": { - "name": "flak18", - "coalition": "", - "era": "WW2", - "label": "8.8cm Flak 18", - "shortLabel": "8.8cm Flak 18", - "type": "AAA", - "enabled": true, - "liveries": {}, - "aimTime": 18, - "shotsToFire": 5, - "acquisitionRange": 8000, - "engagementRange": 1000, - "description": "The flak 88. Fixed anti aircraft gun famously also used as an anti-tank gun. 88mm flak gun.", - "abilities": "AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 880, - "barrelHeight": 2.1, - "cost": 40000, - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "aimMethodRange": 100, - "targetingRange": 7000, - "alertnessTimeConstant": 5 - }, - "Pz_IV_H": { - "name": "Pz_IV_H", - "coalition": "red", - "era": "WW2", - "label": "Tk PzIV H", - "shortLabel": "Tk PzIV H", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm KwK 40 L/48 gun (AP and HE), 7.92 mm MG34 coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.68, - "shotsBaseInterval": 4, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "Leopard-2A5": { - "name": "Leopard-2A5", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A5", - "shortLabel": "Leopard-2A5", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/55 main gun (APFSDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimMethodRange": 3000, - "barrelHeight": 2.7, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4": { - "name": "leopard-2A4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4", - "shortLabel": "Leopard-2A4", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "tags": "CA", - "aimTime": 5, - "shotsToFire": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4_trs": { - "name": "leopard-2A4_trs", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4 Trs", - "shortLabel": "Leopard-2A4 Trs", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "Sd_Kfz_251": { - "name": "Sd_Kfz_251", - "coalition": "red", - "era": "WW2", - "label": "Sd.Kfz.251 Halftrack", - "shortLabel": "Sd.Kfz.251 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Sd.Kfz.251. Half tracked. 7.92 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 765, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Blitz_36-6700A": { - "name": "Blitz_36-6700A", - "coalition": "red", - "era": "WW2", - "label": "Truck Opel Blitz", - "shortLabel": "Truck Opel Blitz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "T155_Firtina": { - "name": "T155_Firtina", - "coalition": "blue", - "era": "Modern", - "label": "SPH T155 Firtina", - "shortLabel": "T155 Firtina", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 40000, - "description": "SPH T155 Firtina. Tracked. Self propelled 155mm howitzer. 1km min range, 40km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "VAB_Mephisto": { - "name": "VAB_Mephisto", - "coalition": "blue", - "era": "Late Cold War", - "label": "VAB Mephisto", - "shortLabel": "VAB Mephisto", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "VAB Mephisto. Wheeled vehicle armed with 4 x HOT 2 missiles.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "ZTZ96B": { - "name": "ZTZ96B", - "coalition": "red", - "era": "Late Cold War", - "label": "Type 96B", - "shortLabel": "Type 96B", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm smoothbore gun (APFSDS and HEAT), 7.62 mm Type 86H-7 machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.9, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "tags": "CA", - "targetingRange": 100, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000, - "canAAA": true - }, - "ZBD04A": { - "name": "ZBD04A", - "coalition": "red", - "era": "Late Cold War", - "label": "ZBD-04A IFV", - "shortLabel": "ZBD-04A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Type 04 Infantry Fighting Vehicle. Tracked. 100 mm gun, 30 mm gun, AT-10 missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.5, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 4000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "HQ-7_LN_SP": { - "name": "HQ-7_LN_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled LN", - "shortLabel": "HQ-7 Self-Propelled LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_LN_EO": { - "name": "HQ-7_LN_EO", - "coalition": "", - "era": "", - "label": "HQ-7 LN Electro-Optics", - "shortLabel": "HQ-7 LN Electro-Optics", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 8000, - "engagementRange": 12000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_STR_SP": { - "name": "HQ-7_STR_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled STR", - "shortLabel": "HQ-7 Self-Propelled STR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "PLZ05": { - "name": "PLZ05", - "coalition": "red", - "era": "Modern", - "label": "PLZ-05", - "shortLabel": "PLZ-05", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "PLZ-05 or the Type 05 tracked self propelled howitzer. 155 mm main gun with 12.7 mm machine gun. 1km min range, 22km max.", - "abilities": "Combined arms, indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "TYPE-59": { - "name": "TYPE-59", - "coalition": "red", - "era": "Early Cold War", - "label": "Type 59", - "shortLabel": "Type 59", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 100 mm Type 59 rifled gun (AP and HE), 7.62 mm Type 59T machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.5, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 10, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "Kubelwagen_82": { - "name": "Kubelwagen_82", - "coalition": "", - "era": "", - "label": "LUV Kubelwagen Jeep", - "shortLabel": "LUV Kubelwagen Jeep", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_2": { - "name": "Sd_Kfz_2", - "coalition": "", - "era": "", - "label": "LUV Kettenrad", - "shortLabel": "LUV Kettenrad", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_7": { - "name": "Sd_Kfz_7", - "coalition": "", - "era": "", - "label": "Tractor Sd.Kfz.7 Art'y Tractor", - "shortLabel": "Tractor Sd.Kfz.7 Art'y Tractor", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Artillery tractor. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Horch_901_typ_40_kfz_21": { - "name": "Horch_901_typ_40_kfz_21", - "coalition": "", - "era": "", - "label": "LUV Horch 901 Staff Car", - "shortLabel": "LUV Horch 901 Staff Car", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Staff Car. Wheeled. Transportation of military personnel and officers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tiger_I": { - "name": "Tiger_I", - "coalition": "", - "era": "", - "label": "Tk Tiger 1", - "shortLabel": "Tk Tiger 1", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Tiger_II_H": { - "name": "Tiger_II_H", - "coalition": "", - "era": "", - "label": "Tk Tiger II", - "shortLabel": "Tk Tiger II", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Pz_V_Panther_G": { - "name": "Pz_V_Panther_G", - "coalition": "", - "era": "", - "label": "Tk Panther G", - "shortLabel": "Tk Panther G (Pz V)", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Pz V", - "markerFile": "groundunit-tank" - }, - "Jagdpanther_G1": { - "name": "Jagdpanther_G1", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanther TD", - "shortLabel": "Self Propelled Gun Jagdpanther TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "JagdPz_IV": { - "name": "JagdPz_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanzer IV TD", - "shortLabel": "Self Propelled Gun Jagdpanzer IV TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Stug_IV": { - "name": "Stug_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG IV AG", - "shortLabel": "Self Propelled Gun StuG IV AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "SturmPzIV": { - "name": "SturmPzIV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Brummbaer AG", - "shortLabel": "Self Propelled Gun Brummbaer AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Wespe124": { - "name": "Wespe124", - "coalition": "", - "era": "", - "label": "SPH Sd.Kfz.124 Wespe 105mm", - "shortLabel": "SPH Sd.Kfz.124 Wespe 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "Sd_Kfz_234_2_Puma": { - "name": "Sd_Kfz_234_2_Puma", - "coalition": "", - "era": "", - "label": "Scout Puma AC", - "shortLabel": "Scout Puma AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "KDO_Mod40": { - "name": "KDO_Mod40", - "coalition": "", - "era": "", - "label": "AAA Kdo.G.40", - "shortLabel": "AAA Kdo.G.40", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Flakscheinwerfer_37": { - "name": "Flakscheinwerfer_37", - "coalition": "", - "era": "", - "label": "SL Flakscheinwerfer 37", - "shortLabel": "SL Flakscheinwerfer 37", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Maschinensatz_33": { - "name": "Maschinensatz_33", - "coalition": "", - "era": "", - "label": "Maschinensatz 33 Gen", - "shortLabel": "Maschinensatz 33 Gen", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "soldier_mauser98": { - "name": "soldier_mauser98", - "coalition": "", - "era": "", - "label": "Infantry Mauser 98", - "shortLabel": "Infantry Mauser 98", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "SK_C_28_naval_gun": { - "name": "SK_C_28_naval_gun", - "coalition": "", - "era": "", - "label": "Gun 15cm SK C/28 Naval in Bunker", - "shortLabel": "Gun 15cm SK C/28 Naval in Bunker", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 20000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "fire_control": { - "name": "fire_control", - "coalition": "", - "era": "", - "label": "Bunker with Fire Control Center", - "shortLabel": "Bunker with Fire Control Center", - "type": "SAM Site Parts", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1100, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stug_III": { - "name": "Stug_III", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG III G AG", - "shortLabel": "Self Propelled Gun StuG III G AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Elefant_SdKfz_184": { - "name": "Elefant_SdKfz_184", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Elefant TD", - "shortLabel": "Self Propelled Gun Elefant TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "v1_launcher": { - "name": "v1_launcher", - "coalition": "", - "era": "", - "label": "V-1 Launch Ramp", - "shortLabel": "V-1 Launch Ramp", - "type": "Missile System", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "FuMG-401": { - "name": "FuMG-401", - "coalition": "", - "era": "", - "label": "FuMG-401 Freya LZ", - "shortLabel": "FuMG-401 Freya LZ", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "FuSe-65": { - "name": "FuSe-65", - "coalition": "", - "era": "", - "label": "FuSe-65 Würzburg-Riese", - "shortLabel": "FuSe-65 Würzburg-Riese", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Pak40": { - "name": "Pak40", - "coalition": "", - "era": "", - "label": "FH Pak 40 75mm", - "shortLabel": "FH Pak 40 75mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "LeFH_18-40-105": { - "name": "LeFH_18-40-105", - "coalition": "", - "era": "", - "label": "FH LeFH-18 105mm", - "shortLabel": "FH LeFH-18 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "Cromwell_IV": { - "name": "Cromwell_IV", - "coalition": "", - "era": "", - "label": "Tk Cromwell IV", - "shortLabel": "Tk Cromwell IV", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M4A4_Sherman_FF": { - "name": "M4A4_Sherman_FF", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4A4 Sherman Firefly", - "shortLabel": "Tk M4A4 Sherman Firefly", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "soldier_wwii_br_01": { - "name": "soldier_wwii_br_01", - "coalition": "", - "era": "", - "label": "Infantry SMLE No.4 Mk-1", - "shortLabel": "Infantry SMLE No.4 Mk-1", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Centaur_IV": { - "name": "Centaur_IV", - "coalition": "", - "era": "", - "label": "Tk Centaur IV CS", - "shortLabel": "Tk Centaur IV CS", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Churchill_VII": { - "name": "Churchill_VII", - "coalition": "blue", - "era": "WW2", - "label": "Churchill VII", - "shortLabel": "Churchill VII", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "Tank. Tracked. 95 mm main gun, 7.92 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 100, - "markerFile": "groundunit-tank" - }, - "Daimler_AC": { - "name": "Daimler_AC", - "coalition": "", - "era": "", - "label": "Car Daimler Armored", - "shortLabel": "Car Daimler Armored", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tetrarch": { - "name": "Tetrarch", - "coalition": "", - "era": "", - "label": "Tk Tetrach", - "shortLabel": "Tk Tetrach", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "QF_37_AA": { - "name": "QF_37_AA", - "coalition": "", - "era": "", - "label": "AAA QF 3.7\"", - "shortLabel": "AAA QF 3.7\"", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 9000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Allies_Director": { - "name": "Allies_Director", - "coalition": "blue", - "era": "WW2", - "label": "Allies Rangefinder", - "shortLabel": "Allies Rangefinder (DRT)", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "Rangefinder from WW2 for guns", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "DRT", - "markerFile": "groundunit-truck" - }, - "CCKW_353": { - "name": "CCKW_353", - "coalition": "blue", - "era": "WW2", - "label": "GMC 6x6 'Jimmy'", - "shortLabel": "GMC 6x6", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "GMC 6x6 'Jimmy' wheeled truck aka 2 1/2 ton truck.", - "abilities": "Rearm,", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, Rearm", - "markerFile": "groundunit-truck" - }, - "Willys_MB": { - "name": "Willys_MB", - "coalition": "", - "era": "", - "label": "Car Willys Jeep", - "shortLabel": "Car Willys Jeep", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M12_GMC": { - "name": "M12_GMC", - "coalition": "", - "era": "", - "label": "SPH M12 GMC 155mm", - "shortLabel": "SPH M12 GMC 155mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18300, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "M30_CC": { - "name": "M30_CC", - "coalition": "", - "era": "", - "label": "Ammo M30 Cargo Carrier", - "shortLabel": "Ammo M30 Cargo Carrier", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "soldier_wwii_us": { - "name": "soldier_wwii_us", - "coalition": "", - "era": "", - "label": "Infantry M1 Garand", - "shortLabel": "Infantry M1 Garand", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "M10_GMC": { - "name": "M10_GMC", - "coalition": "", - "era": "", - "label": "Self Propelled Gun M10 GMC TD", - "shortLabel": "Self Propelled Gun M10 GMC TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M8_Greyhound": { - "name": "M8_Greyhound", - "coalition": "", - "era": "", - "label": "Scout M8 Greyhound AC", - "shortLabel": "Scout M8 Greyhound AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "M2A1-105": { - "name": "M2A1-105", - "coalition": "", - "era": "", - "label": "FH M2A1 105mm", - "shortLabel": "FH M2A1 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 11500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "M4_Tractor": { - "name": "M4_Tractor", - "coalition": "", - "era": "", - "label": "Tractor M4 High Speed", - "shortLabel": "Tractor M4 High Speed", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M45_Quadmount": { - "name": "M45_Quadmount", - "coalition": "", - "era": "", - "label": "AAA M45 Quadmount HB 12.7mm", - "shortLabel": "AAA M45 Quadmount HB 12.7mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "M1_37mm": { - "name": "M1_37mm", - "coalition": "", - "era": "", - "label": "AAA M1 37mm", - "shortLabel": "AAA M1 37mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5700, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "DR_50Ton_Flat_Wagon": { - "name": "DR_50Ton_Flat_Wagon", - "coalition": "", - "era": "", - "label": "DR 50-ton flat wagon", - "shortLabel": "DR 50-ton flat wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "DRG_Class_86": { - "name": "DRG_Class_86", - "coalition": "", - "era": "", - "label": "DRG Class 86", - "shortLabel": "DRG Class 86", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "German_covered_wagon_G10": { - "name": "German_covered_wagon_G10", - "coalition": "", - "era": "", - "label": "Wagon G10", - "shortLabel": "Wagon G10 (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "German_tank_wagon": { - "name": "German_tank_wagon", - "coalition": "", - "era": "", - "label": "Tank Car", - "shortLabel": "Tank Car (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "SA-18 Igla comm": { - "name": "SA-18 Igla comm", - "coalition": "", - "era": "", - "label": "MANPADS SA-18 Igla \"Grouse\" C2", - "shortLabel": "MANPADS SA-18 Igla \"Grouse\" C2", - "type": "AirDefence", - "enabled": false, - "liveries": {} - }, - "flak30": { - "name": "flak30", - "coalition": "", - "era": "", - "label": "AAA Flak 38 20mm", - "shortLabel": "AAA Flak 38 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak36": { - "name": "flak36", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 36", - "shortLabel": "AAA 8,8cm Flak 36", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak37": { - "name": "flak37", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 37", - "shortLabel": "AAA 8,8cm Flak 37", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak38": { - "name": "flak38", - "coalition": "", - "era": "", - "label": "AAA Flak-Vierling 38 Quad 20mm", - "shortLabel": "AAA Flak-Vierling 38 Quad 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak41": { - "name": "flak41", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 41", - "shortLabel": "AAA 8,8cm Flak 41", - "type": "AAA", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/client/public/databases/units/helicopterdatabase.json b/client/public/databases/units/helicopterdatabase.json deleted file mode 100644 index aa0f442c..00000000 --- a/client/public/databases/units/helicopterdatabase.json +++ /dev/null @@ -1,4482 +0,0 @@ -{ - "AH-1W": { - "name": "AH-1W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "AH-1W Cobra", - "shortLabel": "AH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70 WP", - "name": "14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70 WP", - "name": "38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70", - "name": "8xBGM-71, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70 WP", - "name": "8xBGM-71, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70 WP", - "name": "8xBGM-71, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70", - "name": "14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70", - "name": "38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114", - "name": "8xAGM-114", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "28xHYDRA-70", - "name": "28xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70", - "name": "8xAGM-114, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70 WP", - "name": "8xAGM-114, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71", - "name": "8xBGM-71", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70 WP", - "name": "8xAGM-114, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "76xHYDRA-70", - "name": "76xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70", - "name": "8xAGM-114, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70", - "name": "8xBGM-71, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - } - ], - "filename": "ah-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "usa marines": { - "name": "Marines", - "countries": [ - "USA" - ] - }, - "turkey 1": { - "name": "Turkey", - "countries": [ - "TUR" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "ISR", - "USA" - ] - }, - "usa x black": { - "name": "Black", - "countries": [ - "USA" - ] - }, - "turkey 2": { - "name": "Turkey 2", - "countries": [ - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Cobra", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AH-64D_BLK_II": { - "name": "AH-64D_BLK_II", - "coalition": "blue", - "era": "Modern", - "label": "AH-64D Apache", - "shortLabel": "AH64", - "loadouts": [ - { - "items": [ - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal", - "name": "2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "name": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114K", - "name": "4 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114L", - "name": "4 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * M261: M151 (6PD)", - "name": "4 * M261: M151 (6PD)", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ah-64.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "avengers 1-227th arb": { - "name": "A Company, Avengers, 1-227th ARB", - "countries": [ - "USA" - ] - }, - "devils 1-1 arb": { - "name": "A Company, Devils, 1-1 ARB", - "countries": [ - "USA" - ] - }, - "egypt air force": { - "name": "Egyptian Air Force", - "countries": [ - "EGY" - ] - }, - "indonesian army - 11th squadron by dendi wirson": { - "name": "Indonesian Army - 11th Squadron/Serbu by Dendi Wirson", - "countries": "All" - }, - "south carolina national guard - 40332": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40332", - "countries": [ - "USA" - ] - }, - "301 squadron redskins netherlands": { - "name": "301 Squadron Redskins, Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "korea air force": { - "name": "Republic of Korea Army", - "countries": [ - "KOR" - ] - }, - "south carolina national guard - 40331": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40331", - "countries": [ - "USA" - ] - }, - "saudi arabian national guard": { - "name": "Saudi Arabian National Guard", - "countries": [ - "SAU" - ] - }, - "south carolina national guard": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Gray TADS", - "countries": [ - "USA" - ] - }, - "664 squadron 9 regiment uk": { - "name": "664 Squadron 9 Regiment AAC UK", - "countries": [ - "UK" - ] - }, - "uae armed forces - od": { - "name": "UAE Armed Forces - Olive Drab", - "countries": [ - "ARE" - ] - }, - "grim reapers 4-2 arb": { - "name": "B Company, Grim Reapers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "662 squadron 3 regiment zj171 uk": { - "name": "662 Squadron 3 Regiment AAC UK - ZJ171", - "countries": [ - "UK" - ] - }, - "12th combat aviation brigade griffins": { - "name": "12th Combat Aviation Brigade Griffins", - "countries": [ - "USA" - ] - }, - "silver spurs 3-17 cav": { - "name": "A Troop, Silver Spurs, 3-17 CAV", - "countries": [ - "USA" - ] - }, - "qatar qeaf": { - "name": "Qatar Emiri Air Force", - "countries": [ - "QAT" - ] - }, - "south carolina national guard - drab tads": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Drab TADS", - "countries": [ - "USA" - ] - }, - "archangel 4-2 arb": { - "name": "A Company, Archangel, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "killer bees 1-130th arb ncng": { - "name": "B Company, Killer Bees, 1-130th ARB NCNG", - "countries": [ - "USA" - ] - }, - "wolfpack 1-82 arb": { - "name": "Wolfpack, 1-82 ARB", - "countries": [ - "USA" - ] - }, - "gunslingers 2-159th arb": { - "name": "C Company, Gunslingers, 2-159th ARB", - "countries": [ - "USA" - ] - }, - "the air pirates 1-211th arb": { - "name": "A Company, The Air Pirates, 1-211th ARB UTNG", - "countries": [ - "USA" - ] - }, - "25th_combat_aviation_brigade_by_lee1hy": { - "name": "2-6 CAV, 25th Combat Aviation Brigade", - "countries": [ - "USA" - ] - }, - "apache iaf grey": { - "name": "Indian Air Force - Gray", - "countries": [ - "IND" - ] - }, - "jgsdf——1st_combat_helicopter_unit": { - "name": "1st Combat Helicopter Unit, Japanese Ground SDF", - "countries": [ - "JPN" - ] - }, - "slayers 4-2 arb": { - "name": "C Company, Slayers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "iaf 113th hornet squadron": { - "name": "IAF 113th Hornet Squadron", - "countries": [ - "ISR" - ] - }, - "1st attack helicopter battalion greece": { - "name": "1st Attack Helicopter Battalion, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - }, - "1st_bat_greek_pegasus_es1008": { - "name": "Pegasus Display Team - ES1008, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Apache", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Ka-50_3": { - "name": "Ka-50_3", - "coalition": "red", - "era": "Late Cold War", - "label": "Ka-50 Hokum A", - "shortLabel": "Ka50", - "loadouts": [ - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-250, 4xIgla", - "name": "10xS-13, 2xFAB-250, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-500, 4xIgla", - "name": "10xS-13, 2xFAB-500, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 2xFuel, 4xIgla", - "name": "12x9A4172, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-13, 4xIgla", - "name": "12x9A4172, 40xS-13, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8KOM, 4xIgla", - "name": "12x9A4172, 40xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8OFP, 4xIgla", - "name": "12x9A4172, 40xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-20, 4xIgla", - "name": "20xS-20, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKh-25ML, 10xS-13, 4xIgla", - "name": "2xKh-25ML, 10xS-13, 4xIgla", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8OFP, 2xFuel, 4xIgla", - "name": "40xS-8OFP, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xIgla", - "name": "4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23, 4xIgla", - "name": "4xUPK-23, 4xIgla", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8KOM, 4xIgla", - "name": "80xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OFP, 4xIgla", - "name": "80xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OM IL", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OM, 4xIgla", - "name": "80xS-8OM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8TsM, 4xIgla", - "name": "80xS-8TsM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ka-50.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "ka-50_camo_chechnya_ussr": { - "name": "Standart camo n/a 2000-2001 Chechnya", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "default": { - "name": "Standart camo Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_desert_blackshark": { - "name": "Desert camo #018 Zhukovsky 1997 Black Shark", - "countries": [ - "RUS" - ] - }, - "ka-50_standart_black_russianairforce": { - "name": "Standart black Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_black_neutral": { - "name": "Black neutral n/a", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "ka-50_desert_werewolf": { - "name": "Desert camo #018 Zhukovsky 1995 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_blackshark_torzhok": { - "name": "344th Center for Combat Employment Torzhok city Shark 1997", - "countries": [ - "RUS" - ] - }, - "ka-50_black_werewolf": { - "name": "Black #020 Farnborough 1992 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_black_h347_blackshark": { - "name": "Black H347 Le Bourget 1997 Black Shark", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 1 crew attack helicopter. Blackshark", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-24P": { - "name": "Mi-24P", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-24P Hind", - "shortLabel": "Mi24", - "loadouts": [ - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB-13L+4xATGM 9M114", - "name": "2xB-13L+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "name": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "name": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xBombs-500+4xATGM 9M114", - "name": "2xBombs-500+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "name": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 AP30+4xATGM 9M114", - "name": "2xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "name": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "name": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "RBK-500U - 126 x OAB-2.5RT, 500kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "name": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xS-24B+4xATGM 9M114", - "name": "2xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "name": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xBombs-250+4ATGM 9M114", - "name": "4xBombs-250+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xGUV-1 AP30+4xATGM 9M114", - "name": "4xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - }, - { - "name": "Missile Launcher Rack (Empty)", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xPTB-450 Fuel tank", - "name": "4xPTB-450 Fuel tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "name": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "name": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xS-24B+4xATGM 9M114", - "name": "4xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A-24 pod - 32 x S-5KO", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xUB-32A (S-5KO)+4xATGM 9M114", - "name": "4xUB-32A (S-5KO)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "mi-24.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "af torzhok afb": { - "name": "RF Air Force, aerobatics team 'Berkuts'", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "united nations": { - "name": "United Nations ", - "countries": [ - "UN", - "GRG", - "UKR", - "RUS" - ] - }, - "iqaf": { - "name": "Iraqi Army Air Corps", - "countries": [ - "IRQ" - ] - }, - "russian air force": { - "name": "RF Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af 440 ovp": { - "name": "RF Air Force, 440th Helicopter Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "syaaf": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "af syzran afb": { - "name": "RF Air Force, Syzran AFB", - "countries": [ - "SUN", - "RUS" - ] - }, - "af ussr": { - "name": "USSR Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "ukrainian army aviation": { - "name": "Ukrainian Army Aviation", - "countries": [ - "UKR" - ] - }, - "af standard3 old": { - "name": "RF Air Force (weathered) type3", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Hind", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-26": { - "name": "Mi-26", - "coalition": "red", - "era": "Late Cold War", - "label": "Mi-26 Halo", - "shortLabel": "Mi26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "mi-26.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "united nations": { - "name": "United Nations", - "countries": "All" - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "7th separate brigade of aa (kalinov)": { - "name": "7th Separate Brigade of AA (Kalinov)", - "countries": [ - "UKR" - ] - }, - "china flying dragon aviation": { - "name": "China Flying Dragon Aviation", - "countries": [ - "CHN" - ] - }, - "russia_fsb": { - "name": "Russia_FSB", - "countries": [ - "RUS" - ] - }, - "russia_mvd": { - "name": "Russia_MVD", - "countries": [ - "RUS" - ] - }, - "algerian air force sl-22": { - "name": "Algerian AF SL-22 ", - "countries": [ - "DZA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 5 crew transport helicopter. Halo", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-28N": { - "name": "Mi-28N", - "coalition": "red", - "era": "Modern", - "label": "Mi-28N Havoc", - "shortLabel": "M28", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250", - "name": "2xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFuel tank", - "name": "4xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8", - "name": "80xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AP", - "name": "4xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23", - "name": "4xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AT", - "name": "16x9M114, 2xKMGU AT", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-500", - "name": "4xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xFAB-500", - "name": "16x9M114, 2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8", - "name": "40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8 TsM", - "name": "40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AP", - "name": "2xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xUPK-23", - "name": "2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xUPK-23", - "name": "16x9M114, 2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-500", - "name": "2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8", - "name": "16x9M114, 40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114", - "name": "16x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-13", - "name": "20xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AP", - "name": "16x9M114, 2xKMGU AP", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-250", - "name": "4xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AT", - "name": "4xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8 TsM", - "name": "16x9M114, 40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8 TsM", - "name": "80xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AT", - "name": "2xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 1 - } - ], - "enabled": true, - "code": "9x9M114", - "name": "9x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFuel tank", - "name": "2xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13", - "name": "10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250, 16x9M114", - "name": "2xFAB-250, 16x9M114", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 10xS-13", - "name": "16x9M114, 10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - } - ], - "filename": "mi-28.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "aaf sc-12": { - "name": "Algerian AF Desert SC-12", - "countries": [ - "DZA" - ] - }, - "night": { - "name": "Night", - "countries": [ - "RUS" - ] - }, - "aaf sc-11": { - "name": "Algerian AF Desert SC-11", - "countries": [ - "DZA" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-8MT": { - "name": "Mi-8MT", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-8MT Hip", - "shortLabel": "Mi8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4 x B8", - "name": "4 x B8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "name": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK +2 x B8", - "name": "2 x UPK +2 x B8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - }, - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "name": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "6 x FAB-100", - "name": "6 x FAB-100", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x B8 + 2 x UPK-23-250", - "name": "2 x B8 + 2 x UPK-23-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK--23-250", - "name": "2 x UPK--23-250", - "roles": [ - "Strike" - ] - } - ], - "filename": "mi-8.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "russia_mvd_mozdok": { - "name": "RF MVD Mozdok", - "countries": [ - "RUS" - ] - }, - "south ossetia": { - "name": "Fictional RSO", - "countries": [ - "RSO" - ] - }, - "united kingdom": { - "name": "Project curium", - "countries": [ - "UK" - ] - }, - "russia_kazanvz": { - "name": "Civil KazanVZ", - "countries": [ - "RUS" - ] - }, - "germany": { - "name": "Germany ARMY", - "countries": [ - "GER" - ] - }, - "china plaaa camo": { - "name": "PLA Army Aviation Camo", - "countries": [ - "CHN" - ] - }, - "russia_vvs_grey_2": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "algerian af new desert": { - "name": "Algerian AF New Desert", - "countries": [ - "DZA" - ] - }, - "denmark": { - "name": "Fictional Olive", - "countries": [ - "DEN" - ] - }, - "russia_vvs_grey": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "russia_aeroflot": { - "name": "Civil AEROFLOT", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_fsb": { - "name": "RF FSB Standard", - "countries": [ - "RUS" - ] - }, - "china plaaa white": { - "name": "PLA Army Aviation White", - "countries": [ - "CHN" - ] - }, - "ir afagir blue": { - "name": "AFAGIR Blue", - "countries": [ - "IRN" - ] - }, - "usa_afg": { - "name": "438th Air Expeditionary Wing", - "countries": [ - "USA" - ] - }, - "spain": { - "name": "Fictional Spain AF", - "countries": [ - "SPN" - ] - }, - "italy navy": { - "name": "Fictional NAVY", - "countries": [ - "ITA" - ] - }, - "russia_pf_ambulance": { - "name": "Russia Ambulance (PF)", - "countries": [ - "RUS" - ] - }, - "georgia": { - "name": "Georgian Standard", - "countries": [ - "GRG" - ] - }, - "russia_vertolety_russia_2": { - "name": "Civil Vertolety RUSSIA 22880", - "countries": [ - "RUS" - ] - }, - "ukraine": { - "name": "Standard", - "countries": [ - "UKR" - ] - }, - "russia_gazprom": { - "name": "Civil Gazprom Avia", - "countries": [ - "RUS" - ] - }, - "russia_utair": { - "name": "Civil Russia UTair", - "countries": [ - "RUS" - ] - }, - "russia_vvs_ma": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "russia_vvs_standard_2": { - "name": "RF Army Standart", - "countries": [ - "RUS" - ] - }, - "hellenic army aviation": { - "name": "Hellenic Army Aviation (Fictional)", - "countries": [ - "GRC" - ] - }, - "belgium": { - "name": "Fictional Olive", - "countries": [ - "BEL" - ] - }, - "insurgents": { - "name": "Standard", - "countries": [ - "INS" - ] - }, - "ir afagir sand": { - "name": "AFAGIR Sand", - "countries": [ - "IRN" - ] - }, - "ir iranian special police forces": { - "name": "NAJA", - "countries": [ - "IRN" - ] - }, - "russia_lii_gromov ra-25546": { - "name": "Civil Lii Gromov RA-25546", - "countries": [ - "RUS" - ] - }, - "russia_naryan-mar": { - "name": "Civil_Russia Naryan-Mar", - "countries": [ - "RUS" - ] - }, - "algerian af vip": { - "name": "Algerian AF VIP", - "countries": [ - "DZA" - ] - }, - "russia_vvs_standard": { - "name": " RF Army Standard", - "countries": [ - "RUS" - ] - }, - "russia_mvd_standard": { - "name": "RF MVD Standard", - "countries": [ - "RUS" - ] - }, - "israel": { - "name": "Fictional ARMY", - "countries": [ - "ISR" - ] - }, - "china un": { - "name": "PLA Army Aviation United Nations", - "countries": [ - "CHN" - ] - }, - "algerian af green evsan": { - "name": "Algerian AF Green EVSAN", - "countries": [ - "DZA" - ] - }, - "algerian af old desert": { - "name": "Algerian AF Old Desert", - "countries": [ - "DZA" - ] - }, - "italy army": { - "name": "Fictional ARMY", - "countries": [ - "ITA" - ] - }, - "france army": { - "name": "Fictional ARMY", - "countries": [ - "FRA" - ] - }, - "abkhazia": { - "name": "Abkhazia", - "countries": [ - "ABH" - ] - }, - "czech air force dark camo": { - "name": "Czech Air Force ID-9XXX", - "countries": [ - "CZE" - ] - }, - "norway": { - "name": "Fictional NAVY", - "countries": [ - "NOR" - ] - }, - "netherlands navy": { - "name": "Fictional NAVY", - "countries": [ - "NETH" - ] - }, - "russia_un": { - "name": "RF UN", - "countries": [ - "UN", - "RUS" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - Search and Rescue (Fictional)", - "countries": [ - "GRC" - ] - }, - "canada": { - "name": "Canada_Afghanistan", - "countries": [ - "CAN" - ] - }, - "russia_army_weather": { - "name": "Russia Army Weather", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_vertolety_russia": { - "name": "Civil Vertolety RUSSIA", - "countries": [ - "RUS" - ] - }, - "turkey": { - "name": "JANDARMA", - "countries": [ - "TUR" - ] - }, - "france navy": { - "name": "Fictional NAVY", - "countries": [ - "FRA" - ] - }, - "netherlands army": { - "name": "Fictional ARMY", - "countries": [ - "NETH" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "SPN", - "ITA", - "INS", - "CAN", - "FRA", - "NETH", - "NOR", - "GER", - "UK", - "USA", - "ISR", - "TUR", - "AUS" - ] - }, - "australia": { - "name": "Fictional ARMY", - "countries": [ - "AUS" - ] - }, - "bulgarian af": { - "name": "Bulgarian Air Force", - "countries": [ - "BGR" - ] - }, - "russia_police": { - "name": "Civil Russia Police", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Hip", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342L": { - "name": "SA342L", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342L Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "FN HMP400 (400rnds)", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HMP400, IR Deflector, Sand Filter", - "name": "2x HMP400, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "1xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x Mistral, IR Deflector, Sand Filter", - "name": "2x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x Mistral, IR Deflector, Sand Filter", - "name": "4x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "GIAT M621 (240x Combat mix 4x AP 1x HE)", - "quantity": 1 - }, - { - "name": "Telson 8 - 8 x UnGd Rkts, 68 mm SNEB Type 251 H1 HE", - "quantity": 1 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "name": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "fr green armee hri daguet": { - "name": "Armee HRI Daguet", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "lebanon": { - "name": "Lebanon", - "countries": "All" - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "fr green armee hri": { - "name": "Armee HRI", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342M": { - "name": "SA342M", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342M Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "HOT3 x1", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HOT3, IR Deflector, Sand Filter", - "name": "2x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342Mistral": { - "name": "SA342Mistral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342 Mistral Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mistral x 4", - "name": "Mistral x 4", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector", - "name": "Mistral x 4, IR Deflector", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector, Sand Filter", - "name": "Mistral x 4, IR Deflector, Sand Filter", - "roles": [ - "Escort" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SH-60B": { - "name": "SH-60B", - "coalition": "blue", - "era": "Late Cold War", - "label": "SH-60B Seahawk", - "shortLabel": "S60", - "loadouts": [ - { - "items": [ - { - "name": "AGM-119B Penguin ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-119", - "name": "AGM-119", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Antiship Strike", - "Transport" - ], - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "hellenic navy": { - "name": "Hellenic Navy", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Seahawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "UH-1H": { - "name": "UH-1H", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-1H Huey", - "shortLabel": "UH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "M134 - 6 x 7.62mm MiniGun left", - "quantity": 1 - }, - { - "name": "XM158 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "M134 - 6 x 7.62mm MiniGun right", - "quantity": 1 - } - ], - "enabled": true, - "code": "M134 Minigun*2, XM158*2", - "name": "M134 Minigun*2, XM158*2", - "roles": [ - "Strike", - "CAS", - "Transport", - "FAC-A" - ] - } - ], - "filename": "uh-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport" - ], - "liveries": { - "[civilian] nasa": { - "name": "[Civilian] NASA", - "countries": [ - "USA" - ] - }, - "norwegian coast guard (235)": { - "name": "Norwegian Coast Guard (235)", - "countries": [ - "NOR" - ] - }, - "australia royal navy": { - "name": "Royal Australian Navy", - "countries": [ - "AUS" - ] - }, - "australia raaf 171 sqn": { - "name": "RAAF 171 Sqn", - "countries": [ - "AUS" - ] - }, - "spanish un": { - "name": "Spanish UN", - "countries": [ - "UN", - "SPN" - ] - }, - "xw-pfj air america": { - "name": "XW-PFJ Air America", - "countries": [ - "USA" - ] - }, - "rf air force broken": { - "name": "RF Air Force Broken", - "countries": [ - "RUS" - ] - }, - "[civilian] standard": { - "name": "Olive drab", - "countries": [ - "RSO", - "INS", - "BEL", - "ABH", - "NOR", - "UK", - "DEN", - "USA" - ] - }, - "greek army aviation": { - "name": "Greek Army Aviation", - "countries": [ - "GRC" - ] - }, - "greek army aviation medic": { - "name": "Greek Army Aviation Medic", - "countries": [ - "GRC" - ] - }, - "italy marina militare s.n. 80951 7-20": { - "name": "Marina Militare s.n. 80951 7-20", - "countries": [ - "ITA" - ] - }, - "us navy": { - "name": "US NAVY", - "countries": [ - "USA" - ] - }, - "australia raaf 1968": { - "name": "RAAF 1968", - "countries": [ - "AUS" - ] - }, - "ukrainian army": { - "name": "Ukrainian Army", - "countries": [ - "UKR" - ] - }, - "[civilian] vip": { - "name": "[Civilian] VIP", - "countries": [ - "USA" - ] - }, - "usa un": { - "name": "USA UN", - "countries": [ - "USA", - "UN" - ] - }, - "royal netherlands af": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "israel army": { - "name": "Israel Army", - "countries": [ - "ISR" - ] - }, - "[civilian] medical": { - "name": "[Civilian] Medical", - "countries": [ - "USA" - ] - }, - "luftwaffe": { - "name": "Luftwaffe", - "countries": [ - "GER" - ] - }, - "usa red flag": { - "name": "USA Red Flag", - "countries": [ - "USA" - ] - }, - "canadian force": { - "name": "Canadian Force", - "countries": [ - "CAN" - ] - }, - "italy e.i. 4b regg. altair": { - "name": "E.I. 4В° Regg. ALTAIR", - "countries": [ - "ITA" - ] - }, - "georgian af camo": { - "name": "Georgian AF Camo", - "countries": [ - "GRG" - ] - }, - "us army 1972": { - "name": "US ARMY 1972", - "countries": [ - "USA" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "french army": { - "name": "French Army", - "countries": [ - "FRA" - ] - }, - "algerian af bv-32": { - "name": "Algerian AF BV-32", - "countries": [ - "DZA" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - S.A.R.", - "countries": [ - "GRC" - ] - }, - "italy 15b stormo s.a.r -soccorso": { - "name": "15В° Stormo S.A.R -Soccorso", - "countries": [ - "ITA" - ] - }, - "rf air force grey": { - "name": "RF Air Force Grey", - "countries": [ - "RUS" - ] - }, - "spanish army": { - "name": "Spanish Army", - "countries": [ - "SPN" - ] - }, - "norwegian un": { - "name": "Norwegian UN", - "countries": [ - "UN", - "NOR" - ] - }, - "us dos": { - "name": "US DOS", - "countries": [ - "USA" - ] - }, - "army standard": { - "name": "Army Standard", - "countries": [ - "USA" - ] - }, - "us ft. rucker": { - "name": "US Ft. Rucker", - "countries": [ - "USA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew transport helicopter. Huey", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "UH-60A": { - "name": "UH-60A", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-60A Blackhawk", - "shortLabel": "U60", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "israil_un": { - "name": "ISRAIL_UN", - "countries": [ - "ISR", - "UN" - ] - }, - "standard": { - "name": "standard", - "countries": [ - "SPN", - "RSO", - "ITA", - "BEL", - "CAN", - "FRA", - "GRG", - "NETH", - "NOR", - "ABH", - "GER", - "UK", - "USA", - "UKR", - "DEN", - "RUS", - "ISR", - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Blackhawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-24V": { - "name": "Mi-24V", - "coalition": "", - "era": "", - "label": "MI-24V", - "shortLabel": "Mi24", - "type": "Mi_24V", - "enabled": false, - "liveries": {} - }, - "Ka-27": { - "name": "Ka-27", - "coalition": "", - "era": "", - "label": "KA-27", - "shortLabel": "Ka27", - "type": "Ka_27", - "enabled": false, - "liveries": {} - }, - "CH-53E": { - "name": "CH-53E", - "coalition": "", - "era": "", - "label": "CH-53E", - "shortLabel": "CH53", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_53E", - "enabled": true, - "liveries": {} - }, - "CH-47D": { - "name": "CH-47D", - "coalition": "", - "era": "", - "label": "CH-47D Chinook", - "shortLabel": "CH47", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_47D", - "enabled": true, - "liveries": { - "Australia RAAF": { - "name": "RAAF CH-47D", - "countries": [ - "AUS" - ] - }, - "Greek Army": { - "name": "Greek Army", - "countries": [ - "GRC" - ] - }, - "ch-47_green uk": { - "name": "UK", - "countries": [ - "UK" - ] - }, - "ch-47_green spain": { - "name": "Spain", - "countries": [ - "SPN" - ] - }, - "ch-47_green neth": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - } - } - }, - "SH-3W": { - "name": "SH-3W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SH-3W Sea King", - "shortLabel": "SH3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "SH_3W", - "enabled": true, - "liveries": {}, - "description": "2 engine, 2 crew scout helicopter. SH-3 Sea King." - }, - "AH-64A": { - "name": "AH-64A", - "coalition": "", - "era": "", - "label": "AH-64A", - "shortLabel": "AH64", - "type": "AH_64A", - "enabled": false, - "liveries": {} - }, - "AH-64D": { - "name": "AH-64D", - "coalition": "", - "era": "", - "label": "AH-64D", - "shortLabel": "AH64", - "type": "AH_64D", - "enabled": false, - "liveries": {} - }, - "OH-58D": { - "name": "OH-58D", - "coalition": "", - "era": "", - "label": "OH-58D", - "shortLabel": "OH58", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "OH_58D", - "enabled": true, - "liveries": {} - }, - "Ka-50": { - "name": "Ka-50", - "coalition": "", - "era": "", - "label": "KA-50", - "shortLabel": "Ka50", - "type": "Ka_50", - "enabled": false, - "liveries": {} - }, - "SA342Minigun": { - "name": "SA342Minigun", - "coalition": "", - "era": "", - "label": "SA342 Minigun Gazelle", - "shortLabel": "342", - "type": "SA342Minigun", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/client/public/databases/units/navyunitdatabase.json b/client/public/databases/units/navyunitdatabase.json deleted file mode 100644 index 0c90d0ad..00000000 --- a/client/public/databases/units/navyunitdatabase.json +++ /dev/null @@ -1,1748 +0,0 @@ -{ - "CVN_71": { - "name": "CVN_71", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-71 Theodore Roosevelt", - "shortLabel": "CVN-71", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_72": { - "name": "CVN_72", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-72 Abraham Lincoln", - "shortLabel": "CVN-72", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_73": { - "name": "CVN_73", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-73 George Washington", - "shortLabel": "CVN-73", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_75": { - "name": "CVN_75", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-75 Harry S. Truman", - "shortLabel": "CVN-75", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CV_1143_5": { - "name": "CV_1143_5", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Modern", - "label": "Admiral Kuznetsov (2017)", - "shortLabel": "Admiral Kuznetsov", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "Admiral Kuznetsov. Conventional STOBAR carrier", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CastleClass_01": { - "name": "CastleClass_01", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Leeds Castle (P-258)", - "shortLabel": "HMS Leeds Castle (P-258)", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "dumbarton": { - "name": "Dumbarton", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 3000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "HandyWind": { - "name": "HandyWind", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Bulker Handy Wind", - "shortLabel": "Bulker Handy Wind", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "noname": { - "name": "NoName", - "countries": "All" - }, - "handy_wind": { - "name": "Handy Wind", - "countries": "All" - }, - "baltic_cove": { - "name": "Baltic Cove", - "countries": "All" - }, - "baltic_wind": { - "name": "Baltic Wind", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HarborTug": { - "name": "HarborTug", - "coalition": "", - "type": "Cargo/Transport", - "era": "Mid Cold War", - "label": "Harbor Tug", - "shortLabel": "Harbor Tug", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "harbor tug blue": { - "name": "Harbor Tug Blue", - "countries": "All" - }, - "harbor tug red": { - "name": "Harbor Tug Red", - "countries": "All" - }, - "harbor tug black": { - "name": "Harbor Tug Black", - "countries": "All" - }, - "harbor tug green": { - "name": "Harbor Tug Green", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LHA_Tarawa": { - "name": "LHA_Tarawa", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "LHA-1 Tarawa", - "shortLabel": "LHA-1 Tarawa", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 20000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "La_Combattante_II": { - "name": "La_Combattante_II", - "coalition": "blue", - "type": "Fast Attack Craft", - "era": "Mid Cold War", - "label": "FAC La Combattante lla", - "shortLabel": "FAC La Combattante", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "irn_217": { - "name": "217", - "countries": [ - "IRN" - ] - }, - "syr_35": { - "name": "35", - "countries": [ - "SYR" - ] - }, - "lib_521": { - "name": "521", - "countries": [ - "LIB" - ] - }, - "grg_dioskuria": { - "name": "Dioskuria", - "countries": [ - "GRG" - ] - }, - "grc_p77_plotarchis sakipis": { - "name": "Plotarchis_Sakipis", - "countries": [ - "GRC" - ] - }, - "grc_p72_ypoploiarchos votsis": { - "name": "Ypoploiarchos_Votsis", - "countries": [ - "GRC" - ] - }, - "egp_601": { - "name": "601", - "countries": [ - "EGP" - ] - }, - "irn_215": { - "name": "215", - "countries": [ - "IRN" - ] - }, - "ger_s50_panther": { - "name": "S50_Panther", - "countries": [ - "GER" - ] - }, - "lib_520": { - "name": "520", - "countries": [ - "LIB" - ] - }, - "grc_p73_antiploiarchos pezopoulos": { - "name": "Antiploiarchos_Pezopoulos", - "countries": [ - "GRC" - ] - }, - "ger_s54_elster": { - "name": "S54_Elster", - "countries": [ - "GER" - ] - }, - "ger_s58_pinguin": { - "name": "S58_Pinguin", - "countries": [ - "GER" - ] - }, - "grc_p74_plotarchis vlachavas": { - "name": "Plotarchis_Vlachavas", - "countries": [ - "GRC" - ] - }, - "ger_s52_storch": { - "name": "S52_Storch", - "countries": [ - "GER" - ] - }, - "ger_s57_weihe": { - "name": "S57_Weihe", - "countries": [ - "GER" - ] - }, - "egp_604": { - "name": "604", - "countries": [ - "EGP" - ] - }, - "ger_s53_pelikan": { - "name": "S53_Pelikan", - "countries": [ - "GER" - ] - }, - "lib_522": { - "name": "522", - "countries": [ - "LIB" - ] - }, - "ger_s56_dommel": { - "name": "S56_Dommel", - "countries": [ - "GER" - ] - }, - "irn_216": { - "name": "216", - "countries": [ - "IRN" - ] - }, - "ger_s59_reiher": { - "name": "S59_Reiher", - "countries": [ - "GER" - ] - }, - "lib_519": { - "name": "519", - "countries": [ - "LIB" - ] - }, - "syr_34": { - "name": "34", - "countries": [ - "SYR" - ] - }, - "irn_218": { - "name": "218", - "countries": [ - "IRN" - ] - }, - "grc_p76_ypoploiarchos tournas": { - "name": "Ypoploiarchos_Tournas", - "countries": [ - "GRC" - ] - }, - "grc_p75_plotarchis maridakis": { - "name": "Plotarchis_Maridakis", - "countries": [ - "GRC" - ] - }, - "ger_s55_alk": { - "name": "S55_Alk", - "countries": [ - "GER" - ] - }, - "grg_305": { - "name": "305", - "countries": [ - "GRG" - ] - }, - "egp_602": { - "name": "602", - "countries": [ - "EGP" - ] - }, - "irn_212": { - "name": "212", - "countries": [ - "IRN" - ] - }, - "grg_304": { - "name": "304", - "countries": [ - "GRG" - ] - }, - "irn_214": { - "name": "214", - "countries": [ - "IRN" - ] - }, - "irn_219": { - "name": "219", - "countries": [ - "IRN" - ] - }, - "syr_36": { - "name": "36", - "countries": [ - "SYR" - ] - }, - "lib_518": { - "name": "518", - "countries": [ - "LIB" - ] - }, - "egp_605": { - "name": "605", - "countries": [ - "EGP" - ] - }, - "ger_s51_haher": { - "name": "S51_Haher", - "countries": [ - "GER" - ] - }, - "egp_603": { - "name": "603", - "countries": [ - "EGP" - ] - } - }, - "acquisitionRange": 19000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Seawise_Giant": { - "name": "Seawise_Giant", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Seawise Giant (Tanker)", - "shortLabel": "Seawise Giant", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Ship_Tilde_Supply": { - "name": "Ship_Tilde_Supply", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Supply Ship MV Tilde", - "shortLabel": "Supply Ship Tilde", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stennis": { - "name": "Stennis", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-74 John C. Stennis", - "shortLabel": "CVN-74", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "TICONDEROG": { - "name": "TICONDEROG", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Ticonderoga Class (Cruiser)", - "shortLabel": "Ticonderoga", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "vellagulf": { - "name": "USS Vella Gulf CG-72", - "countries": [ - "USA" - ] - }, - "huecity": { - "name": "USS Hue City CG-66", - "countries": [ - "USA" - ] - }, - "capestgeorge": { - "name": "USS Cape St. George CG-71", - "countries": [ - "USA" - ] - }, - "lakeerie": { - "name": "USS Lake Erie CG-70", - "countries": [ - "USA" - ] - }, - "chosin": { - "name": "USS Chosin CG-65", - "countries": [ - "USA" - ] - }, - "normandy": { - "name": "USS Normandy CG-60", - "countries": [ - "USA" - ] - }, - "portroyal": { - "name": "USS Port Royal CG-73", - "countries": [ - "USA" - ] - }, - "shiloh": { - "name": "USS Shiloh CG-67", - "countries": [ - "USA" - ] - }, - "viksburg": { - "name": "USS Viksburg CG-69", - "countries": [ - "USA" - ] - }, - "anzio": { - "name": "USS Anzio CG-68", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052B": { - "name": "Type_052B", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52B Guangzhou", - "shortLabel": "Type 52B", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "general": { - "name": "General", - "countries": "All" - }, - "ddg-169": { - "name": "DDG-169 Wuhan", - "countries": [ - "CHN" - ] - }, - "ddg-168": { - "name": "DDG-168 Guangzhou", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 100000, - "engagementRange": 30000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052C": { - "name": "Type_052C", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52C Haikou (Destroyer)", - "shortLabel": "Type 52C", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "ddg-171": { - "name": "DDG-171 Haikou", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ddg-151": { - "name": "DDG-151 Zhengzhou", - "countries": [ - "CHN" - ] - }, - "ddg-170": { - "name": "DDG-170 Lanzhou", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "DDG-150 Changchun", - "countries": [ - "CHN" - ] - }, - "ddg-152": { - "name": "DDG-152 Jinan", - "countries": [ - "CHN" - ] - }, - "ddg-153": { - "name": "DDG-153 Xi'an", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 260000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_054A": { - "name": "Type_054A", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 54A Yantai (Frigate)", - "shortLabel": "Type 54A", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ffg-573": { - "name": "FFG-573 Liuzhou", - "countries": [ - "CHN" - ] - }, - "ffg-578": { - "name": "FFG-578 Yangzhou", - "countries": [ - "CHN" - ] - }, - "ffg-531": { - "name": "FFG-531 Xiangtan", - "countries": [ - "CHN" - ] - }, - "ffg-550": { - "name": "FFG-550 Weifang", - "countries": [ - "CHN" - ] - }, - "ffg-536": { - "name": "FFG-536 Xuchang", - "countries": [ - "CHN" - ] - }, - "ffg-549": { - "name": "FFG-549 Changzhou", - "countries": [ - "CHN" - ] - }, - "ffg-574": { - "name": "FFG-574 Sanya", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "FFG-515 Binzhou", - "countries": [ - "CHN" - ] - }, - "ffg-576": { - "name": "FFG-576 Daqing", - "countries": [ - "CHN" - ] - }, - "ffg-599": { - "name": "FFG-599 Anyang", - "countries": [ - "CHN" - ] - }, - "ffg-547": { - "name": "FFG-547 Linyi", - "countries": [ - "CHN" - ] - }, - "ffg-571": { - "name": "FFG-571 Yuncheng", - "countries": [ - "CHN" - ] - }, - "ffg-546": { - "name": "FFG-546 Yancheng", - "countries": [ - "CHN" - ] - }, - "ffg-579": { - "name": "FFG-579 Handan", - "countries": [ - "CHN" - ] - }, - "ffg-532": { - "name": "FFG-532 Jingzhou", - "countries": [ - "CHN" - ] - }, - "ffg-569": { - "name": "FFG-569 Yulin", - "countries": [ - "CHN" - ] - }, - "ffg-538": { - "name": "FFG-538 Yantai", - "countries": [ - "CHN" - ] - }, - "ffg-577": { - "name": "FFG-577 Huanggang", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ffg-572": { - "name": "FFG-572 Hengshui", - "countries": [ - "CHN" - ] - }, - "ffg-539": { - "name": "FFG-539 Wuhu", - "countries": [ - "CHN" - ] - }, - "ffg-548": { - "name": "FFG-548 Yiyang", - "countries": [ - "CHN" - ] - }, - "ffg-575": { - "name": "FFG-575 Yueyang", - "countries": [ - "CHN" - ] - }, - "ffg-598": { - "name": "FFG-598 Rizhao", - "countries": [ - "CHN" - ] - }, - "ffg-500": { - "name": "FFG-500 Xianning", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 160000, - "engagementRange": 45000, - "tags": "", - "description": "", - "abilities": "35nm >50,000ft range" - }, - "Type_071": { - "name": "Type_071", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Type 071 (Transport dock)", - "shortLabel": "Type 071", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "lpd-978": { - "name": "978 Wuzhi Shan", - "countries": [ - "CHN" - ] - }, - "lpd-989": { - "name": "989 Changbai Shan", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "998 Kunlun Shan", - "countries": [ - "CHN" - ] - }, - "lpd-999": { - "name": "999 Jinggang Shan", - "countries": [ - "CHN" - ] - }, - "lpd-988": { - "name": "988 Yimeng Shan", - "countries": [ - "CHN" - ] - }, - "lpd-980": { - "name": "980 Longhu Shan", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 300000, - "engagementRange": 150000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_093": { - "name": "Type_093", - "coalition": "red", - "type": "Submarine", - "era": "Modern", - "label": "Type 093 (Shang)", - "shortLabel": "Type 093", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "periscope_state_1": { - "name": "Periscope State 1", - "countries": "All" - } - }, - "acquisitionRange": 40000, - "engagementRange": 40000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Arleigh_Burke_IIa": { - "name": "USS_Arleigh_Burke_IIa", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Arleigh Burke Class (Destroyer)", - "shortLabel": "Arleigh Burke Class (Destroyer)", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ddg-107_uss_gravely": { - "name": "DDG-107 USS Gravely", - "countries": [ - "USA" - ] - }, - "ddg-112_uss_michael_murphy": { - "name": "DDG-112 USS Michael Murphy", - "countries": [ - "USA" - ] - }, - "ddg-101_uss_gridley": { - "name": "DDG-101 USS Gridley", - "countries": [ - "USA" - ] - }, - "ddg-106_uss_stockdale": { - "name": "DDG-106 USS Stockdale", - "countries": [ - "USA" - ] - }, - "ddg-115_uss_rafael_peralta": { - "name": "DDG-115 USS Rafael Peralta", - "countries": [ - "USA" - ] - }, - "ddg-114_uss_ralph_johnson": { - "name": "DDG-114 USS Ralph Johnson", - "countries": [ - "USA" - ] - }, - "ddg-116_uss_thomas_hudner": { - "name": "DDG-116 USS Thomas Hudner", - "countries": [ - "USA" - ] - }, - "ddg-113_uss_john_finn": { - "name": "DDG-113 USS John Finn", - "countries": [ - "USA" - ] - }, - "ddg-108_uss_wayne_e.meyer": { - "name": "DDG-108 USS Wayne E. Meyer", - "countries": [ - "USA" - ] - }, - "ddg-110_uss_william_p.lawrence": { - "name": "DDG-110 USS William P. Lawrence", - "countries": [ - "USA" - ] - }, - "ddg-103_uss_truxtun": { - "name": "DDG-103 USS Truxtun", - "countries": [ - "USA" - ] - }, - "ddg-109_uss_jason_dunham": { - "name": "DDG-109 USS Jason Dunham", - "countries": [ - "USA" - ] - }, - "ddg-105_uss_dewey": { - "name": "DDG-105 USS Dewey", - "countries": [ - "USA" - ] - }, - "ddg-104_uss_sterett": { - "name": "DDG-104 USS Sterett", - "countries": [ - "USA" - ] - }, - "ddg-102_uss_sampson": { - "name": "DDG-102 USS Sampson", - "countries": [ - "USA" - ] - }, - "ddg-111_uss_spruance": { - "name": "DDG-111 USS Spruance", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "abilities": "", - "tags": "", - "description": "", - "canTargetPoint": true, - "canRearm": false - }, - "ara_vdm": { - "name": "ara_vdm", - "coalition": "", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "ARA Vienticinco de Mayo", - "shortLabel": "ARA Vienticinco de Mayo", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 18000, - "engagementRange": 5000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "hms_invincible": { - "name": "hms_invincible", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "HMS Invincible", - "shortLabel": "HMS Invincible", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 100000, - "engagementRange": 74000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-achilles": { - "name": "leander-gun-achilles", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Achilles (F12)", - "shortLabel": "HMS Achilles", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 8000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-andromeda": { - "name": "leander-gun-andromeda", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Andromeda (F57)", - "shortLabel": "HMS Andromeda", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-ariadne": { - "name": "leander-gun-ariadne", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Ariadne (F72)", - "shortLabel": "HMS Ariadne", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-condell": { - "name": "leander-gun-condell", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Almirante Condell PFG-06", - "shortLabel": "Almirante Condell", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-lynch": { - "name": "leander-gun-lynch", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "CNS Almirante Lynch (PFG-07)", - "shortLabel": "CNS Almirante Lynch", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "santafe": { - "name": "santafe", - "coalition": "", - "type": "Submarine", - "era": "WW2", - "label": "ARA Santa Fe S-21", - "shortLabel": "ARA Santa", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "speedboat": { - "name": "speedboat", - "coalition": "", - "era": "", - "label": "Boat Armed Hi-speed", - "shortLabel": "Boat Armed Hi-speed", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "PERRY": { - "name": "PERRY", - "coalition": "blue", - "type": "Combatants", - "era": "Mid Cold War", - "label": "Oliver H. Perry", - "shortLabel": "Oliver H. Perry", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "gary": { - "name": "USS Gary FFG-51", - "countries": "All" - }, - "carr": { - "name": "USS Carr FFG-52", - "countries": "All" - }, - "reubenjames": { - "name": "USS Reuben James FFG-57", - "countries": "All" - }, - "hawes": { - "name": "USS Hawes FFG-53", - "countries": "All" - }, - "ford": { - "name": "USS Ford FFG-54", - "countries": "All" - }, - "elrod": { - "name": "USS Elrod FFG-55", - "countries": "All" - }, - "vandergrift": { - "name": "USS Vandergrift FFG-48", - "countries": "All" - }, - "rentz": { - "name": "USS Rentz FFG-46", - "countries": "All" - }, - "nicholas": { - "name": "USS Nicholas FFG-47", - "countries": "All" - }, - "kauffman": { - "name": "USS Kauffman FFG-59", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ALBATROS": { - "name": "ALBATROS", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Albatros (Grisha-5)", - "shortLabel": "Albatros", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "141": { - "name": "141", - "countries": "All" - }, - "142": { - "name": "142", - "countries": "All" - }, - "143": { - "name": "143", - "countries": "All" - }, - "144": { - "name": "144", - "countries": "All" - }, - "145": { - "name": "145", - "countries": "All" - }, - "146": { - "name": "146", - "countries": "All" - }, - "147": { - "name": "147", - "countries": "All" - }, - "148": { - "name": "148", - "countries": "All" - }, - "149": { - "name": "149", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KUZNECOW": { - "name": "KUZNECOW", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "Admiral Kuznetsov", - "shortLabel": "AK", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOLNIYA": { - "name": "MOLNIYA", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Molniya (Tarantul-3)", - "shortLabel": "Molniya", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 21000, - "engagementRange": 2000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOSCOW": { - "name": "MOSCOW", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Moscow", - "shortLabel": "Moscow", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "default": { - "name": "default", - "countries": "All" - }, - "cow1": { - "name": "cow1", - "countries": "All" - }, - "cow3": { - "name": "cow3", - "countries": "All" - }, - "cow2": { - "name": "cow2", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 75000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NEUSTRASH": { - "name": "NEUSTRASH", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Neustrashimy", - "shortLabel": "Neustrashimy", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 27000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "PIOTR": { - "name": "PIOTR", - "coalition": "red", - "era": "Late Cold War", - "label": "Pyotr Velikiy (Battlecruiser)", - "shortLabel": "Pyotr Velikiy", - "type": "Combatants", - "enabled": true, - "liveries": {}, - "acquisitionRange": 250000, - "engagementRange": 190000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "REZKY": { - "name": "REZKY", - "coalition": "red", - "type": "Combatants", - "era": "WW2", - "label": "Rezky (Krivak-2)", - "shortLabel": "Rezky", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ELNYA": { - "name": "ELNYA", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Elnya tanker", - "shortLabel": "Elnya tanker", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-2": { - "name": "Dry-cargo ship-2", - "coalition": "", - "era": "", - "label": "Cargo Ivanov", - "shortLabel": "Cargo Ivanov", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-1": { - "name": "Dry-cargo ship-1", - "coalition": "", - "era": "", - "label": "Bulker Yakushev", - "shortLabel": "Bulker Yakushev", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZWEZDNY": { - "name": "ZWEZDNY", - "coalition": "", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Zwezdny", - "shortLabel": "Zwezdny", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KILO": { - "name": "KILO", - "coalition": "red", - "type": "Submarine", - "era": "Mid Cold War", - "label": "Project 636 Varshavyanka Basic", - "shortLabel": "Varshavyanka Basic", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "IMPROVED_KILO": { - "name": "IMPROVED_KILO", - "coalition": "red", - "era": "", - "label": "SSK 636 Improved Kilo", - "shortLabel": "Kilo", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SOM": { - "name": "SOM", - "coalition": "", - "era": "", - "label": "SSK 641B Tango", - "shortLabel": "Tango", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Forrestal": { - "name": "Forrestal", - "coalition": "blue", - "era": "Early Cold War", - "label": "CV-59 Forrestal", - "shortLabel": "CV-59 Forrestal", - "type": "Aircraft Carrier", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LST_Mk2": { - "name": "LST_Mk2", - "coalition": "blue", - "era": "WW2", - "label": "LST Mk.II", - "shortLabel": "LST Mk.II", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Samuel_Chase": { - "name": "USS_Samuel_Chase", - "coalition": "blue", - "era": "WW2", - "label": "LS Samuel Chase", - "shortLabel": "LS Samuel Chase", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 7000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Higgins_boat": { - "name": "Higgins_boat", - "coalition": "blue", - "era": "WW2", - "label": "Boat LCVP Higgins", - "shortLabel": "Boat LCVP Higgins", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Uboat_VIIC": { - "name": "Uboat_VIIC", - "coalition": "red", - "era": "WW2", - "label": "U-boat VIIC", - "shortLabel": "U-boat", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Schnellboot_type_S130": { - "name": "Schnellboot_type_S130", - "coalition": "red", - "era": "WW2", - "label": "Boat Schnellboot type S130", - "shortLabel": "Boat Schnellboot type S130", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "BDK-775": { - "name": "BDK-775", - "coalition": "", - "era": "Late Cold War", - "label": "LS Ropucha", - "shortLabel": "LS Ropucha", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {} - }, - "VINSON": { - "name": "VINSON", - "coalition": "", - "era": "", - "label": "Do not enable - CVN-70 Carl Vinson - Very legacy, invisible unit ", - "shortLabel": "CVN-70 Carl Vinson", - "type": "Bugged", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/client/resources/theme/images/icons/speed-increase.svg b/client/resources/theme/images/icons/speed-increase.svg deleted file mode 100644 index e69de29b..00000000 diff --git a/client/scripts/build-debug.bat b/client/scripts/build-debug.bat new file mode 100644 index 00000000..636c4acf --- /dev/null +++ b/client/scripts/build-debug.bat @@ -0,0 +1,4 @@ +cd scripts +call copy.bat +cd .. +call browserify ./src/index.ts --debug -o ./public/javascripts/bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ] \ No newline at end of file diff --git a/client/scripts/build-release.bat b/client/scripts/build-release.bat new file mode 100644 index 00000000..c71ab8d0 --- /dev/null +++ b/client/scripts/build-release.bat @@ -0,0 +1,15 @@ +cd scripts +call copy.bat +cd .. +call browserify ./src/index.ts -o ./public/javascripts/bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ] + +echo D|xcopy /Y /S /E .\bin ..\build\client\bin +echo D|xcopy /Y /S /E .\public ..\build\client\public +echo D|xcopy /Y /S /E .\routes ..\build\client\routes +echo D|xcopy /Y /S /E .\views ..\build\client\views + +echo F|xcopy /Y .\app.js ..\build\client\app.js +echo F|xcopy /Y .\client.js ..\build\client\client.js +echo F|xcopy /Y .\package.json ..\build\client\package.json + +echo F|xcopy /Y /I .\*.vbs ..\build\client \ No newline at end of file diff --git a/client/scripts/copy.bat b/client/scripts/copy.bat new file mode 100644 index 00000000..e6568eaa --- /dev/null +++ b/client/scripts/copy.bat @@ -0,0 +1,6 @@ +cd .. +echo F|xcopy /Y .\node_modules\leaflet\dist\leaflet.css .\public\stylesheets\leaflet\leaflet.css +echo F|xcopy /Y .\node_modules\leaflet-gesture-handling\dist\leaflet-gesture-handling.css .\public\stylesheets\leaflet\leaflet-gesture-handling.css +echo F|xcopy /Y .\node_modules\leaflet.nauticscale\dist\leaflet.nauticscale.js .\public\javascripts\leaflet.nauticscale.js +echo F|xcopy /Y .\node_modules\leaflet-path-drag\dist\L.Path.Drag.js .\public\javascripts\L.Path.Drag.js +cd scripts diff --git a/client/scripts/debug-nodcs.bat b/client/scripts/debug-nodcs.bat new file mode 100644 index 00000000..e8009ace --- /dev/null +++ b/client/scripts/debug-nodcs.bat @@ -0,0 +1 @@ +concurrently --kill-others "call ./scripts/demo.bat" "npm run watch" "nodemon --ignore ./public/databases/ ./bin/www -- --config ../moc_dcs/Config/olympus.json" \ No newline at end of file diff --git a/client/scripts/debug.bat b/client/scripts/debug.bat new file mode 100644 index 00000000..14e3fa94 --- /dev/null +++ b/client/scripts/debug.bat @@ -0,0 +1 @@ +concurrently --kill-others "npm run watch" "nodemon --ignore ./public/databases/ ./bin/www -- --config ../moc_dcs/Config/olympus.json" \ No newline at end of file diff --git a/client/demo.bat b/client/scripts/demo.bat similarity index 100% rename from client/demo.bat rename to client/scripts/demo.bat diff --git a/client/scripts/emit-declarations.bat b/client/scripts/emit-declarations.bat new file mode 100644 index 00000000..4e1d2ee3 --- /dev/null +++ b/client/scripts/emit-declarations.bat @@ -0,0 +1 @@ +tsc --project tsconfig.json --declaration --emitDeclarationOnly --outfile ./@types/olympus/index.d.ts \ No newline at end of file diff --git a/client/scripts/watch.bat b/client/scripts/watch.bat new file mode 100644 index 00000000..5bc3948a --- /dev/null +++ b/client/scripts/watch.bat @@ -0,0 +1 @@ +watchify ./src/index.ts --debug -o ./public/javascripts/bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ] \ No newline at end of file diff --git a/client/server.vbs b/client/server.vbs index 397a7ac7..2120cccf 100644 --- a/client/server.vbs +++ b/client/server.vbs @@ -1 +1 @@ -CreateObject("Wscript.Shell").Run "npm run start -- --config """&WScript.Arguments(0)&"""", 1 \ No newline at end of file +CreateObject("Wscript.Shell").Run "npm run server -- --config """&WScript.Arguments(0)&"""", 1 \ No newline at end of file diff --git a/manager/build/manager/index.html b/manager/build/manager/index.html new file mode 100644 index 00000000..96ed27cb --- /dev/null +++ b/manager/build/manager/index.html @@ -0,0 +1,78 @@ + + + + + + + + + + + DCS Olympus Manager {{OLYMPUS_VERSION_NUMBER}} + + + +
+
DCS Olympus manager
+ + + + +
+ +
+ Loading, please wait... +
+
+ + + + + + \ No newline at end of file diff --git a/manager/build/manager/main.js b/manager/build/manager/main.js new file mode 100644 index 00000000..2f831c79 --- /dev/null +++ b/manager/build/manager/main.js @@ -0,0 +1,69 @@ +const electronApp = require('electron').app; +const electronBrowserWindow = require('electron').BrowserWindow; +const electronIpcMain = require('electron').ipcMain; +const path = require('path'); + +let window; + +/* Add the System32 folder to the environment for the shortcuts creation to work properly */ +process.env['PATH'] = process.env['PATH'] + "%WINDIR%\\System32;" + +function createWindow() { + const window = new electronBrowserWindow({ + width: 1500, + height: 850, + frame: false, + resizable: true, + maximizable: true, + webPreferences: { + contextIsolation: true, + preload: path.join(__dirname, "javascripts", 'preload.js'), + nodeIntegration: true, + }, + icon: "./../img/olympus_configurator.ico" + }); + + window.loadFile('index.html').then(() => { window.show(); }); + + window.on("maximize", () => { + window.webContents.send('event:maximized') + }) + + window.on("unmaximize", () => { + window.webContents.send('event:unmaximized') + }) + + return window; +} + +electronApp.on('ready', () => { + window = createWindow(); +}); + +electronApp.on('window-all-closed', () => { + if (process.platform !== 'darwin') { + electronApp.quit(); + } +}); + +electronApp.on('activate', () => { + if (electronBrowserWindow.getAllWindows().length === 0) { + createWindow(); + } +}); + +electronIpcMain.on('window:minimize', () => { + window.minimize(); +}) + +electronIpcMain.on('window:maximize', () => { + window.maximize(); +}) + +electronIpcMain.on('window:restore', () => { + window.restore(); +}) + +electronIpcMain.on('window:close', () => { + window.close(); +}) diff --git a/manager/build/manager/manager.vbs b/manager/build/manager/manager.vbs new file mode 100644 index 00000000..36edd4cf --- /dev/null +++ b/manager/build/manager/manager.vbs @@ -0,0 +1 @@ +CreateObject("Wscript.Shell").Run "npm start", 0 \ No newline at end of file diff --git a/manager/build/manager/package.json b/manager/build/manager/package.json new file mode 100644 index 00000000..0cbc415b --- /dev/null +++ b/manager/build/manager/package.json @@ -0,0 +1,26 @@ +{ + "name": "dcsolympus_manager", + "version": "1.0.0", + "description": "", + "main": "main.js", + "scripts": { + "start": "electron .", + "build-release": "call ./scripts/build-release.bat" + }, + "author": "", + "license": "ISC", + "dependencies": { + "adm-zip": "^0.5.10", + "create-desktop-shortcuts": "^1.10.1", + "dir-compare": "^4.2.0", + "ejs": "^3.1.9", + "electron": "^28.0.0", + "find-process": "^1.4.7", + "follow-redirects": "^1.15.4", + "octokit": "^3.1.2", + "portfinder": "^1.0.32", + "regedit": "^5.1.2", + "sha256": "^0.2.0", + "win-version-info": "^6.0.1" + } +} diff --git a/manager/package.json b/manager/package.json index 1c7a7296..0cbc415b 100644 --- a/manager/package.json +++ b/manager/package.json @@ -4,7 +4,8 @@ "description": "", "main": "main.js", "scripts": { - "start": "electron ." + "start": "electron .", + "build-release": "call ./scripts/build-release.bat" }, "author": "", "license": "ISC", diff --git a/manager/scripts/build-release.bat b/manager/scripts/build-release.bat new file mode 100644 index 00000000..b0ab9a24 --- /dev/null +++ b/manager/scripts/build-release.bat @@ -0,0 +1,6 @@ +echo D|xcopy /Y /S /E .\icons ..\build\manager\icons +echo D|xcopy /Y /S /E .\ejs ..\build\manager\ejs +echo D|xcopy /Y /S /E .\javascripts ..\build\manager\javascripts +echo D|xcopy /Y /S /E .\stylesheets ..\build\manager\stylesheets + +echo F|xcopy /Y /I .\*.* .\build\manager \ No newline at end of file diff --git a/moc_dcs/Config/olympus.json b/moc_dcs/Config/olympus.json deleted file mode 100644 index 1403f731..00000000 --- a/moc_dcs/Config/olympus.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "server": { - "address": "localhost", - "port": 3001 - }, - "authentication": { - "gameMasterPassword": "4b8823ed9e5c2392ab4a791913bb8ce41956ea32e308b760eefb97536746dd33", - "blueCommanderPassword": "b0ea4230c1558c5313165eda1bdb7fced008ca7f2ca6b823fb4d26292f309098", - "redCommanderPassword": "302bcbaf2a3fdcf175b689bf102d6cdf9328f68a13d4096101bba806482bfed9" - }, - "client": { - "port": 3000, - "elevationProvider": { - "provider": "https://srtm.fasma.org/{lat}{lng}.SRTMGL3S.hgt.zip", - "username": null, - "password": null - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/airbases/caucasus.json b/moc_dcs/Mods/Services/Olympus/databases/airbases/caucasus.json deleted file mode 100644 index 5b27dcdc..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/airbases/caucasus.json +++ /dev/null @@ -1,466 +0,0 @@ -{ - "airfields": { - "Anapa-Vityazevo": { - "ICAO": "URKA", - "elevation": "141", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "214", - "ILS": "" - }, - "04": { - "magHeading": "034", - "ILS": "" - } - } - ], - "length": "9000" - } - ] - }, - "Batumi": { - "ICAO": "UGSB", - "elevation": "33", - "TACAN": "16X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "119", - "ILS": "" - }, - "31": { - "magHeading": "299", - "ILS": "" - } - } - ], - "length": "7500" - } - ] - }, - "Beslan": { - "ICAO": "URMO", - "elevation": "1722", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "086", - "ILS": "110.50" - }, - "28": { - "magHeading": "266", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Gelendzhik": { - "ICAO": "URKG", - "elevation": "72", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "19": { - "magHeading": "212", - "ILS": "" - }, - "01": { - "magHeading": "032", - "ILS": "" - } - } - ], - "length": "5400" - } - ] - }, - "Gudauta": { - "ICAO": "UG23", - "elevation": "69", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "144", - "ILS": "" - }, - "33": { - "magHeading": "324", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Kobuleti": { - "ICAO": "UG5X", - "elevation": "69", - "TACAN": "67X", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "243", - "ILS": "" - }, - "07": { - "magHeading": "063", - "ILS": "111.50" - } - } - ], - "length": "7400" - } - ] - }, - "Krasnodar-Center": { - "ICAO": "URKL", - "elevation": "98", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "259", - "ILS": "" - }, - "09": { - "magHeading": "079", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Krasnodar-Pashkovsky": { - "ICAO": "URKK", - "elevation": "112", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "219", - "ILS": "" - }, - "05": { - "magHeading": "039", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Krymsk": { - "ICAO": "URKW", - "elevation": "66", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "212", - "ILS": "" - }, - "04": { - "magHeading": "032", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "Kutaisi": { - "ICAO": "UGKO", - "elevation": "148", - "TACAN": "44X", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "247", - "ILS": "" - }, - "07": { - "magHeading": "067'", - "ILS": "109.75" - } - } - ], - "length": "7700" - } - ] - }, - "Maykop-Khanskaya": { - "ICAO": "URKH", - "elevation": "591", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "211", - "ILS": "" - }, - "04": { - "magHeading": "031", - "ILS": "" - } - } - ], - "length": "10100" - } - ] - }, - "Mineralnye Vody": { - "ICAO": "URMM", - "elevation": "1050", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "108", - "ILS": "111.70" - }, - "30": { - "magHeading": "288", - "ILS": "109.30" - } - } - ], - "length": "12700" - } - ] - }, - "Mozdok": { - "ICAO": "XRMF", - "elevation": "507", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "255", - "ILS": "" - }, - "08": { - "magHeading": "075", - "ILS": "" - } - } - ], - "length": "9400" - } - ] - }, - "Nalchik": { - "ICAO": "URMN", - "elevation": "1411", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "228", - "ILS": "110.50" - }, - "06": { - "magHeading": "048'", - "ILS": "" - } - } - ], - "length": "7000" - } - ] - }, - "Novorossiysk": { - "ICAO": "URKN", - "elevation": "131", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "214", - "ILS": "" - }, - "04": { - "magHeading": "034", - "ILS": "" - } - } - ], - "length": "5400" - } - ] - }, - "Senaki-Kolkhi": { - "ICAO": "UGKS", - "elevation": "43", - "TACAN": "31X", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088'", - "ILS": "108.90" - } - } - ], - "length": "7400" - } - ] - }, - "Sochi-Adler": { - "ICAO": "URSS", - "elevation": "98", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "235", - "ILS": "" - }, - "06": { - "magHeading": "055", - "ILS": "111.10" - } - } - ], - "length": "9700" - } - ] - }, - "Tbilisi-Lochini": { - "ICAO": "UGTB", - "elevation": "1574", - "TACAN": "25X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "121", - "ILS": "110.30" - }, - "31": { - "magHeading": "301", - "ILS": "108.90" - } - } - ], - "length": "9300" - } - ] - }, - "Soganlug": { - "ICAO": "UG24", - "elevation": "1500", - "TACAN": "25X", - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "125", - "ILS": "" - }, - "32": { - "magHeading": "305", - "ILS": "" - } - } - ], - "length": "6500" - } - ] - }, - "Sukhumi-Babushara": { - "ICAO": "UGSS", - "elevation": "43", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "109", - "ILS": "" - }, - "30": { - "magHeading": "289", - "ILS": "" - } - } - ], - "length": "11400" - } - ] - }, - "Vaziani": { - "ICAO": "UG27", - "elevation": "1524", - "TACAN": "22X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "129", - "ILS": "108.75" - }, - "31": { - "magHeading": "309", - "ILS": "108.75" - } - } - ], - "length": "7700" - } - ] - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/airbases/falklands.json b/moc_dcs/Mods/Services/Olympus/databases/airbases/falklands.json deleted file mode 100644 index 969fc795..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/airbases/falklands.json +++ /dev/null @@ -1,838 +0,0 @@ -{ - "airfields": { - "Aerodromo De Tolhuin": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "66", - "Heading": "77", - "ILS": "" - } - }, - { - "25": { - "magHeading": "246", - "Heading": "257", - "ILS": "" - } - } - ], - "length": "3297" - } - ], - "TACAN": "", - "ICAO": "SAWL", - "elevation": "355" - }, - "Almirante Schroeders": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "114", - "Heading": "127", - "ILS": "" - } - }, - { - "30": { - "magHeading": "294", - "Heading": "307", - "ILS": "" - } - } - ], - "length": "4628" - }, - { - "headings": [ - { - "22": { - "magHeading": "208", - "Heading": "221", - "ILS": "" - } - }, - { - "04": { - "magHeading": "28", - "Heading": "41", - "ILS": "" - } - } - ], - "length": "3931" - } - ], - "TACAN": "", - "ICAO": "SCDW", - "elevation": "160" - }, - "Rio Chico": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "73", - "Heading": "84", - "ILS": "" - } - }, - { - "26": { - "magHeading": "253", - "Heading": "264", - "ILS": "" - } - } - ], - "length": "3239" - } - ], - "TACAN": "", - "ICAO": "RGR", - "elevation": "74" - }, - "Puerto Natales": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "274", - "Heading": "287", - "ILS": "" - } - }, - { - "10": { - "magHeading": "94", - "Heading": "107", - "ILS": "" - } - } - ], - "length": "5281" - } - ], - "TACAN": "", - "ICAO": "SCNT", - "elevation": "216" - }, - "Mount Pleasant": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "101", - "Heading": "104", - "ILS": "" - } - }, - { - "28": { - "magHeading": "281", - "Heading": "284", - "ILS": "111.90" - } - } - ], - "length": "6763" - }, - { - "headings": [ - { - "23": { - "magHeading": "231", - "Heading": "234", - "ILS": "" - } - }, - { - "05": { - "magHeading": "51", - "Heading": "54", - "ILS": "" - } - } - ], - "length": "6763" - } - ], - "TACAN": "59X", - "ICAO": "EGYP", - "elevation": "243" - }, - "Aerodromo O'Higgins": { - "runways": [ - { - "headings": [ - { - "34": { - "magHeading": "326", - "Heading": "338", - "ILS": "" - } - }, - { - "16": { - "magHeading": "146", - "Heading": "158", - "ILS": "" - } - } - ], - "length": "3968" - } - ], - "TACAN": "", - "ICAO": "SCOH", - "elevation": "900" - }, - "Ushuaia Helo Port": { - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "157", - "Heading": "170", - "ILS": "" - } - }, - { - "34": { - "magHeading": "337", - "Heading": "350", - "ILS": "" - } - } - ], - "length": "5076" - } - ], - "TACAN": "", - "ICAO": "SAWO", - "elevation": "42" - }, - "Franco Bianco": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "65", - "Heading": "77", - "ILS": "" - } - }, - { - "25": { - "magHeading": "245", - "Heading": "257", - "ILS": "" - } - } - ], - "length": "5008" - }, - { - "headings": [ - { - "20": { - "magHeading": "185", - "Heading": "196", - "ILS": "" - } - }, - { - "02": { - "magHeading": "5", - "Heading": "16", - "ILS": "" - } - } - ], - "length": "5008" - } - ], - "TACAN": "", - "ICAO": "SCSB", - "elevation": "104" - }, - "Pampa Guanaco": { - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "248", - "Heading": "260", - "ILS": "" - } - }, - { - "08": { - "magHeading": "68", - "Heading": "80", - "ILS": "" - } - } - ], - "length": "2349" - } - ], - "TACAN": "", - "ICAO": "SCBI", - "elevation": "519" - }, - "Puerto Santa Cruz": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "81", - "Heading": "69", - "ILS": "" - } - }, - { - "25": { - "magHeading": "261", - "Heading": "249", - "ILS": "" - } - } - ], - "length": "5638" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "365" - }, - "San Carlos FOB": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "285", - "Heading": "288", - "ILS": "" - } - }, - { - "29": { - "magHeading": "105", - "Heading": "108", - "ILS": "" - } - } - ], - "length": "1079" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "65" - }, - "Goose Green": { - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "135", - "Heading": "139", - "ILS": "" - } - }, - { - "32": { - "magHeading": "315", - "Heading": "319", - "ILS": "" - } - } - ], - "length": "1976" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "57" - }, - "Rio Turbio": { - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "225", - "Heading": "239", - "ILS": "" - } - }, - { - "06": { - "magHeading": "45", - "Heading": "59", - "ILS": "" - } - } - ], - "length": "5057" - } - ], - "TACAN": "", - "ICAO": "SAWT", - "elevation": "895" - }, - "Porvenir Airfield": { - "runways": [ - { - "headings": [ - { - "09": { - "magHeading": "87", - "Heading": "99", - "ILS": "" - } - }, - { - "27": { - "magHeading": "266", - "Heading": "279", - "ILS": "" - } - } - ], - "length": "7821" - }, - { - "headings": [ - { - "21": { - "magHeading": "203", - "Heading": "216", - "ILS": "" - } - }, - { - "03": { - "magHeading": "23", - "Heading": "36", - "ILS": "" - } - } - ], - "length": "3220" - } - ], - "TACAN": "", - "ICAO": "SCFM", - "elevation": "56" - }, - "Punta Arenas": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "295", - "Heading": "308", - "ILS": "" - } - }, - { - "12": { - "magHeading": "140", - "Heading": "128", - "ILS": "" - } - } - ], - "length": "6834" - }, - { - "headings": [ - { - "25": { - "magHeading": "270", - "Heading": "258", - "ILS": "" - } - }, - { - "07": { - "magHeading": "90", - "Heading": "78", - "ILS": "" - } - } - ], - "length": "9360" - }, - { - "headings": [ - { - "19": { - "magHeading": "210", - "Heading": "198", - "ILS": "" - } - } - ], - "length": "5160" - } - ], - "TACAN": "", - "ICAO": "SCCI", - "elevation": "122" - }, - "Gull Point": { - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "149", - "Heading": "152", - "ILS": "" - } - }, - { - "33": { - "magHeading": "329", - "Heading": "332", - "ILS": "" - } - } - ], - "length": "1521" - }, - { - "headings": [ - { - "23": { - "magHeading": "212", - "Heading": "216", - "ILS": "" - } - }, - { - "05": { - "magHeading": "33", - "Heading": "36", - "ILS": "" - } - } - ], - "length": "1352" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "4" - }, - "Caleta Tortel Airport": { - "runways": [ - { - "headings": [ - { - "04": { - "magHeading": "235", - "Heading": "223", - "ILS": "" - } - }, - { - "22": { - "magHeading": "55", - "Heading": "43", - "ILS": "" - } - } - ], - "length": "1770" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "3" - }, - "Comandante Luis Piedrabuena": { - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "272", - "Heading": "260", - "ILS": "" - } - }, - { - "08": { - "magHeading": "92", - "Heading": "80", - "ILS": "" - } - } - ], - "length": "3505" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "69" - }, - "Hipico Flying Club": { - "runways": [ - { - "headings": [ - { - "02": { - "magHeading": "1", - "Heading": "11", - "ILS": "" - } - }, - { - "19": { - "magHeading": "180", - "Heading": "191", - "ILS": "" - } - } - ], - "length": "2304" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "934" - }, - "Cullen Airport": { - "runways": [], - "TACAN": "", - "ICAO": "", - "elevation": "0" - }, - "Aeropuerto de Gobernador Gregores": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "263", - "Heading": "274", - "ILS": "" - } - }, - { - "10": { - "magHeading": "84", - "Heading": "94", - "ILS": "" - } - } - ], - "length": "8672" - } - ], - "TACAN": "", - "ICAO": "SAWR", - "elevation": "1168" - }, - "San Julian": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "242", - "Heading": "251", - "ILS": "" - } - }, - { - "07": { - "magHeading": "62", - "Heading": "71", - "ILS": "" - } - } - ], - "length": "6218" - } - ], - "TACAN": "", - "ICAO": "SAWJ", - "elevation": "144" - }, - "Puerto Williams": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "70", - "Heading": "82", - "ILS": "" - } - }, - { - "26": { - "magHeading": "250", - "Heading": "262", - "ILS": "" - } - } - ], - "length": "4312" - } - ], - "TACAN": "", - "ICAO": "SCGZ", - "elevation": "83" - }, - "Ushuaia": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "65", - "Heading": "77", - "ILS": "" - } - }, - { - "25": { - "magHeading": "245", - "Heading": "257", - "ILS": "111.30" - } - } - ], - "length": "7631" - } - ], - "TACAN": "", - "ICAO": "SAWH", - "elevation": "60" - }, - "Rio Gallegos": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "245", - "Heading": "256", - "ILS": "110.30" - } - }, - { - "07": { - "magHeading": "65", - "Heading": "76", - "ILS": "" - } - } - ], - "length": "10585" - } - ], - "TACAN": "", - "ICAO": "SAWG", - "elevation": "50" - }, - "Rio Grande": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "68", - "Heading": "79", - "ILS": "" - } - }, - { - "26": { - "magHeading": "247", - "Heading": "259", - "ILS": "109.50" - } - } - ], - "length": "5922" - } - ], - "TACAN": "31X", - "ICAO": "SAWE", - "elevation": "60" - }, - "Port Stanley": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "266", - "Heading": "269", - "ILS": "" - } - }, - { - "09": { - "magHeading": "101", - "Heading": "86", - "ILS": "" - } - } - ], - "length": "4388" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "67" - }, - "El Calafate": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "241", - "Heading": "253", - "ILS": "108.90" - } - }, - { - "07": { - "magHeading": "61", - "Heading": "73", - "ILS": "" - } - } - ], - "length": "7579" - } - ], - "TACAN": "", - "ICAO": "SAWC", - "elevation": "654" - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/airbases/marianas.json b/moc_dcs/Mods/Services/Olympus/databases/airbases/marianas.json deleted file mode 100644 index 5b27dcdc..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/airbases/marianas.json +++ /dev/null @@ -1,466 +0,0 @@ -{ - "airfields": { - "Anapa-Vityazevo": { - "ICAO": "URKA", - "elevation": "141", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "214", - "ILS": "" - }, - "04": { - "magHeading": "034", - "ILS": "" - } - } - ], - "length": "9000" - } - ] - }, - "Batumi": { - "ICAO": "UGSB", - "elevation": "33", - "TACAN": "16X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "119", - "ILS": "" - }, - "31": { - "magHeading": "299", - "ILS": "" - } - } - ], - "length": "7500" - } - ] - }, - "Beslan": { - "ICAO": "URMO", - "elevation": "1722", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "086", - "ILS": "110.50" - }, - "28": { - "magHeading": "266", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Gelendzhik": { - "ICAO": "URKG", - "elevation": "72", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "19": { - "magHeading": "212", - "ILS": "" - }, - "01": { - "magHeading": "032", - "ILS": "" - } - } - ], - "length": "5400" - } - ] - }, - "Gudauta": { - "ICAO": "UG23", - "elevation": "69", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "144", - "ILS": "" - }, - "33": { - "magHeading": "324", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Kobuleti": { - "ICAO": "UG5X", - "elevation": "69", - "TACAN": "67X", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "243", - "ILS": "" - }, - "07": { - "magHeading": "063", - "ILS": "111.50" - } - } - ], - "length": "7400" - } - ] - }, - "Krasnodar-Center": { - "ICAO": "URKL", - "elevation": "98", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "259", - "ILS": "" - }, - "09": { - "magHeading": "079", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Krasnodar-Pashkovsky": { - "ICAO": "URKK", - "elevation": "112", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "219", - "ILS": "" - }, - "05": { - "magHeading": "039", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Krymsk": { - "ICAO": "URKW", - "elevation": "66", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "212", - "ILS": "" - }, - "04": { - "magHeading": "032", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "Kutaisi": { - "ICAO": "UGKO", - "elevation": "148", - "TACAN": "44X", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "247", - "ILS": "" - }, - "07": { - "magHeading": "067'", - "ILS": "109.75" - } - } - ], - "length": "7700" - } - ] - }, - "Maykop-Khanskaya": { - "ICAO": "URKH", - "elevation": "591", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "211", - "ILS": "" - }, - "04": { - "magHeading": "031", - "ILS": "" - } - } - ], - "length": "10100" - } - ] - }, - "Mineralnye Vody": { - "ICAO": "URMM", - "elevation": "1050", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "108", - "ILS": "111.70" - }, - "30": { - "magHeading": "288", - "ILS": "109.30" - } - } - ], - "length": "12700" - } - ] - }, - "Mozdok": { - "ICAO": "XRMF", - "elevation": "507", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "255", - "ILS": "" - }, - "08": { - "magHeading": "075", - "ILS": "" - } - } - ], - "length": "9400" - } - ] - }, - "Nalchik": { - "ICAO": "URMN", - "elevation": "1411", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "228", - "ILS": "110.50" - }, - "06": { - "magHeading": "048'", - "ILS": "" - } - } - ], - "length": "7000" - } - ] - }, - "Novorossiysk": { - "ICAO": "URKN", - "elevation": "131", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "214", - "ILS": "" - }, - "04": { - "magHeading": "034", - "ILS": "" - } - } - ], - "length": "5400" - } - ] - }, - "Senaki-Kolkhi": { - "ICAO": "UGKS", - "elevation": "43", - "TACAN": "31X", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088'", - "ILS": "108.90" - } - } - ], - "length": "7400" - } - ] - }, - "Sochi-Adler": { - "ICAO": "URSS", - "elevation": "98", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "235", - "ILS": "" - }, - "06": { - "magHeading": "055", - "ILS": "111.10" - } - } - ], - "length": "9700" - } - ] - }, - "Tbilisi-Lochini": { - "ICAO": "UGTB", - "elevation": "1574", - "TACAN": "25X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "121", - "ILS": "110.30" - }, - "31": { - "magHeading": "301", - "ILS": "108.90" - } - } - ], - "length": "9300" - } - ] - }, - "Soganlug": { - "ICAO": "UG24", - "elevation": "1500", - "TACAN": "25X", - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "125", - "ILS": "" - }, - "32": { - "magHeading": "305", - "ILS": "" - } - } - ], - "length": "6500" - } - ] - }, - "Sukhumi-Babushara": { - "ICAO": "UGSS", - "elevation": "43", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "109", - "ILS": "" - }, - "30": { - "magHeading": "289", - "ILS": "" - } - } - ], - "length": "11400" - } - ] - }, - "Vaziani": { - "ICAO": "UG27", - "elevation": "1524", - "TACAN": "22X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "129", - "ILS": "108.75" - }, - "31": { - "magHeading": "309", - "ILS": "108.75" - } - } - ], - "length": "7700" - } - ] - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/airbases/nevada.json b/moc_dcs/Mods/Services/Olympus/databases/airbases/nevada.json deleted file mode 100644 index 2eaf04df..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/airbases/nevada.json +++ /dev/null @@ -1,558 +0,0 @@ -{ - "airfields": { - "Beatty": { - "ICAO": "KBTY", - "elevation": "3173", - "TACAN": "94X", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "168", - "ILS": "" - }, - "34": { - "magHeading": "348", - "ILS": "" - } - } - ], - "length": "5500" - } - ] - }, - "Boulder City": { - "ICAO": "KBVU", - "elevation": "2205", - "TACAN": "114X", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "153", - "ILS": "" - }, - "33": { - "magHeading": "333", - "ILS": "" - } - } - ], - "length": "3700" - }, - { - "headings": [ - { - "27": { - "magHeading": "267", - "ILS": "" - }, - "09": { - "magHeading": "087", - "ILS": "" - } - } - ], - "length": "4400" - } - ] - }, - "Creech": { - "ICAO": "KINS", - "elevation": "3126", - "TACAN": "87X", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "134", - "ILS": "" - }, - "31": { - "magHeading": "314", - "ILS": "" - } - } - ], - "length": "4700" - }, - { - "headings": [ - { - "26": { - "magHeading": "260", - "ILS": "" - }, - "08": { - "magHeading": "080", - "ILS": "108.70" - } - } - ], - "length": "8700" - } - ] - }, - "Echo Bay": { - "ICAO": "0L9", - "elevation": "1549", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "246", - "ILS": "" - }, - "06": { - "magHeading": "066", - "ILS": "" - } - } - ], - "length": "3300" - } - ] - }, - "Groom Lake": { - "ICAO": "KXTA", - "elevation": "4495", - "TACAN": "18X", - "runways": [ - { - "headings": [ - { - "14L": { - "magHeading": "145", - "ILS": "" - }, - "32R": { - "magHeading": "325", - "ILS": "109.30" - } - } - ], - "length": "11700" - }, - { - "headings": [ - { - "14R (CLOSED)": { - "magHeading": "145", - "ILS": "" - }, - "32L (CLOSED)": { - "magHeading": "325", - "ILS": "" - } - } - ], - "length": "17800" - } - ] - }, - "Henderson Executive": { - "ICAO": "KHND", - "elevation": "2493", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "17L": { - "magHeading": "168", - "ILS": "" - }, - "35R": { - "magHeading": "348", - "ILS": "" - } - } - ], - "length": "4600" - }, - { - "headings": [ - { - "17R": { - "magHeading": "168", - "ILS": "" - }, - "35L": { - "magHeading": "348", - "ILS": "" - } - } - ], - "length": "6100" - } - ] - }, - "Jean": { - "ICAO": "", - "elevation": "2825", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "02L": { - "magHeading": "020", - "ILS": "" - }, - "20R": { - "magHeading": "200", - "ILS": "" - } - } - ], - "length": "4500" - }, - { - "headings": [ - { - "02R": { - "magHeading": "020", - "ILS": "" - }, - "20L": { - "magHeading": "200", - "ILS": "" - } - } - ], - "length": "3600" - } - ] - }, - "McCarran International": { - "ICAO": "KLAS", - "elevation": "2178", - "TACAN": "116X", - "runways": [ - { - "headings": [ - { - "01L": { - "magHeading": "013", - "ILS": "" - }, - "19R": { - "magHeading": "193", - "ILS": "" - } - } - ], - "length": "8000" - }, - { - "headings": [ - { - "01R": { - "magHeading": "013", - "ILS": "" - }, - "19L": { - "magHeading": "193", - "ILS": "" - } - } - ], - "length": "8000" - }, - { - "headings": [ - { - "07L": { - "magHeading": "078", - "ILS": "" - }, - "25R": { - "magHeading": "258", - "ILS": "110.30" - } - } - ], - "length": "10600" - }, - { - "headings": [ - { - "07R": { - "magHeading": "078", - "ILS": "" - }, - "25L": { - "magHeading": "258", - "ILS": "" - } - } - ], - "length": "10100" - } - ] - }, - "Laughlin": { - "ICAO": "KIFP", - "elevation": "673", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "164", - "ILS": "" - }, - "34": { - "magHeading": "344", - "ILS": "" - } - } - ], - "length": "7100" - } - ] - }, - "Lincoln County": { - "ICAO": "", - "elevation": "4816", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "17": { - "magHeading": "170", - "ILS": "" - }, - "35": { - "magHeading": "350", - "ILS": "" - } - } - ], - "length": "4500" - } - ] - }, - "Mesquite": { - "ICAO": "67L", - "elevation": "1859", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "19": { - "magHeading": "197", - "ILS": "" - }, - "01": { - "magHeading": "017", - "ILS": "" - } - } - ], - "length": "5000" - } - ] - }, - "Mina": { - "ICAO": "", - "elevation": "4560", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "140", - "ILS": "" - }, - "31": { - "magHeading": "320", - "ILS": "" - } - } - ], - "length": "4100" - } - ] - }, - "Nellis": { - "ICAO": "KLSV", - "elevation": "1849", - "TACAN": "12X", - "runways": [ - { - "headings": [ - { - "03L": { - "magHeading": "029", - "ILS": "" - }, - "21R": { - "magHeading": "209", - "ILS": "" - } - } - ], - "length": "9800" - }, - { - "headings": [ - { - "03R": { - "magHeading": "029", - "ILS": "" - }, - "21L": { - "magHeading": "209", - "ILS": "109.10" - } - } - ], - "length": "9800" - } - ] - }, - "North Las Vegas": { - "ICAO": "KVGT", - "elevation": "2228", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "256", - "ILS": "" - }, - "07": { - "magHeading": "076", - "ILS": "" - } - } - ], - "length": "4900" - }, - { - "headings": [ - { - "12L": { - "magHeading": "122", - "ILS": "110.70" - }, - "30R": { - "magHeading": "302", - "ILS": "109.10" - } - } - ], - "length": "3800" - }, - { - "headings": [ - { - "12R": { - "magHeading": "122", - "ILS": "" - }, - "30L": { - "magHeading": "302", - "ILS": "" - } - } - ], - "length": "4600" - } - ] - }, - "Pahute Mesa": { - "ICAO": "", - "elevation": "5059", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "18": { - "magHeading": "182", - "ILS": "" - }, - "36": { - "magHeading": "002", - "ILS": "" - } - } - ], - "length": "5500" - } - ] - }, - "Tonopah": { - "ICAO": "KTPH", - "elevation": "5390", - "TACAN": "119X", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "113", - "ILS": "" - }, - "29": { - "magHeading": "293", - "ILS": "" - } - } - ], - "length": "5600" - }, - { - "headings": [ - { - "15": { - "magHeading": "153", - "ILS": "" - }, - "33": { - "magHeading": "333", - "ILS": "" - } - } - ], - "length": "6800" - } - ] - }, - "Tonopah Test Range": { - "ICAO": "KTNX", - "elevation": "5535", - "TACAN": "77X", - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "145", - "ILS": "108.30" - }, - "32": { - "magHeading": "325", - "ILS": "111.70" - } - } - ], - "length": "11700" - } - ] - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/airbases/normandy.json b/moc_dcs/Mods/Services/Olympus/databases/airbases/normandy.json deleted file mode 100644 index 9b7a4874..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/airbases/normandy.json +++ /dev/null @@ -1,2633 +0,0 @@ -{ - "airfields": { - "Lantheuil": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "3597" - } - ], - "TACAN": "", - "ICAO": "B-9", - "elevation": "174" - }, - "Meautis": { - "runways": [ - { - "headings": [ - { - "8": { - "magHeading": "89", - "Heading": "80", - "ILS": "" - } - }, - { - "26": { - "magHeading": "269", - "Heading": "260", - "ILS": "" - } - } - ], - "length": "3951" - } - ], - "TACAN": "", - "ICAO": "A-17", - "elevation": "83" - }, - "Evreux": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "224", - "Heading": "215", - "ILS": "" - } - }, - { - "04": { - "magHeading": "44", - "Heading": "35", - "ILS": "" - } - } - ], - "length": "5102" - }, - { - "headings": [ - { - "17": { - "magHeading": "173", - "Heading": "164", - "ILS": "" - } - }, - { - "35": { - "magHeading": "353", - "Heading": "344", - "ILS": "" - } - } - ], - "length": "5102" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "423" - }, - "Deux Jumeaux": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "294", - "Heading": "285", - "ILS": "" - } - }, - { - "10": { - "magHeading": "114", - "Heading": "105", - "ILS": "" - } - } - ], - "length": "4628" - } - ], - "TACAN": "", - "ICAO": "A-4", - "elevation": "123" - }, - "Deanland": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "243", - "Heading": "234", - "ILS": "" - } - }, - { - "4": { - "magHeading": "63", - "Heading": "54", - "ILS": "" - } - } - ], - "length": "3371" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "72" - }, - "Beaumont-le-Roger": { - "runways": [ - { - "headings": [ - { - "33": { - "magHeading": "330", - "Heading": "321", - "ILS": "" - } - }, - { - "15": { - "magHeading": "150", - "Heading": "141", - "ILS": "" - } - } - ], - "length": "2544" - }, - { - "headings": [ - { - "24": { - "magHeading": "240", - "Heading": "231", - "ILS": "" - } - }, - { - "06": { - "magHeading": "60", - "Heading": "51", - "ILS": "" - } - } - ], - "length": "2544" - }, - { - "headings": [ - { - "4": { - "magHeading": "272", - "Heading": "263", - "ILS": "" - } - }, - { - "22": { - "magHeading": "92", - "Heading": "83", - "ILS": "" - } - } - ], - "length": "2750" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "488" - }, - "Biniville": { - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "149", - "Heading": "140", - "ILS": "" - } - }, - { - "32": { - "magHeading": "329", - "Heading": "320", - "ILS": "" - } - } - ], - "length": "3383" - } - ], - "TACAN": "", - "ICAO": "A-24", - "elevation": "106" - }, - "Funtington": { - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "159", - "Heading": "150", - "ILS": "" - } - }, - { - "33": { - "magHeading": "339", - "Heading": "330", - "ILS": "" - } - } - ], - "length": "5189" - }, - { - "headings": [ - { - "09": { - "magHeading": "94", - "Heading": "85", - "ILS": "" - } - }, - { - "27": { - "magHeading": "274", - "Heading": "265", - "ILS": "" - } - } - ], - "length": "6987" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "124" - }, - "Beny-sur-Mer": { - "runways": [ - { - "headings": [ - { - "35": { - "magHeading": "361", - "Heading": "352", - "ILS": "" - } - }, - { - "17": { - "magHeading": "181", - "Heading": "172", - "ILS": "" - } - } - ], - "length": "3155" - } - ], - "TACAN": "", - "ICAO": "B-4", - "elevation": "199" - }, - "Hauterive": { - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "151", - "Heading": "142", - "ILS": "" - } - }, - { - "33": { - "magHeading": "331", - "Heading": "322", - "ILS": "" - } - } - ], - "length": "3283" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "489" - }, - "Lignerolles": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "119", - "Heading": "110", - "ILS": "" - } - }, - { - "29": { - "magHeading": "299", - "Heading": "290", - "ILS": "" - } - } - ], - "length": "3436" - } - ], - "TACAN": "", - "ICAO": "A-12", - "elevation": "404" - }, - "Kenley": { - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "130", - "Heading": "121", - "ILS": "" - } - }, - { - "31": { - "magHeading": "310", - "Heading": "301", - "ILS": "" - } - } - ], - "length": "2110" - }, - { - "headings": [ - { - "30": { - "magHeading": "30", - "Heading": "21", - "ILS": "" - } - }, - { - "12": { - "magHeading": "210", - "Heading": "201", - "ILS": "" - } - } - ], - "length": "2110" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "561" - }, - "Gravesend": { - "runways": [ - { - "headings": [ - { - "18": { - "magHeading": "186", - "Heading": "177", - "ILS": "" - } - }, - { - "36": { - "magHeading": "366", - "Heading": "357", - "ILS": "" - } - } - ], - "length": "5160" - }, - { - "headings": [ - { - "24": { - "magHeading": "245", - "Heading": "236", - "ILS": "" - } - }, - { - "06": { - "magHeading": "65", - "Heading": "56", - "ILS": "" - } - } - ], - "length": "5160" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "178" - }, - "Triqueville": { - "runways": [ - { - "headings": [ - { - "34": { - "magHeading": "348", - "Heading": "339", - "ILS": "" - } - }, - { - "16": { - "magHeading": "168", - "Heading": "159", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "402" - }, - "Rucqueville": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "279", - "Heading": "270", - "ILS": "" - } - }, - { - "9": { - "magHeading": "99", - "Heading": "90", - "ILS": "" - } - } - ], - "length": "4561" - } - ], - "TACAN": "", - "ICAO": "B-7", - "elevation": "192" - }, - "Villacoublay": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "312", - "Heading": "303", - "ILS": "" - } - }, - { - "12": { - "magHeading": "132", - "Heading": "123", - "ILS": "" - } - } - ], - "length": "3710" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "557" - }, - "Bazenville": { - "runways": [ - { - "headings": [ - { - "5": { - "magHeading": "62", - "Heading": "53", - "ILS": "" - } - }, - { - "23": { - "magHeading": "242", - "Heading": "233", - "ILS": "" - } - } - ], - "length": "3800" - } - ], - "TACAN": "", - "ICAO": "B-2", - "elevation": "199" - }, - "Stoney Cross": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "71", - "Heading": "62", - "ILS": "" - } - }, - { - "24": { - "magHeading": "251", - "Heading": "242", - "ILS": "" - } - } - ], - "length": "5647" - }, - { - "headings": [ - { - "19": { - "magHeading": "190", - "Heading": "181", - "ILS": "" - } - }, - { - "01": { - "magHeading": "10", - "Heading": "1", - "ILS": "" - } - } - ], - "length": "5647" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "384" - }, - "Dinan-Trelivan": { - "runways": [ - { - "headings": [ - { - "7": { - "magHeading": "79", - "Heading": "70", - "ILS": "" - } - }, - { - "25": { - "magHeading": "259", - "Heading": "250", - "ILS": "" - } - } - ], - "length": "2509" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "377" - }, - "Ford": { - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "152", - "Heading": "143", - "ILS": "" - } - }, - { - "32": { - "magHeading": "332", - "Heading": "323", - "ILS": "" - } - } - ], - "length": "4617" - }, - { - "headings": [ - { - "06": { - "magHeading": "66", - "Heading": "57", - "ILS": "" - } - }, - { - "24": { - "magHeading": "246", - "Heading": "237", - "ILS": "" - } - } - ], - "length": "5833" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "29" - }, - "Cricqueville-en-Bessin": { - "runways": [ - { - "headings": [ - { - "17": { - "magHeading": "182", - "Heading": "173", - "ILS": "" - } - }, - { - "35": { - "magHeading": "362", - "Heading": "353", - "ILS": "" - } - } - ], - "length": "3459" - } - ], - "TACAN": "", - "ICAO": "A-2", - "elevation": "81" - }, - "Beuzeville": { - "runways": [ - { - "headings": [ - { - "5": { - "magHeading": "58", - "Heading": "49", - "ILS": "" - } - }, - { - "23": { - "magHeading": "238", - "Heading": "229", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "A-6", - "elevation": "114" - }, - "Sommervieu": { - "runways": [ - { - "headings": [ - { - "9": { - "magHeading": "95", - "Heading": "86", - "ILS": "" - } - }, - { - "27": { - "magHeading": "275", - "Heading": "266", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "B-8", - "elevation": "186" - }, - "Avranches Le Val-Saint-Pere": { - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "135", - "Heading": "126", - "ILS": "" - } - }, - { - "31": { - "magHeading": "315", - "Heading": "306", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "46" - }, - "West Malling": { - "runways": [ - { - "headings": [ - { - "33": { - "magHeading": "253", - "Heading": "244", - "ILS": "" - } - }, - { - "15": { - "magHeading": "73", - "Heading": "64", - "ILS": "" - } - } - ], - "length": "5037" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "305" - }, - "Needs Oar Point": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "4255" - }, - { - "headings": [ - { - "17": { - "magHeading": "179", - "Heading": "170", - "ILS": "" - } - }, - { - "35": { - "magHeading": "359", - "Heading": "350", - "ILS": "" - } - } - ], - "length": "4255" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "19" - }, - "Longues-sur-Mer": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "129", - "Heading": "120", - "ILS": "" - } - }, - { - "30": { - "magHeading": "309", - "Heading": "300", - "ILS": "" - } - } - ], - "length": "3155" - } - ], - "TACAN": "", - "ICAO": "B-11", - "elevation": "225" - }, - "Barville": { - "runways": [ - { - "headings": [ - { - "33": { - "magHeading": "336", - "Heading": "327", - "ILS": "" - } - }, - { - "15": { - "magHeading": "156", - "Heading": "147", - "ILS": "" - } - } - ], - "length": "4216" - }, - { - "headings": [ - { - "28": { - "magHeading": "285", - "Heading": "276", - "ILS": "" - } - }, - { - "10": { - "magHeading": "105", - "Heading": "96", - "ILS": "" - } - } - ], - "length": "4216" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "462" - }, - "Fecamp-Benouville": { - "runways": [ - { - "headings": [ - { - "36": { - "magHeading": "369", - "Heading": "360", - "ILS": "" - } - }, - { - "18": { - "magHeading": "189", - "Heading": "180", - "ILS": "" - } - } - ], - "length": "3182" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "295" - }, - "Merville Calonne": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "82", - "Heading": "73", - "ILS": "" - } - }, - { - "26": { - "magHeading": "262", - "Heading": "253", - "ILS": "" - } - } - ], - "length": "4285" - }, - { - "headings": [ - { - "22": { - "magHeading": "223", - "Heading": "214", - "ILS": "" - } - }, - { - "04": { - "magHeading": "43", - "Heading": "34", - "ILS": "" - } - } - ], - "length": "5195" - }, - { - "headings": [ - { - "32": { - "magHeading": "325", - "Heading": "316", - "ILS": "" - } - }, - { - "14": { - "magHeading": "145", - "Heading": "136", - "ILS": "" - } - } - ], - "length": "5365" - } - ], - "TACAN": "", - "ICAO": "LFQT", - "elevation": "131" - }, - "Saint-Omer Wizernes": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "99", - "Heading": "90", - "ILS": "" - } - }, - { - "28": { - "magHeading": "279", - "Heading": "270", - "ILS": "" - } - } - ], - "length": "1912" - }, - { - "headings": [ - { - "02": { - "magHeading": "39", - "Heading": "30", - "ILS": "" - } - }, - { - "20": { - "magHeading": "219", - "Heading": "210", - "ILS": "" - } - } - ], - "length": "1912" - } - ], - "TACAN": "", - "ICAO": "LFQN", - "elevation": "213" - }, - "Carpiquet": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "313", - "Heading": "304", - "ILS": "" - } - }, - { - "12": { - "magHeading": "133", - "Heading": "124", - "ILS": "" - } - } - ], - "length": "5114" - } - ], - "TACAN": "", - "ICAO": "B-17", - "elevation": "187" - }, - "Cardonville": { - "runways": [ - { - "headings": [ - { - "33": { - "magHeading": "343", - "Heading": "334", - "ILS": "" - } - }, - { - "15": { - "magHeading": "163", - "Heading": "154", - "ILS": "" - } - } - ], - "length": "4541" - } - ], - "TACAN": "", - "ICAO": "A-3", - "elevation": "101" - }, - "Picauville": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "119", - "Heading": "110", - "ILS": "" - } - }, - { - "29": { - "magHeading": "299", - "Heading": "290", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "A-8", - "elevation": "72" - }, - "Orly": { - "runways": [ - { - "headings": [ - { - "7": { - "magHeading": "77", - "Heading": "68", - "ILS": "" - } - }, - { - "25": { - "magHeading": "257", - "Heading": "248", - "ILS": "" - } - } - ], - "length": "3227" - }, - { - "headings": [ - { - "02": { - "magHeading": "23", - "Heading": "14", - "ILS": "" - } - }, - { - "20": { - "magHeading": "203", - "Heading": "194", - "ILS": "" - } - } - ], - "length": "3227" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "272" - }, - "Vrigny": { - "runways": [ - { - "headings": [ - { - "14": { - "magHeading": "144", - "Heading": "135", - "ILS": "" - } - }, - { - "32": { - "magHeading": "324", - "Heading": "315", - "ILS": "" - } - } - ], - "length": "3283" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "590" - }, - "Abbeville Drucat": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "315", - "Heading": "306", - "ILS": "" - } - }, - { - "13": { - "magHeading": "135", - "Heading": "126", - "ILS": "" - } - } - ], - "length": "3621" - }, - { - "headings": [ - { - "20": { - "magHeading": "207", - "Heading": "198", - "ILS": "" - } - }, - { - "02": { - "magHeading": "27", - "Heading": "18", - "ILS": "" - } - } - ], - "length": "3621" - }, - { - "headings": [ - { - "09": { - "magHeading": "94", - "Heading": "85", - "ILS": "" - } - }, - { - "27": { - "magHeading": "274", - "Heading": "265", - "ILS": "" - } - } - ], - "length": "4867" - } - ], - "TACAN": "", - "ICAO": "LFOI", - "elevation": "216" - }, - "Detling": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "230", - "Heading": "221", - "ILS": "" - } - }, - { - "4": { - "magHeading": "50", - "Heading": "41", - "ILS": "" - } - } - ], - "length": "3563" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "593" - }, - "Lympne": { - "runways": [ - { - "headings": [ - { - "FIELD S": { - "magHeading": "208", - "Heading": "199", - "ILS": "" - } - }, - { - "FIELD N": { - "magHeading": "28", - "Heading": "19", - "ILS": "" - } - } - ], - "length": "3211" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "202" - }, - "Cretteville": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "319", - "Heading": "310", - "ILS": "" - } - }, - { - "13": { - "magHeading": "139", - "Heading": "130", - "ILS": "" - } - } - ], - "length": "4594" - } - ], - "TACAN": "", - "ICAO": "A-14", - "elevation": "95" - }, - "Conches": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "232", - "Heading": "223", - "ILS": "" - } - }, - { - "4": { - "magHeading": "52", - "Heading": "43", - "ILS": "" - } - } - ], - "length": "4844" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "541" - }, - "Lymington": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "325", - "Heading": "316", - "ILS": "" - } - }, - { - "12": { - "magHeading": "145", - "Heading": "136", - "ILS": "" - } - } - ], - "length": "3383" - }, - { - "headings": [ - { - "24": { - "magHeading": "247", - "Heading": "238", - "ILS": "" - } - }, - { - "06": { - "magHeading": "67", - "Heading": "58", - "ILS": "" - } - } - ], - "length": "3383" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "19" - }, - "Flers": { - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "241", - "Heading": "232", - "ILS": "" - } - }, - { - "05": { - "magHeading": "61", - "Heading": "52", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "650" - }, - "Manston": { - "runways": [ - { - "headings": [ - { - "02": { - "magHeading": "107", - "Heading": "98", - "ILS": "" - } - }, - { - "20": { - "magHeading": "287", - "Heading": "278", - "ILS": "" - } - } - ], - "length": "8992" - } - ], - "TACAN": "", - "ICAO": "EGMH", - "elevation": "157" - }, - "Biggin Hill": { - "runways": [ - { - "headings": [ - { - "21": { - "magHeading": "213", - "Heading": "203", - "ILS": "" - } - }, - { - "03": { - "magHeading": "33", - "Heading": "23", - "ILS": "" - } - } - ], - "length": "4988" - }, - { - "headings": [ - { - "23": { - "magHeading": "233", - "Heading": "223", - "ILS": "" - } - }, - { - "05": { - "magHeading": "53", - "Heading": "43", - "ILS": "" - } - } - ], - "length": "2819" - }, - { - "headings": [ - { - "29": { - "magHeading": "293", - "Heading": "283", - "ILS": "" - } - }, - { - "11": { - "magHeading": "113", - "Heading": "103", - "ILS": "" - } - } - ], - "length": "2855" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "0" - }, - "Odiham": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "284", - "Heading": "275", - "ILS": "" - } - }, - { - "10": { - "magHeading": "104", - "Heading": "95", - "ILS": "" - } - } - ], - "length": "4799" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "366" - }, - "Saint-Andre-de-lEure": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "316", - "Heading": "307", - "ILS": "" - } - }, - { - "13": { - "magHeading": "136", - "Heading": "127", - "ILS": "" - } - } - ], - "length": "4992" - }, - { - "headings": [ - { - "24": { - "magHeading": "238", - "Heading": "229", - "ILS": "" - } - }, - { - "06": { - "magHeading": "58", - "Heading": "49", - "ILS": "" - } - } - ], - "length": "4992" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "468" - }, - "Heathrow": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "97", - "Heading": "88", - "ILS": "" - } - }, - { - "30": { - "magHeading": "277", - "Heading": "268", - "ILS": "" - } - } - ], - "length": "8592" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "88" - }, - "Le Molay": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "230", - "Heading": "221", - "ILS": "" - } - }, - { - "04": { - "magHeading": "50", - "Heading": "41", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "A-9", - "elevation": "104" - }, - "Guyancourt": { - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "142", - "Heading": "133", - "ILS": "" - } - }, - { - "31": { - "magHeading": "322", - "Heading": "313", - "ILS": "" - } - } - ], - "length": "2544" - }, - { - "headings": [ - { - "05": { - "magHeading": "51", - "Heading": "42", - "ILS": "" - } - }, - { - "23": { - "magHeading": "231", - "Heading": "222", - "ILS": "" - } - } - ], - "length": "2544" - }, - { - "headings": [ - { - "08": { - "magHeading": "84", - "Heading": "75", - "ILS": "" - } - }, - { - "26": { - "magHeading": "264", - "Heading": "255", - "ILS": "" - } - } - ], - "length": "2750" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "524" - }, - "Broglie": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "306", - "Heading": "297", - "ILS": "" - } - }, - { - "12": { - "magHeading": "126", - "Heading": "117", - "ILS": "" - } - } - ], - "length": "3281" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "594" - }, - "Saint-Aubin": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "313", - "Heading": "304", - "ILS": "" - } - }, - { - "13": { - "magHeading": "133", - "Heading": "124", - "ILS": "" - } - } - ], - "length": "2888" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "311" - }, - "Amiens-Glisy": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "121", - "Heading": "112", - "ILS": "" - } - }, - { - "29": { - "magHeading": "301", - "Heading": "292", - "ILS": "" - } - } - ], - "length": "4994" - }, - { - "headings": [ - { - "23": { - "magHeading": "230", - "Heading": "221", - "ILS": "" - } - }, - { - "05": { - "magHeading": "50", - "Heading": "41", - "ILS": "" - } - } - ], - "length": "4994" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "192" - }, - "Sainte-Laurent-sur-Mer": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "116", - "Heading": "107", - "ILS": "" - } - }, - { - "29": { - "magHeading": "296", - "Heading": "287", - "ILS": "" - } - } - ], - "length": "4561" - } - ], - "TACAN": "", - "ICAO": "A-21", - "elevation": "58" - }, - "Tangmere": { - "runways": [ - { - "headings": [ - { - "34": { - "magHeading": "341", - "Heading": "332", - "ILS": "" - } - }, - { - "16": { - "magHeading": "161", - "Heading": "152", - "ILS": "" - } - } - ], - "length": "4721" - }, - { - "headings": [ - { - "07": { - "magHeading": "71", - "Heading": "62", - "ILS": "" - } - }, - { - "25": { - "magHeading": "251", - "Heading": "242", - "ILS": "" - } - } - ], - "length": "5851" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "47" - }, - "Chippelle": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "4643" - } - ], - "TACAN": "", - "ICAO": "A-5", - "elevation": "124" - }, - "Cormeilles-en-Vexin": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "228", - "Heading": "219", - "ILS": "" - } - }, - { - "4": { - "magHeading": "48", - "Heading": "39", - "ILS": "" - } - } - ], - "length": "5096" - }, - { - "headings": [ - { - "12": { - "magHeading": "123", - "Heading": "114", - "ILS": "" - } - }, - { - "30": { - "magHeading": "303", - "Heading": "294", - "ILS": "" - } - } - ], - "length": "5096" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "311" - }, - "Azeville": { - "runways": [ - { - "headings": [ - { - "7": { - "magHeading": "79", - "Heading": "70", - "ILS": "" - } - }, - { - "25": { - "magHeading": "259", - "Heading": "250", - "ILS": "" - } - } - ], - "length": "3549" - } - ], - "TACAN": "", - "ICAO": "A-7", - "elevation": "74" - }, - "Chailey": { - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "160", - "Heading": "151", - "ILS": "" - } - }, - { - "33": { - "magHeading": "340", - "Heading": "331", - "ILS": "" - } - } - ], - "length": "3383" - }, - { - "headings": [ - { - "08": { - "magHeading": "82", - "Heading": "73", - "ILS": "" - } - }, - { - "26": { - "magHeading": "262", - "Heading": "253", - "ILS": "" - } - } - ], - "length": "4" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "95" - }, - "Lessay": { - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "252", - "Heading": "243", - "ILS": "" - } - }, - { - "6": { - "magHeading": "72", - "Heading": "63", - "ILS": "" - } - } - ], - "length": "4585" - }, - { - "headings": [ - { - "31": { - "magHeading": "313", - "Heading": "304", - "ILS": "" - } - }, - { - "13": { - "magHeading": "133", - "Heading": "124", - "ILS": "" - } - } - ], - "length": "4585" - } - ], - "TACAN": "", - "ICAO": "A-20", - "elevation": "65" - }, - "Lonrai": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "4015" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "515" - }, - "Deauville": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "124", - "Heading": "115", - "ILS": "" - } - }, - { - "30": { - "magHeading": "304", - "Heading": "295", - "ILS": "" - } - } - ], - "length": "2838" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "459" - }, - "Beauvais-Tille": { - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "129", - "Heading": "120", - "ILS": "" - } - }, - { - "30": { - "magHeading": "309", - "Heading": "300", - "ILS": "" - } - } - ], - "length": "5535" - }, - { - "headings": [ - { - "23": { - "magHeading": "227", - "Heading": "218", - "ILS": "" - } - }, - { - "05": { - "magHeading": "47", - "Heading": "38", - "ILS": "" - } - } - ], - "length": "5748" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "331" - }, - "Poix": { - "runways": [ - { - "headings": [ - { - "04": { - "magHeading": "48", - "Heading": "39", - "ILS": "" - } - }, - { - "22": { - "magHeading": "228", - "Heading": "219", - "ILS": "" - } - } - ], - "length": "5082" - }, - { - "headings": [ - { - "28": { - "magHeading": "279", - "Heading": "270", - "ILS": "" - } - }, - { - "10": { - "magHeading": "99", - "Heading": "90", - "ILS": "" - } - } - ], - "length": "5082" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "547" - }, - "Friston": { - "runways": [ - { - "headings": [ - { - "6": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - }, - { - "24": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "308" - }, - "Farnborough": { - "runways": [ - { - "headings": [ - { - "17": { - "magHeading": "181", - "Heading": "172", - "ILS": "" - } - }, - { - "35": { - "magHeading": "361", - "Heading": "352", - "ILS": "" - } - } - ], - "length": "3631" - }, - { - "headings": [ - { - "25": { - "magHeading": "249", - "Heading": "240", - "ILS": "" - } - }, - { - "07": { - "magHeading": "69", - "Heading": "60", - "ILS": "" - } - } - ], - "length": "3631" - }, - { - "headings": [ - { - "12": { - "magHeading": "116", - "Heading": "106", - "ILS": "" - } - }, - { - "30": { - "magHeading": "296", - "Heading": "286", - "ILS": "" - } - } - ], - "length": "3074" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "246" - }, - "Argentan": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "306", - "Heading": "297", - "ILS": "" - } - }, - { - "12": { - "magHeading": "126", - "Heading": "117", - "ILS": "" - } - } - ], - "length": "3281" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "639" - }, - "Sainte-Croix-sur-Mer": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "279", - "Heading": "270", - "ILS": "" - } - }, - { - "9": { - "magHeading": "99", - "Heading": "90", - "ILS": "" - } - } - ], - "length": "3840" - } - ], - "TACAN": "", - "ICAO": "B-3", - "elevation": "160" - }, - "Essay": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "284", - "Heading": "275", - "ILS": "" - } - }, - { - "9": { - "magHeading": "104", - "Heading": "95", - "ILS": "" - } - } - ], - "length": "3384" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "500" - }, - "Bernay Saint Martin": { - "runways": [ - { - "headings": [ - { - "18": { - "magHeading": "189", - "Heading": "180", - "ILS": "" - } - }, - { - "36": { - "magHeading": "369", - "Heading": "360", - "ILS": "" - } - } - ], - "length": "3182" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "523" - }, - "Maupertus": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "290", - "Heading": "281", - "ILS": "" - } - }, - { - "10": { - "magHeading": "110", - "Heading": "101", - "ILS": "" - } - } - ], - "length": "4795" - } - ], - "TACAN": "", - "ICAO": "A-15", - "elevation": "441" - }, - "Saint Pierre du Mont": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "281", - "Heading": "272", - "ILS": "" - } - }, - { - "9": { - "magHeading": "101", - "Heading": "92", - "ILS": "" - } - } - ], - "length": "4735" - } - ], - "TACAN": "", - "ICAO": "A-1", - "elevation": "103" - }, - "Brucheville": { - "runways": [ - { - "headings": [ - { - "7": { - "magHeading": "75", - "Heading": "66", - "ILS": "" - } - }, - { - "25": { - "magHeading": "255", - "Heading": "246", - "ILS": "" - } - } - ], - "length": "3413" - } - ], - "TACAN": "", - "ICAO": "A-16", - "elevation": "45" - }, - "Creil": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "70", - "Heading": "61", - "ILS": "" - } - }, - { - "25": { - "magHeading": "250", - "Heading": "241", - "ILS": "" - } - } - ], - "length": "7361" - }, - { - "headings": [ - { - "15": { - "magHeading": "139", - "Heading": "130", - "ILS": "" - } - }, - { - "33": { - "magHeading": "319", - "Heading": "310", - "ILS": "" - } - } - ], - "length": "4301" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "269" - }, - "Ronai": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "313", - "Heading": "304", - "ILS": "" - } - }, - { - "12": { - "magHeading": "133", - "Heading": "124", - "ILS": "" - } - } - ], - "length": "4233" - }, - { - "headings": [ - { - "26": { - "magHeading": "262", - "Heading": "253", - "ILS": "" - } - }, - { - "08": { - "magHeading": "82", - "Heading": "73", - "ILS": "" - } - } - ], - "length": "4233" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "859" - }, - "Goulet": { - "runways": [ - { - "headings": [ - { - "35": { - "magHeading": "36", - "Heading": "27", - "ILS": "" - } - }, - { - "17": { - "magHeading": "216", - "Heading": "207", - "ILS": "" - } - } - ], - "length": "3283" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "616" - }, - "Rouen-Boos": { - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "227", - "Heading": "218", - "ILS": "" - } - }, - { - "4": { - "magHeading": "47", - "Heading": "38", - "ILS": "" - } - } - ], - "length": "3215" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "492" - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/airbases/persiangulf.json b/moc_dcs/Mods/Services/Olympus/databases/airbases/persiangulf.json deleted file mode 100644 index 676edee1..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/airbases/persiangulf.json +++ /dev/null @@ -1,769 +0,0 @@ -{ - "airfields": { - "Abu Dhabi Intl": { - "elevation": "92", - "ICAO": "OMAA", - "runways": [ - { - "headings": [ - { - "13L": { - "ILS": "", - "magHeading": "127" - }, - "31R": { - "ILS": "", - "magHeading": "307" - } - } - ], - "length": "13100" - }, - { - "headings": [ - { - "13R": { - "ILS": "", - "magHeading": "127" - }, - "31L": { - "ILS": "", - "magHeading": "307" - } - } - ], - "length": "13200" - } - ], - "TACAN": "" - }, - "Abu Musa Island": { - "elevation": "16", - "ICAO": "OIBA", - "runways": [ - { - "headings": [ - { - "26": { - "ILS": "", - "magHeading": "262" - }, - "08": { - "ILS": "", - "magHeading": "082" - } - } - ], - "length": "7800" - } - ], - "TACAN": "" - }, - "Al Ain Intl": { - "elevation": "814", - "ICAO": "OMAL", - "runways": [ - { - "headings": [ - { - "19": { - "ILS": "", - "magHeading": "186" - }, - "01": { - "ILS": "", - "magHeading": "006" - } - } - ], - "length": "12800" - } - ], - "TACAN": "" - }, - "Al Dhafra AFB": { - "elevation": "52", - "ICAO": "OMAM", - "runways": [ - { - "headings": [ - { - "13L": { - "ILS": "111.10", - "magHeading": "126" - }, - "31R": { - "ILS": "109.10", - "magHeading": "306" - } - } - ], - "length": "11700" - }, - { - "headings": [ - { - "13R": { - "ILS": "108.70", - "magHeading": "16" - }, - "31L": { - "ILS": "108.70", - "magHeading": "306" - } - } - ], - "length": "11700" - } - ], - "TACAN": "96X" - }, - "Al Maktoum Intl": { - "elevation": "125", - "ICAO": "OMDW", - "runways": [ - { - "headings": [ - { - "12": { - "ILS": "111.75", - "magHeading": "120" - }, - "30": { - "ILS": "109.75", - "magHeading": "300" - } - } - ], - "length": "14400" - } - ], - "TACAN": "" - }, - "Al Minhad AFB": { - "elevation": "190", - "ICAO": "OMDM", - "runways": [ - { - "headings": [ - { - "27": { - "ILS": "110.75", - "magHeading": "268" - }, - "09": { - "ILS": "110.70", - "magHeading": "088" - } - } - ], - "length": "12600" - } - ], - "TACAN": "99X" - }, - "Al-Bateen": { - "elevation": "12", - "ICAO": "OMAD", - "runways": [ - { - "headings": [ - { - "13": { - "ILS": "", - "magHeading": "127" - }, - "31": { - "ILS": "", - "magHeading": "307" - } - } - ], - "length": "7000" - } - ], - "TACAN": "" - }, - "Bandar Abbas Intl": { - "elevation": "29", - "ICAO": "OIKB", - "runways": [ - { - "headings": [ - { - "03L": { - "ILS": "", - "magHeading": "25" - }, - "21R": { - "ILS": "", - "magHeading": "205" - } - } - ], - "length": "11000" - }, - { - "headings": [ - { - "03R": { - "ILS": "", - "magHeading": "25" - }, - "21L": { - "ILS": "109.90", - "magHeading": "205" - } - } - ], - "length": "11700" - } - ], - "TACAN": "78X" - }, - "Bandar Lengeh": { - "elevation": "82", - "ICAO": "OIBL", - "runways": [ - { - "headings": [ - { - "26": { - "ILS": "", - "magHeading": "259" - }, - "08": { - "ILS": "", - "magHeading": "079" - } - } - ], - "length": "7900" - } - ], - "TACAN": "" - }, - "Bandar-e-Jask": { - "elevation": "26", - "ICAO": "OIZJ", - "runways": [ - { - "headings": [ - { - "24": { - "ILS": "", - "magHeading": "239" - }, - "06": { - "ILS": "", - "magHeading": "059" - } - } - ], - "length": "7300" - } - ], - "TACAN": "110X" - }, - "Dubai Intl": { - "elevation": "16", - "ICAO": "OMDB", - "runways": [ - { - "headings": [ - { - "12L": { - "ILS": "110.10", - "magHeading": "120" - }, - "30R": { - "ILS": "110.90", - "magHeading": "300" - } - } - ], - "length": "11400" - }, - { - "headings": [ - { - "12R": { - "ILS": "109.50", - "magHeading": "120" - }, - "30L": { - "ILS": "111.30", - "magHeading": "300" - } - } - ], - "length": "11400" - } - ], - "TACAN": "" - }, - "Fujairah Intl": { - "elevation": "121", - "ICAO": "OMFJ", - "runways": [ - { - "headings": [ - { - "11": { - "ILS": "", - "magHeading": "111" - }, - "29": { - "ILS": "111.50", - "magHeading": "291" - } - } - ], - "length": "9700" - } - ], - "TACAN": "" - }, - "Havadarya": { - "elevation": "52", - "ICAO": "OIKP", - "runways": [ - { - "headings": [ - { - "26": { - "ILS": "", - "magHeading": "257" - }, - "08": { - "ILS": "108.90", - "magHeading": "077" - } - } - ], - "length": "7200" - } - ], - "TACAN": "47X" - }, - "Jiroft": { - "elevation": "2664", - "ICAO": "OIKJ", - "runways": [ - { - "headings": [ - { - "13": { - "ILS": "", - "magHeading": "125" - }, - "31": { - "ILS": "", - "magHeading": "305" - } - } - ], - "length": "9600" - } - ], - "TACAN": "" - }, - "Kerman": { - "elevation": "5745", - "ICAO": "OIKK", - "runways": [ - { - "headings": [ - { - "16": { - "ILS": "", - "magHeading": "155" - }, - "34": { - "ILS": "", - "magHeading": "335" - } - } - ], - "length": "12400" - } - ], - "TACAN": "97X" - }, - "Khasab": { - "elevation": "102", - "ICAO": "OOKB", - "runways": [ - { - "headings": [ - { - "19": { - "ILS": "110.30", - "magHeading": "192" - }, - "01": { - "ILS": "", - "magHeading": "012" - } - } - ], - "length": "8000" - } - ], - "TACAN": "" - }, - "Kish Intl": { - "elevation": "115", - "ICAO": "OIBK", - "runways": [ - { - "headings": [ - { - "10": { - "ILS": "", - "magHeading": "094" - }, - "28": { - "ILS": "", - "magHeading": "274" - } - } - ], - "length": "11700" - }, - { - "headings": [ - { - "09R": { - "ILS": "", - "magHeading": "094" - }, - "27L": { - "ILS": "", - "magHeading": "274" - } - } - ], - "length": "11700" - } - ], - "TACAN": "112X" - }, - "Lar": { - "elevation": "2635", - "ICAO": "OISL", - "runways": [ - { - "headings": [ - { - "27": { - "ILS": "", - "magHeading": "268" - }, - "09": { - "ILS": "", - "magHeading": "088" - } - } - ], - "length": "10100" - } - ], - "TACAN": "" - }, - "Lavan Island": { - "elevation": "75", - "ICAO": "OIBV", - "runways": [ - { - "headings": [ - { - "11": { - "ILS": "", - "magHeading": "110" - }, - "29": { - "ILS": "", - "magHeading": "290" - } - } - ], - "length": "8600" - } - ], - "TACAN": "" - }, - "Liwa AFB": { - "elevation": "400", - "ICAO": "OMLW", - "runways": [ - { - "headings": [ - { - "13": { - "ILS": "", - "magHeading": "130" - }, - "31": { - "ILS": "", - "magHeading": "310" - } - } - ], - "length": "11600" - } - ], - "TACAN": "121X" - }, - "Qeshm Island": { - "elevation": "26", - "ICAO": "OIKQ", - "runways": [ - { - "headings": [ - { - "23": { - "ILS": "", - "magHeading": "227" - }, - "05": { - "ILS": "", - "magHeading": "047" - } - } - ], - "length": "13600" - } - ], - "TACAN": "" - }, - "Quasoura_airport": { - "elevation": "26", - "ICAO": "OIKQ", - "runways": [ - { - "headings": [ - { - "23": { - "ILS": "", - "magHeading": "227" - }, - "05": { - "ILS": "", - "magHeading": "047" - } - } - ], - "length": "13600" - } - ], - "TACAN": "" - }, - "Ras Al Khaimah Intl": { - "elevation": "330", - "ICAO": "OMRK", - "runways": [ - { - "headings": [ - { - "17": { - "ILS": "", - "magHeading": "163" - }, - "35": { - "ILS": "", - "magHeading": "343" - } - } - ], - "length": "12000" - } - ], - "TACAN": "" - }, - "Sas Al Nakheel": { - "elevation": "10", - "ICAO": "OMNK", - "runways": [ - { - "headings": [ - { - "16": { - "ILS": "", - "magHeading": "160" - }, - "34": { - "ILS": "", - "magHeading": "340" - } - } - ], - "length": "6000" - } - ], - "TACAN": "" - }, - "Sharjah Intl": { - "elevation": "26", - "ICAO": "OMSJ", - "runways": [ - { - "headings": [ - { - "12L": { - "ILS": "108.55", - "magHeading": "121" - }, - "30R": { - "ILS": "111.95", - "magHeading": "301" - } - } - ], - "length": "10500" - }, - { - "headings": [ - { - "12R": { - "ILS": "", - "magHeading": "121" - }, - "30L": { - "ILS": "", - "magHeading": "301" - } - } - ], - "length": "10500" - } - ], - "TACAN": "" - }, - "Shiraz Intl": { - "elevation": "4879", - "ICAO": "OISS", - "runways": [ - { - "headings": [ - { - "11L": { - "ILS": "", - "magHeading": "113" - }, - "29R": { - "ILS": "", - "magHeading": "293" - } - } - ], - "length": "14000" - }, - { - "headings": [ - { - "11R": { - "ILS": "", - "magHeading": "113" - }, - "29L": { - "ILS": "108.50", - "magHeading": "293" - } - } - ], - "length": "13800" - } - ], - "TACAN": "94X" - }, - "Sir Abu Nuayr": { - "elevation": "26", - "ICAO": "OMSN", - "runways": [ - { - "headings": [ - { - "10": { - "ILS": "", - "magHeading": "097" - }, - "28": { - "ILS": "", - "magHeading": "277" - } - } - ], - "length": "2300" - } - ], - "TACAN": "" - }, - "Sirri Island": { - "elevation": "20", - "ICAO": "OIBS", - "runways": [ - { - "headings": [ - { - "12": { - "ILS": "", - "magHeading": "125" - }, - "30": { - "ILS": "", - "magHeading": "305" - } - } - ], - "length": "7900" - } - ], - "TACAN": "" - }, - "Tunb Island AFB": { - "elevation": "43", - "ICAO": "OIGI", - "runways": [ - { - "headings": [ - { - "21": { - "ILS": "", - "magHeading": "205" - }, - "03": { - "ILS": "", - "magHeading": "025" - } - } - ], - "length": "6200" - } - ], - "TACAN": "" - }, - "Tunb Kochak": { - "elevation": "16", - "ICAO": "OITK", - "runways": [ - { - "headings": [ - { - "26": { - "ILS": "", - "magHeading": "259" - }, - "08": { - "ILS": "", - "magHeading": "079" - } - } - ], - "length": "2500" - } - ], - "TACAN": "89X" - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/airbases/sinaimap.json b/moc_dcs/Mods/Services/Olympus/databases/airbases/sinaimap.json deleted file mode 100644 index 87f5bae6..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/airbases/sinaimap.json +++ /dev/null @@ -1,1374 +0,0 @@ -{ - "airfields": { - "As Salihiyah": { - "runways": [ - { - "headings": [ - { - "02L": { - "magHeading": "13", - "Heading": "18", - "ILS": "110.70" - } - }, - { - "20R": { - "magHeading": "193", - "Heading": "198", - "ILS": "" - } - } - ], - "length": "9281" - }, - { - "headings": [ - { - "20L": { - "magHeading": "13", - "Heading": "18", - "ILS": "" - } - }, - { - "02R": { - "magHeading": "193", - "Heading": "198", - "ILS": "" - } - } - ], - "length": "9281" - } - ], - "TACAN": "26X", - "ICAO": "HE39", - "elevation": "7" - }, - "El Gora": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "70", - "Heading": "75", - "ILS": "" - } - }, - { - "26": { - "magHeading": "250", - "Heading": "255", - "ILS": "" - } - } - ], - "length": "6863" - } - ], - "TACAN": "", - "ICAO": "HEGR", - "elevation": "422" - }, - "Sde Dov": { - "runways": [ - { - "headings": [ - { - "21": { - "magHeading": "202", - "Heading": "207", - "ILS": "" - } - }, - { - "03": { - "magHeading": "22", - "Heading": "27", - "ILS": "" - } - } - ], - "length": "4275" - } - ], - "TACAN": "", - "ICAO": "LLSD", - "elevation": "19" - }, - "AzZaqaziq": { - "runways": [ - { - "headings": [ - { - "36R": { - "magHeading": "358", - "Heading": "3", - "ILS": "" - } - }, - { - "18L": { - "magHeading": "178", - "Heading": "183", - "ILS": "" - } - } - ], - "length": "9151" - }, - { - "headings": [ - { - "18R": { - "magHeading": "358", - "Heading": "3", - "ILS": "" - } - }, - { - "36L": { - "magHeading": "178", - "Heading": "183", - "ILS": "" - } - } - ], - "length": "9151" - } - ], - "TACAN": "94X", - "ICAO": "", - "elevation": "6" - }, - "Hatzor": { - "runways": [ - { - "headings": [ - { - "05": { - "magHeading": "49", - "Heading": "53", - "ILS": "108.50" - } - }, - { - "23": { - "magHeading": "229", - "Heading": "233", - "ILS": "" - } - } - ], - "length": "7890" - }, - { - "headings": [ - { - "29R": { - "magHeading": "286", - "Heading": "291", - "ILS": "" - } - }, - { - "11L": { - "magHeading": "106", - "Heading": "111", - "ILS": "" - } - } - ], - "length": "7960" - }, - { - "headings": [ - { - "29L": { - "magHeading": "286", - "Heading": "291", - "ILS": "" - } - }, - { - "11R": { - "magHeading": "106", - "Heading": "111", - "ILS": "" - } - } - ], - "length": "8081" - } - ], - "TACAN": "106X", - "ICAO": "LLHS", - "elevation": "100" - }, - "Abu Suwayr": { - "runways": [ - { - "headings": [ - { - "29": { - "magHeading": "287", - "Heading": "292", - "ILS": "" - } - }, - { - "11": { - "magHeading": "107", - "Heading": "112", - "ILS": "" - } - } - ], - "length": "9259" - }, - { - "headings": [ - { - "09": { - "magHeading": "266", - "Heading": "271", - "ILS": "" - } - }, - { - "27": { - "magHeading": "86", - "Heading": "91", - "ILS": "" - } - } - ], - "length": "9259" - } - ], - "TACAN": "29X", - "ICAO": "HE35", - "elevation": "18" - }, - "Nevatim": { - "runways": [ - { - "headings": [ - { - "07": { - "magHeading": "71", - "Heading": "76", - "ILS": "" - } - }, - { - "25": { - "magHeading": "251", - "Heading": "256", - "ILS": "" - } - } - ], - "length": "10369" - }, - { - "headings": [ - { - "26L": { - "magHeading": "71", - "Heading": "76", - "ILS": "" - } - }, - { - "08R": { - "magHeading": "251", - "Heading": "256", - "ILS": "" - } - } - ], - "length": "10369" - }, - { - "headings": [ - { - "8L": { - "magHeading": "71", - "Heading": "76", - "ILS": "" - } - }, - { - "26R": { - "magHeading": "251", - "Heading": "256", - "ILS": "" - } - } - ], - "length": "8019" - } - ], - "TACAN": "", - "ICAO": "LLNV", - "elevation": "1303" - }, - "Bir Hasanah": { - "runways": [ - { - "headings": [ - { - "30": { - "magHeading": "295", - "Heading": "300", - "ILS": "" - } - }, - { - "12": { - "magHeading": "115", - "Heading": "120", - "ILS": "" - } - } - ], - "length": "9386" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "1224" - }, - "Al Ismailiyah": { - "runways": [ - { - "headings": [ - { - "31": { - "magHeading": "304", - "Heading": "309", - "ILS": "110.30" - } - }, - { - "13": { - "magHeading": "124", - "Heading": "129", - "ILS": "" - } - } - ], - "length": "9912" - } - ], - "TACAN": "", - "ICAO": "HE44", - "elevation": "11" - }, - "Palmahim": { - "runways": [ - { - "headings": [ - { - "03L": { - "magHeading": "19", - "Heading": "24", - "ILS": "" - } - }, - { - "21R": { - "magHeading": "199", - "Heading": "204", - "ILS": "" - } - } - ], - "length": "3906" - }, - { - "headings": [ - { - "03R": { - "magHeading": "19", - "Heading": "24", - "ILS": "" - } - }, - { - "21L": { - "magHeading": "199", - "Heading": "204", - "ILS": "" - } - } - ], - "length": "7092" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "32" - }, - "Fayed": { - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "266", - "Heading": "271", - "ILS": "110.15" - } - }, - { - "09": { - "magHeading": "86", - "Heading": "91", - "ILS": "" - } - } - ], - "length": "9238" - } - ], - "TACAN": "125X", - "ICAO": "", - "elevation": "27" - }, - "Hatzerim": { - "runways": [ - { - "headings": [ - { - "28R": { - "magHeading": "279", - "Heading": "284", - "ILS": "" - } - }, - { - "10L": { - "magHeading": "99", - "Heading": "104", - "ILS": "" - } - } - ], - "length": "7291" - }, - { - "headings": [ - { - "10R": { - "magHeading": "279", - "Heading": "284", - "ILS": "" - } - }, - { - "28L": { - "magHeading": "99", - "Heading": "104", - "ILS": "" - } - } - ], - "length": "7291" - } - ], - "TACAN": "96X", - "ICAO": "LLHB", - "elevation": "686" - }, - "Ramon Airbase": { - "runways": [ - { - "headings": [ - { - "07R": { - "magHeading": "61", - "Heading": "66", - "ILS": "" - } - }, - { - "25L": { - "magHeading": "241", - "Heading": "246", - "ILS": "" - } - } - ], - "length": "9840" - }, - { - "headings": [ - { - "25R": { - "magHeading": "61", - "Heading": "66", - "ILS": "" - } - }, - { - "07L": { - "magHeading": "241", - "Heading": "246", - "ILS": "" - } - } - ], - "length": "8310" - } - ], - "TACAN": "105X", - "ICAO": "LLRM", - "elevation": "2030" - }, - "Kibrit Air Base": { - "runways": [ - { - "headings": [ - { - "32R": { - "magHeading": "311", - "Heading": "316", - "ILS": "" - } - }, - { - "14L": { - "magHeading": "131", - "Heading": "136", - "ILS": "" - } - } - ], - "length": "8248" - }, - { - "headings": [ - { - "14R": { - "magHeading": "311", - "Heading": "316", - "ILS": "" - } - }, - { - "32L": { - "magHeading": "131", - "Heading": "136", - "ILS": "" - } - } - ], - "length": "8248" - } - ], - "TACAN": "55X", - "ICAO": "HE34", - "elevation": "13" - }, - "El Arish": { - "runways": [ - { - "headings": [ - { - "34R": { - "magHeading": "332", - "Heading": "337", - "ILS": "" - } - }, - { - "16L": { - "magHeading": "152", - "Heading": "157", - "ILS": "" - } - } - ], - "length": "9351" - }, - { - "headings": [ - { - "16R": { - "magHeading": "332", - "Heading": "337", - "ILS": "" - } - }, - { - "34L": { - "magHeading": "152", - "Heading": "157", - "ILS": "" - } - } - ], - "length": "9351" - } - ], - "TACAN": "", - "ICAO": "HEAR", - "elevation": "311" - }, - "Ovda": { - "runways": [ - { - "headings": [ - { - "03R": { - "magHeading": "16", - "Heading": "21", - "ILS": "" - } - }, - { - "21L": { - "magHeading": "196", - "Heading": "201", - "ILS": "" - } - } - ], - "length": "9840" - }, - { - "headings": [ - { - "21R": { - "magHeading": "16", - "Heading": "21", - "ILS": "" - } - }, - { - "03L": { - "magHeading": "196", - "Heading": "201", - "ILS": "" - } - } - ], - "length": "8054" - } - ], - "TACAN": "63X", - "ICAO": "LLOV", - "elevation": "1434" - }, - "Melez": { - "runways": [ - { - "headings": [ - { - "34": { - "magHeading": "322", - "Heading": "326", - "ILS": "" - } - }, - { - "16": { - "magHeading": "142", - "Heading": "146", - "ILS": "" - } - } - ], - "length": "10940" - }, - { - "headings": [ - { - "15L": { - "magHeading": "322", - "Heading": "326", - "ILS": "" - } - }, - { - "33R": { - "magHeading": "142", - "Heading": "146", - "ILS": "" - } - } - ], - "length": "10225" - }, - { - "headings": [ - { - "15R": { - "magHeading": "322", - "Heading": "326", - "ILS": "" - } - }, - { - "33L": { - "magHeading": "142", - "Heading": "146", - "ILS": "" - } - } - ], - "length": "7661" - } - - ], - "TACAN": "", - "ICAO": "HE36", - "elevation": "1003" - }, - "Ben-Gurion": { - "runways": [ - { - "headings": [ - { - "03": { - "magHeading": "23", - "Heading": "28", - "ILS": "" - } - }, - { - "21": { - "magHeading": "203", - "Heading": "208", - "ILS": "109.70" - } - } - ], - "length": "8435" - }, - { - "headings": [ - { - "08": { - "magHeading": "74", - "Heading": "79", - "ILS": "" - } - }, - { - "26": { - "magHeading": "254", - "Heading": "259", - "ILS": "" - } - } - ], - "length": "8435" - }, - { - "headings": [ - { - "30": { - "magHeading": "296", - "Heading": "300", - "ILS": "" - } - }, - { - "12": { - "magHeading": "116", - "Heading": "120", - "ILS": "" - } - } - ], - "length": "9503" - } - ], - "TACAN": "", - "ICAO": "LLBG", - "elevation": "98" - }, - "Bilbeis Air Base": { - "runways": [ - { - "headings": [ - { - "35R": { - "magHeading": "345", - "Heading": "350", - "ILS": "" - } - }, - { - "17L": { - "magHeading": "165", - "Heading": "170", - "ILS": "" - } - } - ], - "length": "9782" - }, - { - "headings": [ - { - "35L": { - "magHeading": "345", - "Heading": "350", - "ILS": "" - } - }, - { - "17R": { - "magHeading": "165", - "Heading": "170", - "ILS": "" - } - } - ], - "length": "4921" - }, - { - "headings": [ - { - "27L": { - "magHeading": "269", - "Heading": "274", - "ILS": "" - } - }, - { - "09R": { - "magHeading": "89", - "Heading": "94", - "ILS": "" - } - } - ], - "length": "8202" - }, - { - "headings": [ - { - "27R": { - "magHeading": "269", - "Heading": "274", - "ILS": "" - } - }, - { - "09L": { - "magHeading": "89", - "Heading": "94", - "ILS": "" - } - } - ], - "length": "4848" - }, - { - "headings": [ - { - "04": { - "magHeading": "40", - "Heading": "45", - "ILS": "" - } - }, - { - "22": { - "magHeading": "220", - "Heading": "225", - "ILS": "" - } - } - ], - "length": "11423" - } - ], - "TACAN": "86X", - "ICAO": "HE37", - "elevation": "91" - }, - "Tel Nof": { - "runways": [ - { - "headings": [ - { - "36": { - "magHeading": "357", - "Heading": "2", - "ILS": "109.10" - } - }, - { - "18": { - "magHeading": "177", - "Heading": "182", - "ILS": "" - } - } - ], - "length": "7232" - }, - { - "headings": [ - { - "18L": { - "magHeading": "325", - "Heading": "330", - "ILS": "" - } - }, - { - "36R": { - "magHeading": "145", - "Heading": "150", - "ILS": "" - } - } - ], - "length": "7232" - }, - { - "headings": [ - { - "36L": { - "magHeading": "325", - "Heading": "330", - "ILS": "" - } - }, - { - "18R": { - "magHeading": "145", - "Heading": "150", - "ILS": "" - } - } - ], - "length": "7298" - } - ], - "TACAN": "", - "ICAO": "LLEK", - "elevation": "142" - }, - "Baluza": { - "runways": [ - { - "headings": [ - { - "25": { - "magHeading": "251", - "Heading": "256", - "ILS": "" - } - }, - { - "07": { - "magHeading": "71", - "Heading": "76", - "ILS": "" - } - } - ], - "length": "5794" - } - ], - "TACAN": "", - "ICAO": "HE22", - "elevation": "119" - }, - "Difarsuwar Airfield": { - "runways": [ - { - "headings": [ - { - "36": { - "magHeading": "356", - "Heading": "1", - "ILS": "" - } - }, - { - "18": { - "magHeading": "176", - "Heading": "181", - "ILS": "" - } - } - ], - "length": "1920" - }, - { - "headings": [ - { - "27": { - "magHeading": "266", - "Heading": "271", - "ILS": "" - } - }, - { - "09": { - "magHeading": "86", - "Heading": "91", - "ILS": "" - } - } - ], - "length": "1393" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "6" - }, - "Wadi al Jandali": { - "runways": [ - { - "headings": [ - { - "01R": { - "magHeading": "11", - "Heading": "16", - "ILS": "109.7" - } - }, - { - "19L": { - "magHeading": "191", - "Heading": "196", - "ILS": "" - } - } - ], - "length": "10450" - }, - { - "headings": [ - { - "19R": { - "magHeading": "11", - "Heading": "16", - "ILS": "" - } - }, - { - "01L": { - "magHeading": "191", - "Heading": "196", - "ILS": "" - } - } - ], - "length": "11314" - } - ], - "TACAN": "96X", - "ICAO": "HECP", - "elevation": "748" - }, - "St Catherine": { - "runways": [ - { - "headings": [ - { - "35": { - "magHeading": "346", - "Heading": "351", - "ILS": "" - } - }, - { - "17": { - "magHeading": "166", - "Heading": "171", - "ILS": "" - } - } - ], - "length": "6289" - } - ], - "TACAN": "", - "ICAO": "HESC", - "elevation": "4256" - }, - "Al Mansurah": { - "runways": [ - { - "headings": [ - { - "32": { - "magHeading": "315", - "Heading": "319", - "ILS": "" - } - }, - { - "14": { - "magHeading": "135", - "Heading": "139", - "ILS": "" - } - } - ], - "length": "9087" - }, - { - "headings": [ - { - "35": { - "magHeading": "341", - "Heading": "346", - "ILS": "" - } - }, - { - "17": { - "magHeading": "161", - "Heading": "166", - "ILS": "" - } - } - ], - "length": "9087" - } - ], - "TACAN": "53X", - "ICAO": "HE32", - "elevation": "6" - }, - "Abu Rudeis": { - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "127", - "Heading": "132", - "ILS": "" - } - }, - { - "31": { - "magHeading": "307", - "Heading": "312", - "ILS": "" - } - } - ], - "length": "6115" - } - ], - "TACAN": "", - "ICAO": "HE29", - "elevation": "2" - }, - "Inshas Airbase": { - "runways": [ - { - "headings": [ - { - "09R": { - "magHeading": "87", - "Heading": "92", - "ILS": "" - } - }, - { - "27L": { - "magHeading": "267", - "Heading": "272", - "ILS": "" - } - } - ], - "length": "7997" - }, - { - "headings": [ - { - "27R": { - "magHeading": "43", - "Heading": "48", - "ILS": "" - } - }, - { - "09L": { - "magHeading": "223", - "Heading": "228", - "ILS": "" - } - } - ], - "length": "7997" - } - ], - "TACAN": "98X", - "ICAO": "HE12", - "elevation": "154" - }, - "Cairo International Airport": { - "runways": [ - { - "headings": [ - { - "05L": { - "magHeading": "45", - "Heading": "50", - "ILS": "" - } - }, - { - "23R": { - "magHeading": "225", - "Heading": "230", - "ILS": "" - } - } - ], - "length": "10815" - }, - { - "headings": [ - { - "23C": { - "magHeading": "45", - "Heading": "50", - "ILS": "" - } - }, - { - "05C": { - "magHeading": "225", - "Heading": "230", - "ILS": "108.90" - } - } - ], - "length": "12314" - }, - { - "headings": [ - { - "05R": { - "magHeading": "45", - "Heading": "50", - "ILS": "" - } - }, - { - "23L": { - "magHeading": "225", - "Heading": "230", - "ILS": "108.70" - } - } - ], - "length": "12306" - } - ], - "TACAN": "", - "ICAO": "HECA", - "elevation": "393" - }, - "Kedem": { - "runways": [ - { - "headings": [ - { - "28": { - "magHeading": "278", - "Heading": "283", - "ILS": "" - } - }, - { - "10": { - "magHeading": "98", - "Heading": "103", - "ILS": "" - } - } - ], - "length": "5506" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "634" - }, - "Cairo West": { - "runways": [ - { - "headings": [ - { - "34R": { - "magHeading": "342", - "Heading": "347", - "ILS": "" - } - }, - { - "16L": { - "magHeading": "162", - "Heading": "167", - "ILS": "" - } - } - ], - "length": "11307" - }, - { - "headings": [ - { - "28": { - "magHeading": "282", - "Heading": "287", - "ILS": "" - } - }, - { - "10": { - "magHeading": "102", - "Heading": "107", - "ILS": "" - } - } - ], - "length": "9843" - }, - { - "headings": [ - { - "16R": { - "magHeading": "342", - "Heading": "347", - "ILS": "" - } - }, - { - "34L": { - "magHeading": "162", - "Heading": "167", - "ILS": "" - } - } - ], - "length": "9536" - } - ], - "TACAN": "0X", - "ICAO": "HECW", - "elevation": "439" - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/airbases/syria.json b/moc_dcs/Mods/Services/Olympus/databases/airbases/syria.json deleted file mode 100644 index e0ee84e6..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/airbases/syria.json +++ /dev/null @@ -1,1366 +0,0 @@ -{ - "airfields": { - "Abu al-Duhur": { - "ICAO": "OS57", - "elevation": "820", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088", - "ILS": "" - } - } - ], - "length": "9200" - } - ] - }, - "Adana Sakirpasa": { - "ICAO": "LTAF", - "elevation": "56", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "230", - "ILS": "" - }, - "05": { - "magHeading": "050", - "ILS": "108.70" - } - } - ], - "length": "8800" - } - ] - }, - "Akrotiri": { - "ICAO": "LCRA", - "elevation": "69", - "TACAN": "107X", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "106", - "ILS": "" - }, - "28": { - "magHeading": "286", - "ILS": "109.70" - } - } - ], - "length": "8800" - } - ] - }, - "Al Qusayr": { - "ICAO": "OS70", - "elevation": "1729", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "096", - "ILS": "" - }, - "28": { - "magHeading": "276", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Al-Dumayr": { - "ICAO": "OS61", - "elevation": "2067", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "240", - "ILS": "" - }, - "06": { - "magHeading": "060", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Aleppo": { - "ICAO": "OSAP", - "elevation": "1254", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "272", - "ILS": "" - }, - "09": { - "magHeading": "092", - "ILS": "" - } - } - ], - "length": "9200" - } - ] - }, - "An Nasiriyah": { - "ICAO": "OSAP", - "elevation": "1254", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "272", - "ILS": "" - }, - "09": { - "magHeading": "092", - "ILS": "" - } - } - ], - "length": "9200" - } - ] - }, - "At Tanf": { - "ICAO": "", - "elevation": "2329", - "TACAN": "", - "runways": [] - }, - "Bassel Al-Assad": { - "ICAO": "OSLK", - "elevation": "92", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "17L": { - "magHeading": "173", - "ILS": "" - }, - "35R": { - "magHeading": "353", - "ILS": "" - } - } - ], - "length": "7900" - }, - { - "headings": [ - { - "17R": { - "magHeading": "173", - "ILS": "109.10" - }, - "35L": { - "magHeading": "353", - "ILS": "" - } - } - ], - "length": "8900" - } - ] - }, - "Beirut-Rafic Hariri": { - "ICAO": "OLBA", - "elevation": "39", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "164", - "ILS": "110.10" - }, - "34": { - "magHeading": "344", - "ILS": "" - } - } - ], - "length": "10300" - }, - { - "headings": [ - { - "17": { - "magHeading": "174", - "ILS": "109.50" - }, - "35": { - "magHeading": "354", - "ILS": "" - } - } - ], - "length": "7600" - }, - { - "headings": [ - { - "21": { - "magHeading": "210", - "ILS": "" - }, - "03": { - "magHeading": "030", - "ILS": "110.70" - } - } - ], - "length": "7000" - } - ] - }, - "Damascus": { - "ICAO": "OSDI", - "elevation": "2008", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "05L": { - "magHeading": "045", - "ILS": "" - }, - "23R": { - "magHeading": "225", - "ILS": "109.90" - } - } - ], - "length": "11600" - }, - { - "headings": [ - { - "05R": { - "magHeading": "045", - "ILS": "111.10" - }, - "23L": { - "magHeading": "225", - "ILS": "" - } - } - ], - "length": "11600" - } - ] - }, - "Deir ez-Zor": { - "ICAO": "OSDZ", - "elevation": "713", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "104", - "ILS": "" - }, - "28": { - "magHeading": "284", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Ercan": { - "ICAO": "LCEN", - "elevation": "312", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "110", - "ILS": "" - }, - "29": { - "magHeading": "290", - "ILS": "108.30" - } - } - ], - "length": "8700" - } - ] - }, - "Eyn Shemer": { - "ICAO": "LLES", - "elevation": "110", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "2750", - "ILS": "" - }, - "09": { - "magHeading": "095", - "ILS": "" - } - } - ], - "length": "4000" - } - ] - }, - "Gaziantep": { - "ICAO": "LTAJ", - "elevation": "2290", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "100", - "ILS": "" - }, - "28": { - "magHeading": "280", - "ILS": "109.10" - } - } - ], - "length": "9100" - } - ] - }, - "Gazipasa": { - "ICAO": "LTFG", - "elevation": "130", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "260", - "ILS": "" - }, - "08": { - "magHeading": "080", - "ILS": "108.50" - } - } - ], - "length": "7500" - } - ] - }, - "Gecitkale": { - "ICAO": "LCGK", - "elevation": "148", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088", - "ILS": "108.50" - } - } - ], - "length": "9100" - } - ] - }, - "H3": { - "ICAO": "", - "elevation": "2583", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "107", - "ILS": "" - }, - "29": { - "magHeading": "287", - "ILS": "" - } - } - ], - "length": "9500" - }, - { - "headings": [ - { - "24": { - "magHeading": "239", - "ILS": "" - }, - "06": { - "magHeading": "059", - "ILS": "" - } - } - ], - "length": "9800" - } - ] - }, - "H3 Northwest": { - "ICAO": "", - "elevation": "2582", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "117", - "ILS": "" - }, - "30": { - "magHeading": "297", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "H3 Southwest": { - "ICAO": "", - "elevation": "2671", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "12": { - "magHeading": "116", - "ILS": "" - }, - "30": { - "magHeading": "296", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "H4": { - "ICAO": "OJHR", - "elevation": "2257", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "098", - "ILS": "" - }, - "28": { - "magHeading": "278", - "ILS": "" - } - } - ], - "length": "8000" - } - ] - }, - "Haifa": { - "ICAO": "LLHA", - "elevation": "20", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "157", - "ILS": "" - }, - "34": { - "magHeading": "337", - "ILS": "" - } - } - ], - "length": "3300" - } - ] - }, - "Hama": { - "ICAO": "OS58", - "elevation": "984", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "275", - "ILS": "" - }, - "09": { - "magHeading": "095", - "ILS": "" - } - } - ], - "length": "8600" - } - ] - }, - "Hatay": { - "ICAO": "LTDA", - "elevation": "253", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "219", - "ILS": "" - }, - "04": { - "magHeading": "039", - "ILS": "108.90" - } - } - ], - "length": "9600" - } - ] - }, - "Incirlik": { - "ICAO": "LTAG", - "elevation": "230", - "TACAN": "21X", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "229", - "ILS": "111.70" - }, - "05": { - "magHeading": "049", - "ILS": "109.30" - } - } - ], - "length": "9500" - } - ] - }, - "Jirah": { - "ICAO": "OS62", - "elevation": "1173", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "095", - "ILS": "" - }, - "28": { - "magHeading": "275", - "ILS": "" - } - } - ], - "length": "9600" - } - ] - }, - "Khalkhalah": { - "ICAO": "OS69", - "elevation": "2418", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "146", - "ILS": "" - }, - "33": { - "magHeading": "326", - "ILS": "" - } - } - ], - "length": "8300" - }, - { - "headings": [ - { - "25": { - "magHeading": "251", - "ILS": "" - }, - "07": { - "magHeading": "071", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Kharab Ishk": { - "ICAO": "", - "elevation": "1416", - "TACAN": "", - "runways": [] - }, - "King Hussein Air College": { - "ICAO": "OJMF", - "elevation": "2205", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "13": { - "magHeading": "127", - "ILS": "" - }, - "31": { - "magHeading": "307", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Kingsfield": { - "ICAO": "LCRE", - "elevation": "276", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "238", - "ILS": "" - }, - "06": { - "magHeading": "058", - "ILS": "" - } - } - ], - "length": "3300" - } - ] - }, - "Kiryat Shmona": { - "ICAO": "LLKS", - "elevation": "360", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "21": { - "magHeading": "213", - "ILS": "" - }, - "03": { - "magHeading": "033", - "ILS": "" - } - } - ], - "length": "3500" - } - ] - }, - "Kuweires": { - "ICAO": "OS66", - "elevation": "1201", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "095", - "ILS": "" - }, - "28": { - "magHeading": "275", - "ILS": "" - } - } - ], - "length": "7700" - } - ] - }, - "Lakatamia": { - "ICAO": "", - "elevation": "758", - "TACAN": "", - "runways": [] - }, - "Larnaca": { - "ICAO": "LCRE", - "elevation": "16", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "223", - "ILS": "110.30" - }, - "04": { - "magHeading": "043", - "ILS": "" - } - } - ], - "length": "8800" - } - ] - }, - "London": { - "ICAO": "", - "elevation": "", - "TACAN": "", - "runways": [] - }, - "Marj as Sultan North": { - "ICAO": "", - "elevation": "2008", - "TACAN": "", - "runways": [] - }, - "Marj as Sultan South": { - "ICAO": "", - "elevation": "2008", - "TACAN": "", - "runways": [] - }, - "Marj Ruhayyil": { - "ICAO": "OS63", - "elevation": "2161", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "06L": { - "magHeading": "059", - "ILS": "" - }, - "24R": { - "magHeading": "239", - "ILS": "" - } - } - ], - "length": "9400" - }, - { - "headings": [ - { - "06R": { - "magHeading": "059", - "ILS": "" - }, - "24L": { - "magHeading": "239", - "ILS": "" - } - } - ], - "length": "8400" - } - ] - }, - "Megiddo": { - "ICAO": "LLMG", - "elevation": "180", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088", - "ILS": "" - } - } - ], - "length": "6200" - } - ] - }, - "Mezzeh": { - "ICAO": "OS67", - "elevation": "2387", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "236", - "ILS": "" - }, - "06": { - "magHeading": "056", - "ILS": "" - } - } - ], - "length": "8800" - } - ] - }, - "Minakh": { - "ICAO": "OS71", - "elevation": "1614", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "096", - "ILS": "" - }, - "28": { - "magHeading": "276", - "ILS": "" - } - } - ], - "length": "4500" - } - ] - }, - "Naqoura": { - "ICAO": "", - "elevation": "381", - "TACAN": "", - "runways": [] - }, - "Nicosia": { - "ICAO": "", - "elevation": "722", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "09": { - "magHeading": "092", - "ILS": "" - }, - "27": { - "magHeading": "272", - "ILS": "" - } - } - ], - "length": "5791" - }, - { - "headings": [ - { - "14": { - "magHeading": "148", - "ILS": "" - }, - "27": { - "magHeading": "228", - "ILS": "" - } - } - ], - "length": "8385" - } - ] - }, - "Palmyra": { - "ICAO": "OSPR", - "elevation": "1325", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "26": { - "magHeading": "259", - "ILS": "" - }, - "08": { - "magHeading": "079", - "ILS": "" - } - } - ], - "length": "9200" - } - ] - }, - "Paphos": { - "ICAO": "LCPH", - "elevation": "40", - "TACAN": "79X", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "109", - "ILS": "" - }, - "29": { - "magHeading": "289", - "ILS": "108.90" - } - } - ], - "length": "8600" - } - ] - }, - "Pinarbashi": { - "ICAO": "", - "elevation": "771", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "16": { - "magHeading": "167", - "ILS": "" - }, - "34": { - "magHeading": "347", - "ILS": "" - } - } - ], - "length": "3577" - } - ] - }, - "Qabr as Sitt": { - "ICAO": "", - "elevation": "2135", - "TACAN": "", - "runways": [] - }, - "Ramat David": { - "ICAO": "LLRD", - "elevation": "146", - "TACAN": "84X", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "105", - "ILS": "" - }, - "29": { - "magHeading": "285", - "ILS": "" - } - } - ], - "length": "7700" - }, - { - "headings": [ - { - "15": { - "magHeading": "141", - "ILS": "" - }, - "33": { - "magHeading": "321", - "ILS": "111.10" - } - } - ], - "length": "7700" - }, - { - "headings": [ - { - "27": { - "magHeading": "264", - "ILS": "" - }, - "09": { - "magHeading": "084", - "ILS": "" - } - } - ], - "length": "7600" - } - ] - }, - "Rayak": { - "ICAO": "OLRA", - "elevation": "3035", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "222", - "ILS": "" - }, - "04": { - "magHeading": "042", - "ILS": "" - } - } - ], - "length": "9400" - } - ] - }, - "Rene Mouawad": { - "ICAO": "OLKA", - "elevation": "23", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "24": { - "magHeading": "238", - "ILS": "" - }, - "06": { - "magHeading": "058", - "ILS": "" - } - } - ], - "length": "9000" - } - ] - }, - "Rosh Pina": { - "ICAO": "LLIB", - "elevation": "914", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "15": { - "magHeading": "147", - "ILS": "" - }, - "33": { - "magHeading": "327", - "ILS": "" - } - } - ], - "length": "2900" - }, - { - "headings": [ - { - "23": { - "magHeading": "229", - "ILS": "" - }, - "05": { - "magHeading": "049", - "ILS": "" - } - } - ], - "length": "3200" - } - ] - }, - "Ruwayshid": { - "ICAO": "", - "elevation": "2980", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "271", - "ILS": "" - }, - "09": { - "magHeading": "091", - "ILS": "" - } - } - ], - "length": "7000" - } - ] - }, - "Sanliurfa": { - "ICAO": "LTCS", - "elevation": "2703", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "22": { - "magHeading": "216", - "ILS": "" - }, - "04": { - "magHeading": "036", - "ILS": "" - } - } - ], - "length": "12900" - } - ] - }, - "Sayqal": { - "ICAO": "OS68", - "elevation": "2274", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "235", - "ILS": "" - }, - "05": { - "magHeading": "055", - "ILS": "" - } - } - ], - "length": "7600" - }, - { - "headings": [ - { - "26": { - "magHeading": "265", - "ILS": "" - }, - "08": { - "magHeading": "085", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Shayrat": { - "ICAO": "OS65", - "elevation": "2638", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "107", - "ILS": "" - }, - "29": { - "magHeading": "287", - "ILS": "" - } - } - ], - "length": "9300" - } - ] - }, - "Tabqa": { - "ICAO": "OS59", - "elevation": "1099", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "268", - "ILS": "" - }, - "09": { - "magHeading": "088", - "ILS": "" - } - } - ], - "length": "9300" - } - ] - }, - "Taftanaz": { - "ICAO": "", - "elevation": "", - "TACAN": "", - "runways": [] - }, - "Tal Siman": { - "ICAO": "", - "elevation": "", - "TACAN": "", - "runways": [] - }, - "Tha'lah": { - "ICAO": "OS60", - "elevation": "2414", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "233", - "ILS": "" - }, - "05": { - "magHeading": "053", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Tiyas": { - "ICAO": "OS72", - "elevation": "1798", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "27": { - "magHeading": "265", - "ILS": "" - }, - "09": { - "magHeading": "085", - "ILS": "" - } - } - ], - "length": "9500" - } - ] - }, - "Wujah Al Hajar": { - "ICAO": "Z190", - "elevation": "641", - "TACAN": "", - "runways": [ - { - "headings": [ - { - "20": { - "magHeading": "204", - "ILS": "" - }, - "02": { - "magHeading": "024", - "ILS": "" - } - } - ], - "length": "4800" - } - ] - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/airbases/thechannel.json b/moc_dcs/Mods/Services/Olympus/databases/airbases/thechannel.json deleted file mode 100644 index e1b27b76..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/airbases/thechannel.json +++ /dev/null @@ -1,525 +0,0 @@ -{ - "airfields": { - "High Halden": { - "runways": [ - { - "headings": [ - { - "11": { - "magHeading": "102", - "Heading": "102", - "ILS": "" - } - }, - { - "29": { - "magHeading": "282", - "Heading": "282", - "ILS": "" - } - } - ], - "length": "3027" - }, - { - "headings": [ - { - "21": { - "magHeading": "211", - "Heading": "211", - "ILS": "" - } - }, - { - "03": { - "magHeading": "31", - "Heading": "31", - "ILS": "" - } - } - ], - "length": "3027" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "104" - }, - "Manston": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "102", - "Heading": "102", - "ILS": "" - } - }, - { - "28": { - "magHeading": "282", - "Heading": "282", - "ILS": "" - } - } - ], - "length": "9114" - }, - { - "headings": [ - { - "FIELD N": { - "magHeading": "57", - "Heading": "57", - "ILS": "" - } - }, - { - "FIELD S": { - "magHeading": "237", - "Heading": "237", - "ILS": "" - } - } - ], - "length": "5261" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "160" - }, - "Biggin Hill": { - "runways": [ - { - "headings": [ - { - "23": { - "magHeading": "227", - "Heading": "228", - "ILS": "" - } - }, - { - "05": { - "magHeading": "47", - "Heading": "48", - "ILS": "" - } - } - ], - "length": "2430" - }, - { - "headings": [ - { - "28": { - "magHeading": "287", - "Heading": "288", - "ILS": "" - } - }, - { - "10": { - "magHeading": "107", - "Heading": "108", - "ILS": "" - } - } - ], - "length": "2594" - }, - { - "headings": [ - { - "21": { - "magHeading": "208", - "Heading": "208", - "ILS": "" - } - }, - { - "03": { - "magHeading": "28", - "Heading": "28", - "ILS": "" - } - } - ], - "length": "4939" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "552" - }, - "Headcorn": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "92", - "Heading": "93", - "ILS": "" - } - }, - { - "28": { - "magHeading": "272", - "Heading": "273", - "ILS": "" - } - } - ], - "length": "3680" - }, - { - "headings": [ - { - "01": { - "magHeading": "12", - "Heading": "12", - "ILS": "" - } - }, - { - "19": { - "magHeading": "192", - "Heading": "192", - "ILS": "" - } - } - ], - "length": "3680" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "114" - }, - "Detling": { - "runways": [ - { - "headings": [ - { - "FIELD S": { - "magHeading": "227", - "Heading": "227", - "ILS": "" - } - }, - { - "FIELD N": { - "magHeading": "47", - "Heading": "47", - "ILS": "" - } - } - ], - "length": "3482" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "623" - }, - "Eastchurch": { - "runways": [ - { - "headings": [ - { - "10": { - "magHeading": "97", - "Heading": "97", - "ILS": "" - } - }, - { - "28": { - "magHeading": "277", - "Heading": "277", - "ILS": "" - } - } - ], - "length": "2983" - }, - { - "headings": [ - { - "20": { - "magHeading": "203", - "Heading": "203", - "ILS": "" - } - }, - { - "02": { - "magHeading": "23", - "Heading": "23", - "ILS": "" - } - } - ], - "length": "2983" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "40" - }, - "Abbeville Drucat": { - "runways": [ - { - "headings": [ - { - "20": { - "magHeading": "203", - "Heading": "203", - "ILS": "" - } - }, - { - "2": { - "magHeading": "23", - "Heading": "23", - "ILS": "" - } - } - ], - "length": "4877" - }, - { - "headings": [ - { - "27": { - "magHeading": "270", - "Heading": "270", - "ILS": "" - } - }, - { - "09": { - "magHeading": "90", - "Heading": "90", - "ILS": "" - } - } - ], - "length": "4877" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "183" - }, - "Hawkinge": { - "runways": [ - { - "headings": [ - { - "FIELD S": { - "magHeading": "180", - "Heading": "180", - "ILS": "" - } - }, - { - "FIELD N": { - "magHeading": "0", - "Heading": "0", - "ILS": "" - } - } - ], - "length": "2336" - }, - { - "headings": [ - { - "FIELD W ": { - "magHeading": "218", - "Heading": "219", - "ILS": "" - } - }, - { - "FIELD E": { - "magHeading": "38", - "Heading": "39", - "ILS": "" - } - } - ], - "length": "2336" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "524" - }, - "Lympne": { - "runways": [ - { - "headings": [ - { - "FIELD E": { - "magHeading": "134", - "Heading": "134", - "ILS": "" - } - }, - { - "FIELD W": { - "magHeading": "314", - "Heading": "314", - "ILS": "" - } - } - ], - "length": "3054" - }, - { - "headings": [ - { - "FIELD N": { - "magHeading": "19", - "Heading": "19", - "ILS": "" - } - }, - { - "FIELD S": { - "magHeading": "199", - "Heading": "199", - "ILS": "" - } - } - ], - "length": "2706" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "351" - }, - "Merville Calonne": { - "runways": [ - { - "headings": [ - { - "32": { - "magHeading": "318", - "Heading": "319", - "ILS": "" - } - }, - { - "14": { - "magHeading": "138", - "Heading": "139", - "ILS": "" - } - } - ], - "length": "3899" - }, - { - "headings": [ - { - "26": { - "magHeading": "258", - "Heading": "258", - "ILS": "" - } - }, - { - "08": { - "magHeading": "78", - "Heading": "78", - "ILS": "" - } - } - ], - "length": "3899" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "52" - }, - "Dunkirk Mardyck": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "80", - "Heading": "81", - "ILS": "" - } - }, - { - "26": { - "magHeading": "260", - "Heading": "261", - "ILS": "" - } - } - ], - "length": "1839" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "16" - }, - "Saint Omer Longuenesse": { - "runways": [ - { - "headings": [ - { - "08": { - "magHeading": "86", - "Heading": "87", - "ILS": "" - } - }, - { - "26": { - "magHeading": "266", - "Heading": "267", - "ILS": "" - } - } - ], - "length": "2001" - }, - { - "headings": [ - { - "FIELD S": { - "magHeading": "208", - "Heading": "208", - "ILS": "" - } - }, - { - "FIELD N": { - "magHeading": "28", - "Heading": "28", - "ILS": "" - } - } - ], - "length": "1762" - } - ], - "TACAN": "", - "ICAO": "", - "elevation": "219" - } - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/aircraftdatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/aircraftdatabase.json deleted file mode 100644 index eff28f3c..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/aircraftdatabase.json +++ /dev/null @@ -1,33295 +0,0 @@ -{ - "A-10C_2": { - "name": "A-10C_2", - "coalition": "blue", - "era": "Late Cold War", - "label": "A-10C Warthog 2", - "shortLabel": "A10", - "loadouts": [ - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "name": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "name": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "name": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "name": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "name": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "name": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "name": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "name": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "name": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "name": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*12, TGP, CAP-9*1", - "name": "BDU-33*12, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with TGM-65D - Trg Round for Mav D (IIR)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65H - Trg Round for Mav H (CCD)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "name": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1", - "name": "BDU-33*6, TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "name": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "name": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 6 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk1, Practice", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "name": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts WTU-1/B, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "name": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-103*4, M151*14, AIM-9*2, ECM", - "name": "CBU-103*4, M151*14, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "name": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*28, AIM-9*2,ECM", - "name": "CBU-87*4, M151*28, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*42, AIM-9*2, ECM", - "name": "CBU-87*4, M151*42, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*14,TGP, AIM-9*2", - "name": "GBU-12*14,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "name": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "name": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "name": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "name": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-131 pods - 21 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "name": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 6 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "name": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "M151*98, Mk-82*2,AIM-9*2,ECM", - "name": "M151*98, Mk-82*2,AIM-9*2,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 5 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*20,AIM-9*2,ECM", - "name": "Mk-82*20,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "name": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-9*2,TGP,ECM", - "name": "Mk-82*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "name": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*8,AIM-9*2,ECM", - "name": "Mk-82*8,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 5 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "name": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*8,AIM-9*2,ECM", - "name": "Mk-82AIR*8,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M257, Para Illum", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "MK-84*2,LAU-68*2,AGM-65K*2", - "name": "MK-84*2,LAU-68*2,AGM-65K*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*4,AIM-9*2,ECM", - "name": "Mk-84*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*6,AIM-9*2,TGP,ECM", - "name": "Mk-84*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 9 - } - ], - "enabled": true, - "code": "SUU-25*9,AIM-9*2,ECM", - "name": "SUU-25*9,AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP", - "name": "TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, BDU-50LGB*4", - "name": "TGP, CAP-9*1, BDU-50LGB*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "name": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 3 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "name": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "name": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "name": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "name": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "name": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "a-10.png", - "enabled": true, - "liveries": { - "81st fs spangdahlem ab, germany (sp) 1": { - "name": "81st FS Spangdahlem AB, Germany (SP) 1", - "countries": [ - "USA" - ] - }, - "fictional spanish tritonal": { - "name": "Fictional Spanish Tritonal", - "countries": [ - "SPN" - ] - }, - "47th fs barksdale afb, louisiana (bd)": { - "name": "47th FS Barksdale AFB, Louisiana (BD)", - "countries": [ - "USA" - ] - }, - "fictional georgian olive": { - "name": "Fictional Georgian Olive", - "countries": [ - "GRG" - ] - }, - "algerian af fictional grey": { - "name": "Algerian AF Fictional Grey", - "countries": [ - "DZA" - ] - }, - "fictional russian air force 1": { - "name": "Fictional Russian Air Force 1", - "countries": [ - "RUS" - ] - }, - "fictional israel 115 sqn flying dragon": { - "name": "Fictional Israel 115 Sqn Flying Dragon", - "countries": [ - "ISR" - ] - }, - "172nd fs battle creek angb, michigan (bc)": { - "name": "172nd FS Battle Creek ANGB, Michigan (BC)", - "countries": [ - "USA" - ] - }, - "190th fs boise angb, idaho (id)": { - "name": "190th FS Boise ANGB, Idaho (ID)", - "countries": [ - "USA" - ] - }, - "81st fs spangdahlem ab, germany (sp) 2": { - "name": "81st FS Spangdahlem AB, Germany (SP) 2", - "countries": [ - "USA" - ] - }, - "fictional german 3322": { - "name": "Fictional German 3322", - "countries": [ - "GER" - ] - }, - "66th ws nellis afb, nevada (wa)": { - "name": "66th WS Nellis AFB, Nevada (WA)", - "countries": [ - "USA" - ] - }, - "algerian af fictional desert": { - "name": "Algerian AF Fictional Desert", - "countries": [ - "DZA" - ] - }, - "fictional italian am (23gruppo)": { - "name": "AM (23Gruppo)", - "countries": [ - "ITA" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "184th fs arkansas ang, fort smith (fs)": { - "name": "184th FS Arkansas ANG, Fort Smith (FS)", - "countries": [ - "USA" - ] - }, - "354th fs davis monthan afb, arizona (dm)": { - "name": "354th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "fictional royal norwegian air force": { - "name": "Fictional Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "422nd tes nellis afb, nevada (ot)": { - "name": "422nd TES Nellis AFB, Nevada (OT)", - "countries": [ - "USA" - ] - }, - "118th fs bradley angb, connecticut (ct)": { - "name": "118th FS Bradley ANGB, Connecticut (CT)", - "countries": [ - "USA" - ] - }, - "fictional spanish aga": { - "name": "Fictional Spanish AGA", - "countries": [ - "SPN" - ] - }, - "74th fs moody afb, georgia (ft)": { - "name": "74th FS Moody AFB, Georgia (FT)", - "countries": [ - "USA" - ] - }, - "fictional russian air force 2": { - "name": "Fictional Russian Air Force 2", - "countries": [ - "RUS" - ] - }, - "118th fs bradley angb, connecticut (ct) n621": { - "name": "118th FS Bradley ANGB, Connecticut (CT) N621", - "countries": [ - "USA" - ] - }, - "357th fs davis monthan afb, arizona (dm)": { - "name": "357th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "canada rcaf 409 squadron": { - "name": "Fictional RCAF 409 Squadron", - "countries": [ - "CAN" - ] - }, - "355th fs eielson afb, alaska (ak)": { - "name": "355th FS Eielson AFB, Alaska (AK)", - "countries": [ - "USA" - ] - }, - "25th fs osan ab, korea (os)": { - "name": "25th FS Osan AB, Korea (OS)", - "countries": [ - "USA" - ] - }, - "358th fs davis monthan afb, arizona (dm)": { - "name": "358th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "australia notional raaf": { - "name": "Australia Notional RAAF", - "countries": [ - "AUS" - ] - }, - "fictional canadian air force pixel camo": { - "name": "Fictional Canadian Air Force Pixel Camo", - "countries": [ - "CAN" - ] - }, - "fictional france escadron de chasse 03.003 ardennes": { - "name": "Fictional France Escadron de Chasse 03.003 ARDENNES", - "countries": [ - "FRA" - ] - }, - "canada rcaf 442 snow scheme": { - "name": "Fictional RCAF 442 Snow Scheme", - "countries": [ - "CAN" - ] - }, - "23rd tfw england afb (el)": { - "name": "23rd TFW England AFB (EL)", - "countries": [ - "USA" - ] - }, - "fictional georgian grey": { - "name": "Fictional Georgian Grey", - "countries": [ - "GRG" - ] - }, - "fictional ukraine air force 1": { - "name": "Fictional Ukraine Air Force 1", - "countries": [ - "UKR" - ] - }, - "104th fs maryland ang, baltimore (md)": { - "name": "104th FS Maryland ANG, Baltimore (MD)", - "countries": [ - "USA" - ] - }, - "fictional spanish 12nd wing": { - "name": "Fictional Spanish 12nd Wing", - "countries": [ - "SPN" - ] - }, - "a-10 grey": { - "name": "A-10 Grey", - "countries": [ - "DEN", - "TUR", - "NETH", - "BEL", - "UK" - ] - }, - "fictional german 3323": { - "name": "Fictional German 3323", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 1 crew, attack aircraft. Warthog", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-20G": { - "name": "A-20G", - "coalition": "blue", - "label": "A-20G Havoc", - "era": "WW2", - "shortLabel": "A20", - "loadouts": [ - { - "items": [ - { - "name": "4 x AN-M64 - 500lb GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "500 lb GP bomb LD*4", - "name": "500 lb GP bomb LD*4", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "a-20.png", - "enabled": true, - "liveries": { - "ussr 1st gmtap": { - "name": "1st GMTAP", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 645th bs": { - "name": "645th BS, 410th BG, 9th AF", - "countries": [ - "USA" - ] - }, - "107 sqn": { - "name": "107 SQN", - "countries": [ - "UK" - ] - }, - "ussr 27 ape dd": { - "name": "27th API DD", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 668th bs": { - "name": "668th BS, 416th BG", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 3 crew, medium attack bomber. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-50": { - "name": "A-50", - "coalition": "red", - "label": "A-50 Mainstay", - "era": "Late Cold War", - "shortLabel": "A50", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 15 crew. NATO reporting name: Mainstay", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "AJS37": { - "name": "AJS37", - "coalition": "blue", - "label": "AJS37 Viggen", - "era": "Mid Cold War", - "shortLabel": "AJS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "name": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship: RB-04E*2, RB-74*2, XT", - "name": "Anti-ship: RB-04E*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "name": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "name": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "name": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Ferry Flight: XT", - "name": "Ferry Flight: XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS (75 GUN): RB-75*2, AKAN", - "name": "CAS (75 GUN): RB-75*2, AKAN", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP: RB-74*4, XT", - "name": "CAP: RB-74*4, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "U22/A Jammer", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Countermeasures Escort: U/22A, KB", - "name": "Countermeasures Escort: U/22A, KB", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BK-90 MJ1 (72 x MJ1 HE-FRAG Bomblets)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "name": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS: AKAN, RB-05A", - "name": "CAS: AKAN, RB-05A", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "name": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "name": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "name": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb Low-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "name": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "SEAD: RB-75T*2, U22/A, KB, XT", - "name": "SEAD: RB-75T*2, U22/A, KB, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-15F Programmable Anti-ship Missile", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "name": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "New Payload", - "name": "New Payload", - "roles": [] - }, - { - "items": [ - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (AJ37): RB-24J*2", - "name": "CAP (AJ37): RB-24J*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "name": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "name": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Light Mav): RB-75*4, XT", - "name": "Anti-ship (Light Mav): RB-75*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "name": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2x 80kg LYSB-71 Illumination Bomb", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Illumination: LYSB*8, XT", - "name": "Illumination: LYSB*8, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "name": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (Gun): AKAN*2, RB-74*2, XT", - "name": "CAP (Gun): AKAN*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target: RB-05A*2, RB-74*2, XT", - "name": "Hard Target: RB-05A*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "RB-05*2, XT", - "name": "RB-05*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS: ARAK M70 HE*4, XT", - "name": "CAS: ARAK M70 HE*4, XT", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Strike: SB71HD*16, RB-24J, XT", - "name": "Runway Strike: SB71HD*16, RB-24J, XT", - "roles": [ - "Runway Attack" - ] - } - ], - "filename": "viggen.png", - "enabled": true, - "liveries": { - "37": { - "name": "#1 Splinter F21 Norrbottens Flygflottilj", - "countries": "All" - }, - "37402": { - "name": "#3 JA-37 F21 Akktu Stakki", - "countries": "All" - }, - "se-dxnv4": { - "name": "SE-DXN by Mach3DS", - "countries": "All" - }, - "f7 skaraborg": { - "name": "#4 Splinter F7 Skaraborgs Flygflottilj 76", - "countries": "All" - }, - "sf-37 akktu stakki - f21": { - "name": "SF-37 Akktu Stakki - F21", - "countries": "All" - }, - "the show must go on": { - "name": "SHOW MUST GO ON! by Bender & Mach3DS", - "countries": "All" - }, - "baremetal": { - "name": "#2 Bare Metal F7 Skaraborgs Flygflottilj", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, delta wing, 1 crew, attack aircraft. Viggen", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AV8BNA": { - "name": "AV8BNA", - "coalition": "blue", - "label": "AV8BNA Harrier", - "era": "Late Cold War", - "shortLabel": "AV8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-L-H: Mk-82SEx6, GAU-12", - "name": "H-L-H: Mk-82SEx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "name": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "2 GBU-38 */*", - "quantity": 1 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 GBU-38 *\\*", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "name": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "name": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "name": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx6, GAU-12", - "name": "H-M-H: Mk-82LDx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "name": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "name": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "3 Mk-82", - "quantity": 2 - }, - { - "name": "2 Mk-82 *\\*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-82 */*", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx10, GAU-12", - "name": "H-M-H: Mk-82LDx10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "Area Suppression: Mk-20x10, GAU-12", - "name": "Area Suppression: Mk-20x10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "name": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "name": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "name": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "name": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "name": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "name": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "roles": [ - "Strike" - ] - } - ], - "filename": "av8bna.png", - "enabled": true, - "liveries": { - "vmat-203": { - "name": "VMAT-203", - "countries": "All" - }, - "vma-542": { - "name": "VMA-542", - "countries": "All" - }, - "vma-311d": { - "name": "VMA-311D", - "countries": "All" - }, - "vma-223d": { - "name": "VMA-223D", - "countries": "All" - }, - "vma-513": { - "name": "VMA-513", - "countries": "All" - }, - "vma-214d": { - "name": "VMA-214D", - "countries": "All" - }, - "vma-211": { - "name": "VMA-211", - "countries": "All" - }, - "vma-231-2": { - "name": "VMA-231-2", - "countries": "All" - }, - "vmat-203s": { - "name": "VMAT-203 Special", - "countries": "All" - }, - "vma-214": { - "name": "VMA-214", - "countries": "All" - }, - "vma-513d": { - "name": "VMA-513D", - "countries": "All" - }, - "vma-231d": { - "name": "VMA-231D", - "countries": "All" - }, - "vma-311": { - "name": "VMA-311", - "countries": "All" - }, - "default": { - "name": "default", - "countries": "All" - }, - "vma-231-1": { - "name": "VMA-231-1", - "countries": "All" - }, - "vma-211d": { - "name": "VMA-211D", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather, VTOL attack aircraft. Harrier", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "An-26B": { - "name": "An-26B", - "coalition": "red", - "label": "An-26B Curl", - "era": "Mid Cold War", - "shortLabel": "A26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "an-26.png", - "enabled": true, - "liveries": { - "china plaaf": { - "name": "China PLAAF", - "countries": [ - "CHN" - ] - }, - "rf navy": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "abkhazian af": { - "name": "Abkhazian AF", - "countries": [ - "ABH" - ] - }, - "aeroflot": { - "name": "Aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian af": { - "name": "Georgian AF", - "countries": [ - "GRG" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "ukraine af": { - "name": "Ukraine AF", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew, cargo and passenger aircraft. NATO reporting name: Curl", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "An-30M": { - "name": "An-30M", - "coalition": "red", - "label": "An-30M Clank", - "era": "Mid Cold War", - "shortLabel": "A30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "15th transport ab": { - "name": "15th Transport AB", - "countries": [ - "UKR" - ] - }, - "china caac": { - "name": "China CAAC", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 7 crew, weather reseach aircraft. NATO reporting name: Clank", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "B-1B": { - "name": "B-1B", - "coalition": "blue", - "label": "B-1B Lancer", - "era": "Late Cold War", - "shortLabel": "B1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "28 x Mk-82 - 500lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-82*84", - "name": "Mk-82*84", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x AGM-154C - JSOW Unitary BROACH", - "quantity": 3 - } - ], - "enabled": true, - "code": "AGM-154*12", - "name": "AGM-154*12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-38*48", - "name": "GBU-38*48", - "roles": [ - "CAS", - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "10 x CBU-87 - 202 x CEM Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-87*30", - "name": "CBU-87*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-97*30", - "name": "CBU-97*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 2 - }, - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*16, CBU-97*20", - "name": "GBU-38*16, CBU-97*20", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "8 x Mk-84 - 2000lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-84*24", - "name": "Mk-84*24", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31*24", - "name": "GBU-31*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31(V)3/B*24", - "name": "GBU-31(V)3/B*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 2 - }, - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*8, GBU-38*32", - "name": "GBU-31*8, GBU-38*32", - "roles": [ - "Strike", - "Strike" - ] - } - ], - "filename": "b-1.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 2 crew bomber. Lancer", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "B-52H": { - "name": "B-52H", - "coalition": "blue", - "label": "B-52H Stratofortress", - "era": "Early Cold War", - "shortLabel": "B52", - "loadouts": [ - { - "items": [ - { - "name": "8 x AGM-84A Harpoon ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-84A*8", - "name": "AGM-84A*8", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x AGM-86D on MER", - "quantity": 2 - }, - { - "name": "8 x AGM-86D", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-86C*20", - "name": "AGM-86C*20", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MER12 with 12 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "27 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk 82*51", - "name": "Mk 82*51", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "18 x Mk-84 2000lb GP Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*18", - "name": "Mk-84*18", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HSAB with 9 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*18", - "name": "Mk20*18", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "b-52.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "8 jet engine, swept wing, 6 crew bomber. Stratofortress", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Bf-109K-4": { - "name": "Bf-109K-4", - "coalition": "red", - "label": "Bf-109K-4", - "era": "WW2", - "shortLabel": "109", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC250", - "name": "SC250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "bf109.png", - "enabled": true, - "liveries": { - "germany_standard": { - "name": "Jagdgeschwader 27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 white 6, jg 4": { - "name": "White 6, JG 4", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 red7 eads": { - "name": "BF109G4 -red7- EADS -fondation messerschmitt V2", - "countries": [ - "GER" - ] - }, - "bf-109 k4 iijg52": { - "name": "II./JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 us captured": { - "name": "US Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 stab jg52": { - "name": "Stab JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 334xxx batch": { - "name": "334xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 ussr green": { - "name": "Green-trophy RKKA", - "countries": [ - "SUN", - "RUS" - ] - }, - "bf-109 k4 330xxx batch": { - "name": "330xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 irmgard": { - "name": "Bf-109K-4 Irmgard Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 swiss e-3a j-374 1940": { - "name": "Swiss E-3a J-374 1940 l'Seducteur", - "countries": [ - "SUI" - ] - }, - "green": { - "name": "Green", - "countries": "All" - }, - "bf-109 k4 9.jg77": { - "name": "9./JG77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 croatia": { - "name": "Croatia Air Force - 'Black 4'", - "countries": [ - "HRV", - "NZG", - "GER" - ] - }, - "bf-109 k4 9.jg27 (w10+i)": { - "name": "9./JG27 (W10+I)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 legion condor spain 1939": { - "name": "6-123 ESPAÑA", - "countries": [ - "SPN" - ] - }, - "bf-109 k4 jagdgeschwader 53": { - "name": " Jagdgeschwader 53", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11": { - "name": "NJG 11", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 g10 of tibor tobak rhaf": { - "name": "BF109G10 RHAF Tibor Tobak by Reflected", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "bf-109 k4 jagdgeschwader 77": { - "name": "Jagdgeschwader 77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 iaf s-199": { - "name": "S-199 IDF by Ovenmit", - "countries": [ - "ISR" - ] - }, - "bf-109 k4 iiijg27": { - "name": "III/JG27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11 (white 5)": { - "name": "1./NJG 11 (W5)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 raf vd 358 e-2": { - "name": "RAF VD 358 E-2 - UK Captured", - "countries": [ - "UK" - ] - }, - "bf-109 k4 335xxx batch": { - "name": "335xxx batch", - "countries": [ - "GER", - "NZG" - ] - } - }, - "type": "Aircraft", - "description": "Single propeller, straight wing, 1 crew. 109", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-101CC": { - "name": "C-101CC", - "coalition": "blue", - "label": "C-101CC", - "era": "Late Cold War", - "shortLabel": "101", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON (I)", - "name": "2*AIM-9P, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (I)", - "name": "2*AIM-9M, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 533 CANNON (II)", - "name": "2*AIM-9P, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (IV)", - "name": "2*AIM-9P, AN-M3 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON (III)", - "name": "2*AIM-9M, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON", - "name": "2*AIM-9P, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "name": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "name": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON", - "name": "2*AIM-9M, AN-M3 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "name": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2* SEA EAGLE, DEFA-553 CANNON", - "name": "2* SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "name": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "BR-500 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "name": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (IV)", - "name": "2*AIM-9M, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "name": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic, DEFA 553 CANNON (I)", - "name": "2*R550 Magic, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - }, - { - "name": "BIN-200 - 200kg Napalm Incendiary Bomb", - "quantity": 2 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "name": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (III)", - "name": "2*AIM-9P, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 533 CANNON (II)", - "name": "2*AIM-9M, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - } - ], - "filename": "c-101.png", - "enabled": true, - "liveries": { - "i brigada aerea - chile early green n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Green", - "countries": [ - "CHL" - ] - }, - "aviodev skin": { - "name": "Aviodev Skin", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "UN", - "RSI", - "CHL", - "AUT", - "EGY", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "RED", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "CYP", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "BLUE", - "KWT" - ] - }, - "georgia combat fictional green": { - "name": "Georgia Combat Fictional Green", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - chile early grey n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Grey", - "countries": [ - "CHL" - ] - }, - "royal jordanian air force": { - "name": "Royal jordanian Air Force ", - "countries": [ - "JOR" - ] - }, - "georgia combat fictional spots": { - "name": "Georgia Combat Fictional Spots", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon desert skin": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON Desert Skin", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº410 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº410 ", - "countries": [ - "CHL" - ] - }, - "usaf agressor fictional": { - "name": "USAF Agressor Fictional", - "countries": [ - "USA", - "AUSAF", - "BLUE" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº411 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº411", - "countries": [ - "CHL" - ] - }, - "claex green camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Green Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - }, - "russia combat fictional": { - "name": "Russia Combat Fictional", - "countries": [ - "RED", - "RUS" - ] - }, - "georgia combat fictional wolf": { - "name": "Georgia Combat Fictional Wolf", - "countries": [ - "GRG" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 1": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 1", - "countries": [ - "HND" - ] - }, - "i brigada aerea - grupo de aviacion n.3 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.3 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 2": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 2", - "countries": [ - "HND" - ] - }, - "claex desert camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Desert Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-130": { - "name": "C-130", - "coalition": "blue", - "label": "C-130 Hercules", - "era": "Early Cold War", - "shortLabel": "130", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-130.png", - "enabled": true, - "liveries": { - "belgian air force": { - "name": "Belgian Air Force", - "countries": [ - "BEL" - ] - }, - "iriaf 5-8518": { - "name": "IRIAF 5-8518", - "countries": [ - "IRN" - ] - }, - "israel defence force": { - "name": "Israel Defence Force", - "countries": [ - "ISR" - ] - }, - "haf gray": { - "name": "Hellenic Airforce - Gray", - "countries": [ - "GRC" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "royal danish air force": { - "name": "Royal Danish Air Force", - "countries": [ - "DEN" - ] - }, - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "royal netherlands air force": { - "name": "Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "canada's air force": { - "name": "Canada's Air Force", - "countries": [ - "CAN" - ] - }, - "royal norwegian air force": { - "name": "Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "iriaf 5-8503": { - "name": "IRIAF 5-8503", - "countries": [ - "IRN" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "royal air force": { - "name": "Royal Air Force", - "countries": [ - "UK" - ] - }, - "air algerie l-382 white": { - "name": "Air Algerie L-382 White", - "countries": [ - "DZA" - ] - }, - "french air force": { - "name": "French Air Force", - "countries": [ - "FRA" - ] - }, - "spanish air force": { - "name": "Spanish Air Force", - "countries": [ - "SPN" - ] - }, - "algerian af h30 white": { - "name": "Algerian AF H30 White", - "countries": [ - "DZA" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, stright wing, 3 crew. Hercules", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "C-17A": { - "name": "C-17A", - "coalition": "blue", - "label": "C-17A Globemaster", - "era": "Modern", - "shortLabel": "C17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-17.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Globemaster", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-2C": { - "name": "E-2C", - "coalition": "blue", - "label": "E-2D Hawkeye", - "era": "Mid Cold War", - "shortLabel": "E2", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-2.png", - "enabled": true, - "liveries": { - "vaw-125 tigertails": { - "name": "VAW-125 Tigertails", - "countries": [ - "USA" - ] - }, - "e-2d demo": { - "name": "E-2D Demo", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew. Hawkeye", - "abilities": "AEW, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-3A": { - "name": "E-3A", - "coalition": "blue", - "label": "E-3A Sentry", - "era": "Mid Cold War", - "shortLabel": "E3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-3.png", - "enabled": true, - "liveries": { - "nato": { - "name": "nato", - "countries": [ - "USA", - "FRA", - "UK" - ] - }, - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 17 crew. Sentry", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "F-117A": { - "name": "F-117A", - "coalition": "blue", - "label": "F-117A Nighthawk", - "era": "Late Cold War", - "shortLabel": "117", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2", - "name": "GBU-12*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-27 - 2000lb Laser Guided Penetrator Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-27*2", - "name": "GBU-27*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "f-117.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, delta wing, 1 crew. Nighthawk", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14A-135-GR": { - "name": "F-14A-135-GR", - "coalition": "blue", - "label": "F-14A-135-GR Tomcat", - "era": "Late Cold War", - "shortLabel": "14A", - "loadouts": [ - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*4, AIM-9L*4, XT*2", - "name": "AIM-7F*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*6, AIM-9L*2, XT*2", - "name": "AIM-7F*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-21 freelancers 200": { - "name": "VF-21 Freelancers 200", - "countries": "All" - }, - "vf-11 ae106 1988": { - "name": "VF-11 AE106 1988", - "countries": "All" - }, - "vf-301 nd113": { - "name": "VF-301 ND113 by Mach3DS", - "countries": "All" - }, - "vf-301 nd111": { - "name": "VF-301 ND111 by Mach3DS", - "countries": "All" - }, - "vf-154 black knights 101": { - "name": "00 - VF-154 Black Knights 101", - "countries": "All" - }, - "vf-14 tophatters aj206 (1999 allied force)": { - "name": "VF-14 Tophatters AJ206 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 ae204 1988": { - "name": "VF-31 AE204 1988", - "countries": "All" - }, - "vf-1 wolfpack nk102 (1974)": { - "name": "VF-1 Wolfpack NK102 (1974)", - "countries": "All" - }, - "vf-33 starfighters ab201 (1988)": { - "name": "VF-33 Starfighters AB201(Dale Snodgrass)", - "countries": "All" - }, - "vf-31 1991 ae200": { - "name": "VF-31 1991 AE200 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj100 (1999 allied force)": { - "name": "VF-41 Black Aces AJ100 (1999 Allied Force)", - "countries": "All" - }, - "vf-41 black aces aj101 (1999 allied force)": { - "name": "VF-41 Black Aces AJ101 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 1991 ae205": { - "name": "VF-31 1991 AE205 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj102 (1999 allied force)": { - "name": "VF-41 Black Aces AJ102 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk101 (1974)": { - "name": "VF-1 Wolfpack NK101 (1974)", - "countries": "All" - }, - "vf-31 ae200 1988": { - "name": "VF-31 AE200 1988", - "countries": "All" - }, - "vf-11 red rippers 106": { - "name": "VF-11 Red Rippers 106", - "countries": "All" - }, - "vf-1 wolfpack nk103 (1974)": { - "name": "VF-1 Wolfpack NK103 (1974)", - "countries": "All" - }, - "vf-14 tophatters ab103 (1976)": { - "name": "VF-14 Tophatters AB103(1976)", - "countries": "All" - }, - "vf-111 sundowners 200": { - "name": "VF-111 Sundowners 200", - "countries": "All" - }, - "top gun 114": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-11 ae103 1988": { - "name": "VF-11 AE103 1988", - "countries": "All" - }, - "vx-4 vandy one sad bunny (1992)": { - "name": "VX-4 Vandy One Sad Bunny (1992)", - "countries": "All" - }, - "vf-211 fighting checkmates 100 (2001)": { - "name": "VF-211 Fighting Checkmates 100 (2001)", - "countries": [ - "USA" - ] - }, - "vf-301 nd104": { - "name": "VF-301 ND104 by Mach3DS", - "countries": "All" - }, - "vf-32 swordsmen ab200 (1976)": { - "name": "VF-32 Swordsmen AB200 (1976)", - "countries": "All" - }, - "vf-211 fighting checkmates 105": { - "name": "VF-211 Fighting Checkmates 105", - "countries": "All" - }, - "vf-14 tophatters ab100 (1976)": { - "name": "VF-14 Tophatters AB100(1976)", - "countries": "All" - }, - "vf-11 ae101 1988": { - "name": "VF-11 AE101 1988", - "countries": "All" - }, - "vf-14 tophatters aj202 (1999 allied force)": { - "name": "VF-14 Tophatters AJ202 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk100 (1974)": { - "name": "VF-1 Wolfpack NK100 (1974)", - "countries": "All" - }, - "vf-301 nd101 hivis": { - "name": "VF-301 ND101 HiVis by Mach3DS", - "countries": "All" - }, - "vf-14 tophatters aj201 (1999 allied force)": { - "name": "VF-14 Tophatters AJ201 (1999 Allied Force)", - "countries": "All" - }, - "vf-14 tophatters aj200 (1999) 80th aniversary": { - "name": "VF-14 Tophatters AJ200 (1999) 80th Anniversary", - "countries": "All" - }, - "vf-41 black aces aj104 (1999 allied force)": { - "name": "VF-41 Black Aces AJ104 (1999 Allied Force)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14B": { - "name": "F-14B", - "coalition": "blue", - "label": "F-14B Tomcat", - "era": "Late Cold War", - "shortLabel": "14B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9M*2, XT*2", - "name": "AIM-7M*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9L*2, XT*2", - "name": "AIM-7M*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9L*4, XT*2", - "name": "AIM-7M*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "vf-103 sluggers 206 (1995)": { - "name": "VF-103 Sluggers 206 (1995)", - "countries": "All" - }, - "vf-143 pukin dogs low vis": { - "name": "VF-143 Pukin Dogs Low Vis (1998)", - "countries": "All" - }, - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-31 tomcatters nk101 (2004)": { - "name": "VF-31 Tomcatters NK101 (2004)", - "countries": "All" - }, - "vf-32 fighting swordsmen 103": { - "name": "VF-32 Fighting Swordsmen 103 (1998)", - "countries": "All" - }, - "vf-103 jolly rogers hi viz": { - "name": "VF-103 Jolly Rogers Hi Viz", - "countries": "All" - }, - "vf-101 dark": { - "name": "VF-101 Dark", - "countries": "All" - }, - "vf-102 diamondbacks": { - "name": "01 - VF-102 Diamondbacks 1996", - "countries": "All" - }, - "vf-143 pukin dogs low vis (1995)": { - "name": "VF-143 Pukin Dogs Low Vis (1995)", - "countries": "All" - }, - "vx-4 xf-51 1988": { - "name": "VX-4 XF-51 1988", - "countries": "All" - }, - "top gun 114 hb weather": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-24 renegades": { - "name": "VF-24 Renegades Low-Viz", - "countries": "All" - }, - "vf-11 red rippers (1997)": { - "name": "VF-11 Red Rippers (1997)", - "countries": "All" - }, - "vf-32 fighting swordsmen 100 (2000)": { - "name": "VF-32 Fighting Swordsmen 100 (2000)", - "countries": [ - "USA" - ] - }, - "vf-74 bedevilers 1991": { - "name": "VF-74 Be-Devilers 1991", - "countries": "All" - }, - "santa": { - "name": "Fictional Christmas Livery", - "countries": "All" - }, - "vf-103 sluggers 207 (1991)": { - "name": "VF-103 Sluggers 207 (1991)", - "countries": "All" - }, - "vf-32 fighting swordsmen 101": { - "name": "VF-32 Fighting Swordsmen 101 (1998)", - "countries": "All" - }, - "vf-103 last ride": { - "name": "VF-103 Last Ride", - "countries": "All" - }, - "vf-143 pukin dogs cag": { - "name": "VF-143 Pukin' Dogs CAG", - "countries": "All" - }, - "vx-9 vampires xf240 white whale": { - "name": "VX-9 Vampires XF240 White Whale", - "countries": "All" - }, - "vf-74 adversary": { - "name": "VF-74 Adversary", - "countries": "All" - }, - "vx-9 vandy 41 (1995)": { - "name": "VX-9 Vandy 41 (1995)", - "countries": "All" - }, - "vf-142 ghostriders": { - "name": "VF-142 Ghostriders", - "countries": "All" - }, - "vf-211 fighting checkmates": { - "name": "VF-211 Fighting Checkmates", - "countries": "All" - }, - "vf-101 grim reapers low vis": { - "name": "VF-101 Grim Reapers Low Vis", - "countries": "All" - }, - "chromecat": { - "name": "Fictional Chrome Cat ", - "countries": "All" - }, - "vf-32 fighting swordsmen 102": { - "name": "VF-32 Fighting Swordsmen 102 (1998)", - "countries": "All" - }, - "vf-102 diamondbacks 102": { - "name": "VF-102 Diamondbacks 102 (2000)", - "countries": "All" - }, - "vf-101 red": { - "name": "VF-101 Red", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15C": { - "name": "F-15C", - "coalition": "blue", - "label": "F-15C Eagle", - "era": "Late Cold War", - "shortLabel": "15C", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "name": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel", - "name": "AIM-9*2,AIM-120*6,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel*3", - "name": "AIM-9*4,AIM-120*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel", - "name": "AIM-9*4,AIM-120*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel*3", - "name": "AIM-9*2,AIM-120*6,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel", - "name": "AIM-9*4,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel", - "name": "AIM-120*8,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*3", - "name": "AIM-9*4,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel*3", - "name": "AIM-120*8,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - } - ], - "filename": "f-15.png", - "enabled": true, - "liveries": { - "106th sqn (8th airbase)": { - "name": "106th SQN (8th Airbase)", - "countries": [ - "ISR" - ] - }, - "433rd weapons sqn (wa)": { - "name": "433rd Weapons SQN (WA)", - "countries": [ - "USA" - ] - }, - "493rd fighter sqn (ln)": { - "name": "493rd Fighter SQN (LN)", - "countries": [ - "USA" - ] - }, - "12th fighter sqn (ak)": { - "name": "12th Fighter SQN (AK)", - "countries": [ - "USA" - ] - }, - "390th fighter sqn": { - "name": "390th Fighter SQN", - "countries": [ - "USA" - ] - }, - "65th aggressor sqn (wa) flanker": { - "name": "65th Aggressor SQN (WA) Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) super_flanker": { - "name": "65th Aggressor SQN (WA) SUPER_Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) mig": { - "name": "65th Aggressor SQN (WA) MiG", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ferris scheme": { - "name": "Ferris Scheme", - "countries": [ - "USA" - ] - }, - "58th fighter sqn (eg)": { - "name": "58th Fighter SQN (EG)", - "countries": [ - "USA" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforece - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter. Eagle.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-16C_50": { - "name": "F-16C_50", - "coalition": "blue", - "label": "F-16C Viper", - "era": "Late Cold War", - "shortLabel": "16C", - "loadouts": [ - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*2, AIM-9M*4, FUEL*3", - "name": "AIM-120B*2, AIM-9M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-9M*2, FUEL*3", - "name": "AIM-120B*4, AIM-9M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*6, FUEL*3", - "name": "AIM-120B*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*4, FUEL*2", - "name": "AIM-120C*2, AIM-9X*4, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2", - "name": "AIM-120C*6, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM", - "name": "AIM-120C*6, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*6, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3", - "name": "AIM-120C*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3, TGP", - "name": "AIM-120C*6, FUEL*3, TGP", - "roles": [ - "Escort" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-16c.png", - "enabled": true, - "liveries": { - "haf_347_perseus": { - "name": "HAF 347S Perseus Squadron", - "countries": [ - "GRC" - ] - }, - "ami, 5 stormo 23 gruppo": { - "name": "Italian Air Force, 5° Stormo, 23 Gruppo", - "countries": [ - "ITA" - ] - }, - "haf_337_ghost": { - "name": "HAF 337 Ghost Squadron", - "countries": [ - "GRC" - ] - }, - "haf_ 330_thunder": { - "name": "HAF 330 Thunder Squadron", - "countries": [ - "GRC" - ] - }, - "haf_336_olympus": { - "name": "HAF 336 Olympus Squadron", - "countries": [ - "GRC" - ] - }, - "iaf_117th_squadron": { - "name": "IAF 117th squadron", - "countries": [ - "ISR" - ] - }, - "jasdf 8th tfs": { - "name": "JASDF 8th TFS", - "countries": [ - "JPN" - ] - }, - "haf_340_fox": { - "name": "HAF 340 Fox Squadron", - "countries": [ - "GRC" - ] - }, - "haf_346_jason": { - "name": "HAF 346 Jason Squadron", - "countries": [ - "GRC" - ] - }, - "paf_no.9_griffins_1": { - "name": "PAF No.9 Griffins (TRIBUTE TO WC NAUMAN)", - "countries": [ - "PAK" - ] - }, - "522nd_fighter_squadron": { - "name": "522nd Fighter Squadron 'Fireballs'", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "18th agrs arctic splinter": { - "name": "18th AGRS Arсtic Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iaf_115th_aggressors_squadron": { - "name": "IAF 115th aggressors squadron", - "countries": [ - "ISR" - ] - }, - "chile air force 732": { - "name": "Chile Air Force 732", - "countries": [ - "CHL" - ] - }, - "iaf_110th_squadron": { - "name": "IAF 110th squadron", - "countries": [ - "ISR" - ] - }, - "paf_no.29_aggressors": { - "name": "PAF No.29 Aggressor", - "countries": [ - "PAK" - ] - }, - "79th_fighter_squadron": { - "name": "79th Fighter Squadron 'Tigers'", - "countries": [ - "USA" - ] - }, - "paf_no.5_falcons": { - "name": "PAF No.5 Falcons", - "countries": [ - "PAK" - ] - }, - "18th agrs splinter": { - "name": "18th AGRS Blue Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "dark_viper": { - "name": "F-16C Dark Viper", - "countries": [ - "USA" - ] - }, - "jasdf 6th tfs": { - "name": "JASDF 6th TFS", - "countries": [ - "JPN" - ] - }, - "23rd_fighter_squadron": { - "name": "23rd Fighter Squadron 'Fighting Hawks'", - "countries": [ - "USA" - ] - }, - "polish af standard": { - "name": "Polish AF standard", - "countries": [ - "POL" - ] - }, - "480th_fighter_squadron": { - "name": "480th Fighter Squadron 'Warhawks'", - "countries": [ - "USA" - ] - }, - "18th agrs bdu splinter": { - "name": "18th AGRS BDU Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "174th_fighter_squadron": { - "name": "174th Fighter Squadron ANG,Iowa AFB", - "countries": [ - "USA" - ] - }, - "thk_191_filo": { - "name": "Türk Hava Kuvvetleri, 191 Filo", - "countries": [ - "TUR" - ] - }, - "chile air force 746": { - "name": "Chile Air Force 746", - "countries": [ - "CHL" - ] - }, - "haf_335_tiger": { - "name": "HAF 335 Tiger Squadron", - "countries": [ - "GRC" - ] - }, - "77th_fighter_squadron": { - "name": "77th Fighter Squadron 'Gamblers' ", - "countries": [ - "USA" - ] - }, - "132nd_wing _iowa_ang": { - "name": "132nd Wing Iowa ANG, Des Moines AFB", - "countries": [ - "USA" - ] - }, - "usaf 64th aggressor sqn-splinter": { - "name": "USAF 64th Aggressor SQN-Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "14th_fighter_squadron": { - "name": "14th Fighter Squadron 'Samurais'", - "countries": [ - "USA" - ] - }, - "152nd_fighter_squadron": { - "name": "152nd Fighter Squadron 'Las Vaqueros'", - "countries": [ - "USA" - ] - }, - "179th_fighter_squadron": { - "name": "179th Fighter Squadron 'Bulldogs'", - "countries": [ - "USA" - ] - }, - "paf_no.19_sherdils": { - "name": "PAF No.19 Sherdils", - "countries": [ - "PAK" - ] - }, - "64th_aggressor_squadron_ghost": { - "name": "64th Aggressor Squadron “Ghost", - "countries": [ - "USA", - "AUSAF" - ] - }, - "paf_no.9 griffins_2": { - "name": "PAF No.9 Griffins", - "countries": [ - "PAK" - ] - }, - "paf_no.11_arrows": { - "name": "PAF No.11 Arrows", - "countries": [ - "PAK" - ] - }, - "haf_343_star": { - "name": "HAF 343 Star Squadron", - "countries": [ - "GRC" - ] - }, - "80th_fighter_squadron": { - "name": "80th Fighter Squadron, Kunsan AFB", - "countries": [ - "USA" - ] - }, - "36th_fighter_squadron": { - "name": "36th Fighter Squadron Osan Air Base", - "countries": [ - "USA" - ] - }, - "22nd_fighter_squadron": { - "name": "22nd Fighter Squadron 'Stingers'", - "countries": [ - "USA" - ] - }, - "55th_fighter_squadron": { - "name": "55th Fighter Squadron 'Fifty Fifth'", - "countries": [ - "USA" - ] - }, - "iaf_101st_squadron": { - "name": "IAF 101st squadron", - "countries": [ - "ISR" - ] - }, - "polish_af_31blt6th_tactical_sqn": { - "name": "Polish AF 31.Blt 6th Tactical Sqn (Poznań-Krzesiny AB) - Tiger Meet", - "countries": [ - "POL" - ] - }, - "13th_fighter_squadron": { - "name": "13th Fighter Squadron 'Panthers'", - "countries": [ - "USA" - ] - }, - "haf_341_arrow": { - "name": "HAF 341 Arrow Squadron", - "countries": [ - "GRC" - ] - }, - "usaf 64th aggressor sqn - shark": { - "name": "USAF 64th Aggressor SQN - Shark", - "countries": [ - "USA", - "AUSAF" - ] - }, - "chile air force 851": { - "name": "Chile Air Force 851", - "countries": [ - "CHL" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather fighter and strike. Viper.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-4E": { - "name": "F-4E", - "coalition": "blue", - "label": "F-4E Phantom II", - "era": "Mid Cold War", - "shortLabel": "4", - "loadouts": [ - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "name": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*4,AIM-7*2,ECM", - "name": "AGM-45*4,AIM-7*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "name": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7M*4,Fuel*3", - "name": "AGM-65K*4,AIM-7M*4,Fuel*3", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "name": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4", - "name": "AIM-9*4,AIM-7*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*2", - "name": "AIM-9*4,AIM-7*4,Fuel*2", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 with 6 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*18,AIM-7*2,ECM", - "name": "Mk-82*18,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-84*2,AIM-7*2,ECM", - "name": "Mk-84*2,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*12,AIM-7*2,ECM", - "name": "Mk20*12,AIM-7*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "f-4.png", - "enabled": true, - "liveries": { - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost", - "countries": [ - "GRC" - ] - }, - "iriaf asia minor": { - "name": "IRIAF Asia Minor", - "countries": [ - "IRN" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew. Phantom", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-5E-3": { - "name": "F-5E-3", - "coalition": "blue", - "label": "F-5E Tiger", - "era": "Mid Cold War", - "shortLabel": "5", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9B*2", - "name": "AIM-9B*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150", - "name": "AIM-9B*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150*3", - "name": "AIM-9B*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275", - "name": "AIM-9B*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275*3", - "name": "AIM-9B*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P*2", - "name": "AIM-9P*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150", - "name": "AIM-9P*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150*3", - "name": "AIM-9P*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275", - "name": "AIM-9P*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275*3", - "name": "AIM-9P*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P5*2", - "name": "AIM-9P5*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150", - "name": "AIM-9P5*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150*3", - "name": "AIM-9P5*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275", - "name": "AIM-9P5*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275*3", - "name": "AIM-9P5*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AN/ASQ-T50 TCTS Pod - ACMI Pod", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN/ASQ-T50, AIM-9P, Fuel 150", - "name": "AN/ASQ-T50, AIM-9P, Fuel 150", - "roles": [] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Antiship Mk82", - "name": "Antiship Mk82", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 4 - } - ], - "enabled": true, - "code": "CBU-52B*4,AIM-9P*2,Fuel 275", - "name": "CBU-52B*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 5 - } - ], - "enabled": true, - "code": "CBU-52B*5,AIM-9*2", - "name": "CBU-52B*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4,AIM-9P*2,Fuel 275", - "name": "GBU-12*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "M-117*4,AIM-9P*2,Fuel 275", - "name": "M-117*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "M-117*5,AIM-9*2", - "name": "M-117*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "name": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82LD*5,AIM-9*2", - "name": "Mk-82LD*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "name": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82SE*5,AIM-9*2", - "name": "Mk-82SE*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "liveryID": [ - "ir iriaf 43rd tfs" - ], - "filename": "f-5.png", - "enabled": true, - "liveries": { - "us aggressor vfc-13 40": { - "name": "Aggressor VFC-13 40", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch swiss generic": { - "name": "Swiss Generic two-tone skin", - "countries": [ - "SUI" - ] - }, - "tw ngrc 5315": { - "name": "NGRC 5thFG 5315", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3079": { - "name": "J-3079", - "countries": [ - "SUI" - ] - }, - "sa royal saudi air force": { - "name": "Royal Saudi Air Force", - "countries": [ - "SAU" - ] - }, - "no 336 sq": { - "name": "336 Skvadron", - "countries": [ - "NOR" - ] - }, - "tw rocaf 7thfg(m)": { - "name": "ROCAF 7thFG(LV)", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 105 wwii b": { - "name": "Sundowners VFC-111 105 WWII B", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4828": { - "name": "2/1 GAvCa - FAB 4828", - "countries": [ - "BRA" - ] - }, - "usaf 'southeast asia'": { - "name": "USAF 'Southeast Asia'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4846": { - "name": "FAB 4846", - "countries": [ - "BRA" - ] - }, - "aggressor vfc-13 21": { - "name": "Aggressor VFC-13 21", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn 373": { - "name": "RNoAF 334 sqn 373", - "countries": [ - "NOR" - ] - }, - "rocaf 7th fighter group": { - "name": "ROCAF 7th Fighter Group", - "countries": [ - "AUSAF" - ] - }, - "ch j-3036 2017": { - "name": "J-3036 Sion 2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 116": { - "name": "Sundowners VFC-116", - "countries": [ - "USA", - "AUSAF" - ] - }, - "black 'mig-28'": { - "name": "black 'Mig-28'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3073 2017": { - "name": "J-3073_2017", - "countries": [ - "SUI" - ] - }, - "fi 11th fs lapland air command": { - "name": "FiAF 11th FS Lapland Air Command", - "countries": [ - "FIN" - ] - }, - "ir iriaf azarakhsh": { - "name": "HESA Azarakhsh", - "countries": [ - "IRN" - ] - }, - "ch j-3098": { - "name": "J-3098", - "countries": [ - "SUI" - ] - }, - "ir iriaf 43rd tfs": { - "name": "IRIAF - 43rd TFS", - "countries": [ - "IRN" - ] - }, - "no 338 sqn 215": { - "name": "RNoAF 338 sqn 215", - "countries": [ - "NOR" - ] - }, - "us usaf grape 31": { - "name": "USAF Grape 31", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 332 sqn ah-p": { - "name": "RNoAF 332 sqn AH-P", - "countries": [ - "NOR" - ] - }, - "ch j-3001 variante 1996": { - "name": "J-3001 GRD Emmen 1996", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 01": { - "name": "Sundowners VFC-111 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "3rd main jet base group command, turkey": { - "name": "133 squadron, 3rd Main Jet Base Group Command, Turkey", - "countries": [ - "TUR" - ] - }, - "kr rokaf 10th fighter wing": { - "name": "ROKAF 10th FW KF-5E 10-584", - "countries": [ - "KOR" - ] - }, - "sp spanish air force 21-51": { - "name": "Ejercito del Aire Camo 21-51", - "countries": [ - "SPN" - ] - }, - "aggressor vfc-13 11": { - "name": "Aggressor VFC-13 11", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3001 variante 1986": { - "name": "J-3001 GRD Emmen 1986", - "countries": [ - "SUI" - ] - }, - "usa standard": { - "name": "Standard Gray", - "countries": [ - "BRA", - "MYS", - "AUS", - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "BHR", - "BLR", - "HRV", - "RSO", - "SVK", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "AUSAF", - "PAK", - "JOR", - "FIN", - "MEX", - "NOR", - "IRQ", - "SYR", - "ITA", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "ROU", - "FRA", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "CAN", - "SDN", - "UK" - ] - }, - "5th fs merzifon air base, turkey": { - "name": "5th fs Merzifon air base, Turkish air force", - "countries": [ - "TUR" - ] - }, - "ch j-3001 variante 2000": { - "name": "J-3001 FlSt 08 2000", - "countries": [ - "SUI" - ] - }, - "ir iriaf camo": { - "name": "IRIAF F-5E Standard", - "countries": [ - "IRN" - ] - }, - "it aereonautica militare italiana": { - "name": "Aereonautica Militare Italiana", - "countries": [ - "ITA" - ] - }, - "ch j-3038": { - "name": "J-3038", - "countries": [ - "SUI" - ] - }, - "ch j-3033_2017": { - "name": "J-3033_2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 28 fict splinter": { - "name": "Aggressor VFC-13 28 Fictional Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3025": { - "name": "J-3025 FlSt 11/18 January 2006", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 01": { - "name": "Aggressor VFC-13 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch patrouille suisse j-3088": { - "name": "Patrouille Suisse J-3088", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 25": { - "name": "Aggressor VFC-13 25", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn ri-h": { - "name": "RNoAF 334 sqn RI-H", - "countries": [ - "NOR" - ] - }, - "br fab 4841": { - "name": "FAB 4841 60th an", - "countries": [ - "BRA" - ] - }, - "aggressor marine scheme": { - "name": "Aggressor Marine Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "sp spanish air force 464-48": { - "name": "Ejercito del Aire 464-48", - "countries": [ - "SPN" - ] - }, - "gr haf f-5e grey": { - "name": "HAF F-5E Grey", - "countries": [ - "GRC" - ] - }, - "tr turkish stars": { - "name": "Turkish Stars", - "countries": [ - "TUR" - ] - }, - "gb no.29 squadron raf": { - "name": "No.29 Squadron RAF (Fictional)", - "countries": [ - "UK" - ] - }, - "br fab 4834": { - "name": "1/1 GAvCa - FAB 4834", - "countries": [ - "BRA" - ] - }, - "ch j-3026": { - "name": "J-3026 FlSt 11 approx. 1989", - "countries": [ - "SUI" - ] - }, - "aggressor snake scheme": { - "name": "Aggressor Snake Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 115": { - "name": "Sundowners VFC-115", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vmft-401 02 2011": { - "name": "Aggressor VMFT-401 02 2011", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3008": { - "name": "J-3008 FlSt 08/19 February 2005", - "countries": [ - "SUI" - ] - }, - "aggressor desert scheme": { - "name": "Aggressor Desert Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3074": { - "name": "J-3074", - "countries": [ - "SUI" - ] - }, - "ch j-3036": { - "name": "J-3036 FlSt 01 1985", - "countries": [ - "SUI" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, single crew. Tiger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-86F Sabre": { - "name": "F-86F Sabre", - "coalition": "blue", - "label": "F-86F Sabre", - "era": "Early Cold War", - "shortLabel": "86", - "loadouts": [ - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2", - "name": "120gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, 200gal Fuel*2", - "name": "120gal Fuel*2, 200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, GAR-8*2", - "name": "120gal Fuel*2, GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2", - "name": "200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2, AN-M64*2", - "name": "200gal Fuel*2, AN-M64*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 4 - } - ], - "enabled": true, - "code": "200gal Fuel*2, HVARx2*4", - "name": "200gal Fuel*2, HVARx2*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M64*2", - "name": "AN-M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "GAR-8*2", - "name": "GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 8 - } - ], - "enabled": true, - "code": "HVAR*16", - "name": "HVAR*16", - "roles": [ - "Strike", - "CAS", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M117*2", - "name": "M117*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - } - ], - "filename": "f-86.png", - "enabled": true, - "liveries": { - "us air force (skyblazers)": { - "name": "US Air Force Jet Team Skyblazer", - "countries": [ - "USA" - ] - }, - "canada air force": { - "name": "Canada Air Force", - "countries": [ - "CAN" - ] - }, - "us air force (squadron 39)": { - "name": "US Air Force (Squadron 39)", - "countries": [ - "USA" - ] - }, - "iiaf bare metall": { - "name": "IIAF Bare Metal Weathered", - "countries": [ - "IRN" - ] - }, - "us air force (green)": { - "name": "US Air Force (Green)", - "countries": [ - "USA" - ] - }, - "us air force (ex-usaf f-86a sabre)": { - "name": "US Air Force ex-USAF F-86A Sabre", - "countries": [ - "USA" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "royal saudi air force": { - "name": "RSAF", - "countries": [ - "SAU" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "haf 342sqn": { - "name": "Hellenic Airforce 342sqn", - "countries": [ - "GRC" - ] - }, - "japan air force": { - "name": "Japan Air Force", - "countries": [ - "JPN" - ] - }, - "haf 341sqn": { - "name": "Hellenic Airforce 341sqn", - "countries": [ - "GRC" - ] - }, - "us air force (code fu-178)": { - "name": "US Air Force FU-178", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single engine, swept wing, 1 crew. Sabre", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FA-18C_hornet": { - "name": "FA-18C_hornet", - "coalition": "blue", - "era": "Late Cold War", - "label": "F/A-18C", - "shortLabel": "18", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84D Harpoon AShM", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "name": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*1", - "name": "AIM-9M*2, AIM-7M*2, FUEL*1", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*2", - "name": "AIM-9M*2, AIM-7M*2, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115C with AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*4, FUEL*3", - "name": "AIM-9M*2, AIM-7M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL", - "name": "AIM-9M*2, ATFLIR, FUEL", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL*2", - "name": "AIM-9M*2, ATFLIR, FUEL*2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x CBU-99 - 490lbs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, CBU-99*4, FUEL*2", - "name": "AIM-9M*2, CBU-99*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-61*4, FUEL*2", - "name": "AIM-9M*2, LAU-61*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-68*4, FUEL*2", - "name": "AIM-9M*2, LAU-68*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-20*4, FUEL*2", - "name": "AIM-9M*2, MK-20*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82*4, FUEL*2", - "name": "AIM-9M*2, MK-82*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82SE*4, FUEL*2", - "name": "AIM-9M*2, MK-82SE*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*2, FUEL*2", - "name": "AIM-9M*2, MK-83*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*4, FUEL*2", - "name": "AIM-9M*2, MK-83*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-84*2, FUEL*2", - "name": "AIM-9M*2, MK-84*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, ZUNI*4, FUEL*2", - "name": "AIM-9M*2, ZUNI*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*2", - "name": "AIM-9M*6, AIM-7M*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*3", - "name": "AIM-9M*6, AIM-7M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84H SLAM-ER (Expanded Response)", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "AWW-13 DATALINK POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)4/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-55 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "name": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-120C AMRAAM - Active Radar AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "name": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "Carrier Landing", - "name": "Carrier Landing", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "fa-18c.png", - "enabled": true, - "liveries": { - "vfa-192": { - "name": "VFA-192", - "countries": [ - "USA" - ] - }, - "nsawc brown splinter": { - "name": "NSAWC brown splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "vfa-34": { - "name": "VFA-34", - "countries": [ - "USA" - ] - }, - "vmfa-232": { - "name": "VMFA-232", - "countries": [ - "USA" - ] - }, - "vmfat-101": { - "name": "VMFAT-101", - "countries": [ - "USA" - ] - }, - "vmfa-232 high visibility": { - "name": "VMFA-232 high visibility", - "countries": [ - "USA" - ] - }, - "vmfat-101 high visibility": { - "name": "VMFAT-101 high visibility", - "countries": [ - "USA" - ] - }, - "vfa-37": { - "name": "VFA-37", - "countries": [ - "USA" - ] - }, - "fictional russia air force": { - "name": "Fictional Russia Air Force", - "countries": [ - "AUSAF", - "RUS" - ] - }, - "canada 150 demo jet": { - "name": "Canada 150 Demo Jet", - "countries": [ - "CAN" - ] - }, - "fictional uk air force": { - "name": "Fictional UK Air Force", - "countries": [ - "UK" - ] - }, - "vfa-131": { - "name": "VFA-131", - "countries": [ - "USA" - ] - }, - "vmfa-122 high visibility": { - "name": "VMFA-122 high visibility", - "countries": [ - "USA" - ] - }, - "spain 462th escuadron c.15-79": { - "name": "Spain 462th Escuadron C.15-79", - "countries": [ - "SPN" - ] - }, - "vmfat-101 high visibility 2005": { - "name": "VMFAT-101 high visibility 2005", - "countries": [ - "USA" - ] - }, - "vmfa-323": { - "name": "VMFA-323", - "countries": [ - "USA" - ] - }, - "vx-31 cona": { - "name": "VX-31 CoNA", - "countries": [ - "USA" - ] - }, - "fictional turkey 162nd sq": { - "name": "162nd Sqn Harpoon", - "countries": [ - "TUR" - ] - }, - "nawdc brown": { - "name": "NAWDC brown", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 151th escuadron c.15-14": { - "name": "Spain 151_14 Escuadron C.15-14", - "countries": [ - "SPN" - ] - }, - "spain 151th escuadron c.15-24": { - "name": "Spain 151_24 Escuadron C.15-24", - "countries": [ - "SPN" - ] - }, - "vfa-106": { - "name": "VFA-106", - "countries": [ - "USA" - ] - }, - "spain 121th escuadron c.15-45": { - "name": "Spain 121 Escuadron C.15-45", - "countries": [ - "SPN" - ] - }, - "vfa-97": { - "name": "VFA-97", - "countries": [ - "USA" - ] - }, - "vx-9": { - "name": "VX-9", - "countries": [ - "USA" - ] - }, - "spain 111th escuadron c.15-73": { - "name": "Spain 111 Escuadron C.15-73", - "countries": [ - "SPN" - ] - }, - "switzerland": { - "name": "Switzerland", - "countries": [ - "SUI" - ] - }, - "vx-23": { - "name": "VX-23", - "countries": [ - "USA" - ] - }, - "vfa-83": { - "name": "VFA-83", - "countries": [ - "USA" - ] - }, - "australian 75th squadron": { - "name": "Australian sqn 75", - "countries": [ - "AUS" - ] - }, - "canada 425th squadron": { - "name": "Canada 425th Squadron", - "countries": [ - "CAN" - ] - }, - "spain 151th escuadron c.15-18": { - "name": "Spain 151_18 Escuadron C.15-18", - "countries": [ - "SPN" - ] - }, - "nsawc gray": { - "name": "NSAWC gray", - "countries": [ - "USA" - ] - }, - "vfa-87": { - "name": "VFA-87", - "countries": [ - "USA" - ] - }, - "nawdc blue": { - "name": "NAWDC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "australian 77th squadron": { - "name": "Australian sqn 77", - "countries": [ - "AUS" - ] - }, - "vmfa-251 high visibility": { - "name": "VMFA-251 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-531": { - "name": "VMFA-531", - "countries": [ - "USA" - ] - }, - "viper": { - "name": "Viper", - "countries": [ - "USA" - ] - }, - "iceman": { - "name": "Iceman", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 121th escuadron c.15-60": { - "name": "Spain 121 Escuadron C.15-60", - "countries": [ - "SPN" - ] - }, - "nsawc blue": { - "name": "NSAWC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "blue angels jet team": { - "name": "Blue Angels Jet Team", - "countries": [ - "USA" - ] - }, - "fictional israel air force": { - "name": "Fictional Israel Air Force", - "countries": [ - "ISR" - ] - }, - "spain 462th escuadron c.15-90": { - "name": "Spain 462th Escuadron C.15-90", - "countries": [ - "SPN" - ] - }, - "vmfa-323 high visibility": { - "name": "VMFA-323_high visibility", - "countries": [ - "USA" - ] - }, - "maverick": { - "name": "Maverick", - "countries": [ - "USA" - ] - }, - "nawdc black": { - "name": "NAWDC black", - "countries": [ - "USA", - "AUSAF" - ] - }, - "kuwait 9th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-251": { - "name": "VMFA-251", - "countries": [ - "USA" - ] - }, - "vmfa-314": { - "name": "VMFA-314", - "countries": [ - "USA" - ] - }, - "fictional ukraine air force": { - "name": "Fictional Ukraine Air Force", - "countries": [ - "UKR" - ] - }, - "canada 409th squadron": { - "name": "Canada 409th Squadron", - "countries": [ - "CAN" - ] - }, - "canada norad 60 demo jet": { - "name": "Canada NORAD 60 Demo Jet", - "countries": [ - "CAN" - ] - }, - "spain 111th escuadron c.15-88": { - "name": "Spain 111 Escuadron C.15-88", - "countries": [ - "SPN" - ] - }, - "spain 211th escuadron c.15-76": { - "name": "Spain 211th Escuadron C.15-76", - "countries": [ - "SPN" - ] - }, - "finland 31": { - "name": "Finland", - "countries": [ - "FIN" - ] - }, - "spain 151th escuadron c.15-23": { - "name": "Spain 151_23 Escuadron C.15-23", - "countries": [ - "SPN" - ] - }, - "vfa-122": { - "name": "VFA-122", - "countries": [ - "USA" - ] - }, - "spain 151th escuadron c.15-14 tiger meet": { - "name": "Spain 151th Escuadron C.15-14 Tiger Meet", - "countries": [ - "SPN" - ] - }, - "vfc-12": { - "name": "VFC-12", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 211th escuadron c.15-77": { - "name": "Spain 211th Escuadron C.15-77", - "countries": [ - "SPN" - ] - }, - "spain 121th escuadron c.15-34 50th anniversary": { - "name": "Spain 121th Escuadron C.15-34 34th Anniversary", - "countries": [ - "SPN" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "spain 121th escuadron c.15-50": { - "name": "Spain 121 Escuadron C.15-50", - "countries": [ - "SPN" - ] - }, - "vfa-113": { - "name": "VFA-113", - "countries": [ - "USA" - ] - }, - "vmfa-312": { - "name": "VMFA-312", - "countries": [ - "USA" - ] - }, - "kuwait 25th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-312 high visibility": { - "name": "VMFA-312 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-122": { - "name": "VMFA-122", - "countries": [ - "USA" - ] - }, - "vfa-106 high visibility": { - "name": "VFA-106 high visibility", - "countries": [ - "USA" - ] - }, - "finland 21": { - "name": "Finland", - "countries": [ - "FIN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. Hornet", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190A8": { - "name": "FW-190A8", - "coalition": "red", - "label": "FW-190A8 Würger", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "AB 250-2 - 17 x SD-10A, 250kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 10A)", - "name": "AB 250 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 250-2 - 144 x SD-2, 250kg CBU with HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 2)", - "name": "AB 250 (w/ SD 2)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 500-1 - 34 x SD-10A, 500kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 500 (w/ SD 10A)", - "name": "AB 500 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank 300 liters", - "name": "Fuel Tank 300 liters", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 J", - "name": "SC 250 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 1 L2 - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 L2", - "name": "SC 250 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x SC 50 - 50kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 50 * 4", - "name": "SC 50 * 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 J", - "name": "SC 500 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 L2 - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 L2", - "name": "SC 500 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 250 Stg - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 250 Stg", - "name": "SD 250 Stg", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 500 A - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 500 A", - "name": "SD 500 A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "Without pylon", - "name": "Without pylon", - "roles": [] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw190_fuselage_d_jg301": { - "name": "JG 301", - "countries": [ - "GER", - "NZG" - ] - }, - "captured_ra": { - "name": "Captured_RA", - "countries": [ - "SUN" - ] - }, - "fictional ijn carrier akagi ai-103": { - "name": "Fictional IJN Carrier Akagi AI-103", - "countries": [ - "JPN" - ] - }, - "fictional ijn otu tsukuba tsu-102": { - "name": "Fictional IJN OTU Tsukuba Tsu-102", - "countries": [ - "JPN" - ] - }, - "fw-190a8 yellow 4": { - "name": "FW190A8 Yellow 4", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 rhaf": { - "name": "Fw 190 A8 RHAF", - "countries": [ - "HUN" - ] - }, - "jg3 white nose wulf": { - "name": "Fw190A8 'White nose Wulf'", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54": { - "name": "2.JG 54", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn carrier soryu bi-112": { - "name": "Fictional IJN Carrier Soryu BI-112", - "countries": [ - "JPN" - ] - }, - "black 13 schwarze katze from jg1": { - "name": "Fw190_JG1_Gen._'Schwarze Katze'_Win.", - "countries": [ - "GER", - "NZG" - ] - }, - "turkish air force, 5th fr (1942)": { - "name": "Turkish Air Force, 5th FR (1942)", - "countries": [ - "AUSAF", - "TUR" - ] - }, - "fw-190a8 jg26 priller": { - "name": "Fw 190 A8 JG26 Priller", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "inspired by jg2 skin of early fw 190a": { - "name": "Fw190A8 JG2 Generic", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8": { - "name": "FW190A8", - "countries": "All" - }, - "fw190_alfred_bindseil": { - "name": "6.JG 1_Alfred Bindseil", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn 256th kokutai rai-153": { - "name": "Fictional IJN 256th Kokutai Rai-153", - "countries": [ - "JPN" - ] - }, - "fictional ijn carrier akagi ai-151": { - "name": "Fictional IJN Carrier Akagi AI-151", - "countries": [ - "JPN" - ] - }, - "fw-190a8_raf": { - "name": "FW190A8/R-2 PE882, No. 1426 Flight RAF - Late", - "countries": [ - "UK" - ] - }, - "factory skin": { - "name": "FW190A8 Luftwaffe", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54_hans dortenmann": { - "name": "2.JG 54_Hans Dortenmann", - "countries": [ - "GER", - "NZG" - ] - }, - "fw 190 a-8 czech avia s.90": { - "name": "Fw 190 A-8 Czech Avia S.90", - "countries": [ - "CZE" - ] - }, - "fw190_ewald_preisz": { - "name": "6.JG 300_Ewald Preisz", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 jg3 maximowitz": { - "name": "Fw 190 A8 JG3 Maximowitz", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "roaf-grupul7": { - "name": "RoAF-Grupul7", - "countries": [ - "ROU" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Würger ", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190D9": { - "name": "FW-190D9", - "coalition": "red", - "label": "FW-190D9 Dora", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank Type E2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "13 R4M 3.2kg UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "R4M", - "name": "R4M", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw-190d9_5jg301": { - "name": "FW-190_5JG301.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_iv.jg 26_hans dortenmann": { - "name": " Oblt. Hans Dortenmann, IV./JG 26, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_red": { - "name": "FW_190D9_Red.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_13.jg 51_heinz marquardt": { - "name": " Heinz-Marquardt, 13./JG 51, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_jg54": { - "name": "FW-190D9_JG54.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_black 4 of stab iijg 6": { - "name": "FW-190D9_Black <4 of Stab II/JG 6", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_usa": { - "name": "FW-190_USA_Standard.1943", - "countries": [ - "USA" - ] - }, - "fw-190d9_gb": { - "name": "FW-190_GB_Standart.1943", - "countries": [ - "UK" - ] - }, - "fw-190d9_ussr": { - "name": "FW-190 WNr 210251 USSR (Captured. 1943)", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Dora", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "H-6J": { - "name": "H-6J", - "coalition": "red", - "label": "H-6 J Badger", - "era": "Mid Cold War", - "shortLabel": "H6", - "loadouts": [ - { - "items": [ - { - "name": "12 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 12 in Bay", - "name": "250-2 HD Bomb x 12 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "24 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 24 in Bay", - "name": "250-2 HD Bomb x 24 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 - 6 x 250-3 - 250kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "250-3 LD Bomb x 36", - "name": "250-3 LD Bomb x 36", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-20 x 4", - "name": "KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 6 - } - ], - "enabled": true, - "code": "KD-20 x 6", - "name": "KD-20 x 6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 2 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 2", - "name": "KD-63 x 2, KD-20 x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 4", - "name": "KD-63 x 2, KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 4 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "KD-63 x 4", - "name": "KD-63 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "YJ-12 x 2", - "name": "YJ-12 x 2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "YJ-12 x 4", - "name": "YJ-12 x 4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-83K", - "quantity": 6 - } - ], - "enabled": true, - "code": "YJ-83K x 6", - "name": "YJ-83K x 6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "h-6.png", - "enabled": true, - "liveries": { - "planaf standard": { - "name": "PLANAF Standard", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 4 crew bomber. Badger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "I-16": { - "name": "I-16", - "coalition": "red", - "label": "I-16", - "era": "WW2", - "shortLabel": "I16", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - } - ], - "enabled": true, - "code": "6xRS-82", - "name": "6xRS-82", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-100", - "name": "2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xFAB-100", - "name": "6xRS-82, 2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xDropTank-93L", - "name": "6xRS-82, 2xDropTank-93L", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xDropTank-93L", - "name": "2xDropTank-93L", - "roles": [ - "CAP", - "Reconnaissance", - "Escort" - ] - } - ], - "filename": "i-16.png", - "enabled": true, - "liveries": { - "silver-black demo": { - "name": "Silver-black paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army camo": { - "name": "Red Army Air Force Camouflage", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain nationalists": { - "name": "Spain (Nationalists)", - "countries": [ - "SPN", - "NZG" - ] - }, - "japan": { - "name": "Japan (Captured), Manchuria 1939", - "countries": [ - "NZG", - "JPN" - ] - }, - "finnish af": { - "name": "Finland, AFB Rompotti 1943", - "countries": [ - "FIN", - "NZG" - ] - }, - "red army standard": { - "name": "1 Red Army Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain republicans": { - "name": "Spain (Republicans)", - "countries": [ - "SUN", - "SPN" - ] - }, - "red five demo": { - "name": "RED FIVE Aerobatic Team", - "countries": [ - "SUN", - "RUS" - ] - }, - "clear": { - "name": "Green unmarked", - "countries": "All" - }, - "silver demo": { - "name": "Silver paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army winter": { - "name": "Red Army Air Force winter", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Ishak", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "IL-76MD": { - "name": "IL-76MD", - "coalition": "red", - "label": "IL-76MD Candid", - "era": "Mid Cold War", - "shortLabel": "76", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "ukrainian af aeroflot": { - "name": "Ukrainian AF aeroflot", - "countries": [ - "UKR" - ] - }, - "algerian af il-76md": { - "name": "Algerian AF IL-76MD", - "countries": [ - "DZA" - ] - }, - "china air force old": { - "name": "China Air Force Old", - "countries": [ - "CHN" - ] - }, - "ukrainian af": { - "name": "Ukrainian AF", - "countries": [ - "UKR" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "china air force new": { - "name": "China Air Force New", - "countries": [ - "CHN" - ] - }, - "mvd aeroflot": { - "name": "MVD aeroflot", - "countries": [ - "RUS" - ] - }, - "fsb aeroflot": { - "name": "FSB aeroflot", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 5 crew. Cargo and passenger aircraft. NATO reporting name: Candid", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "IL-78M": { - "name": "IL-78M", - "coalition": "red", - "label": "IL-78M Midas", - "era": "Late Cold War", - "shortLabel": "78", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "rf air force aeroflot": { - "name": "RF Air Force aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - }, - "algerian af il-78m": { - "name": "Algerian AF IL-78M", - "countries": [ - "DZA" - ] - }, - "china air force": { - "name": "China Air Force", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 6 crew. Tanker aircraft. NATO reporting name: Midas", - "abilities": "Tanker, Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "J-11A": { - "name": "J-11A", - "coalition": "red", - "label": "J-11A Flaming Dragon", - "era": "Modern", - "shortLabel": "J11", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "FAB-100x36,R-73x2,ECM", - "name": "FAB-100x36,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250x8,R-73x2,ECM", - "name": "FAB-250x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500x8,R-73x2,ECM", - "name": "FAB-500x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-13L - 5 S-13 OF", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-13x20,FAB-250x4,R-73x2,ECM", - "name": "S-13x20,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25x4,FAB-500x4,R-73x2,ECM", - "name": "S-25x4,FAB-500x4,R-73x2,ECM", - "roles": [ - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "name": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x6,R-73x2,ECM", - "name": "R-77x6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx6,R-73x2,ECM", - "name": "R-27ERx6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x4,R-27ETx2,R-73x2,ECM", - "name": "R-77x4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x4,R-27ERx2,R-73x2,ECM", - "name": "R-77x4,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShPx6,R-73x2,ECM", - "name": "BetAB-500ShPx6,R-73x2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73x4,ECM", - "name": "R-73x4,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-77x6,R-73x4", - "name": "R-77x6,R-73x4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "name": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8TsM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "name": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "FAB-250x18,R-73x2,ECM", - "name": "FAB-250x18,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-KOMx2, R-73x2, ECM", - "name": "2*S8-KOMx2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-OFP2x2, R-73x2, ECM", - "name": "2*S8-OFP2x2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-500x2, R-73x2", - "name": "FAB-250x4, 2*FAB-500x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-250x2, R-73x2", - "name": "FAB-250x4, 2*FAB-250x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "name": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "plaaf 19th ad": { - "name": "PLAAF 19th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 17th ab": { - "name": "PLAAF 17th AB", - "countries": [ - "CHN" - ] - }, - "plaaf 18th ad 'thunderclap wing' (fictional)": { - "name": "PLAAF 18th AD 'Thunderclap Wing' (Fictional)", - "countries": [ - "CHN" - ] - }, - "usn aggressor vfc-13 'ferris' (fictional)": { - "name": "Aggressor VFC-13 'Ferris' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 19th ad (reworked)": { - "name": "PLAAF 19th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad": { - "name": "PLAAF 14th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 6th ad": { - "name": "PLAAF 6th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad (reworked)": { - "name": "PLAAF 14th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'desert' (fictional)": { - "name": "PLAAF OPFOR 'Desert' (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad (reworked)": { - "name": "PLAAF 7th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'desert' (fictional)": { - "name": "65th Aggressor SQN 'Desert' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "sky hunter": { - "name": "Sky Hunter", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (parade)": { - "name": "PLAAF 2nd AD (Parade)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'jungle' (fictional)": { - "name": "PLAAF OPFOR 'Jungle' (Fictional) ", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad (reworked)": { - "name": "PLAAF 33th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad": { - "name": "PLAAF 33th AD", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'gray' (fictional)": { - "name": "65th Aggressor SQN 'Gray' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 2nd ad": { - "name": "PLAAF 2nd AD", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad": { - "name": "PLAAF 7th AD", - "countries": [ - "CHN" - ] - }, - "plaaf ghost gray (fictional)": { - "name": "PLAAF Ghost Gray (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (reworked)": { - "name": "PLAAF 2nd AD (Reworked)", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. NATO reporting name: Flanker", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "JF-17": { - "name": "JF-17", - "coalition": "red", - "label": "JF-17 Thunder", - "era": "Modern", - "shortLabel": "J17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "C802AK (DIS)", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C802AKx2, 800L Tank", - "name": "PL-5Ex2, C802AKx2, 800L Tank", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank, WMD7", - "name": "PL-5Ex2, 800L Tank, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-10", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-10x2, WMD7", - "name": "PL-5Ex2, GBU-10x2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "name": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-16", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "roles": [ - "CAS", - "Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 1100L Tankx2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "name": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "BRM-1_90MM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "PL-5Ex2, Mk-84x3", - "name": "PL-5Ex2, Mk-84x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "UG_90MM", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "name": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "BRM-1_90MM", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2x1100L Tank", - "name": "PL-5Ex2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank", - "name": "PL-5Ex2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ", - "name": "PL-5Ex2, SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, SPJ", - "name": "PL-5Ex2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, SPJ", - "name": "PL-5Ex2, 2*SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2", - "name": "PL-5Ex2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2", - "name": "PL-5Ex2, SD-10x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10", - "name": "PL-5Ex2, 2*SD-10", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "name": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "BRM-1_90MM", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GBU-16", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "name": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "roles": [ - "FAC-A", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7", - "name": "PL-5Ex2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "GB-6", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "name": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, SPJ", - "name": "PL-5Ex2, C-701 CCDx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "name": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x Mk-82", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "name": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "name": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Type-200Ax2", - "name": "PL-5Ex2, 2*Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, Type-200Ax2", - "name": "PL-5Ex2, Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - } - ], - "filename": "jf-17.png", - "enabled": true, - "liveries": { - "paf black panthers 07-101": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers 07-101", - "countries": [ - "PAK" - ] - }, - "paf phoenixes": { - "name": "Pakistan Air Force No.28 Sqn Phoenixes", - "countries": [ - "PAK" - ] - }, - "paf black spiders 07-101 (fictional)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders 07-101 (Fictional)", - "countries": [ - "PAK" - ] - }, - "paf 07-101 (overhauled)": { - "name": "Pakistan Air Force 07-101 (Overhauled)", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v2)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo2)", - "countries": [ - "PAK" - ] - }, - "plaaf 125th ab (fictional)": { - "name": "PLAAF 125th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "naf 722": { - "name": "Nigerian Air Force 722", - "countries": [ - "NGA" - ] - }, - "paf dark camo": { - "name": "Pakistan Air Force Dark Camo", - "countries": [ - "PAK" - ] - }, - "'splinter' camo for blue side (fictional)": { - "name": "\"Splinter\" Camo for Blue Side (Fictional)", - "countries": "All" - }, - "paf black spiders (web camo)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders (Web Camo)", - "countries": [ - "PAK" - ] - }, - "plaaf 111th ab (fictional)": { - "name": "PLAAF 111th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "paf black panthers": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers", - "countries": [ - "PAK" - ] - }, - "paf black spiders (default)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders", - "countries": [ - "PAK" - ] - }, - "paf ccs fierce fragons": { - "name": "Pakistan Air Force CCS Sqn Fierce Dragons", - "countries": [ - "PAK" - ] - }, - "plaaf ghost gray camo (fictional)": { - "name": "PLAAF \"Ghost Gray\" Camo (Fictional)", - "countries": [ - "CHN" - ] - }, - "'chips' camo for blue side (fictional)": { - "name": "USAF \"Chips\" Camo (Fictional)", - "countries": [ - "USA" - ] - }, - "paf black panthers (reworked)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Reworked)", - "countries": [ - "PAK" - ] - }, - "maf blue sea camo": { - "name": "Myanmar Air Force Blue Sea Camo", - "countries": "All" - }, - "proto 06": { - "name": "FC-1 Prototype 06", - "countries": [ - "CHN" - ] - }, - "paf minhasians": { - "name": "Pakistan Air Force No.2 Sqn Minhasians", - "countries": [ - "PAK" - ] - }, - "paf sharp shooters": { - "name": "Pakistan Air Force No.18 Sqn Sharp Shooters", - "countries": [ - "PAK" - ] - }, - "paf tail choppers": { - "name": "Pakistan Air Force No.14 Sqn Tail Choppers", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v1)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo1)", - "countries": [ - "PAK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike. Geoff", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "KC-135": { - "name": "KC-135", - "coalition": "blue", - "label": "KC-135 Stratotanker", - "era": "Early Cold War", - "shortLabel": "135", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "standard usaf": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - }, - "turaf standard": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "KC135MPRS": { - "name": "KC135MPRS", - "coalition": "blue", - "label": "KC-135 MPRS Stratotanker", - "era": "Early Cold War", - "shortLabel": "135M", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "100th arw": { - "name": "100th ARW", - "countries": [ - "USA" - ] - }, - "22nd arw": { - "name": "22nd ARW", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Drogue AAR, MPRS", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "L-39ZA": { - "name": "L-39ZA", - "coalition": "red", - "label": "L-39ZA", - "era": "Mid Cold War", - "shortLabel": "L39", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2", - "name": "FAB-100x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-150x2", - "name": "FAB-100x2, PTB-150x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-350x2", - "name": "FAB-100x2, PTB-350x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100x4", - "name": "FAB-100x4", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x4, FAB-100x2", - "name": "OFAB-100 Jupiter x4, FAB-100x2", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x8", - "name": "OFAB-100 Jupiter x8", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PK-3x2, PTB-150x2", - "name": "PK-3x2, PTB-150x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 4 - } - ], - "enabled": true, - "code": "PK-3x4", - "name": "PK-3x4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2", - "name": "R-3Sx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2, PK-3x2", - "name": "R-3Sx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2", - "name": "R-60Mx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2, PK-3x2", - "name": "R-60Mx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32", - "name": "S-5KOx32", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, FAB-100x2", - "name": "S-5KOx32, FAB-100x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-150x2", - "name": "S-5KOx32, PTB-150x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-350x2", - "name": "S-5KOx32, PTB-350x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-5KOx64", - "name": "S-5KOx64", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "SAB-100x4", - "name": "SAB-100x4", - "roles": [ - "FAC-A" - ] - } - ], - "filename": "l-39.png", - "enabled": true, - "liveries": { - "splinter camo woodland": { - "name": "Splinter camo woodland", - "countries": "All" - }, - "algerian af tiger nl-36": { - "name": "Algerian AF Tiger NL-36", - "countries": [ - "DZA" - ] - }, - "czech air force": { - "name": "Czech Air Force", - "countries": [ - "CZE" - ] - }, - "algerian af nl-44": { - "name": "Algerian AF NL-44", - "countries": [ - "DZA" - ] - }, - "splinter camo desert": { - "name": "Splinter camo desert", - "countries": "All" - }, - "slovak air force": { - "name": "2nd SQN AFB Sliac", - "countries": [ - "SVK" - ] - }, - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "czechoslovakia air force": { - "name": "Czechoslovakia_Air Force", - "countries": [ - "CZE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "M-2000C": { - "name": "M-2000C", - "coalition": "blue", - "label": "M-2000C Mirage", - "era": "Late Cold War", - "shortLabel": "2k", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox", - "name": "Fox", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / Magic (QRA)", - "name": "Fox / Magic (QRA)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Super 530D", - "quantity": 2 - } - ], - "enabled": true, - "code": "Alpha / S530D", - "name": "Alpha / S530D", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic", - "name": "Fox / S530D / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - }, - { - "name": "Eclair 16 flares 16 chaffs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic / Eclair", - "name": "Fox / S530D / Magic / Eclair", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo", - "name": "Bravo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo / Magic", - "name": "Bravo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo", - "name": "Kilo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / Magic", - "name": "Kilo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xMk-82 / Magic", - "name": "Bravo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-12 / Magic", - "name": "Bravo / GBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "AUF2 GBU-12 x 2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / 2xGBU-12 / Magic", - "name": "Bravo / 2xGBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-16 / Magic", - "name": "Bravo / GBU-16 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-24 / Magic", - "name": "Bravo / GBU-24 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "BAP-100 x 18", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / BAP-100 / Magic", - "name": "Bravo / BAP-100 / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xSnakeEye / Magic", - "name": "Bravo / 4xSnakeEye / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / 4xMk-82 / Magic", - "name": "Fox / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / 4xMk-82 / Magic", - "name": "Kilo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - } - ], - "filename": "m2000.png", - "enabled": true, - "liveries": { - "ada alsace lf-2": { - "name": "Ada Alsace LF-2", - "countries": [ - "FRA" - ] - }, - "peru052": { - "name": "Fuerza Aerea Peruana 052", - "countries": [ - "FRA", - "PER" - ] - }, - "mission accomplie": { - "name": "2022 MISSION ACCOMPLIE by MALBAK", - "countries": "All" - }, - "cambresis": { - "name": "AdA Cambresis", - "countries": [ - "FRA" - ] - }, - "greek air force": { - "name": "Polemikh Aeroporia (Greek Air Force)", - "countries": [ - "FRA", - "GRC" - ] - }, - "brasilian air force": { - "name": "Forca Aerea Brasileira (Brazilian Air Force)", - "countries": [ - "BRA", - "FRA" - ] - }, - "2003 tigermeet": { - "name": "NATO Tigermeet 2003", - "countries": [ - "FRA" - ] - }, - "peru064": { - "name": "Fuerza Aerea Peruana 064", - "countries": [ - "FRA", - "PER" - ] - }, - "2010 tigermeet": { - "name": "NATO Tigermeet 2010", - "countries": [ - "FRA" - ] - }, - "uae air force": { - "name": "UAE Air Defense Air Force", - "countries": [ - "FRA", - "ARE" - ] - }, - "2004 tigermeet": { - "name": "NATO Tigermeet 2004", - "countries": [ - "FRA" - ] - }, - "ada chasse 2-5": { - "name": "AdA Chasse 2/5", - "countries": [ - "FRA" - ] - }, - "iaf silver 59": { - "name": "Israeli Air Force 101 Sqn 1967 scheme", - "countries": [ - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "RSO", - "UKR", - "TUR", - "BEL", - "NOR", - "ITA", - "POL", - "NETH", - "GER", - "FRA", - "GRG", - "DEN", - "CZE", - "CAN", - "UK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MB-339A": { - "name": "MB-339A", - "coalition": "blue", - "label": "MB-339A", - "era": "Mid Cold War", - "shortLabel": "339", - "loadouts": [ - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks [Clean]", - "name": "A - 2*320L TipTanks [Clean]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "name": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 HEI Heavy", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-81 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 6*Mk.82LD", - "name": "A - 2*320L TipTanks + 6*Mk.82LD", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Luggage Container", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "name": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "BLG-66-AC Belouga", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "name": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "roles": [] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "name": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "name": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAT-120 ABL - 34kg HE/Frag Chute Retarded Bomb HD", - "quantity": 6 - } - ], - "enabled": true, - "code": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "name": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "name": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "Photo-Recon Pod (4*70mm Vinten Cameras)", - "quantity": 1 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 2 - } - ], - "enabled": true, - "code": "Recon", - "name": "Recon", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Interdiction", - "name": "Runway Interdiction", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAP-100 - 32kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 6 - } - ], - "enabled": true, - "code": "Runway Interdiction (36*BAP-100)", - "name": "Runway Interdiction (36*BAP-100)", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "BRD-4-250 - 4 x Mk 76 - 25lb Practice Bomb LD", - "quantity": 1 - }, - { - "name": "", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "Training", - "name": "Training", - "roles": [] - } - ], - "filename": "mb-339.png", - "enabled": true, - "liveries": { - "mb339an 'nigeria'": { - "name": "Nigerian Air Force | Camo (Low-Vis)", - "countries": [ - "NGA" - ] - }, - "mb339a italian camo - late": { - "name": "Italian Camo - Late", - "countries": [ - "ITA" - ] - }, - "mb339a italian factory": { - "name": "Italian Orange/White", - "countries": [ - "ITA" - ] - }, - "mb339am 'malaysia'": { - "name": "Royal Malaysian Air Force | Camo (Low-Vis)", - "countries": [ - "MYS" - ] - }, - "mb339aa 'armada' - yellow band": { - "name": "ARMADA Argentina | Camo (Yellow Band)", - "countries": [ - "ARG" - ] - }, - "mb339ag 'ghana'": { - "name": "Ghana Air Force | Camo (Low-Vis)", - "countries": [ - "GHA" - ] - }, - "mb339a italian gray": { - "name": "Italian Gray", - "countries": [ - "ITA" - ] - }, - "mb339a italian camo - early": { - "name": "Italian Camo - Early", - "countries": [ - "ITA" - ] - }, - "mb339 'factory'": { - "name": "Aermacchi Factory Scheme | S-001 I-NEUF", - "countries": "All" - }, - "mb339ad 'uae'": { - "name": "UAE Air Force", - "countries": [ - "ARE" - ] - }, - "mb339aa 'armada' - crippa": { - "name": "ARMADA Argentina | Camo (Lt. Crippa's killmark)", - "countries": [ - "ARG" - ] - }, - "mb339ap 'peru'": { - "name": "Peruvian Air Force | Camo (Late)", - "countries": [ - "PER" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MQ-9 Reaper": { - "name": "MQ-9 Reaper", - "coalition": "blue", - "label": "MQ-9 Reaper", - "era": "Modern", - "shortLabel": "MQ9", - "loadouts": [ - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "AGM-114K * 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*12", - "name": "AGM-114K*12", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*8,GBU-38*2", - "name": "AGM-114K*8,GBU-38*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-38*4", - "name": "GBU-38*4", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "rq-1.png", - "enabled": true, - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "standard uk": { - "name": "standard UK", - "countries": [ - "UK" - ] - }, - "standard italy": { - "name": "standard Italy", - "countries": [ - "ITA" - ] - }, - "standard france": { - "name": "standard France", - "countries": [ - "FRA" - ] - }, - "'camo' scheme": { - "name": "'camo' scheme", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single turboprop, straight wing, attack aircraft. Reaper", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-15bis": { - "name": "MiG-15bis", - "coalition": "red", - "label": "MiG-15 Fagot", - "era": "Early Cold War", - "shortLabel": "M15", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-50 - 50kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-50", - "name": "2*FAB-50", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-100M", - "name": "2*FAB-100M", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*300L", - "name": "2*300L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*400L", - "name": "2*400L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 600 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*600L", - "name": "2*600L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 300", - "name": "Fuel tank 300", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 400", - "name": "Fuel tank 400", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - } - ], - "filename": "mig-15.png", - "enabled": true, - "liveries": { - "china_air force": { - "name": "People's Liberation Army Air Force", - "countries": [ - "CHN" - ] - }, - "china volunteer air force": { - "name": "People's Volunteer Army Air Force", - "countries": [ - "CHN" - ] - }, - "ussr_red": { - "name": "USSR Red", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af 1962": { - "name": "Algerian AF 1962", - "countries": [ - "DZA" - ] - }, - "north_korea_air force_major_ arkady_ boitsow": { - "name": "North Korea - Major Arkady Boitsow", - "countries": [ - "RUS", - "PRK" - ] - }, - "gdr_air force": { - "name": "Air Forces of the National People's Army", - "countries": [ - "GER" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce - Fictional", - "countries": [ - "GRC" - ] - }, - "ussr_air forces": { - "name": "Air Forces of Soviet Union", - "countries": [ - "SUN", - "RUS" - ] - }, - "north_korea_air force": { - "name": "Korean People's Air Force", - "countries": [ - "PRK" - ] - }, - "polish_air force": { - "name": "Polish Air Force", - "countries": [ - "POL" - ] - }, - "ussr_air forces old": { - "name": "USSR Old", - "countries": [ - "SUN", - "RUS" - ] - }, - "czechoslovakia_air force": { - "name": "Czechoslovak Air Force", - "countries": [ - "CZE" - ] - }, - "ussr_pepelyaev": { - "name": "USSR Pepelyaev", - "countries": [ - "SUN", - "RUS", - "PRK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fagot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-19P": { - "name": "MiG-19P", - "coalition": "red", - "label": "MiG-19 Farmer", - "era": "Early Cold War", - "shortLabel": "M19", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PTB-760 x 2", - "name": "PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, PTB-760 x 2", - "name": "K-13A x 2, PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2", - "name": "K-13A x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "name": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2, PTB-760 x 2", - "name": "ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 4 - } - ], - "enabled": true, - "code": "ORO-57K x 4", - "name": "ORO-57K x 4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2", - "name": "ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2, ORO-57K x 2", - "name": "FAB-100M x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2, ORO-57K x 2", - "name": "FAB-250 x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2", - "name": "FAB-100M x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2", - "name": "FAB-250 x 2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "mig-19.png", - "enabled": true, - "liveries": { - "ussr_2": { - "name": "764th Fighter Aviation Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf camo": { - "name": "PLAAF Snow Camo", - "countries": [ - "CHN" - ] - }, - "cuba": { - "name": " 211 Escuadron de Caza", - "countries": [ - "CUB" - ] - }, - "iap": { - "name": "234 Fighter Regiment (234 IAP)", - "countries": "All" - }, - "ddr - fictional": { - "name": "Germany DDR camouflage (Fictional)", - "countries": "All" - }, - "snow - fictional": { - "name": "Snow Camouflage Fictional", - "countries": "All" - }, - "plaaf": { - "name": "112th Air Regiment", - "countries": [ - "CHN" - ] - }, - "romania - 66th fighter division": { - "name": "91st Fighter Regiment", - "countries": [ - "ROU" - ] - }, - "poland 39 plm": { - "name": "39 PLM Squadron", - "countries": [ - "POL" - ] - }, - "poland 62 plm": { - "name": "62 PLM Squadron", - "countries": [ - "POL" - ] - }, - "default": { - "name": "default", - "countries": "All" - }, - "czechoslovakia": { - "name": "2nd Fighter-Bomber Regiment", - "countries": [ - "CZE" - ] - }, - "bulgaria": { - "name": "1st Squadron, 18th Fighter Regiment", - "countries": [ - "BGR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Farmer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-21Bis": { - "name": "MiG-21Bis", - "coalition": "red", - "label": "MiG-21 Fishbed", - "era": "Mid Cold War", - "shortLabel": "M21", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, long range", - "name": "Patrol, long range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, medium range", - "name": "Patrol, medium range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, short range", - "name": "Patrol, short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Hard targets, BOMBS", - "name": "Hard targets, BOMBS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Unknown or mixed targets, BOMBS + ROCKETS", - "name": "Unknown or mixed targets, BOMBS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS + ROCKETS", - "name": "Soft targets, CLUSTERS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS", - "name": "Soft targets, CLUSTERS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, scattered", - "name": "Soft targets, scattered", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Kh-66 Grom (21) - AGM, radar guided APU-68", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Few big targets, GROM + BOMBS", - "name": "Few big targets, GROM + BOMBS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Very hard target, PENETRATION", - "name": "Very hard target, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Aerial attack, hard targets, CLUSTERS", - "name": "Aerial attack, hard targets, CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24A (21) - 180 kg, cumulative unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Hard targets, ROCKETS, PENETRATION", - "name": "Hard targets, ROCKETS, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24B (21) - 180 kg, fragmented unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "name": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, MIX", - "name": "Long range, MIX", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, RADAR GUIDED MISSILES", - "name": "Long range, RADAR GUIDED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, INFRA RED MISSILES", - "name": "Long range, INFRA RED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort", - "name": "Escort", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort, JAMMER", - "name": "Escort, JAMMER", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "Night, ILLUMINATOR", - "name": "Night, ILLUMINATOR", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, JAMMER", - "name": "Long range, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "UB-16UM - 16 S-5M", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, UPK + ROCKETS", - "name": "Soft targets, UPK + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, UPK + CLUSTERS", - "name": "Soft targets, UPK + CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Patrol, JAMMER", - "name": "Patrol, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RN-24 - 470kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR A", - "name": "NUCLEAR A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RN-28 - 260 kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR B", - "name": "NUCLEAR B", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Short range", - "name": "Short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Smoke - white - 21", - "quantity": 1 - } - ], - "enabled": true, - "code": "AEROBATIC", - "name": "AEROBATIC", - "roles": [] - } - ], - "filename": "mig-21.png", - "enabled": true, - "liveries": { - "afghanistan (1)": { - "name": "Afghanistan (1)", - "countries": "All" - }, - "bulgaria - 1-3 iae (3)": { - "name": "Bulgaria - 1/3 IAE (3)", - "countries": "All" - }, - "germany east - jg-8": { - "name": "East Germany - JG-8", - "countries": "All" - }, - "plaaf - white": { - "name": "PLAAF - White", - "countries": "All" - }, - "croatia - 21st fs": { - "name": "Croatia - 21st Fighter Squadron (Zagreb AB)", - "countries": "All" - }, - "plaaf - sky blue": { - "name": "PLAAF - Sky Blue", - "countries": "All" - }, - "iraq - 17th sqn (2)": { - "name": "Iraq - 17th Sqn (2)", - "countries": "All" - }, - "vvs - amt-11 grey": { - "name": "VVS - AMT-11 Grey", - "countries": "All" - }, - "vvs - 234 gviap": { - "name": "VVS - 234 GvIAP", - "countries": "All" - }, - "bare metal": { - "name": "Bare Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae (2)": { - "name": "Bulgaria - 1/3 IAE (2)", - "countries": "All" - }, - "plaaf - splinter": { - "name": "PLAAF - Splinter", - "countries": "All" - }, - "argentina (2)": { - "name": "Argentina (2)", - "countries": "All" - }, - "vvs - demonstrator": { - "name": "VVS Demonstrator", - "countries": "All" - }, - "vvs - 115 gviap": { - "name": "VVS - 115 GvIAP (Kokaydy AB)", - "countries": "All" - }, - "romania - lancer a": { - "name": "Romania - Lancer A", - "countries": "All" - }, - "sweden - 16th air wing": { - "name": "Sweden - 16th Air Wing", - "countries": "All" - }, - "syria (1)": { - "name": "Syria (1)", - "countries": "All" - }, - "egypt - grey 1982": { - "name": "Egypt - Grey 1982", - "countries": "All" - }, - "finland - hävllv 31": { - "name": "Finland - HavLLv 31", - "countries": "All" - }, - "huaf 47th ab - 6115 (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB) 6115", - "countries": "All" - }, - "libya - 2017": { - "name": "Lybia - 2017", - "countries": "All" - }, - "huaf 47th ab (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB)", - "countries": "All" - }, - "cuba - 1990s": { - "name": "Cuba - 1990s", - "countries": "All" - }, - "serbia - 101st lae": { - "name": "Serbia - 101st LAE", - "countries": "All" - }, - "slovakia - 1998": { - "name": "Slovakia - 1998", - "countries": "All" - }, - "iran - 51st sqn": { - "name": "Iran - 51st Sqn (Umidiyeh AB)", - "countries": "All" - }, - "vvs - 116 cbp": { - "name": "VVS - 116 CBP", - "countries": "All" - }, - "georgia (2)": { - "name": "Georgia (2)", - "countries": "All" - }, - "huaf metal": { - "name": "HuAF Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae": { - "name": "Bulgaria - 1/3 IAE", - "countries": "All" - }, - "india - 101st sqn (1)": { - "name": "India - 101st Sqn Falcons", - "countries": "All" - }, - "ukraine (2)": { - "name": "Ukraine 02", - "countries": "All" - }, - "vpaf - 927th fighter regiment metal": { - "name": "VPAF - 927th Fighter Regiment Metal", - "countries": "All" - }, - "iran - standard": { - "name": "Iran - Standard", - "countries": "All" - }, - "romania - lancer c": { - "name": "Romania - Lancer C", - "countries": "All" - }, - "angola - c41": { - "name": "Angola - C41", - "countries": "All" - }, - "poland - 1 dlmw": { - "name": "Poland - 1 DLMW", - "countries": "All" - }, - "yugoslavia - gray": { - "name": "Yugoslavia - Grey", - "countries": "All" - }, - "angola - c314": { - "name": "Angola - C314", - "countries": "All" - }, - "argentina (1)": { - "name": "Argentina (1)", - "countries": "All" - }, - "romania - gray": { - "name": "Romania - Gray", - "countries": "All" - }, - "dprk - 2016 - 42": { - "name": "DPRK - 2016 Nr.42", - "countries": "All" - }, - "libya - early": { - "name": "Lybia - Early", - "countries": "All" - }, - "poland - metal": { - "name": "Poland - Lacquer Metal", - "countries": "All" - }, - "syria (2)": { - "name": "Syria (2)", - "countries": "All" - }, - "india - 15th sqn": { - "name": "India - 15 Sqn War Games", - "countries": "All" - }, - "cuba - um 5010 is": { - "name": "Cuba - UM 5010 IS", - "countries": "All" - }, - "afghanistan (2)": { - "name": "Afghanistan (2)", - "countries": "All" - }, - "iraq - 9th sqn": { - "name": "Iraq - 9th Sqn", - "countries": "All" - }, - "vpaf - 927th lam son - 6122": { - "name": "VPAF - 927th Lam Son", - "countries": "All" - }, - "yugoslavia - camo": { - "name": "Yugoslavia - Camo", - "countries": "All" - }, - "egypt - tan 1982": { - "name": "Egypt - Tan 1982", - "countries": "All" - }, - "croatia - 1st fs 1992": { - "name": "Croatia - 1st FS 1992", - "countries": "All" - }, - "southeria": { - "name": "Southeria", - "countries": "All" - }, - "ukraine (1)": { - "name": "Ukraine 01", - "countries": "All" - }, - "georgia (1)": { - "name": "Georgia (1)", - "countries": "All" - }, - "northeria - 32nd fs": { - "name": "Northeria - 32nd FG", - "countries": "All" - }, - "cuba - metal": { - "name": "Cuba - Metal", - "countries": "All" - }, - "huaf 47th ab - early": { - "name": "HunAF Griff Sqn. (47th AB) - Early ", - "countries": "All" - }, - "jasdf": { - "name": "JASDF", - "countries": "All" - }, - "raf - 111th sqn": { - "name": "RAF - 111th Sqn", - "countries": "All" - }, - "sweden - m90": { - "name": "Sweden - M90", - "countries": "All" - }, - "algeria": { - "name": "Algeria FD-43", - "countries": "All" - }, - "india - 101st sqn (2)": { - "name": "India - 101st Sqn Falcons (2)", - "countries": "All" - }, - "draken international": { - "name": "Draken International", - "countries": "All" - }, - "raf - 11th sqn": { - "name": "RAF - 11th Sqn", - "countries": "All" - }, - "vpaf - 921st sao do - 5040": { - "name": "VPAF - 921st Sao Do", - "countries": "All" - }, - "vvs - metal": { - "name": "VVS Metal", - "countries": "All" - }, - "iraq - 17th sqn (1)": { - "name": "Iraq - 17th Sqn (1)", - "countries": "All" - }, - "vvs - 185th gviap": { - "name": "VVS 185th GvIAP", - "countries": "All" - }, - "poland - 10 elt": { - "name": "Poland - 10 ELT", - "countries": "All" - }, - "dprk - 2014 - 34": { - "name": "DPRK - 2014 Nr.34", - "countries": "All" - }, - "huaf grey": { - "name": "HuAF Grey", - "countries": "All" - }, - "huaf 31st ab (turul sqn)": { - "name": "HunAF 1904 Capeti (51th AB)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fishbed", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-23MLD": { - "name": "MiG-23MLD", - "coalition": "red", - "label": "MiG-23 Flogger", - "era": "Mid Cold War", - "shortLabel": "23", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4", - "name": "R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,R-60M*2,Fuel-800", - "name": "B-8*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,R-60M*2,Fuel-800", - "name": "UB-32*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4,Fuel-800", - "name": "R-24R*2,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4,Fuel-800", - "name": "R-24R,R-24T,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,Fuel-800", - "name": "R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,R-60M*2,Fuel-800", - "name": "FAB-500*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4", - "name": "R-24R*2,R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*2,R-60M*2,Fuel-800", - "name": "FAB-250*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*2,R-60M*2,Fuel-800", - "name": "RBK-250*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500*2,R-60M*2,Fuel-800", - "name": "RBK-500*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4", - "name": "R-24R,R-24T,R-60M*4", - "roles": [ - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "af standard-2": { - "name": "af standard-2", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard-3 (worn-out)": { - "name": "af standard-3 (worn-out)", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard-1": { - "name": "af standard-1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25PD": { - "name": "MiG-25PD", - "coalition": "red", - "label": "MiG-25PD Foxbat", - "era": "Mid Cold War", - "shortLabel": "25P", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-40T*2", - "name": "R-40R*2,R-40T*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*4", - "name": "R-40R*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-60M*2", - "name": "R-40R*2,R-60M*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25RBT": { - "name": "MiG-25RBT", - "coalition": "red", - "label": "MiG-25RBT Foxbat", - "era": "Mid Cold War", - "shortLabel": "25R", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500x2_60x2", - "name": "FAB-500x2_60x2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*2", - "name": "R-60M*2", - "roles": [ - "Reconnaissance" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-27K": { - "name": "MiG-27K", - "coalition": "red", - "label": "MiG-27K Flogger-D", - "era": "Mid Cold War", - "shortLabel": "M27", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel", - "name": "FAB-250*6,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "name": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MR*2,R-60M*2,Fuel", - "name": "Kh-25MR*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel", - "name": "Kh-29L*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*4", - "name": "B-8*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*2,FAB-500*2,R-60*2", - "name": "BetAB-500*2,FAB-500*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MPU*2,R-60M*2,Fuel", - "name": "Kh-25MPU*2,R-60M*2,Fuel", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel", - "name": "Kh-29T*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "name": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25ML*2,R-60M*2,Fuel", - "name": "Kh-25ML*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*2,R-60M*2,Fuel", - "name": "KAB-500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*2,RBK-250*2,R-60M*2", - "name": "RBK-500AO*2,RBK-250*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60*2,Fuel", - "name": "Kh-29L*2,R-60*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29A": { - "name": "MiG-29A", - "coalition": "red", - "label": "MiG-29A Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "SUN", - "RUS" - ] - }, - "strizhi": { - "name": "Strizhi 1992", - "countries": [ - "RUS" - ] - }, - "domna 120th ar": { - "name": "Domna - 120th Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "mary-1 agressors": { - "name": "Soviet Air Forces, a/b 1521 (Mary-1)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard1": { - "name": "41st Sqn Standard 1", - "countries": [ - "POL" - ] - }, - "iriaf sand-blue": { - "name": "IRIAF sand-blue", - "countries": [ - "IRN" - ] - }, - "strizhi (w)": { - "name": "Strizhi 1992(W)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard2": { - "name": "41st Sqn Standard 2", - "countries": [ - "POL" - ] - }, - "vasylkiv 40th brta": { - "name": "Vasylkiv - 40th Brigade of Tactical Aviation", - "countries": [ - "UKR" - ] - }, - "kazakhstan air defense forces": { - "name": "KazAADF 600th Airbase 2015", - "countries": [ - "KAZ" - ] - }, - "kazakhstan kazaadf 2008": { - "name": "KazAADF 600th Airbase 2008", - "countries": [ - "KAZ" - ] - }, - "iriaf blue-grey": { - "name": "IRIAF blue-grey", - "countries": [ - "IRN" - ] - }, - "syaaf": { - "name": "Syrian Arab Air Force", - "countries": [ - "SYR" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29S": { - "name": "MiG-29S", - "coalition": "red", - "label": "MiG-29S Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "name": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2", - "name": "R-77*4,R-73*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2,Fuel-1500", - "name": "R-77*4,R-73*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "algerian af fc-16": { - "name": "Algerian AF FC-16", - "countries": [ - "DZA" - ] - }, - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "RUS" - ] - }, - "kazaadf new faded (fictional)": { - "name": "KazAADF new faded (fictional)", - "countries": [ - "KAZ" - ] - }, - "strizhi": { - "name": "Strizhi 2003", - "countries": [ - "RUS" - ] - }, - "115 gviap_termez": { - "name": "Termez AFB, 115th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "1521th air base_mary-1": { - "name": "Mary-1 AFB, 1521st Air Force Base", - "countries": [ - "RUS" - ] - }, - "kazaadf old (fictional)": { - "name": "KazAADF old (fictional)", - "countries": [ - "KAZ" - ] - }, - "swifts": { - "name": "Swifts (Aerobatic team)", - "countries": [ - "RUS" - ] - }, - "773 iap_damgarten": { - "name": "Damgarten AFB, 773rd Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "426th air group_erebuni": { - "name": "Erebuni AFB, 426th Air Group", - "countries": [ - "RUS" - ] - }, - "31 gviap_zernograd": { - "name": "Zernograd AFB, 31st Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "28 gviap_andreapol": { - "name": "Andreapol AFB, 28th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "belarusian air force": { - "name": "Belarusian Air Force 61 FAB Baranavichy (2017)", - "countries": [ - "BLR" - ] - }, - "kazaadf new (fictional)": { - "name": "KazAADF new (fictional)", - "countries": [ - "KAZ" - ] - }, - "falcons of russia": { - "name": "Lipetsk, aerobatic group Falcons of Russia", - "countries": [ - "RUS" - ] - }, - "kazaadf new (fictional digital)": { - "name": "KazAADF new digital (fictional digital)", - "countries": [ - "KAZ" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-31": { - "name": "MiG-31", - "coalition": "red", - "label": "MiG-31 Foxhound", - "era": "Late Cold War", - "shortLabel": "M31", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40T*2,R-33*4", - "name": "R-40T*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 1 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-40T,R-33*4,R-40R", - "name": "R-40T,R-33*4,R-40R", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*2,R-33*4", - "name": "R-40R*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-60M*4,R-33*4", - "name": "R-60M*4,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "174 gviap_boris safonov": { - "name": "174 GvIAP Boris Safonov", - "countries": [ - "RUS" - ] - }, - "903_white": { - "name": "Demo 903 White", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 2 crew. Foxhound", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mirage-F1EE": { - "name": "Mirage-F1EE", - "coalition": "blue", - "label": "Mirage-F1EE", - "era": "Mid Cold War", - "shortLabel": "MF1", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*BLU107 Durandal", - "name": "2*AIM-9JULI, 8*BLU107 Durandal", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 250 HD", - "name": "2*AIM-9JULI, 8*SAMP 250 HD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-400 - 400 kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 400 LD", - "name": "2*AIM-9JULI, 8*SAMP 400 LD", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 251 F1B HE", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530EM", - "name": "2*AIM9-JULI, 1*R530EM", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "name": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR", - "name": "2*R550 Magic I, 1*R530IR", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "name": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - }, - { - "name": "BARAX - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-1.png", - "enabled": true, - "liveries": { - "ec 330 lorraine": { - "name": "EC 330 Lorraine", - "countries": [ - "FRA" - ] - }, - "ec 5 330 cote d'argent (fictional ct)": { - "name": "EC 5/330 Cote d'Argent (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "er 2 33 savoie 100 ans de reco (fictional cr)": { - "name": "ER 233 Savoie 100 ans de reco (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6210 _ 2017 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2017 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6209 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6209 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "er 233 savoie ba 118 mont de marsan (fictional cr)": { - "name": "ER 2/33 Savoie BA 118 Mont de Marsan (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "ala 14 blue skin (ee) albacete": { - "name": "ALA 14 Blue Skin (EE) Albacete", - "countries": [ - "SPN" - ] - }, - "usa company skin (m-ee)": { - "name": "USA Company Skin EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ala 14 nato skin 1 (ee)": { - "name": "ALA 14 NATO Skin 1 (EE)", - "countries": [ - "SPN" - ] - }, - "iriaf 3-6210 _ 2013 gray (eq variant)": { - "name": "IRIAF 3-6210 _ 2013 Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "usa company skin 2 (m-ee)": { - "name": "USA Company Skin 2 EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iriaf 3-6214 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6214 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges nato grey": { - "name": "AERGES NATO GREY", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 3 33 lorraine ba 112 reims - champagne ardennes": { - "name": "EC 333 Lorraine BA 112 Reims - Champagne Ardennes", - "countries": [ - "FRA" - ] - }, - "ec 1 12 cambresis": { - "name": "EC 112 BA 103 Cambrai-Épinoy", - "countries": [ - "FRA" - ] - }, - "ala 46 blue skin (ee) gando": { - "name": "ALA 46 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "aerges blue": { - "name": "AERGES BLUE", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 212 picardie": { - "name": "EC 212 Picardie", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6212 _ col. naghdibake (eq variant)": { - "name": "IRIAF 3-6212 _ Col. Naghdibake (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6211 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6211 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ec 1 5 vendee ba orange-cariat": { - "name": "EC 1/5 Vendee BA 115 Orange-Cariat", - "countries": [ - "FRA" - ] - }, - "er 233 savoie ba 118 mont de marsan dessert camu (fictional cr)": { - "name": "ER 233 Savoie BA 118 Mont de Marsan Dessert Camu (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6215 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6210 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ala 46 sq 462 blue skin (ee) gando": { - "name": "ALA 46 SQ 462 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "ec 2 30 normandie niemen (fictional ct)": { - "name": "EC 2/30 Normandie Niemen (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 1990-2010s desert (eq variant)": { - "name": "IRIAF 3-6215 _ 1990-2010s Desert (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges camo": { - "name": "AERGES CAMO", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "usa company grey (m-ee)": { - "name": "USA Company Grey EE", - "countries": [ - "USA", - "AUSAF" - ] - } - }, - "type": "Aircraft", - "description": "Single Jet engine, swept wing, 1 crew.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MosquitoFBMkVI": { - "name": "MosquitoFBMkVI", - "coalition": "blue", - "label": "Mosquito FB MkVI", - "era": "WW2", - "shortLabel": "Mos", - "loadouts": [ - { - "items": [ - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "name": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x RP-3 60lb F No1 Mk.I", - "quantity": 2 - }, - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "250 lb MC Mk.II", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "name": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb S.A.P.", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - } - ], - "enabled": true, - "code": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "name": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb GP Mk.V", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "name": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "500 lb GP Short tail", - "quantity": 4 - } - ], - "enabled": true, - "code": "500 lb GP Short tail*4", - "name": "500 lb GP Short tail*4", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - }, - { - "name": "4 x RP-3 60lb SAP No2 Mk.I", - "quantity": 2 - } - ], - "enabled": true, - "code": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "name": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - } - ], - "filename": "mosquito.png", - "enabled": true, - "liveries": { - "25th bombardment group p": { - "name": "USAAF 25th Bombardment Group \"P\" (Invasion Stripes)", - "countries": [ - "USA" - ] - }, - "l-3 pz474 1945": { - "name": "L-3 PZ474 1945", - "countries": [] - }, - "raf": { - "name": "RAF 1944", - "countries": "All" - }, - "605 sqn up-j wag's war wagon": { - "name": "605 Sqn UP-J \"Wag's War Wagon\"", - "countries": "All" - }, - "605 sqn up-o": { - "name": "605 Sqn UP-O", - "countries": "All" - }, - "605 sqn": { - "name": "605 Sqn", - "countries": "All" - }, - "iaf - 1956 - 110th squadron": { - "name": "IAF - 1956 - 110th Squadron", - "countries": "All" - }, - "ussr air force": { - "name": "USSR Air Force", - "countries": [] - }, - "no. 235 squadron raf 1944": { - "name": "No. 235 Squadron RAF 1944", - "countries": [] - }, - "no. 613 squadron raf june 1944": { - "name": "No. 613 Squadron RAF, June 1944", - "countries": [ - "UK" - ] - }, - "armée de l'air blue": { - "name": "Armée de L'air Blue Camo", - "countries": [ - "FRA" - ] - }, - "raf, ml897d, no.1409 met flight, wyton, late 1943": { - "name": "RAF, ML897/D, No.1409 Met Flight, Wyton, late 1943", - "countries": [ - "UK" - ] - }, - "no. 27 squadron raf popeye camo letters on": { - "name": "No. 27 Squadron RAF Popeye Camo Letters on", - "countries": [] - }, - "25th bombardment group f": { - "name": "USAAF 25th Bombardment Group \"F\"", - "countries": [ - "USA" - ] - }, - "305sqn july": { - "name": "305Sqn July 1944", - "countries": [] - }, - "305sqn june": { - "name": "305Sqn June 1944", - "countries": [] - }, - "25th bombardment group z": { - "name": "USAAF 25th Bombardment Group \"Z\" (Invasion Stripes)", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 2 crew. Mosquito.", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-47D-40": { - "name": "P-47D-40", - "coalition": "blue", - "label": "P-47D Thunderbolt", - "era": "WW2", - "shortLabel": "P47", - "loadouts": [ - { - "items": [ - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "AN-M57*3", - "name": "AN-M57*3", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN-M64*2, Fuel110", - "name": "AN-M64*2, Fuel110", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M65 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M65*2", - "name": "AN-M65*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "150 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel150*2", - "name": "Fuel150*2", - "roles": [ - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "5 x HVAR, UnGd Rkt", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "HVAR*10, Fuel110", - "name": "HVAR*10, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 x 4.5 inch M8 UnGd Rocket", - "quantity": 2 - }, - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "M8*6, AN-M57*2, Fuel110", - "name": "M8*6, AN-M57*2, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "p-47.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Thunderbolt", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-51D-30-NA": { - "name": "P-51D-30-NA", - "coalition": "blue", - "label": "P-51D Mustang", - "era": "WW2", - "shortLabel": "P51", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel75*2", - "name": "Fuel75*2", - "roles": [ - "CAP", - "CAP", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 10 - } - ], - "enabled": true, - "code": "HVAR*10", - "name": "HVAR*10", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "HVAR*6", - "name": "HVAR*6", - "roles": [ - "CAS", - "Strike", - "Antiship Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,Fuel75*2", - "name": "HVAR*6,Fuel75*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,M64*2", - "name": "HVAR*6,M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M64*2", - "name": "M64*2", - "roles": [ - "Strike", - "Antiship Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HVAR Smoke Generator", - "quantity": 2 - } - ], - "enabled": true, - "code": "Smokes", - "name": "Smokes", - "roles": [] - } - ], - "filename": "p-51.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Mustang", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "S-3B Tanker": { - "name": "S-3B Tanker", - "coalition": "blue", - "label": "S-3B Tanker", - "era": "Early Cold War", - "shortLabel": "S3B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "s-3.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "NAVY Standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 4 crew. Viking", - "abilities": "Tanker, Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "Su-17M4": { - "name": "Su-17M4", - "coalition": "red", - "label": "Su-17M4 Fitter", - "era": "Mid Cold War", - "shortLabel": "S17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,FAB-250*4", - "name": "UB-32*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*24,R-60M*2", - "name": "FAB-100*24,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,Fuel*2", - "name": "UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,FAB-250*4", - "name": "B-8*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,Fuel*2", - "name": "B-8*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel*2", - "name": "Kh-29T*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2", - "name": "BetAB-500*6,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25MR*4,R-60M*2,Fuel*2", - "name": "Kh-25MR*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,Fuel*2", - "name": "S-24*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "name": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "name": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*16,R-60M*2", - "name": "FAB-250*16,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "name": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,FAB-250*4", - "name": "S-24*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2", - "name": "FAB-500*6,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*2,Kh-29L*2,R-60*2", - "name": "Kh-25ML*2,Kh-29L*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-17.png", - "enabled": true, - "liveries": { - "af standard (worn-out)": { - "name": "af standard (worn-out)", - "countries": [ - "UKR" - ] - }, - "shap limanskoye ab": { - "name": "shap limanskoye ab", - "countries": [ - "UKR" - ] - }, - "af standard (rus)": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard (worn-out) (rus)": { - "name": "af standard (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fitter", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-24M": { - "name": "Su-24M", - "coalition": "red", - "label": "Su-24M Fencer", - "era": "Mid Cold War", - "shortLabel": "S24", - "loadouts": [ - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*2", - "name": "B-8*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*3", - "name": "B-8*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*6", - "name": "B-8*6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-60M*2", - "name": "BetAB-500*4,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100*24", - "name": "FAB-100*24", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-60M*2", - "name": "FAB-1500*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-250*8", - "name": "FAB-250*8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-500*4,R-60M*2", - "name": "FAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-60M*2,Fuel", - "name": "KAB-1500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "KAB-500*4,R-60M*2", - "name": "KAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25ML*4", - "name": "Kh-25ML*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25MR*4", - "name": "Kh-25MR*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2", - "name": "Kh-29L*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2", - "name": "Kh-29T*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2", - "name": "Kh-31A*2,R-60M*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2,Fuel", - "name": "Kh-31A*2,R-60M*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-60M*2,Fuel", - "name": "Kh-59M*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_L-081", - "name": "Kh25MPU*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh31P*2_Kh25ML*2_L-081", - "name": "Kh31P*2_Kh25ML*2_L-081", - "roles": [ - "SEAD", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*2_L-081", - "name": "Kh58*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8", - "name": "RBK-250*8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-60M*2", - "name": "RBK-500AO*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,Fuel*3", - "name": "S-24*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-24*4", - "name": "S-24*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*2,Fuel*3", - "name": "S-25*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4", - "name": "S-25*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*2,Fuel*3", - "name": "UB-13*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-13*4", - "name": "UB-13*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-500*2", - "name": "UB-13*4,FAB-500*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,Fuel*3", - "name": "UB-32*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4,FAB-250*4", - "name": "UB-32*4,FAB-250*4", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-24.png", - "enabled": true, - "liveries": { - "syrian air force": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "iran air force": { - "name": "Iran Air Force", - "countries": [ - "IRN" - ] - }, - "algerian af kx-12": { - "name": "Algerian AF KX-12", - "countries": [ - "DZA" - ] - }, - "ukrainian air force standard": { - "name": "Ukrainian Air Force", - "countries": [ - "UKR" - ] - }, - "kazakhstan air force": { - "name": "600th Airbase Kazakhstan", - "countries": [ - "KAZ" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew. Fencer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25": { - "name": "Su-25", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - } - ], - "enabled": true, - "code": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "name": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "name": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25*4,Kh-29T*2,R-60*2", - "name": "Kh-25*4,Kh-29T*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "name": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,S-8KOM*80,R-60M*2", - "name": "RBK-250*4,S-8KOM*80,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,SPPU-22*2,R-60M*2", - "name": "S-25*6,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25L*6,R-60*2,Fuel*2", - "name": "S-25L*6,R-60*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 8 - } - ], - "enabled": true, - "code": "S-8TsM*160,R-60*2", - "name": "S-8TsM*160,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "SAB-100*8,R-60*2", - "name": "SAB-100*8,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": false, - "liveries": { - "broken camo scheme #2 (native). 452th shap": { - "name": "broken camo scheme #2 (native). 452th shap.", - "countries": [ - "UKR" - ] - }, - "broken camo scheme #1 (native). 299th oshap": { - "name": "broken camo scheme #1 (native). 299th oshap.", - "countries": [ - "UKR" - ] - }, - "field camo scheme #1 (native)": { - "name": "field camo scheme #1 (native)", - "countries": [ - "SUN", - "RUS" - ] - }, - "field camo scheme #1 (native)01": { - "name": "field camo scheme #1 (native)", - "countries": [ - "GRG" - ] - }, - "haf camo": { - "name": "Hellenic Airforce - Camo (Fictional)", - "countries": [ - "GRC" - ] - }, - "`scorpion` demo scheme (native)": { - "name": "`scorpion` demo scheme (native)", - "countries": [ - "GRG" - ] - }, - "abkhazian air force": { - "name": "Abkhazian Air Force", - "countries": [ - "ABH" - ] - }, - "field camo scheme #3 (worn-out). 960th shap": { - "name": "field camo scheme #3 (worn-out). 960th shap.", - "countries": [ - "RUS" - ] - }, - "petal camo scheme #1 (native). 299th brigade": { - "name": "petal camo scheme #1 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "petal camo scheme #2 (native). 299th brigade": { - "name": "petal camo scheme #2 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "algerian af desert fictional": { - "name": "Algerian AF Desert Fictional", - "countries": [ - "DZA" - ] - }, - "forest camo scheme #1 (native)": { - "name": "forest camo scheme #1 (native)", - "countries": [ - "RUS" - ] - }, - "irgc 54": { - "name": "IRGC 54", - "countries": [ - "IRN" - ] - }, - "field camo scheme #2 (native). 960th shap": { - "name": "field camo scheme #2 (native). 960th shap.", - "countries": [ - "RUS" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25T": { - "name": "Su-25T", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "name": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 800L Wing", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "KAB-500Kr - 500kg TV Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "name": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "KH-29T*2, VIKHR*2, ECM", - "name": "KH-29T*2, VIKHR*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "name": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "name": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "name": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "name": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "name": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "name": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,UB-32*4,R-60M*2", - "name": "RBK-250*4,UB-32*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "name": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": true, - "liveries": { - "af standard 2": { - "name": "af standard 2", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af grey ku-02": { - "name": "Algerian AF Grey KU-02", - "countries": [ - "DZA" - ] - }, - "su-25t test scheme": { - "name": "su-25t test scheme", - "countries": [ - "RUS" - ] - }, - "haf - fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "algerian af trainer ku-04": { - "name": "Algerian AF Trainer KU-04", - "countries": [ - "DZA" - ] - }, - "algerian af grey ku-01": { - "name": "Algerian AF Grey KU-01", - "countries": [ - "DZA" - ] - }, - "af standard 101": { - "name": "af standard 1", - "countries": [ - "GRG" - ] - }, - "algerian af desert ku-03": { - "name": "Algerian AF Desert KU-03", - "countries": [ - "DZA" - ] - }, - "af standard 1": { - "name": "af standard 1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GRG" - ] - } - }, - "type": "Attack", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "Fox 2 and gun, Dumb bombs, rockets, SEAD and ATGMs, Subsonic", - "canTargetPoint": true - }, - "Su-27": { - "name": "Su-27", - "coalition": "red", - "label": "Su-27 Flanker", - "era": "Late Cold War", - "shortLabel": "S27", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": " CAS S-25 Rockets", - "name": " CAS S-25 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShP*6,R-73*2,ECM", - "name": "BetAB-500ShP*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets", - "name": "CAS S-13 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB-500 Bombs", - "name": "CAS S-25 Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets", - "name": "CAS S-8KOM Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-100 Bombs", - "name": "CAS S-8KOM Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 5 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - }, - { - "name": "MBD3-U6-68 with 3 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-250 Bombs", - "name": "CAS S-8KOM Rockets + FAB-250 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-500 Bombs", - "name": "CAS S-8KOM Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 3 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + KMGU PTAB", - "name": "CAS S-8KOM Rockets + KMGU PTAB", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "name": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets", - "name": "CAS S-8OFP Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-100 Bombs", - "name": "CAS S-8OFP Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-500 Bombs", - "name": "CAS S-8OFP Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "name": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "name": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "name": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ER*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,ECM", - "name": "R-73*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*4,R-27ET*2", - "name": "R-73*4,R-27ER*4,R-27ET*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*6", - "name": "R-73*4,R-27ER*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "name": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,FAB-500*4,R-73*4", - "name": "S-25*2,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4, FAB-500*4, R-73*2, ECM", - "name": "S-25*4, FAB-500*4, R-73*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "kubinka afb (russian knights old)": { - "name": "Kubinka AFB (Russian Knights Old)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (831th brigade)": { - "name": "Mirgorod AFB (831th brigade)", - "countries": [ - "UKR" - ] - }, - "lypetsk afb (falcons of russia)": { - "name": "Lypetsk AFB (Falcons of Russia)", - "countries": [ - "RUS" - ] - }, - "hotilovo afb": { - "name": "Hotilovo AFB", - "countries": [ - "RUS" - ] - }, - "plaaf k2s new parade": { - "name": "PLAAF K2S new parade", - "countries": [ - "CHN" - ] - }, - "plaaf standard": { - "name": "PLAAF Standard", - "countries": [ - "CHN" - ] - }, - "algerian af grey 04": { - "name": "Algerian AF GREY 04", - "countries": [ - "DZA" - ] - }, - "air force standard early": { - "name": "Air Force Standard Early", - "countries": [ - "SUN", - "RUS" - ] - }, - "air force ukraine standard": { - "name": "Air Force Ukraine Standard", - "countries": [ - "UKR" - ] - }, - "planaf hh8s": { - "name": "PLANAF HH8S", - "countries": [ - "CHN" - ] - }, - "ozerne afb (9th brigade)": { - "name": "Ozerne AFB (9th brigade)", - "countries": [ - "UKR" - ] - }, - "air force ukraine standard early": { - "name": "Air Force Ukraine Standard Early", - "countries": [ - "UKR" - ] - }, - "algerian af blue 02": { - "name": "Algerian AF Blue 02", - "countries": [ - "DZA" - ] - }, - "plaaf k1s old": { - "name": "PLAAF K1S old", - "countries": [ - "CHN" - ] - }, - "m gromov fri": { - "name": "M Gromov FRI", - "countries": [ - "RUS" - ] - }, - "plaaf k33s": { - "name": "PLAAF K33S", - "countries": [ - "CHN" - ] - }, - "air force standard": { - "name": "Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf k2s old": { - "name": "PLAAF K2S old", - "countries": [ - "CHN" - ] - }, - "chkalovsk afb (689 gviap)": { - "name": "Chkalovsk AFB (689 GvIAP)", - "countries": [ - "RUS" - ] - }, - "kazakhstan air defense forces": { - "name": "Kazakhstan Air Defense Forces", - "countries": [ - "KAZ" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "besovets afb": { - "name": "Besovets AFB", - "countries": [ - "RUS" - ] - }, - "kilpyavr afb (maresyev)": { - "name": "Kilpyavr AFB (Maresyev)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (digital camo)": { - "name": "Mirgorod AFB (Digital camo)", - "countries": [ - "UKR" - ] - }, - "plaaf k2s new": { - "name": "PLAAF K2S new", - "countries": [ - "CHN" - ] - }, - "air force standard old": { - "name": "Air Force Standard old", - "countries": [ - "SUN", - "RUS" - ] - }, - "lodeynoye pole afb (177 iap)": { - "name": "Lodeynoye pole AFB (177 IAP)", - "countries": [ - "RUS" - ] - }, - "kubinka afb (russian knights)": { - "name": "Kubinka AFB (Russian Knights)", - "countries": [ - "RUS" - ] - }, - "lypetsk afb (shark)": { - "name": "Lypetsk AFB (Shark)", - "countries": [ - "RUS" - ] - }, - "besovets afb 2 squadron": { - "name": "Besovets AFB 2 squadron", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-30": { - "name": "Su-30", - "coalition": "red", - "label": "Su-30 Super Flanker", - "era": "Late Cold War", - "shortLabel": "S30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*6,ECM", - "name": "R-73*2,R-77*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27R*4", - "name": "R-73*2,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,ECM", - "name": "RBK-500AO*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "name": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27R*4", - "name": "R-73*4,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*2,Kh-35*2,ECM", - "name": "R-73*2,R-77*2,Kh-35*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "name": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,B-8*2,R-73*2,ECM", - "name": "FAB-250*4,B-8*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,ECM", - "name": "RBK-250*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-77*6", - "name": "R-73*4,R-77*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-73*2,ECM", - "name": "FAB-250*4,S-25*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*4,ECM", - "name": "R-73*2,R-27R*2,R-27ER*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "name": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-73*2,R-77*2,ECM", - "name": "FAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "name": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*4", - "name": "R-73*4,R-27R*2,R-27ER*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,ECM", - "name": "BetAB-500*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-73*2,ECM", - "name": "FAB-250*4,UB-13*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*4,R-27ER*2,ECM", - "name": "R-73*2,R-77*4,R-27ER*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,ECM", - "name": "FAB-250*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-77*4,R-27ER*2", - "name": "R-73*4,R-77*4,R-27ER*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-77*2,ECM", - "name": "Kh-31P*4,R-73*2,R-77*2,ECM", - "roles": [ - "SEAD" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "af standard last": { - "name": "af standard last", - "countries": [ - "RUS" - ] - }, - "`russian knights` team #25": { - "name": "`russian knights` team #25", - "countries": [ - "RUS" - ] - }, - "adf 148th ctc savasleyka ab": { - "name": "adf 148th ctc savasleyka ab", - "countries": [ - "RUS" - ] - }, - "`desert` test paint scheme": { - "name": "`desert` test paint scheme", - "countries": [ - "RUS" - ] - }, - "`test-pilots` team #597": { - "name": "`test-pilots` team #597", - "countries": [ - "RUS" - ] - }, - "`snow` test paint scheme": { - "name": "`snow` test paint scheme", - "countries": [ - "RUS" - ] - }, - "af standard early": { - "name": "af standard early", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard last (worn-out)": { - "name": "af standard last (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard early (worn-out)": { - "name": "af standard early (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-33": { - "name": "Su-33", - "coalition": "red", - "label": "Su-33 Navy Flanker", - "era": "Late Cold War", - "shortLabel": "S33", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,R-27R*2,ECM", - "name": "RBK-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*6", - "name": "R-73*4,R-27R*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ET*2,R-27ER*6", - "name": "R-73*4,R-27ET*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,R-27R*2,ECM", - "name": "FAB-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*6,ECM", - "name": "R-73*2,R-27R*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "name": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "name": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4,FAB-250*4,R-73*2,ECM", - "name": "S-25*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,R-27R*2,ECM", - "name": "FAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,FAB-250*4,R-73*2,ECM", - "name": "B-8*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4,FAB-500*4,R-73*4", - "name": "S-25*4,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB500", - "name": "CAS S-8KOM rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP rockets + FAB500", - "name": "CAS S-8OFP rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB500", - "name": "CAS S-13 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB100", - "name": "CAS S-13 Rockets + FAB100", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB250", - "name": "CAS S-8KOM rockets + FAB250", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB500", - "name": "CAS S-25 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB10", - "name": "CAS S-8KOM rockets + RBK500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB1", - "name": "CAS S-8KOM rockets + RBK500 PTAB1", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "t-10k-9 test paint scheme": { - "name": "t-10k-9 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad navy": { - "name": "Navy, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "aaf blue 68": { - "name": "Algerian AF BLUE No 68", - "countries": [ - "DZA" - ] - }, - "haf - aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "279th kiap 2nd squad syria 2017": { - "name": "Syria 2017, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "aaf grey 12": { - "name": "Algerian AF GREY No 12", - "countries": [ - "DZA" - ] - }, - "t-10k-5 test paint scheme": { - "name": "t-10k-5 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad syria 2017": { - "name": "Syria 2017, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "279th kiap 2nd squad navy": { - "name": "Navy, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "t-10k-1 test paint scheme": { - "name": "t-10k-1 test paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "plan carrier air wings j-15": { - "name": "PLAN Carrier Air Wings J-15", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-34": { - "name": "Su-34", - "coalition": "red", - "label": "Su-34 Hellduck", - "era": "Modern", - "shortLabel": "S34", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-100*28,R-73*2,ECM", - "name": "FAB-100*28,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*8,R-73*2,ECM", - "name": "BetAB-500*8,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "name": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*8,R-73*2,ECM", - "name": "FAB-250*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "name": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 3 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*3,R-73*2,R-77*2,ECM", - "name": "FAB-1500*3,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*6,R-73*2,R-27R*2,ECM", - "name": "B-8*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*8,R-73*2,ECM", - "name": "FAB-500*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 4 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 6 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "name": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "russian air force old": { - "name": "Russian Air Force Old", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter and strike. Fullback", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado GR4": { - "name": "Tornado GR4", - "coalition": "blue", - "label": "Tornado GR4", - "era": "Late Cold War", - "shortLabel": "GR4", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, Fuel*2, ECM", - "name": "AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "ALARM", - "quantity": 4 - }, - { - "name": "", - "quantity": 4 - } - ], - "enabled": true, - "code": "ALARM*4, Fuel*2, ECM", - "name": "ALARM*4, Fuel*2, ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "name": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike", - "FAC-A", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 4 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "name": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "name": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "no. 14 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 14 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "o of ii (ac) squadron raf marham": { - "name": "o of ii (ac) squadron raf marham", - "countries": [ - "UK" - ] - }, - "bb of 14 squadron raf lossiemouth": { - "name": "bb of 14 squadron raf lossiemouth", - "countries": [ - "UK" - ] - }, - "no. 9 squadron raf marham ab (norfolk)": { - "name": "no. 9 squadron raf marham ab (norfolk)", - "countries": [ - "UK" - ] - }, - "no. 12 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 12 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "no. 617 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 617 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado IDS": { - "name": "Tornado IDS", - "coalition": "blue", - "label": "Tornado IDS", - "era": "Late Cold War", - "shortLabel": "IDS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,Fuel*2", - "name": "Kormoran*2,AIM-9*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-16*2,AIM-9*2,Fuel*2", - "name": "GBU-16*2,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel*2", - "name": "Fuel*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*4,AIM-9*2,ECM", - "name": "AGM-88*4,AIM-9*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "name": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*4,AIM-9*2", - "name": "Kormoran*4,AIM-9*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,AGM-88*2", - "name": "Kormoran*2,AIM-9*2,AGM-88*2", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4,AIM-9*2,Fuel*2", - "name": "Mk-82*4,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "ita tornado black": { - "name": "Tornado Black", - "countries": [ - "ITA" - ] - }, - "marinefliegergeschwader 2 eggebek ab marineflieger": { - "name": "marinefliegergeschwader 2 eggebek ab marineflieger", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe": { - "name": "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado mm7042": { - "name": "Tornado MM7042", - "countries": [ - "ITA" - ] - }, - "ita tornado mm55004": { - "name": "Tornado MM55004", - "countries": [ - "ITA" - ] - }, - "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe": { - "name": "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme": { - "name": "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 32 lechfeld ab luftwaffe": { - "name": "jagdbombergeschwader 32 lechfeld ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado (sesto stormo diavoli rossi)": { - "name": "Tornado (Sesto Stormo Diavoli Rossi)", - "countries": [ - "ITA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-142": { - "name": "Tu-142", - "coalition": "red", - "label": "Tu-142 Bear", - "era": "Mid Cold War", - "shortLabel": "142", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*6", - "name": "Kh-35*6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 11 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-160": { - "name": "Tu-160", - "coalition": "red", - "label": "Tu-160 Blackjack", - "era": "Late Cold War", - "shortLabel": "160", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-65*12", - "name": "Kh-65*12", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-160.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 4 crew bomber. Blackjack", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-22M3": { - "name": "Tu-22M3", - "coalition": "red", - "label": "Tu-22M3 Backfire", - "era": "Late Cold War", - "shortLabel": "T22", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-22N", - "name": "Kh-22N", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-22N*2", - "name": "Kh-22N*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*69", - "name": "FAB-250*69", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33", - "name": "FAB-500*33", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33, FAB-250*36", - "name": "FAB-500*33, FAB-250*36", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*33", - "name": "FAB-250*33", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "tu-22.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 4 crew bomber. Backfire", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-95MS": { - "name": "Tu-95MS", - "coalition": "red", - "label": "Tu-95MS Bear", - "era": "Mid Cold War", - "shortLabel": "T95", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-65*6", - "name": "Kh-65*6", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 6 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15ESE": { - "name": "F-15ESE", - "coalition": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "era": "", - "enabled": true, - "loadouts": [ - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB * 2", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "name": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "name": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107 * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "name": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "GBU-10 * 2", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 AIR * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "name": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "name": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "CBU-87 * 6", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "name": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-7MH Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "CBU-87 * 3", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "name": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "CBU-97 * 3", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "name": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 3 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M x 3, AIM-120B", - "name": "CATM-9M x 3, AIM-120B", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M, CAIM-120", - "name": "CATM-9M, CAIM-120", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "Clean", - "name": "Clean", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - } - ], - "filename": "f-15.png", - "liveries": { - "usaf 334th eagles fs af89 aim high": { - "name": "USAF 334th Eagles AF89-475 'Aim High'", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 low vis combat": { - "name": "USAF 335th Chiefs AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis combat": { - "name": "USAF 492nd Madhatters AF91 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 high vis clean": { - "name": "USAF 335th Chiefs AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89-0487 lucky": { - "name": "USAF 335th Chiefs AF89-0487 'Lucky'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1690 darkness falls": { - "name": "USAF 336th Rocketeers AF88-1690 'Darkness Falls'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af92-366 billy the kid": { - "name": "USAF 391st Bold Tigers AF92-366 'Billy the Kid'", - "countries": [ - "USA" - ] - }, - "idf ra'am, 69 hammer sqn": { - "name": "IDF 69th Hammers Scheme B", - "countries": [ - "ISR" - ] - }, - "usaf 336th rocketeers fs af89 high vis clean": { - "name": "USAF 336th Rocketeers AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-496 shadow": { - "name": "USAF 336th Rocketeers AF89-496 'Shadow'", - "countries": [ - "USA" - ] - }, - "usaf 389th thunderbolts fs af90 low vis combat": { - "name": "USAF 389th Thunderbolts AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd mad hatters fs 97-219 75th d-day anniversary": { - "name": "USAF 492nd Madhatters AF97-219 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 334th eagles fs af89 high vis clean": { - "name": "USAF 334th Eagles AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af91-300 leo": { - "name": "USAF 391st Bold Tigers AF91-300 'Leo'", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis clean": { - "name": "USAF 494th Panthers AF01 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-220 thanos": { - "name": "USAF 492nd Madhatters AF97-220 'Thanos'", - "countries": [ - "USA" - ] - }, - "usaf 48th fw 70th anniversary af92-364 heritage": { - "name": "USAF 48th FW 70th Aniversary AF92-364 Heritage", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 low vis combat": { - "name": "USAF 336th Rocketeers AF88 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-221 low vis combat": { - "name": "USAF 492nd Madhatters AF97-221 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-315 vader": { - "name": "USAF 492nd Madhatters AF91-315 'Vader'", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-327 green goblin": { - "name": "USAF 492nd Madhatters AF91-327 'Green Goblin'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-247 kraken": { - "name": "USAF 391st Bold Tigers AF90-247 'kraken'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1700 dragon betty": { - "name": "USAF 336th Rocketeers AF88-1700 'Dragon Betty'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-501": { - "name": "USAF 336th Rocketeers AF89-501", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 high vis clean": { - "name": "USAF 336th Rocketeers AF88 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 333rd rocketeers fs af87-199 333 fgs": { - "name": "USAF 333rd Lancers AF87-0199 333 FGS", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-241 high vis combat": { - "name": "USAF 391st Bold Tigers AF90-241 High Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis clean": { - "name": "USAF 492nd Madhatters AF96 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af00 low vis combat": { - "name": "USAF 494th Panthers AF00 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis clean": { - "name": "USAF 492nd Madhatters AF91 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis combat": { - "name": "USAF 494th Panthers AF01 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis clean": { - "name": "USAF 492nd Madhatters AF98 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 low vis clean": { - "name": "USAF 17th Weapons Squadron AF90 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1673 336 fgs": { - "name": "USAF 336th Rocketeers AF88-1673 336 FGS", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89 low vis combat": { - "name": "USAF 336th Rocketeers AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-308 low vis clean": { - "name": "USAF 492nd Madhatters AF91-308 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis combat": { - "name": "USAF 492nd Madhatters AF98 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers af90-250 tmota": { - "name": "USAF 391ST Bold Tigers 2005 Tiger Meet of the Americas", - "countries": [ - "USA" - ] - }, - "usaf af86-183 number1": { - "name": "USAF Test AF86-183 'Number 1'", - "countries": [ - "USA" - ] - }, - "usaf 17th wps af90-257": { - "name": "USAF 17th Weapons Squadron AF90-257 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 high vis clean": { - "name": "USAF 17th Weapons Squadron AF90 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis combat": { - "name": "USAF 492nd Madhatters AF96 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90 low vis combat": { - "name": "USAF 391st Bold Tigers AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs 91-603 75th d-day anniversary": { - "name": "USAF 494th Panthers AF91-603 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 336th fw mountain home 75 years af87-173": { - "name": "USAF 366th FW 'Mountain Home 75 Years' AF87-0173", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1687 mad duck iv": { - "name": "USAF 336th Rocketeers AF88-1687 'Mad Duck IV'", - "countries": [ - "USA" - ] - } - } - }, - "F-14A": { - "name": "F-14A", - "coalition": "", - "era": "", - "label": "F-14A Tomcat", - "shortLabel": "F14", - "type": "F_14A", - "enabled": false, - "liveries": {} - }, - "Su-25TM": { - "name": "Su-25TM", - "coalition": "", - "era": "", - "label": "SU-25TM", - "shortLabel": "S25", - "type": "Su_25TM", - "enabled": false, - "liveries": {} - }, - "Su-24MR": { - "name": "Su-24MR", - "coalition": "", - "era": "", - "label": "Su-24MR Fencer", - "shortLabel": "S24", - "type": "Su_24MR", - "enabled": false, - "liveries": {} - }, - "S-3B": { - "name": "S-3B", - "coalition": "", - "era": "", - "label": "S-3B", - "shortLabel": "S3B", - "type": "S_3B", - "enabled": false, - "liveries": {} - }, - "Mirage 2000-5": { - "name": "Mirage 2000-5", - "coalition": "", - "era": "", - "label": "MIRAGE 2000-5", - "shortLabel": "M2k", - "type": "Mirage_2000_5", - "enabled": false, - "liveries": {} - }, - "F-15E": { - "name": "F-15E", - "coalition": "", - "era": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "type": "F_15E", - "enabled": false, - "liveries": {} - }, - "MiG-29G": { - "name": "MiG-29G", - "coalition": "", - "era": "", - "label": "MiG-29G Fulcrum", - "shortLabel": "M29", - "type": "MiG_29G", - "enabled": false, - "liveries": {} - }, - "F-16C bl.50": { - "name": "F-16C bl.50", - "coalition": "", - "era": "", - "label": "F-16C Viper Block 50", - "shortLabel": "16C", - "type": "F_16C_bl_50", - "enabled": false, - "liveries": {} - }, - "F-16C bl.52d": { - "name": "F-16C bl.52d", - "coalition": "", - "era": "", - "label": "F-16C BL.52D", - "shortLabel": "16C", - "type": "F_16C_bl_52d", - "enabled": false, - "liveries": {} - }, - "F-16A": { - "name": "F-16A", - "coalition": "", - "era": "", - "label": "F-16A Viper", - "shortLabel": "16A", - "type": "F_16A", - "enabled": false, - "liveries": {} - }, - "F-16A MLU": { - "name": "F-16A MLU", - "coalition": "", - "era": "", - "label": "F-16A Viper MLU", - "shortLabel": "16A", - "type": "F_16A_MLU", - "enabled": false, - "liveries": {} - }, - "RQ-1A Predator": { - "name": "RQ-1A Predator", - "coalition": "", - "era": "", - "label": "RQ-1A PREDATOR", - "shortLabel": "RQ1", - "type": "RQ_1A_Predator", - "enabled": false, - "liveries": {} - }, - "Yak-40": { - "name": "Yak-40", - "coalition": "", - "era": "", - "label": "YAK-40", - "shortLabel": "40", - "type": "Yak_40", - "enabled": false, - "liveries": {} - }, - "SpitfireLFMkIX": { - "name": "SpitfireLFMkIX", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIX", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire." - }, - "SpitfireLFMkIXCW": { - "name": "SpitfireLFMkIXCW", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9 CW", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIXCW", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire with clipped wingtips.." - }, - "P-51D": { - "name": "P-51D", - "coalition": "", - "era": "", - "label": "P-51D Mustang", - "shortLabel": "P51", - "type": "P_51D", - "enabled": false, - "liveries": {} - }, - "P-47D-30": { - "name": "P-47D-30", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30", - "enabled": false, - "liveries": {} - }, - "P-47D-30bl1": { - "name": "P-47D-30bl1", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30bl1", - "enabled": false, - "liveries": {} - }, - "A-10A": { - "name": "A-10A", - "coalition": "", - "era": "", - "label": "A-10A Warthog", - "shortLabel": "A10", - "type": "A_10A", - "enabled": true, - "liveries": {} - }, - "A-10C": { - "name": "A-10C", - "coalition": "", - "era": "", - "label": "A-10C Warthog", - "shortLabel": "A10", - "type": "A_10C", - "enabled": false, - "liveries": {} - }, - "KC130": { - "name": "KC130", - "coalition": "", - "era": "", - "label": "KC130", - "shortLabel": "130", - "type": "KC130", - "enabled": false, - "liveries": {} - }, - "C-101EB": { - "name": "C-101EB", - "coalition": "", - "era": "", - "label": "C-101EB", - "shortLabel": "C-101EB", - "type": "C_101EB", - "enabled": false, - "liveries": {} - }, - "KJ-2000": { - "name": "KJ-2000", - "coalition": "", - "era": "", - "label": "KJ-2000", - "shortLabel": "KJ-2000", - "type": "KJ_2000", - "enabled": false, - "liveries": {} - }, - "WingLoong-I": { - "name": "WingLoong-I", - "coalition": "", - "era": "", - "label": "MQ-9 Reaper", - "shortLabel": "MQ9", - "type": "WingLoong_I", - "enabled": false, - "liveries": {} - }, - "Christen Eagle II": { - "name": "Christen Eagle II", - "coalition": "", - "era": "", - "label": "CHRISTEN EAGLE II", - "shortLabel": "CE2", - "type": "Christen_Eagle_II", - "enabled": false, - "liveries": {} - }, - "F-5E": { - "name": "F-5E", - "coalition": "", - "era": "", - "label": "F-5E", - "shortLabel": "5E", - "type": "F_5E", - "enabled": false, - "liveries": {} - }, - "F/A-18A": { - "name": "F/A-18A", - "coalition": "", - "era": "", - "label": "F/A-18A", - "shortLabel": "18A", - "type": "F_A_18A", - "enabled": false, - "liveries": {} - }, - "F/A-18C": { - "name": "F/A-18C", - "coalition": "", - "era": "", - "label": "F/A-18C", - "shortLabel": "18C", - "type": "F_A_18C", - "enabled": false, - "liveries": {} - }, - "Hawk": { - "name": "Hawk", - "coalition": "", - "era": "", - "label": "Hawk", - "shortLabel": "Hk", - "type": "Hawk", - "enabled": false, - "liveries": {} - }, - "L-39C": { - "name": "L-39C", - "coalition": "", - "era": "", - "label": "L-39C", - "shortLabel": "L39C", - "type": "L_39C", - "enabled": false, - "liveries": {} - }, - "MB-339APAN": { - "name": "MB-339APAN", - "coalition": "", - "era": "", - "label": "MB-339APAN", - "shortLabel": "339", - "type": "MB_339APAN", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C": { - "name": "Mirage-F1C", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C", - "shortLabel": "MF1", - "type": "Mirage_F1C", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CE": { - "name": "Mirage-F1CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CE", - "shortLabel": "MF1", - "type": "Mirage_F1CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-EE": { - "name": "Mirage-F1M-EE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-EE", - "shortLabel": "MF1", - "type": "Mirage_F1M_EE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-CE": { - "name": "Mirage-F1M-CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-CE", - "shortLabel": "MF1", - "type": "Mirage_F1M_CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C-200": { - "name": "Mirage-F1C-200", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C-200", - "shortLabel": "MF1", - "type": "Mirage_F1C_200", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EH": { - "name": "Mirage-F1EH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EH", - "shortLabel": "MF1", - "type": "Mirage_F1EH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CH": { - "name": "Mirage-F1CH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CH", - "shortLabel": "MF1", - "type": "Mirage_F1CH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1JA": { - "name": "Mirage-F1JA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1JA", - "shortLabel": "MF1", - "type": "Mirage_F1JA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CG": { - "name": "Mirage-F1CG", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CG", - "shortLabel": "MF1", - "type": "Mirage_F1CG", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CZ": { - "name": "Mirage-F1CZ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CZ", - "shortLabel": "MF1", - "type": "Mirage_F1CZ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CJ": { - "name": "Mirage-F1CJ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CJ", - "shortLabel": "MF1", - "type": "Mirage_F1CJ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CK": { - "name": "Mirage-F1CK", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CK", - "shortLabel": "MF1", - "type": "Mirage_F1CK", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EQ": { - "name": "Mirage-F1EQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EQ", - "shortLabel": "MF1", - "type": "Mirage_F1EQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1ED": { - "name": "Mirage-F1ED", - "coalition": "", - "era": "", - "label": "MIRAGE-F1ED", - "shortLabel": "MF1", - "type": "Mirage_F1ED", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EDA": { - "name": "Mirage-F1EDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EDA", - "shortLabel": "MF1", - "type": "Mirage_F1EDA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CR": { - "name": "Mirage-F1CR", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CR", - "shortLabel": "MF1", - "type": "Mirage_F1CR", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CT": { - "name": "Mirage-F1CT", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CT", - "shortLabel": "MF1", - "type": "Mirage_F1CT", - "enabled": false, - "liveries": {} - }, - "Mirage-F1B": { - "name": "Mirage-F1B", - "coalition": "", - "era": "", - "label": "MIRAGE-F1B", - "shortLabel": "MF1", - "type": "Mirage_F1B", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BE": { - "name": "Mirage-F1BE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BE", - "shortLabel": "MF1", - "type": "Mirage_F1BE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BQ": { - "name": "Mirage-F1BQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BQ", - "shortLabel": "MF1", - "type": "Mirage_F1BQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BD": { - "name": "Mirage-F1BD", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BD", - "shortLabel": "MF1", - "type": "Mirage_F1BD", - "enabled": false, - "liveries": {} - }, - "Mirage-F1DDA": { - "name": "Mirage-F1DDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1DDA", - "shortLabel": "MF1", - "type": "Mirage_F1DDA", - "enabled": false, - "liveries": {} - }, - "Yak-52": { - "name": "Yak-52", - "coalition": "", - "era": "", - "label": "YAK-52", - "shortLabel": "52", - "type": "Yak_52", - "enabled": false, - "liveries": {} - }, - "B-17G": { - "name": "B-17G", - "coalition": "", - "era": "", - "label": "B-17G Flying Fortress", - "shortLabel": "B17", - "type": "B_17G", - "enabled": false, - "liveries": {} - }, - "Ju-88A4": { - "name": "Ju-88A4", - "coalition": "", - "era": "", - "label": "JU-88 A4", - "shortLabel": "Ju88", - "type": "Ju_88A4", - "enabled": false, - "liveries": {} - }, - "C-47": { - "name": "C-47", - "coalition": "", - "era": "", - "label": "C-47 Dakota", - "shortLabel": "C47", - "type": "C_47", - "enabled": false, - "liveries": {} - }, - "TF-51D": { - "name": "TF-51D", - "coalition": "", - "era": "", - "label": "TF-51D", - "shortLabel": "T51", - "type": "TF_51D", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/default/aircraftdatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/default/aircraftdatabase.json deleted file mode 100644 index 1eeed1ee..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/default/aircraftdatabase.json +++ /dev/null @@ -1,33295 +0,0 @@ -{ - "A-10C_2": { - "name": "A-10C_2", - "coalition": "blue", - "era": "Late Cold War", - "label": "A-10C Warthog 2", - "shortLabel": "A10", - "loadouts": [ - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "name": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "name": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "name": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "name": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "name": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "name": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "name": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "name": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "name": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "name": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*12, TGP, CAP-9*1", - "name": "BDU-33*12, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with TGM-65D - Trg Round for Mav D (IIR)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65H - Trg Round for Mav H (CCD)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "name": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1", - "name": "BDU-33*6, TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "name": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "name": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 6 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk1, Practice", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "name": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts WTU-1/B, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "name": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-103*4, M151*14, AIM-9*2, ECM", - "name": "CBU-103*4, M151*14, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "name": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*28, AIM-9*2,ECM", - "name": "CBU-87*4, M151*28, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*42, AIM-9*2, ECM", - "name": "CBU-87*4, M151*42, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*14,TGP, AIM-9*2", - "name": "GBU-12*14,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "name": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "name": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "name": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "name": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-131 pods - 21 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "name": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 6 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "name": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "M151*98, Mk-82*2,AIM-9*2,ECM", - "name": "M151*98, Mk-82*2,AIM-9*2,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 5 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*20,AIM-9*2,ECM", - "name": "Mk-82*20,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "name": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-9*2,TGP,ECM", - "name": "Mk-82*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "name": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*8,AIM-9*2,ECM", - "name": "Mk-82*8,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 5 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "name": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*8,AIM-9*2,ECM", - "name": "Mk-82AIR*8,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M257, Para Illum", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "MK-84*2,LAU-68*2,AGM-65K*2", - "name": "MK-84*2,LAU-68*2,AGM-65K*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*4,AIM-9*2,ECM", - "name": "Mk-84*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*6,AIM-9*2,TGP,ECM", - "name": "Mk-84*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 9 - } - ], - "enabled": true, - "code": "SUU-25*9,AIM-9*2,ECM", - "name": "SUU-25*9,AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP", - "name": "TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, BDU-50LGB*4", - "name": "TGP, CAP-9*1, BDU-50LGB*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "name": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 3 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "name": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "name": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "name": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "name": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "name": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "a-10.png", - "enabled": true, - "liveries": { - "81st fs spangdahlem ab, germany (sp) 1": { - "name": "81st FS Spangdahlem AB, Germany (SP) 1", - "countries": [ - "USA" - ] - }, - "fictional spanish tritonal": { - "name": "Fictional Spanish Tritonal", - "countries": [ - "SPN" - ] - }, - "47th fs barksdale afb, louisiana (bd)": { - "name": "47th FS Barksdale AFB, Louisiana (BD)", - "countries": [ - "USA" - ] - }, - "fictional georgian olive": { - "name": "Fictional Georgian Olive", - "countries": [ - "GRG" - ] - }, - "algerian af fictional grey": { - "name": "Algerian AF Fictional Grey", - "countries": [ - "DZA" - ] - }, - "fictional russian air force 1": { - "name": "Fictional Russian Air Force 1", - "countries": [ - "RUS" - ] - }, - "fictional israel 115 sqn flying dragon": { - "name": "Fictional Israel 115 Sqn Flying Dragon", - "countries": [ - "ISR" - ] - }, - "172nd fs battle creek angb, michigan (bc)": { - "name": "172nd FS Battle Creek ANGB, Michigan (BC)", - "countries": [ - "USA" - ] - }, - "190th fs boise angb, idaho (id)": { - "name": "190th FS Boise ANGB, Idaho (ID)", - "countries": [ - "USA" - ] - }, - "81st fs spangdahlem ab, germany (sp) 2": { - "name": "81st FS Spangdahlem AB, Germany (SP) 2", - "countries": [ - "USA" - ] - }, - "fictional german 3322": { - "name": "Fictional German 3322", - "countries": [ - "GER" - ] - }, - "66th ws nellis afb, nevada (wa)": { - "name": "66th WS Nellis AFB, Nevada (WA)", - "countries": [ - "USA" - ] - }, - "algerian af fictional desert": { - "name": "Algerian AF Fictional Desert", - "countries": [ - "DZA" - ] - }, - "fictional italian am (23gruppo)": { - "name": "AM (23Gruppo)", - "countries": [ - "ITA" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "184th fs arkansas ang, fort smith (fs)": { - "name": "184th FS Arkansas ANG, Fort Smith (FS)", - "countries": [ - "USA" - ] - }, - "354th fs davis monthan afb, arizona (dm)": { - "name": "354th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "fictional royal norwegian air force": { - "name": "Fictional Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "422nd tes nellis afb, nevada (ot)": { - "name": "422nd TES Nellis AFB, Nevada (OT)", - "countries": [ - "USA" - ] - }, - "118th fs bradley angb, connecticut (ct)": { - "name": "118th FS Bradley ANGB, Connecticut (CT)", - "countries": [ - "USA" - ] - }, - "fictional spanish aga": { - "name": "Fictional Spanish AGA", - "countries": [ - "SPN" - ] - }, - "74th fs moody afb, georgia (ft)": { - "name": "74th FS Moody AFB, Georgia (FT)", - "countries": [ - "USA" - ] - }, - "fictional russian air force 2": { - "name": "Fictional Russian Air Force 2", - "countries": [ - "RUS" - ] - }, - "118th fs bradley angb, connecticut (ct) n621": { - "name": "118th FS Bradley ANGB, Connecticut (CT) N621", - "countries": [ - "USA" - ] - }, - "357th fs davis monthan afb, arizona (dm)": { - "name": "357th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "canada rcaf 409 squadron": { - "name": "Fictional RCAF 409 Squadron", - "countries": [ - "CAN" - ] - }, - "355th fs eielson afb, alaska (ak)": { - "name": "355th FS Eielson AFB, Alaska (AK)", - "countries": [ - "USA" - ] - }, - "25th fs osan ab, korea (os)": { - "name": "25th FS Osan AB, Korea (OS)", - "countries": [ - "USA" - ] - }, - "358th fs davis monthan afb, arizona (dm)": { - "name": "358th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "australia notional raaf": { - "name": "Australia Notional RAAF", - "countries": [ - "AUS" - ] - }, - "fictional canadian air force pixel camo": { - "name": "Fictional Canadian Air Force Pixel Camo", - "countries": [ - "CAN" - ] - }, - "fictional france escadron de chasse 03.003 ardennes": { - "name": "Fictional France Escadron de Chasse 03.003 ARDENNES", - "countries": [ - "FRA" - ] - }, - "canada rcaf 442 snow scheme": { - "name": "Fictional RCAF 442 Snow Scheme", - "countries": [ - "CAN" - ] - }, - "23rd tfw england afb (el)": { - "name": "23rd TFW England AFB (EL)", - "countries": [ - "USA" - ] - }, - "fictional georgian grey": { - "name": "Fictional Georgian Grey", - "countries": [ - "GRG" - ] - }, - "fictional ukraine air force 1": { - "name": "Fictional Ukraine Air Force 1", - "countries": [ - "UKR" - ] - }, - "104th fs maryland ang, baltimore (md)": { - "name": "104th FS Maryland ANG, Baltimore (MD)", - "countries": [ - "USA" - ] - }, - "fictional spanish 12nd wing": { - "name": "Fictional Spanish 12nd Wing", - "countries": [ - "SPN" - ] - }, - "a-10 grey": { - "name": "A-10 Grey", - "countries": [ - "DEN", - "TUR", - "NETH", - "BEL", - "UK" - ] - }, - "fictional german 3323": { - "name": "Fictional German 3323", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 1 crew, attack aircraft. Warthog", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-20G": { - "name": "A-20G", - "coalition": "blue", - "label": "A-20G Havoc", - "era": "WW2", - "shortLabel": "A20", - "loadouts": [ - { - "items": [ - { - "name": "4 x AN-M64 - 500lb GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "500 lb GP bomb LD*4", - "name": "500 lb GP bomb LD*4", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "a-20.png", - "enabled": true, - "liveries": { - "ussr 1st gmtap": { - "name": "1st GMTAP", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 645th bs": { - "name": "645th BS, 410th BG, 9th AF", - "countries": [ - "USA" - ] - }, - "107 sqn": { - "name": "107 SQN", - "countries": [ - "UK" - ] - }, - "ussr 27 ape dd": { - "name": "27th API DD", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 668th bs": { - "name": "668th BS, 416th BG", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 3 crew, medium attack bomber. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-50": { - "name": "A-50", - "coalition": "red", - "label": "A-50 Mainstay", - "era": "Late Cold War", - "shortLabel": "A50", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 15 crew. NATO reporting name: Mainstay", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "AJS37": { - "name": "AJS37", - "coalition": "blue", - "label": "AJS37 Viggen", - "era": "Mid Cold War", - "shortLabel": "AJS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "name": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship: RB-04E*2, RB-74*2, XT", - "name": "Anti-ship: RB-04E*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "name": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "name": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "name": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Ferry Flight: XT", - "name": "Ferry Flight: XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS (75 GUN): RB-75*2, AKAN", - "name": "CAS (75 GUN): RB-75*2, AKAN", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP: RB-74*4, XT", - "name": "CAP: RB-74*4, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "U22/A Jammer", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Countermeasures Escort: U/22A, KB", - "name": "Countermeasures Escort: U/22A, KB", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BK-90 MJ1 (72 x MJ1 HE-FRAG Bomblets)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "name": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS: AKAN, RB-05A", - "name": "CAS: AKAN, RB-05A", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "name": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "name": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "name": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb Low-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "name": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "SEAD: RB-75T*2, U22/A, KB, XT", - "name": "SEAD: RB-75T*2, U22/A, KB, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-15F Programmable Anti-ship Missile", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "name": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "New Payload", - "name": "New Payload", - "roles": [] - }, - { - "items": [ - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (AJ37): RB-24J*2", - "name": "CAP (AJ37): RB-24J*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "name": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "name": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Light Mav): RB-75*4, XT", - "name": "Anti-ship (Light Mav): RB-75*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "name": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2x 80kg LYSB-71 Illumination Bomb", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Illumination: LYSB*8, XT", - "name": "Illumination: LYSB*8, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "name": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (Gun): AKAN*2, RB-74*2, XT", - "name": "CAP (Gun): AKAN*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target: RB-05A*2, RB-74*2, XT", - "name": "Hard Target: RB-05A*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "RB-05*2, XT", - "name": "RB-05*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS: ARAK M70 HE*4, XT", - "name": "CAS: ARAK M70 HE*4, XT", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Strike: SB71HD*16, RB-24J, XT", - "name": "Runway Strike: SB71HD*16, RB-24J, XT", - "roles": [ - "Runway Attack" - ] - } - ], - "filename": "viggen.png", - "enabled": true, - "liveries": { - "37": { - "name": "#1 Splinter F21 Norrbottens Flygflottilj", - "countries": "All" - }, - "37402": { - "name": "#3 JA-37 F21 Akktu Stakki", - "countries": "All" - }, - "se-dxnv4": { - "name": "SE-DXN by Mach3DS", - "countries": "All" - }, - "f7 skaraborg": { - "name": "#4 Splinter F7 Skaraborgs Flygflottilj 76", - "countries": "All" - }, - "sf-37 akktu stakki - f21": { - "name": "SF-37 Akktu Stakki - F21", - "countries": "All" - }, - "the show must go on": { - "name": "SHOW MUST GO ON! by Bender & Mach3DS", - "countries": "All" - }, - "baremetal": { - "name": "#2 Bare Metal F7 Skaraborgs Flygflottilj", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, delta wing, 1 crew, attack aircraft. Viggen", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AV8BNA": { - "name": "AV8BNA", - "coalition": "blue", - "label": "AV8BNA Harrier", - "era": "Late Cold War", - "shortLabel": "AV8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-L-H: Mk-82SEx6, GAU-12", - "name": "H-L-H: Mk-82SEx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "name": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "2 GBU-38 */*", - "quantity": 1 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 GBU-38 *\\*", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "name": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "name": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "name": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx6, GAU-12", - "name": "H-M-H: Mk-82LDx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "name": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "name": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "3 Mk-82", - "quantity": 2 - }, - { - "name": "2 Mk-82 *\\*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-82 */*", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx10, GAU-12", - "name": "H-M-H: Mk-82LDx10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "Area Suppression: Mk-20x10, GAU-12", - "name": "Area Suppression: Mk-20x10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "name": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "name": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "name": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "name": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "name": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "name": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "roles": [ - "Strike" - ] - } - ], - "filename": "av8bna.png", - "enabled": true, - "liveries": { - "vmat-203": { - "name": "VMAT-203", - "countries": "All" - }, - "vma-542": { - "name": "VMA-542", - "countries": "All" - }, - "vma-311d": { - "name": "VMA-311D", - "countries": "All" - }, - "vma-223d": { - "name": "VMA-223D", - "countries": "All" - }, - "vma-513": { - "name": "VMA-513", - "countries": "All" - }, - "vma-214d": { - "name": "VMA-214D", - "countries": "All" - }, - "vma-211": { - "name": "VMA-211", - "countries": "All" - }, - "vma-231-2": { - "name": "VMA-231-2", - "countries": "All" - }, - "vmat-203s": { - "name": "VMAT-203 Special", - "countries": "All" - }, - "vma-214": { - "name": "VMA-214", - "countries": "All" - }, - "vma-513d": { - "name": "VMA-513D", - "countries": "All" - }, - "vma-231d": { - "name": "VMA-231D", - "countries": "All" - }, - "vma-311": { - "name": "VMA-311", - "countries": "All" - }, - "default": { - "name": "default", - "countries": "All" - }, - "vma-231-1": { - "name": "VMA-231-1", - "countries": "All" - }, - "vma-211d": { - "name": "VMA-211D", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather, VTOL attack aircraft. Harrier", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "An-26B": { - "name": "An-26B", - "coalition": "red", - "label": "An-26B Curl", - "era": "Mid Cold War", - "shortLabel": "A26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "an-26.png", - "enabled": true, - "liveries": { - "china plaaf": { - "name": "China PLAAF", - "countries": [ - "CHN" - ] - }, - "rf navy": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "abkhazian af": { - "name": "Abkhazian AF", - "countries": [ - "ABH" - ] - }, - "aeroflot": { - "name": "Aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian af": { - "name": "Georgian AF", - "countries": [ - "GRG" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "ukraine af": { - "name": "Ukraine AF", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew, cargo and passenger aircraft. NATO reporting name: Curl", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "An-30M": { - "name": "An-30M", - "coalition": "red", - "label": "An-30M Clank", - "era": "Mid Cold War", - "shortLabel": "A30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "15th transport ab": { - "name": "15th Transport AB", - "countries": [ - "UKR" - ] - }, - "china caac": { - "name": "China CAAC", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 7 crew, weather reseach aircraft. NATO reporting name: Clank", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "B-1B": { - "name": "B-1B", - "coalition": "blue", - "label": "B-1B Lancer", - "era": "Late Cold War", - "shortLabel": "B1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "28 x Mk-82 - 500lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-82*84", - "name": "Mk-82*84", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x AGM-154C - JSOW Unitary BROACH", - "quantity": 3 - } - ], - "enabled": true, - "code": "AGM-154*12", - "name": "AGM-154*12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-38*48", - "name": "GBU-38*48", - "roles": [ - "CAS", - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "10 x CBU-87 - 202 x CEM Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-87*30", - "name": "CBU-87*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-97*30", - "name": "CBU-97*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 2 - }, - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*16, CBU-97*20", - "name": "GBU-38*16, CBU-97*20", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "8 x Mk-84 - 2000lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-84*24", - "name": "Mk-84*24", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31*24", - "name": "GBU-31*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31(V)3/B*24", - "name": "GBU-31(V)3/B*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 2 - }, - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*8, GBU-38*32", - "name": "GBU-31*8, GBU-38*32", - "roles": [ - "Strike", - "Strike" - ] - } - ], - "filename": "b-1.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 2 crew bomber. Lancer", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "B-52H": { - "name": "B-52H", - "coalition": "blue", - "label": "B-52H Stratofortress", - "era": "Early Cold War", - "shortLabel": "B52", - "loadouts": [ - { - "items": [ - { - "name": "8 x AGM-84A Harpoon ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-84A*8", - "name": "AGM-84A*8", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x AGM-86D on MER", - "quantity": 2 - }, - { - "name": "8 x AGM-86D", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-86C*20", - "name": "AGM-86C*20", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MER12 with 12 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "27 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk 82*51", - "name": "Mk 82*51", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "18 x Mk-84 2000lb GP Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*18", - "name": "Mk-84*18", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HSAB with 9 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*18", - "name": "Mk20*18", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "b-52.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "8 jet engine, swept wing, 6 crew bomber. Stratofortress", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Bf-109K-4": { - "name": "Bf-109K-4", - "coalition": "red", - "label": "Bf-109K-4", - "era": "WW2", - "shortLabel": "109", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC250", - "name": "SC250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "bf109.png", - "enabled": true, - "liveries": { - "germany_standard": { - "name": "Jagdgeschwader 27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 white 6, jg 4": { - "name": "White 6, JG 4", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 red7 eads": { - "name": "BF109G4 -red7- EADS -fondation messerschmitt V2", - "countries": [ - "GER" - ] - }, - "bf-109 k4 iijg52": { - "name": "II./JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 us captured": { - "name": "US Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 stab jg52": { - "name": "Stab JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 334xxx batch": { - "name": "334xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 ussr green": { - "name": "Green-trophy RKKA", - "countries": [ - "SUN", - "RUS" - ] - }, - "bf-109 k4 330xxx batch": { - "name": "330xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 irmgard": { - "name": "Bf-109K-4 Irmgard Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 swiss e-3a j-374 1940": { - "name": "Swiss E-3a J-374 1940 l'Seducteur", - "countries": [ - "SUI" - ] - }, - "green": { - "name": "Green", - "countries": "All" - }, - "bf-109 k4 9.jg77": { - "name": "9./JG77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 croatia": { - "name": "Croatia Air Force - 'Black 4'", - "countries": [ - "HRV", - "NZG", - "GER" - ] - }, - "bf-109 k4 9.jg27 (w10+i)": { - "name": "9./JG27 (W10+I)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 legion condor spain 1939": { - "name": "6-123 ESPAÑA", - "countries": [ - "SPN" - ] - }, - "bf-109 k4 jagdgeschwader 53": { - "name": " Jagdgeschwader 53", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11": { - "name": "NJG 11", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 g10 of tibor tobak rhaf": { - "name": "BF109G10 RHAF Tibor Tobak by Reflected", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "bf-109 k4 jagdgeschwader 77": { - "name": "Jagdgeschwader 77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 iaf s-199": { - "name": "S-199 IDF by Ovenmit", - "countries": [ - "ISR" - ] - }, - "bf-109 k4 iiijg27": { - "name": "III/JG27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11 (white 5)": { - "name": "1./NJG 11 (W5)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 raf vd 358 e-2": { - "name": "RAF VD 358 E-2 - UK Captured", - "countries": [ - "UK" - ] - }, - "bf-109 k4 335xxx batch": { - "name": "335xxx batch", - "countries": [ - "GER", - "NZG" - ] - } - }, - "type": "Aircraft", - "description": "Single propeller, straight wing, 1 crew. 109", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-101CC": { - "name": "C-101CC", - "coalition": "blue", - "label": "C-101CC", - "era": "Late Cold War", - "shortLabel": "101", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON (I)", - "name": "2*AIM-9P, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (I)", - "name": "2*AIM-9M, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 533 CANNON (II)", - "name": "2*AIM-9P, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (IV)", - "name": "2*AIM-9P, AN-M3 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON (III)", - "name": "2*AIM-9M, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON", - "name": "2*AIM-9P, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "name": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "name": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON", - "name": "2*AIM-9M, AN-M3 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "name": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2* SEA EAGLE, DEFA-553 CANNON", - "name": "2* SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "name": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "BR-500 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "name": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (IV)", - "name": "2*AIM-9M, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "name": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic, DEFA 553 CANNON (I)", - "name": "2*R550 Magic, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - }, - { - "name": "BIN-200 - 200kg Napalm Incendiary Bomb", - "quantity": 2 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "name": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (III)", - "name": "2*AIM-9P, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 533 CANNON (II)", - "name": "2*AIM-9M, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - } - ], - "filename": "c-101.png", - "enabled": true, - "liveries": { - "i brigada aerea - chile early green n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Green", - "countries": [ - "CHL" - ] - }, - "aviodev skin": { - "name": "Aviodev Skin", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "UN", - "RSI", - "CHL", - "AUT", - "EGY", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "RED", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "CYP", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "BLUE", - "KWT" - ] - }, - "georgia combat fictional green": { - "name": "Georgia Combat Fictional Green", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - chile early grey n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Grey", - "countries": [ - "CHL" - ] - }, - "royal jordanian air force": { - "name": "Royal jordanian Air Force ", - "countries": [ - "JOR" - ] - }, - "georgia combat fictional spots": { - "name": "Georgia Combat Fictional Spots", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon desert skin": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON Desert Skin", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº410 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº410 ", - "countries": [ - "CHL" - ] - }, - "usaf agressor fictional": { - "name": "USAF Agressor Fictional", - "countries": [ - "USA", - "AUSAF", - "BLUE" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº411 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº411", - "countries": [ - "CHL" - ] - }, - "claex green camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Green Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - }, - "russia combat fictional": { - "name": "Russia Combat Fictional", - "countries": [ - "RED", - "RUS" - ] - }, - "georgia combat fictional wolf": { - "name": "Georgia Combat Fictional Wolf", - "countries": [ - "GRG" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 1": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 1", - "countries": [ - "HND" - ] - }, - "i brigada aerea - grupo de aviacion n.3 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.3 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 2": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 2", - "countries": [ - "HND" - ] - }, - "claex desert camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Desert Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-130": { - "name": "C-130", - "coalition": "blue", - "label": "C-130 Hercules", - "era": "Early Cold War", - "shortLabel": "130", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-130.png", - "enabled": true, - "liveries": { - "belgian air force": { - "name": "Belgian Air Force", - "countries": [ - "BEL" - ] - }, - "iriaf 5-8518": { - "name": "IRIAF 5-8518", - "countries": [ - "IRN" - ] - }, - "israel defence force": { - "name": "Israel Defence Force", - "countries": [ - "ISR" - ] - }, - "haf gray": { - "name": "Hellenic Airforce - Gray", - "countries": [ - "GRC" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "royal danish air force": { - "name": "Royal Danish Air Force", - "countries": [ - "DEN" - ] - }, - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "royal netherlands air force": { - "name": "Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "canada's air force": { - "name": "Canada's Air Force", - "countries": [ - "CAN" - ] - }, - "royal norwegian air force": { - "name": "Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "iriaf 5-8503": { - "name": "IRIAF 5-8503", - "countries": [ - "IRN" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "royal air force": { - "name": "Royal Air Force", - "countries": [ - "UK" - ] - }, - "air algerie l-382 white": { - "name": "Air Algerie L-382 White", - "countries": [ - "DZA" - ] - }, - "french air force": { - "name": "French Air Force", - "countries": [ - "FRA" - ] - }, - "spanish air force": { - "name": "Spanish Air Force", - "countries": [ - "SPN" - ] - }, - "algerian af h30 white": { - "name": "Algerian AF H30 White", - "countries": [ - "DZA" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, stright wing, 3 crew. Hercules", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "C-17A": { - "name": "C-17A", - "coalition": "blue", - "label": "C-17A Globemaster", - "era": "Modern", - "shortLabel": "C17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-17.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Globemaster", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-2C": { - "name": "E-2C", - "coalition": "blue", - "label": "E-2D Hawkeye", - "era": "Mid Cold War", - "shortLabel": "E2", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-2.png", - "enabled": true, - "liveries": { - "vaw-125 tigertails": { - "name": "VAW-125 Tigertails", - "countries": [ - "USA" - ] - }, - "e-2d demo": { - "name": "E-2D Demo", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew. Hawkeye", - "abilities": "AEW, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-3A": { - "name": "E-3A", - "coalition": "blue", - "label": "E-3A Sentry", - "era": "Mid Cold War", - "shortLabel": "E3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-3.png", - "enabled": true, - "liveries": { - "nato": { - "name": "nato", - "countries": [ - "USA", - "FRA", - "UK" - ] - }, - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 17 crew. Sentry", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "F-117A": { - "name": "F-117A", - "coalition": "blue", - "label": "F-117A Nighthawk", - "era": "Late Cold War", - "shortLabel": "117", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2", - "name": "GBU-12*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-27 - 2000lb Laser Guided Penetrator Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-27*2", - "name": "GBU-27*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "f-117.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, delta wing, 1 crew. Nighthawk", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14A-135-GR": { - "name": "F-14A-135-GR", - "coalition": "blue", - "label": "F-14A-135-GR Tomcat", - "era": "Late Cold War", - "shortLabel": "14A", - "loadouts": [ - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*4, AIM-9L*4, XT*2", - "name": "AIM-7F*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*6, AIM-9L*2, XT*2", - "name": "AIM-7F*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-21 freelancers 200": { - "name": "VF-21 Freelancers 200", - "countries": "All" - }, - "vf-11 ae106 1988": { - "name": "VF-11 AE106 1988", - "countries": "All" - }, - "vf-301 nd113": { - "name": "VF-301 ND113 by Mach3DS", - "countries": "All" - }, - "vf-301 nd111": { - "name": "VF-301 ND111 by Mach3DS", - "countries": "All" - }, - "vf-154 black knights 101": { - "name": "00 - VF-154 Black Knights 101", - "countries": "All" - }, - "vf-14 tophatters aj206 (1999 allied force)": { - "name": "VF-14 Tophatters AJ206 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 ae204 1988": { - "name": "VF-31 AE204 1988", - "countries": "All" - }, - "vf-1 wolfpack nk102 (1974)": { - "name": "VF-1 Wolfpack NK102 (1974)", - "countries": "All" - }, - "vf-33 starfighters ab201 (1988)": { - "name": "VF-33 Starfighters AB201(Dale Snodgrass)", - "countries": "All" - }, - "vf-31 1991 ae200": { - "name": "VF-31 1991 AE200 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj100 (1999 allied force)": { - "name": "VF-41 Black Aces AJ100 (1999 Allied Force)", - "countries": "All" - }, - "vf-41 black aces aj101 (1999 allied force)": { - "name": "VF-41 Black Aces AJ101 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 1991 ae205": { - "name": "VF-31 1991 AE205 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj102 (1999 allied force)": { - "name": "VF-41 Black Aces AJ102 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk101 (1974)": { - "name": "VF-1 Wolfpack NK101 (1974)", - "countries": "All" - }, - "vf-31 ae200 1988": { - "name": "VF-31 AE200 1988", - "countries": "All" - }, - "vf-11 red rippers 106": { - "name": "VF-11 Red Rippers 106", - "countries": "All" - }, - "vf-1 wolfpack nk103 (1974)": { - "name": "VF-1 Wolfpack NK103 (1974)", - "countries": "All" - }, - "vf-14 tophatters ab103 (1976)": { - "name": "VF-14 Tophatters AB103(1976)", - "countries": "All" - }, - "vf-111 sundowners 200": { - "name": "VF-111 Sundowners 200", - "countries": "All" - }, - "top gun 114": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-11 ae103 1988": { - "name": "VF-11 AE103 1988", - "countries": "All" - }, - "vx-4 vandy one sad bunny (1992)": { - "name": "VX-4 Vandy One Sad Bunny (1992)", - "countries": "All" - }, - "vf-211 fighting checkmates 100 (2001)": { - "name": "VF-211 Fighting Checkmates 100 (2001)", - "countries": [ - "USA" - ] - }, - "vf-301 nd104": { - "name": "VF-301 ND104 by Mach3DS", - "countries": "All" - }, - "vf-32 swordsmen ab200 (1976)": { - "name": "VF-32 Swordsmen AB200 (1976)", - "countries": "All" - }, - "vf-211 fighting checkmates 105": { - "name": "VF-211 Fighting Checkmates 105", - "countries": "All" - }, - "vf-14 tophatters ab100 (1976)": { - "name": "VF-14 Tophatters AB100(1976)", - "countries": "All" - }, - "vf-11 ae101 1988": { - "name": "VF-11 AE101 1988", - "countries": "All" - }, - "vf-14 tophatters aj202 (1999 allied force)": { - "name": "VF-14 Tophatters AJ202 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk100 (1974)": { - "name": "VF-1 Wolfpack NK100 (1974)", - "countries": "All" - }, - "vf-301 nd101 hivis": { - "name": "VF-301 ND101 HiVis by Mach3DS", - "countries": "All" - }, - "vf-14 tophatters aj201 (1999 allied force)": { - "name": "VF-14 Tophatters AJ201 (1999 Allied Force)", - "countries": "All" - }, - "vf-14 tophatters aj200 (1999) 80th aniversary": { - "name": "VF-14 Tophatters AJ200 (1999) 80th Anniversary", - "countries": "All" - }, - "vf-41 black aces aj104 (1999 allied force)": { - "name": "VF-41 Black Aces AJ104 (1999 Allied Force)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14B": { - "name": "F-14B", - "coalition": "blue", - "label": "F-14B Tomcat", - "era": "Late Cold War", - "shortLabel": "14B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9M*2, XT*2", - "name": "AIM-7M*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9L*2, XT*2", - "name": "AIM-7M*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9L*4, XT*2", - "name": "AIM-7M*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "vf-103 sluggers 206 (1995)": { - "name": "VF-103 Sluggers 206 (1995)", - "countries": "All" - }, - "vf-143 pukin dogs low vis": { - "name": "VF-143 Pukin Dogs Low Vis (1998)", - "countries": "All" - }, - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-31 tomcatters nk101 (2004)": { - "name": "VF-31 Tomcatters NK101 (2004)", - "countries": "All" - }, - "vf-32 fighting swordsmen 103": { - "name": "VF-32 Fighting Swordsmen 103 (1998)", - "countries": "All" - }, - "vf-103 jolly rogers hi viz": { - "name": "VF-103 Jolly Rogers Hi Viz", - "countries": "All" - }, - "vf-101 dark": { - "name": "VF-101 Dark", - "countries": "All" - }, - "vf-102 diamondbacks": { - "name": "01 - VF-102 Diamondbacks 1996", - "countries": "All" - }, - "vf-143 pukin dogs low vis (1995)": { - "name": "VF-143 Pukin Dogs Low Vis (1995)", - "countries": "All" - }, - "vx-4 xf-51 1988": { - "name": "VX-4 XF-51 1988", - "countries": "All" - }, - "top gun 114 hb weather": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-24 renegades": { - "name": "VF-24 Renegades Low-Viz", - "countries": "All" - }, - "vf-11 red rippers (1997)": { - "name": "VF-11 Red Rippers (1997)", - "countries": "All" - }, - "vf-32 fighting swordsmen 100 (2000)": { - "name": "VF-32 Fighting Swordsmen 100 (2000)", - "countries": [ - "USA" - ] - }, - "vf-74 bedevilers 1991": { - "name": "VF-74 Be-Devilers 1991", - "countries": "All" - }, - "santa": { - "name": "Fictional Christmas Livery", - "countries": "All" - }, - "vf-103 sluggers 207 (1991)": { - "name": "VF-103 Sluggers 207 (1991)", - "countries": "All" - }, - "vf-32 fighting swordsmen 101": { - "name": "VF-32 Fighting Swordsmen 101 (1998)", - "countries": "All" - }, - "vf-103 last ride": { - "name": "VF-103 Last Ride", - "countries": "All" - }, - "vf-143 pukin dogs cag": { - "name": "VF-143 Pukin' Dogs CAG", - "countries": "All" - }, - "vx-9 vampires xf240 white whale": { - "name": "VX-9 Vampires XF240 White Whale", - "countries": "All" - }, - "vf-74 adversary": { - "name": "VF-74 Adversary", - "countries": "All" - }, - "vx-9 vandy 41 (1995)": { - "name": "VX-9 Vandy 41 (1995)", - "countries": "All" - }, - "vf-142 ghostriders": { - "name": "VF-142 Ghostriders", - "countries": "All" - }, - "vf-211 fighting checkmates": { - "name": "VF-211 Fighting Checkmates", - "countries": "All" - }, - "vf-101 grim reapers low vis": { - "name": "VF-101 Grim Reapers Low Vis", - "countries": "All" - }, - "chromecat": { - "name": "Fictional Chrome Cat ", - "countries": "All" - }, - "vf-32 fighting swordsmen 102": { - "name": "VF-32 Fighting Swordsmen 102 (1998)", - "countries": "All" - }, - "vf-102 diamondbacks 102": { - "name": "VF-102 Diamondbacks 102 (2000)", - "countries": "All" - }, - "vf-101 red": { - "name": "VF-101 Red", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15C": { - "name": "F-15C", - "coalition": "blue", - "label": "F-15C Eagle", - "era": "Late Cold War", - "shortLabel": "15C", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "name": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel", - "name": "AIM-9*2,AIM-120*6,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel*3", - "name": "AIM-9*4,AIM-120*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel", - "name": "AIM-9*4,AIM-120*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel*3", - "name": "AIM-9*2,AIM-120*6,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel", - "name": "AIM-9*4,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel", - "name": "AIM-120*8,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*3", - "name": "AIM-9*4,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel*3", - "name": "AIM-120*8,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - } - ], - "filename": "f-15.png", - "enabled": true, - "liveries": { - "106th sqn (8th airbase)": { - "name": "106th SQN (8th Airbase)", - "countries": [ - "ISR" - ] - }, - "433rd weapons sqn (wa)": { - "name": "433rd Weapons SQN (WA)", - "countries": [ - "USA" - ] - }, - "493rd fighter sqn (ln)": { - "name": "493rd Fighter SQN (LN)", - "countries": [ - "USA" - ] - }, - "12th fighter sqn (ak)": { - "name": "12th Fighter SQN (AK)", - "countries": [ - "USA" - ] - }, - "390th fighter sqn": { - "name": "390th Fighter SQN", - "countries": [ - "USA" - ] - }, - "65th aggressor sqn (wa) flanker": { - "name": "65th Aggressor SQN (WA) Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) super_flanker": { - "name": "65th Aggressor SQN (WA) SUPER_Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) mig": { - "name": "65th Aggressor SQN (WA) MiG", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ferris scheme": { - "name": "Ferris Scheme", - "countries": [ - "USA" - ] - }, - "58th fighter sqn (eg)": { - "name": "58th Fighter SQN (EG)", - "countries": [ - "USA" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforece - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter. Eagle.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-16C_50": { - "name": "F-16C_50", - "coalition": "blue", - "label": "F-16C Viper", - "era": "Late Cold War", - "shortLabel": "16C", - "loadouts": [ - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*2, AIM-9M*4, FUEL*3", - "name": "AIM-120B*2, AIM-9M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-9M*2, FUEL*3", - "name": "AIM-120B*4, AIM-9M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*6, FUEL*3", - "name": "AIM-120B*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*4, FUEL*2", - "name": "AIM-120C*2, AIM-9X*4, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2", - "name": "AIM-120C*6, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM", - "name": "AIM-120C*6, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*6, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3", - "name": "AIM-120C*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3, TGP", - "name": "AIM-120C*6, FUEL*3, TGP", - "roles": [ - "Escort" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-16c.png", - "enabled": true, - "liveries": { - "haf_347_perseus": { - "name": "HAF 347S Perseus Squadron", - "countries": [ - "GRC" - ] - }, - "ami, 5 stormo 23 gruppo": { - "name": "Italian Air Force, 5° Stormo, 23 Gruppo", - "countries": [ - "ITA" - ] - }, - "haf_337_ghost": { - "name": "HAF 337 Ghost Squadron", - "countries": [ - "GRC" - ] - }, - "haf_ 330_thunder": { - "name": "HAF 330 Thunder Squadron", - "countries": [ - "GRC" - ] - }, - "haf_336_olympus": { - "name": "HAF 336 Olympus Squadron", - "countries": [ - "GRC" - ] - }, - "iaf_117th_squadron": { - "name": "IAF 117th squadron", - "countries": [ - "ISR" - ] - }, - "jasdf 8th tfs": { - "name": "JASDF 8th TFS", - "countries": [ - "JPN" - ] - }, - "haf_340_fox": { - "name": "HAF 340 Fox Squadron", - "countries": [ - "GRC" - ] - }, - "haf_346_jason": { - "name": "HAF 346 Jason Squadron", - "countries": [ - "GRC" - ] - }, - "paf_no.9_griffins_1": { - "name": "PAF No.9 Griffins (TRIBUTE TO WC NAUMAN)", - "countries": [ - "PAK" - ] - }, - "522nd_fighter_squadron": { - "name": "522nd Fighter Squadron 'Fireballs'", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "18th agrs arctic splinter": { - "name": "18th AGRS Arсtic Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iaf_115th_aggressors_squadron": { - "name": "IAF 115th aggressors squadron", - "countries": [ - "ISR" - ] - }, - "chile air force 732": { - "name": "Chile Air Force 732", - "countries": [ - "CHL" - ] - }, - "iaf_110th_squadron": { - "name": "IAF 110th squadron", - "countries": [ - "ISR" - ] - }, - "paf_no.29_aggressors": { - "name": "PAF No.29 Aggressor", - "countries": [ - "PAK" - ] - }, - "79th_fighter_squadron": { - "name": "79th Fighter Squadron 'Tigers'", - "countries": [ - "USA" - ] - }, - "paf_no.5_falcons": { - "name": "PAF No.5 Falcons", - "countries": [ - "PAK" - ] - }, - "18th agrs splinter": { - "name": "18th AGRS Blue Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "dark_viper": { - "name": "F-16C Dark Viper", - "countries": [ - "USA" - ] - }, - "jasdf 6th tfs": { - "name": "JASDF 6th TFS", - "countries": [ - "JPN" - ] - }, - "23rd_fighter_squadron": { - "name": "23rd Fighter Squadron 'Fighting Hawks'", - "countries": [ - "USA" - ] - }, - "polish af standard": { - "name": "Polish AF standard", - "countries": [ - "POL" - ] - }, - "480th_fighter_squadron": { - "name": "480th Fighter Squadron 'Warhawks'", - "countries": [ - "USA" - ] - }, - "18th agrs bdu splinter": { - "name": "18th AGRS BDU Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "174th_fighter_squadron": { - "name": "174th Fighter Squadron ANG,Iowa AFB", - "countries": [ - "USA" - ] - }, - "thk_191_filo": { - "name": "Türk Hava Kuvvetleri, 191 Filo", - "countries": [ - "TUR" - ] - }, - "chile air force 746": { - "name": "Chile Air Force 746", - "countries": [ - "CHL" - ] - }, - "haf_335_tiger": { - "name": "HAF 335 Tiger Squadron", - "countries": [ - "GRC" - ] - }, - "77th_fighter_squadron": { - "name": "77th Fighter Squadron 'Gamblers' ", - "countries": [ - "USA" - ] - }, - "132nd_wing _iowa_ang": { - "name": "132nd Wing Iowa ANG, Des Moines AFB", - "countries": [ - "USA" - ] - }, - "usaf 64th aggressor sqn-splinter": { - "name": "USAF 64th Aggressor SQN-Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "14th_fighter_squadron": { - "name": "14th Fighter Squadron 'Samurais'", - "countries": [ - "USA" - ] - }, - "152nd_fighter_squadron": { - "name": "152nd Fighter Squadron 'Las Vaqueros'", - "countries": [ - "USA" - ] - }, - "179th_fighter_squadron": { - "name": "179th Fighter Squadron 'Bulldogs'", - "countries": [ - "USA" - ] - }, - "paf_no.19_sherdils": { - "name": "PAF No.19 Sherdils", - "countries": [ - "PAK" - ] - }, - "64th_aggressor_squadron_ghost": { - "name": "64th Aggressor Squadron “Ghost", - "countries": [ - "USA", - "AUSAF" - ] - }, - "paf_no.9 griffins_2": { - "name": "PAF No.9 Griffins", - "countries": [ - "PAK" - ] - }, - "paf_no.11_arrows": { - "name": "PAF No.11 Arrows", - "countries": [ - "PAK" - ] - }, - "haf_343_star": { - "name": "HAF 343 Star Squadron", - "countries": [ - "GRC" - ] - }, - "80th_fighter_squadron": { - "name": "80th Fighter Squadron, Kunsan AFB", - "countries": [ - "USA" - ] - }, - "36th_fighter_squadron": { - "name": "36th Fighter Squadron Osan Air Base", - "countries": [ - "USA" - ] - }, - "22nd_fighter_squadron": { - "name": "22nd Fighter Squadron 'Stingers'", - "countries": [ - "USA" - ] - }, - "55th_fighter_squadron": { - "name": "55th Fighter Squadron 'Fifty Fifth'", - "countries": [ - "USA" - ] - }, - "iaf_101st_squadron": { - "name": "IAF 101st squadron", - "countries": [ - "ISR" - ] - }, - "polish_af_31blt6th_tactical_sqn": { - "name": "Polish AF 31.Blt 6th Tactical Sqn (Poznań-Krzesiny AB) - Tiger Meet", - "countries": [ - "POL" - ] - }, - "13th_fighter_squadron": { - "name": "13th Fighter Squadron 'Panthers'", - "countries": [ - "USA" - ] - }, - "haf_341_arrow": { - "name": "HAF 341 Arrow Squadron", - "countries": [ - "GRC" - ] - }, - "usaf 64th aggressor sqn - shark": { - "name": "USAF 64th Aggressor SQN - Shark", - "countries": [ - "USA", - "AUSAF" - ] - }, - "chile air force 851": { - "name": "Chile Air Force 851", - "countries": [ - "CHL" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather fighter and strike. Viper.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-4E": { - "name": "F-4E", - "coalition": "blue", - "label": "F-4E Phantom II", - "era": "Mid Cold War", - "shortLabel": "4", - "loadouts": [ - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "name": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*4,AIM-7*2,ECM", - "name": "AGM-45*4,AIM-7*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "name": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7M*4,Fuel*3", - "name": "AGM-65K*4,AIM-7M*4,Fuel*3", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "name": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4", - "name": "AIM-9*4,AIM-7*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*2", - "name": "AIM-9*4,AIM-7*4,Fuel*2", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 with 6 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*18,AIM-7*2,ECM", - "name": "Mk-82*18,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-84*2,AIM-7*2,ECM", - "name": "Mk-84*2,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*12,AIM-7*2,ECM", - "name": "Mk20*12,AIM-7*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "f-4.png", - "enabled": true, - "liveries": { - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost", - "countries": [ - "GRC" - ] - }, - "iriaf asia minor": { - "name": "IRIAF Asia Minor", - "countries": [ - "IRN" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew. Phantom", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-5E-3": { - "name": "F-5E-3", - "coalition": "blue", - "label": "F-5E Tiger", - "era": "Mid Cold War", - "shortLabel": "5", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9B*2", - "name": "AIM-9B*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150", - "name": "AIM-9B*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150*3", - "name": "AIM-9B*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275", - "name": "AIM-9B*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275*3", - "name": "AIM-9B*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P*2", - "name": "AIM-9P*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150", - "name": "AIM-9P*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150*3", - "name": "AIM-9P*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275", - "name": "AIM-9P*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275*3", - "name": "AIM-9P*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P5*2", - "name": "AIM-9P5*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150", - "name": "AIM-9P5*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150*3", - "name": "AIM-9P5*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275", - "name": "AIM-9P5*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275*3", - "name": "AIM-9P5*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AN/ASQ-T50 TCTS Pod - ACMI Pod", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN/ASQ-T50, AIM-9P, Fuel 150", - "name": "AN/ASQ-T50, AIM-9P, Fuel 150", - "roles": [] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Antiship Mk82", - "name": "Antiship Mk82", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 4 - } - ], - "enabled": true, - "code": "CBU-52B*4,AIM-9P*2,Fuel 275", - "name": "CBU-52B*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 5 - } - ], - "enabled": true, - "code": "CBU-52B*5,AIM-9*2", - "name": "CBU-52B*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4,AIM-9P*2,Fuel 275", - "name": "GBU-12*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "M-117*4,AIM-9P*2,Fuel 275", - "name": "M-117*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "M-117*5,AIM-9*2", - "name": "M-117*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "name": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82LD*5,AIM-9*2", - "name": "Mk-82LD*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "name": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82SE*5,AIM-9*2", - "name": "Mk-82SE*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "liveryID": [ - "ir iriaf 43rd tfs" - ], - "filename": "f-5.png", - "enabled": true, - "liveries": { - "us aggressor vfc-13 40": { - "name": "Aggressor VFC-13 40", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch swiss generic": { - "name": "Swiss Generic two-tone skin", - "countries": [ - "SUI" - ] - }, - "tw ngrc 5315": { - "name": "NGRC 5thFG 5315", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3079": { - "name": "J-3079", - "countries": [ - "SUI" - ] - }, - "sa royal saudi air force": { - "name": "Royal Saudi Air Force", - "countries": [ - "SAU" - ] - }, - "no 336 sq": { - "name": "336 Skvadron", - "countries": [ - "NOR" - ] - }, - "tw rocaf 7thfg(m)": { - "name": "ROCAF 7thFG(LV)", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 105 wwii b": { - "name": "Sundowners VFC-111 105 WWII B", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4828": { - "name": "2/1 GAvCa - FAB 4828", - "countries": [ - "BRA" - ] - }, - "usaf 'southeast asia'": { - "name": "USAF 'Southeast Asia'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4846": { - "name": "FAB 4846", - "countries": [ - "BRA" - ] - }, - "aggressor vfc-13 21": { - "name": "Aggressor VFC-13 21", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn 373": { - "name": "RNoAF 334 sqn 373", - "countries": [ - "NOR" - ] - }, - "rocaf 7th fighter group": { - "name": "ROCAF 7th Fighter Group", - "countries": [ - "AUSAF" - ] - }, - "ch j-3036 2017": { - "name": "J-3036 Sion 2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 116": { - "name": "Sundowners VFC-116", - "countries": [ - "USA", - "AUSAF" - ] - }, - "black 'mig-28'": { - "name": "black 'Mig-28'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3073 2017": { - "name": "J-3073_2017", - "countries": [ - "SUI" - ] - }, - "fi 11th fs lapland air command": { - "name": "FiAF 11th FS Lapland Air Command", - "countries": [ - "FIN" - ] - }, - "ir iriaf azarakhsh": { - "name": "HESA Azarakhsh", - "countries": [ - "IRN" - ] - }, - "ch j-3098": { - "name": "J-3098", - "countries": [ - "SUI" - ] - }, - "ir iriaf 43rd tfs": { - "name": "IRIAF - 43rd TFS", - "countries": [ - "IRN" - ] - }, - "no 338 sqn 215": { - "name": "RNoAF 338 sqn 215", - "countries": [ - "NOR" - ] - }, - "us usaf grape 31": { - "name": "USAF Grape 31", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 332 sqn ah-p": { - "name": "RNoAF 332 sqn AH-P", - "countries": [ - "NOR" - ] - }, - "ch j-3001 variante 1996": { - "name": "J-3001 GRD Emmen 1996", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 01": { - "name": "Sundowners VFC-111 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "3rd main jet base group command, turkey": { - "name": "133 squadron, 3rd Main Jet Base Group Command, Turkey", - "countries": [ - "TUR" - ] - }, - "kr rokaf 10th fighter wing": { - "name": "ROKAF 10th FW KF-5E 10-584", - "countries": [ - "KOR" - ] - }, - "sp spanish air force 21-51": { - "name": "Ejercito del Aire Camo 21-51", - "countries": [ - "SPN" - ] - }, - "aggressor vfc-13 11": { - "name": "Aggressor VFC-13 11", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3001 variante 1986": { - "name": "J-3001 GRD Emmen 1986", - "countries": [ - "SUI" - ] - }, - "usa standard": { - "name": "Standard Gray", - "countries": [ - "BRA", - "MYS", - "AUS", - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "BHR", - "BLR", - "HRV", - "RSO", - "SVK", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "AUSAF", - "PAK", - "JOR", - "FIN", - "MEX", - "NOR", - "IRQ", - "SYR", - "ITA", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "ROU", - "FRA", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "CAN", - "SDN", - "UK" - ] - }, - "5th fs merzifon air base, turkey": { - "name": "5th fs Merzifon air base, Turkish air force", - "countries": [ - "TUR" - ] - }, - "ch j-3001 variante 2000": { - "name": "J-3001 FlSt 08 2000", - "countries": [ - "SUI" - ] - }, - "ir iriaf camo": { - "name": "IRIAF F-5E Standard", - "countries": [ - "IRN" - ] - }, - "it aereonautica militare italiana": { - "name": "Aereonautica Militare Italiana", - "countries": [ - "ITA" - ] - }, - "ch j-3038": { - "name": "J-3038", - "countries": [ - "SUI" - ] - }, - "ch j-3033_2017": { - "name": "J-3033_2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 28 fict splinter": { - "name": "Aggressor VFC-13 28 Fictional Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3025": { - "name": "J-3025 FlSt 11/18 January 2006", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 01": { - "name": "Aggressor VFC-13 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch patrouille suisse j-3088": { - "name": "Patrouille Suisse J-3088", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 25": { - "name": "Aggressor VFC-13 25", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn ri-h": { - "name": "RNoAF 334 sqn RI-H", - "countries": [ - "NOR" - ] - }, - "br fab 4841": { - "name": "FAB 4841 60th an", - "countries": [ - "BRA" - ] - }, - "aggressor marine scheme": { - "name": "Aggressor Marine Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "sp spanish air force 464-48": { - "name": "Ejercito del Aire 464-48", - "countries": [ - "SPN" - ] - }, - "gr haf f-5e grey": { - "name": "HAF F-5E Grey", - "countries": [ - "GRC" - ] - }, - "tr turkish stars": { - "name": "Turkish Stars", - "countries": [ - "TUR" - ] - }, - "gb no.29 squadron raf": { - "name": "No.29 Squadron RAF (Fictional)", - "countries": [ - "UK" - ] - }, - "br fab 4834": { - "name": "1/1 GAvCa - FAB 4834", - "countries": [ - "BRA" - ] - }, - "ch j-3026": { - "name": "J-3026 FlSt 11 approx. 1989", - "countries": [ - "SUI" - ] - }, - "aggressor snake scheme": { - "name": "Aggressor Snake Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 115": { - "name": "Sundowners VFC-115", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vmft-401 02 2011": { - "name": "Aggressor VMFT-401 02 2011", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3008": { - "name": "J-3008 FlSt 08/19 February 2005", - "countries": [ - "SUI" - ] - }, - "aggressor desert scheme": { - "name": "Aggressor Desert Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3074": { - "name": "J-3074", - "countries": [ - "SUI" - ] - }, - "ch j-3036": { - "name": "J-3036 FlSt 01 1985", - "countries": [ - "SUI" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, single crew. Tiger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-86F Sabre": { - "name": "F-86F Sabre", - "coalition": "blue", - "label": "F-86F Sabre", - "era": "Early Cold War", - "shortLabel": "86", - "loadouts": [ - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2", - "name": "120gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, 200gal Fuel*2", - "name": "120gal Fuel*2, 200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, GAR-8*2", - "name": "120gal Fuel*2, GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2", - "name": "200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2, AN-M64*2", - "name": "200gal Fuel*2, AN-M64*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 4 - } - ], - "enabled": true, - "code": "200gal Fuel*2, HVARx2*4", - "name": "200gal Fuel*2, HVARx2*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M64*2", - "name": "AN-M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "GAR-8*2", - "name": "GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 8 - } - ], - "enabled": true, - "code": "HVAR*16", - "name": "HVAR*16", - "roles": [ - "Strike", - "CAS", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M117*2", - "name": "M117*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - } - ], - "filename": "f-86.png", - "enabled": true, - "liveries": { - "us air force (skyblazers)": { - "name": "US Air Force Jet Team Skyblazer", - "countries": [ - "USA" - ] - }, - "canada air force": { - "name": "Canada Air Force", - "countries": [ - "CAN" - ] - }, - "us air force (squadron 39)": { - "name": "US Air Force (Squadron 39)", - "countries": [ - "USA" - ] - }, - "iiaf bare metall": { - "name": "IIAF Bare Metal Weathered", - "countries": [ - "IRN" - ] - }, - "us air force (green)": { - "name": "US Air Force (Green)", - "countries": [ - "USA" - ] - }, - "us air force (ex-usaf f-86a sabre)": { - "name": "US Air Force ex-USAF F-86A Sabre", - "countries": [ - "USA" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "royal saudi air force": { - "name": "RSAF", - "countries": [ - "SAU" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "haf 342sqn": { - "name": "Hellenic Airforce 342sqn", - "countries": [ - "GRC" - ] - }, - "japan air force": { - "name": "Japan Air Force", - "countries": [ - "JPN" - ] - }, - "haf 341sqn": { - "name": "Hellenic Airforce 341sqn", - "countries": [ - "GRC" - ] - }, - "us air force (code fu-178)": { - "name": "US Air Force FU-178", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single engine, swept wing, 1 crew. Sabre", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FA-18C_hornet": { - "name": "FA-18C_hornet", - "coalition": "blue", - "era": "Late Cold War", - "label": "F/A-18C", - "shortLabel": "18", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84D Harpoon AShM", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "name": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*1", - "name": "AIM-9M*2, AIM-7M*2, FUEL*1", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*2", - "name": "AIM-9M*2, AIM-7M*2, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115C with AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*4, FUEL*3", - "name": "AIM-9M*2, AIM-7M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL", - "name": "AIM-9M*2, ATFLIR, FUEL", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL*2", - "name": "AIM-9M*2, ATFLIR, FUEL*2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x CBU-99 - 490lbs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, CBU-99*4, FUEL*2", - "name": "AIM-9M*2, CBU-99*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-61*4, FUEL*2", - "name": "AIM-9M*2, LAU-61*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-68*4, FUEL*2", - "name": "AIM-9M*2, LAU-68*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-20*4, FUEL*2", - "name": "AIM-9M*2, MK-20*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82*4, FUEL*2", - "name": "AIM-9M*2, MK-82*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82SE*4, FUEL*2", - "name": "AIM-9M*2, MK-82SE*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*2, FUEL*2", - "name": "AIM-9M*2, MK-83*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*4, FUEL*2", - "name": "AIM-9M*2, MK-83*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-84*2, FUEL*2", - "name": "AIM-9M*2, MK-84*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, ZUNI*4, FUEL*2", - "name": "AIM-9M*2, ZUNI*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*2", - "name": "AIM-9M*6, AIM-7M*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*3", - "name": "AIM-9M*6, AIM-7M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84H SLAM-ER (Expanded Response)", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "AWW-13 DATALINK POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)4/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-55 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "name": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-120C AMRAAM - Active Radar AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "name": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "Carrier Landing", - "name": "Carrier Landing", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "fa-18c.png", - "enabled": true, - "liveries": { - "vfa-192": { - "name": "VFA-192", - "countries": [ - "USA" - ] - }, - "nsawc brown splinter": { - "name": "NSAWC brown splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "vfa-34": { - "name": "VFA-34", - "countries": [ - "USA" - ] - }, - "vmfa-232": { - "name": "VMFA-232", - "countries": [ - "USA" - ] - }, - "vmfat-101": { - "name": "VMFAT-101", - "countries": [ - "USA" - ] - }, - "vmfa-232 high visibility": { - "name": "VMFA-232 high visibility", - "countries": [ - "USA" - ] - }, - "vmfat-101 high visibility": { - "name": "VMFAT-101 high visibility", - "countries": [ - "USA" - ] - }, - "vfa-37": { - "name": "VFA-37", - "countries": [ - "USA" - ] - }, - "fictional russia air force": { - "name": "Fictional Russia Air Force", - "countries": [ - "AUSAF", - "RUS" - ] - }, - "canada 150 demo jet": { - "name": "Canada 150 Demo Jet", - "countries": [ - "CAN" - ] - }, - "fictional uk air force": { - "name": "Fictional UK Air Force", - "countries": [ - "UK" - ] - }, - "vfa-131": { - "name": "VFA-131", - "countries": [ - "USA" - ] - }, - "vmfa-122 high visibility": { - "name": "VMFA-122 high visibility", - "countries": [ - "USA" - ] - }, - "spain 462th escuadron c.15-79": { - "name": "Spain 462th Escuadron C.15-79", - "countries": [ - "SPN" - ] - }, - "vmfat-101 high visibility 2005": { - "name": "VMFAT-101 high visibility 2005", - "countries": [ - "USA" - ] - }, - "vmfa-323": { - "name": "VMFA-323", - "countries": [ - "USA" - ] - }, - "vx-31 cona": { - "name": "VX-31 CoNA", - "countries": [ - "USA" - ] - }, - "fictional turkey 162nd sq": { - "name": "162nd Sqn Harpoon", - "countries": [ - "TUR" - ] - }, - "nawdc brown": { - "name": "NAWDC brown", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 151th escuadron c.15-14": { - "name": "Spain 151_14 Escuadron C.15-14", - "countries": [ - "SPN" - ] - }, - "spain 151th escuadron c.15-24": { - "name": "Spain 151_24 Escuadron C.15-24", - "countries": [ - "SPN" - ] - }, - "vfa-106": { - "name": "VFA-106", - "countries": [ - "USA" - ] - }, - "spain 121th escuadron c.15-45": { - "name": "Spain 121 Escuadron C.15-45", - "countries": [ - "SPN" - ] - }, - "vfa-97": { - "name": "VFA-97", - "countries": [ - "USA" - ] - }, - "vx-9": { - "name": "VX-9", - "countries": [ - "USA" - ] - }, - "spain 111th escuadron c.15-73": { - "name": "Spain 111 Escuadron C.15-73", - "countries": [ - "SPN" - ] - }, - "switzerland": { - "name": "Switzerland", - "countries": [ - "SUI" - ] - }, - "vx-23": { - "name": "VX-23", - "countries": [ - "USA" - ] - }, - "vfa-83": { - "name": "VFA-83", - "countries": [ - "USA" - ] - }, - "australian 75th squadron": { - "name": "Australian sqn 75", - "countries": [ - "AUS" - ] - }, - "canada 425th squadron": { - "name": "Canada 425th Squadron", - "countries": [ - "CAN" - ] - }, - "spain 151th escuadron c.15-18": { - "name": "Spain 151_18 Escuadron C.15-18", - "countries": [ - "SPN" - ] - }, - "nsawc gray": { - "name": "NSAWC gray", - "countries": [ - "USA" - ] - }, - "vfa-87": { - "name": "VFA-87", - "countries": [ - "USA" - ] - }, - "nawdc blue": { - "name": "NAWDC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "australian 77th squadron": { - "name": "Australian sqn 77", - "countries": [ - "AUS" - ] - }, - "vmfa-251 high visibility": { - "name": "VMFA-251 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-531": { - "name": "VMFA-531", - "countries": [ - "USA" - ] - }, - "viper": { - "name": "Viper", - "countries": [ - "USA" - ] - }, - "iceman": { - "name": "Iceman", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 121th escuadron c.15-60": { - "name": "Spain 121 Escuadron C.15-60", - "countries": [ - "SPN" - ] - }, - "nsawc blue": { - "name": "NSAWC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "blue angels jet team": { - "name": "Blue Angels Jet Team", - "countries": [ - "USA" - ] - }, - "fictional israel air force": { - "name": "Fictional Israel Air Force", - "countries": [ - "ISR" - ] - }, - "spain 462th escuadron c.15-90": { - "name": "Spain 462th Escuadron C.15-90", - "countries": [ - "SPN" - ] - }, - "vmfa-323 high visibility": { - "name": "VMFA-323_high visibility", - "countries": [ - "USA" - ] - }, - "maverick": { - "name": "Maverick", - "countries": [ - "USA" - ] - }, - "nawdc black": { - "name": "NAWDC black", - "countries": [ - "USA", - "AUSAF" - ] - }, - "kuwait 9th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-251": { - "name": "VMFA-251", - "countries": [ - "USA" - ] - }, - "vmfa-314": { - "name": "VMFA-314", - "countries": [ - "USA" - ] - }, - "fictional ukraine air force": { - "name": "Fictional Ukraine Air Force", - "countries": [ - "UKR" - ] - }, - "canada 409th squadron": { - "name": "Canada 409th Squadron", - "countries": [ - "CAN" - ] - }, - "canada norad 60 demo jet": { - "name": "Canada NORAD 60 Demo Jet", - "countries": [ - "CAN" - ] - }, - "spain 111th escuadron c.15-88": { - "name": "Spain 111 Escuadron C.15-88", - "countries": [ - "SPN" - ] - }, - "spain 211th escuadron c.15-76": { - "name": "Spain 211th Escuadron C.15-76", - "countries": [ - "SPN" - ] - }, - "finland 31": { - "name": "Finland", - "countries": [ - "FIN" - ] - }, - "spain 151th escuadron c.15-23": { - "name": "Spain 151_23 Escuadron C.15-23", - "countries": [ - "SPN" - ] - }, - "vfa-122": { - "name": "VFA-122", - "countries": [ - "USA" - ] - }, - "spain 151th escuadron c.15-14 tiger meet": { - "name": "Spain 151th Escuadron C.15-14 Tiger Meet", - "countries": [ - "SPN" - ] - }, - "vfc-12": { - "name": "VFC-12", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 211th escuadron c.15-77": { - "name": "Spain 211th Escuadron C.15-77", - "countries": [ - "SPN" - ] - }, - "spain 121th escuadron c.15-34 50th anniversary": { - "name": "Spain 121th Escuadron C.15-34 34th Anniversary", - "countries": [ - "SPN" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "spain 121th escuadron c.15-50": { - "name": "Spain 121 Escuadron C.15-50", - "countries": [ - "SPN" - ] - }, - "vfa-113": { - "name": "VFA-113", - "countries": [ - "USA" - ] - }, - "vmfa-312": { - "name": "VMFA-312", - "countries": [ - "USA" - ] - }, - "kuwait 25th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-312 high visibility": { - "name": "VMFA-312 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-122": { - "name": "VMFA-122", - "countries": [ - "USA" - ] - }, - "vfa-106 high visibility": { - "name": "VFA-106 high visibility", - "countries": [ - "USA" - ] - }, - "finland 21": { - "name": "Finland", - "countries": [ - "FIN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. Hornet", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190A8": { - "name": "FW-190A8", - "coalition": "red", - "label": "FW-190A8 Würger", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "AB 250-2 - 17 x SD-10A, 250kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 10A)", - "name": "AB 250 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 250-2 - 144 x SD-2, 250kg CBU with HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 2)", - "name": "AB 250 (w/ SD 2)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 500-1 - 34 x SD-10A, 500kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 500 (w/ SD 10A)", - "name": "AB 500 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank 300 liters", - "name": "Fuel Tank 300 liters", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 J", - "name": "SC 250 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 1 L2 - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 L2", - "name": "SC 250 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x SC 50 - 50kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 50 * 4", - "name": "SC 50 * 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 J", - "name": "SC 500 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 L2 - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 L2", - "name": "SC 500 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 250 Stg - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 250 Stg", - "name": "SD 250 Stg", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 500 A - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 500 A", - "name": "SD 500 A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "Without pylon", - "name": "Without pylon", - "roles": [] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw190_fuselage_d_jg301": { - "name": "JG 301", - "countries": [ - "GER", - "NZG" - ] - }, - "captured_ra": { - "name": "Captured_RA", - "countries": [ - "SUN" - ] - }, - "fictional ijn carrier akagi ai-103": { - "name": "Fictional IJN Carrier Akagi AI-103", - "countries": [ - "JPN" - ] - }, - "fictional ijn otu tsukuba tsu-102": { - "name": "Fictional IJN OTU Tsukuba Tsu-102", - "countries": [ - "JPN" - ] - }, - "fw-190a8 yellow 4": { - "name": "FW190A8 Yellow 4", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 rhaf": { - "name": "Fw 190 A8 RHAF", - "countries": [ - "HUN" - ] - }, - "jg3 white nose wulf": { - "name": "Fw190A8 'White nose Wulf'", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54": { - "name": "2.JG 54", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn carrier soryu bi-112": { - "name": "Fictional IJN Carrier Soryu BI-112", - "countries": [ - "JPN" - ] - }, - "black 13 schwarze katze from jg1": { - "name": "Fw190_JG1_Gen._'Schwarze Katze'_Win.", - "countries": [ - "GER", - "NZG" - ] - }, - "turkish air force, 5th fr (1942)": { - "name": "Turkish Air Force, 5th FR (1942)", - "countries": [ - "AUSAF", - "TUR" - ] - }, - "fw-190a8 jg26 priller": { - "name": "Fw 190 A8 JG26 Priller", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "inspired by jg2 skin of early fw 190a": { - "name": "Fw190A8 JG2 Generic", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8": { - "name": "FW190A8", - "countries": "All" - }, - "fw190_alfred_bindseil": { - "name": "6.JG 1_Alfred Bindseil", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn 256th kokutai rai-153": { - "name": "Fictional IJN 256th Kokutai Rai-153", - "countries": [ - "JPN" - ] - }, - "fictional ijn carrier akagi ai-151": { - "name": "Fictional IJN Carrier Akagi AI-151", - "countries": [ - "JPN" - ] - }, - "fw-190a8_raf": { - "name": "FW190A8/R-2 PE882, No. 1426 Flight RAF - Late", - "countries": [ - "UK" - ] - }, - "factory skin": { - "name": "FW190A8 Luftwaffe", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54_hans dortenmann": { - "name": "2.JG 54_Hans Dortenmann", - "countries": [ - "GER", - "NZG" - ] - }, - "fw 190 a-8 czech avia s.90": { - "name": "Fw 190 A-8 Czech Avia S.90", - "countries": [ - "CZE" - ] - }, - "fw190_ewald_preisz": { - "name": "6.JG 300_Ewald Preisz", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 jg3 maximowitz": { - "name": "Fw 190 A8 JG3 Maximowitz", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "roaf-grupul7": { - "name": "RoAF-Grupul7", - "countries": [ - "ROU" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Würger ", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190D9": { - "name": "FW-190D9", - "coalition": "red", - "label": "FW-190D9 Dora", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank Type E2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "13 R4M 3.2kg UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "R4M", - "name": "R4M", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw-190d9_5jg301": { - "name": "FW-190_5JG301.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_iv.jg 26_hans dortenmann": { - "name": " Oblt. Hans Dortenmann, IV./JG 26, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_red": { - "name": "FW_190D9_Red.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_13.jg 51_heinz marquardt": { - "name": " Heinz-Marquardt, 13./JG 51, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_jg54": { - "name": "FW-190D9_JG54.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_black 4 of stab iijg 6": { - "name": "FW-190D9_Black <4 of Stab II/JG 6", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_usa": { - "name": "FW-190_USA_Standard.1943", - "countries": [ - "USA" - ] - }, - "fw-190d9_gb": { - "name": "FW-190_GB_Standart.1943", - "countries": [ - "UK" - ] - }, - "fw-190d9_ussr": { - "name": "FW-190 WNr 210251 USSR (Captured. 1943)", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Dora", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "H-6J": { - "name": "H-6J", - "coalition": "red", - "label": "H-6 J Badger", - "era": "Mid Cold War", - "shortLabel": "H6", - "loadouts": [ - { - "items": [ - { - "name": "12 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 12 in Bay", - "name": "250-2 HD Bomb x 12 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "24 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 24 in Bay", - "name": "250-2 HD Bomb x 24 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 - 6 x 250-3 - 250kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "250-3 LD Bomb x 36", - "name": "250-3 LD Bomb x 36", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-20 x 4", - "name": "KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 6 - } - ], - "enabled": true, - "code": "KD-20 x 6", - "name": "KD-20 x 6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 2 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 2", - "name": "KD-63 x 2, KD-20 x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 4", - "name": "KD-63 x 2, KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 4 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "KD-63 x 4", - "name": "KD-63 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "YJ-12 x 2", - "name": "YJ-12 x 2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "YJ-12 x 4", - "name": "YJ-12 x 4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-83K", - "quantity": 6 - } - ], - "enabled": true, - "code": "YJ-83K x 6", - "name": "YJ-83K x 6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "h-6.png", - "enabled": true, - "liveries": { - "planaf standard": { - "name": "PLANAF Standard", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 4 crew bomber. Badger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "I-16": { - "name": "I-16", - "coalition": "red", - "label": "I-16", - "era": "WW2", - "shortLabel": "I16", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - } - ], - "enabled": true, - "code": "6xRS-82", - "name": "6xRS-82", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-100", - "name": "2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xFAB-100", - "name": "6xRS-82, 2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xDropTank-93L", - "name": "6xRS-82, 2xDropTank-93L", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xDropTank-93L", - "name": "2xDropTank-93L", - "roles": [ - "CAP", - "Reconnaissance", - "Escort" - ] - } - ], - "filename": "i-16.png", - "enabled": true, - "liveries": { - "silver-black demo": { - "name": "Silver-black paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army camo": { - "name": "Red Army Air Force Camouflage", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain nationalists": { - "name": "Spain (Nationalists)", - "countries": [ - "SPN", - "NZG" - ] - }, - "japan": { - "name": "Japan (Captured), Manchuria 1939", - "countries": [ - "NZG", - "JPN" - ] - }, - "finnish af": { - "name": "Finland, AFB Rompotti 1943", - "countries": [ - "FIN", - "NZG" - ] - }, - "red army standard": { - "name": "1 Red Army Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain republicans": { - "name": "Spain (Republicans)", - "countries": [ - "SUN", - "SPN" - ] - }, - "red five demo": { - "name": "RED FIVE Aerobatic Team", - "countries": [ - "SUN", - "RUS" - ] - }, - "clear": { - "name": "Green unmarked", - "countries": "All" - }, - "silver demo": { - "name": "Silver paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army winter": { - "name": "Red Army Air Force winter", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Ishak", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "IL-76MD": { - "name": "IL-76MD", - "coalition": "red", - "label": "IL-76MD Candid", - "era": "Mid Cold War", - "shortLabel": "76", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "ukrainian af aeroflot": { - "name": "Ukrainian AF aeroflot", - "countries": [ - "UKR" - ] - }, - "algerian af il-76md": { - "name": "Algerian AF IL-76MD", - "countries": [ - "DZA" - ] - }, - "china air force old": { - "name": "China Air Force Old", - "countries": [ - "CHN" - ] - }, - "ukrainian af": { - "name": "Ukrainian AF", - "countries": [ - "UKR" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "china air force new": { - "name": "China Air Force New", - "countries": [ - "CHN" - ] - }, - "mvd aeroflot": { - "name": "MVD aeroflot", - "countries": [ - "RUS" - ] - }, - "fsb aeroflot": { - "name": "FSB aeroflot", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 5 crew. Cargo and passenger aircraft. NATO reporting name: Candid", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "IL-78M": { - "name": "IL-78M", - "coalition": "red", - "label": "IL-78M Midas", - "era": "Late Cold War", - "shortLabel": "78", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "rf air force aeroflot": { - "name": "RF Air Force aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - }, - "algerian af il-78m": { - "name": "Algerian AF IL-78M", - "countries": [ - "DZA" - ] - }, - "china air force": { - "name": "China Air Force", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 6 crew. Tanker aircraft. NATO reporting name: Midas", - "abilities": "Tanker, Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "J-11A": { - "name": "J-11A", - "coalition": "red", - "label": "J-11A Flaming Dragon", - "era": "Modern", - "shortLabel": "J11", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "FAB-100x36,R-73x2,ECM", - "name": "FAB-100x36,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250x8,R-73x2,ECM", - "name": "FAB-250x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500x8,R-73x2,ECM", - "name": "FAB-500x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-13L - 5 S-13 OF", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-13x20,FAB-250x4,R-73x2,ECM", - "name": "S-13x20,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25x4,FAB-500x4,R-73x2,ECM", - "name": "S-25x4,FAB-500x4,R-73x2,ECM", - "roles": [ - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "name": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x6,R-73x2,ECM", - "name": "R-77x6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx6,R-73x2,ECM", - "name": "R-27ERx6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x4,R-27ETx2,R-73x2,ECM", - "name": "R-77x4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x4,R-27ERx2,R-73x2,ECM", - "name": "R-77x4,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShPx6,R-73x2,ECM", - "name": "BetAB-500ShPx6,R-73x2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73x4,ECM", - "name": "R-73x4,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-77x6,R-73x4", - "name": "R-77x6,R-73x4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "name": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8TsM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "name": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "FAB-250x18,R-73x2,ECM", - "name": "FAB-250x18,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-KOMx2, R-73x2, ECM", - "name": "2*S8-KOMx2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-OFP2x2, R-73x2, ECM", - "name": "2*S8-OFP2x2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-500x2, R-73x2", - "name": "FAB-250x4, 2*FAB-500x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-250x2, R-73x2", - "name": "FAB-250x4, 2*FAB-250x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "name": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "plaaf 19th ad": { - "name": "PLAAF 19th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 17th ab": { - "name": "PLAAF 17th AB", - "countries": [ - "CHN" - ] - }, - "plaaf 18th ad 'thunderclap wing' (fictional)": { - "name": "PLAAF 18th AD 'Thunderclap Wing' (Fictional)", - "countries": [ - "CHN" - ] - }, - "usn aggressor vfc-13 'ferris' (fictional)": { - "name": "Aggressor VFC-13 'Ferris' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 19th ad (reworked)": { - "name": "PLAAF 19th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad": { - "name": "PLAAF 14th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 6th ad": { - "name": "PLAAF 6th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad (reworked)": { - "name": "PLAAF 14th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'desert' (fictional)": { - "name": "PLAAF OPFOR 'Desert' (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad (reworked)": { - "name": "PLAAF 7th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'desert' (fictional)": { - "name": "65th Aggressor SQN 'Desert' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "sky hunter": { - "name": "Sky Hunter", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (parade)": { - "name": "PLAAF 2nd AD (Parade)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'jungle' (fictional)": { - "name": "PLAAF OPFOR 'Jungle' (Fictional) ", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad (reworked)": { - "name": "PLAAF 33th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad": { - "name": "PLAAF 33th AD", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'gray' (fictional)": { - "name": "65th Aggressor SQN 'Gray' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 2nd ad": { - "name": "PLAAF 2nd AD", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad": { - "name": "PLAAF 7th AD", - "countries": [ - "CHN" - ] - }, - "plaaf ghost gray (fictional)": { - "name": "PLAAF Ghost Gray (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (reworked)": { - "name": "PLAAF 2nd AD (Reworked)", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. NATO reporting name: Flanker", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "JF-17": { - "name": "JF-17", - "coalition": "red", - "label": "JF-17 Thunder", - "era": "Modern", - "shortLabel": "J17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "C802AK (DIS)", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C802AKx2, 800L Tank", - "name": "PL-5Ex2, C802AKx2, 800L Tank", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank, WMD7", - "name": "PL-5Ex2, 800L Tank, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-10", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-10x2, WMD7", - "name": "PL-5Ex2, GBU-10x2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "name": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-16", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "roles": [ - "CAS", - "Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 1100L Tankx2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "name": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "BRM-1_90MM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "PL-5Ex2, Mk-84x3", - "name": "PL-5Ex2, Mk-84x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "UG_90MM", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "name": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "BRM-1_90MM", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2x1100L Tank", - "name": "PL-5Ex2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank", - "name": "PL-5Ex2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ", - "name": "PL-5Ex2, SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, SPJ", - "name": "PL-5Ex2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, SPJ", - "name": "PL-5Ex2, 2*SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2", - "name": "PL-5Ex2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2", - "name": "PL-5Ex2, SD-10x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10", - "name": "PL-5Ex2, 2*SD-10", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "name": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "BRM-1_90MM", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GBU-16", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "name": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "roles": [ - "FAC-A", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7", - "name": "PL-5Ex2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "GB-6", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "name": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, SPJ", - "name": "PL-5Ex2, C-701 CCDx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "name": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x Mk-82", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "name": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "name": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Type-200Ax2", - "name": "PL-5Ex2, 2*Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, Type-200Ax2", - "name": "PL-5Ex2, Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - } - ], - "filename": "jf-17.png", - "enabled": true, - "liveries": { - "paf black panthers 07-101": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers 07-101", - "countries": [ - "PAK" - ] - }, - "paf phoenixes": { - "name": "Pakistan Air Force No.28 Sqn Phoenixes", - "countries": [ - "PAK" - ] - }, - "paf black spiders 07-101 (fictional)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders 07-101 (Fictional)", - "countries": [ - "PAK" - ] - }, - "paf 07-101 (overhauled)": { - "name": "Pakistan Air Force 07-101 (Overhauled)", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v2)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo2)", - "countries": [ - "PAK" - ] - }, - "plaaf 125th ab (fictional)": { - "name": "PLAAF 125th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "naf 722": { - "name": "Nigerian Air Force 722", - "countries": [ - "NGA" - ] - }, - "paf dark camo": { - "name": "Pakistan Air Force Dark Camo", - "countries": [ - "PAK" - ] - }, - "'splinter' camo for blue side (fictional)": { - "name": "\"Splinter\" Camo for Blue Side (Fictional)", - "countries": "All" - }, - "paf black spiders (web camo)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders (Web Camo)", - "countries": [ - "PAK" - ] - }, - "plaaf 111th ab (fictional)": { - "name": "PLAAF 111th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "paf black panthers": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers", - "countries": [ - "PAK" - ] - }, - "paf black spiders (default)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders", - "countries": [ - "PAK" - ] - }, - "paf ccs fierce fragons": { - "name": "Pakistan Air Force CCS Sqn Fierce Dragons", - "countries": [ - "PAK" - ] - }, - "plaaf ghost gray camo (fictional)": { - "name": "PLAAF \"Ghost Gray\" Camo (Fictional)", - "countries": [ - "CHN" - ] - }, - "'chips' camo for blue side (fictional)": { - "name": "USAF \"Chips\" Camo (Fictional)", - "countries": [ - "USA" - ] - }, - "paf black panthers (reworked)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Reworked)", - "countries": [ - "PAK" - ] - }, - "maf blue sea camo": { - "name": "Myanmar Air Force Blue Sea Camo", - "countries": "All" - }, - "proto 06": { - "name": "FC-1 Prototype 06", - "countries": [ - "CHN" - ] - }, - "paf minhasians": { - "name": "Pakistan Air Force No.2 Sqn Minhasians", - "countries": [ - "PAK" - ] - }, - "paf sharp shooters": { - "name": "Pakistan Air Force No.18 Sqn Sharp Shooters", - "countries": [ - "PAK" - ] - }, - "paf tail choppers": { - "name": "Pakistan Air Force No.14 Sqn Tail Choppers", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v1)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo1)", - "countries": [ - "PAK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike. Geoff", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "KC-135": { - "name": "KC-135", - "coalition": "blue", - "label": "KC-135 Stratotanker", - "era": "Early Cold War", - "shortLabel": "135", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "standard usaf": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - }, - "turaf standard": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "KC135MPRS": { - "name": "KC135MPRS", - "coalition": "blue", - "label": "KC-135 MPRS Stratotanker", - "era": "Early Cold War", - "shortLabel": "135M", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "100th arw": { - "name": "100th ARW", - "countries": [ - "USA" - ] - }, - "22nd arw": { - "name": "22nd ARW", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Drogue AAR, MPRS", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "L-39ZA": { - "name": "L-39ZA", - "coalition": "red", - "label": "L-39ZA", - "era": "Mid Cold War", - "shortLabel": "L39", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2", - "name": "FAB-100x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-150x2", - "name": "FAB-100x2, PTB-150x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-350x2", - "name": "FAB-100x2, PTB-350x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100x4", - "name": "FAB-100x4", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x4, FAB-100x2", - "name": "OFAB-100 Jupiter x4, FAB-100x2", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x8", - "name": "OFAB-100 Jupiter x8", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PK-3x2, PTB-150x2", - "name": "PK-3x2, PTB-150x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 4 - } - ], - "enabled": true, - "code": "PK-3x4", - "name": "PK-3x4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2", - "name": "R-3Sx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2, PK-3x2", - "name": "R-3Sx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2", - "name": "R-60Mx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2, PK-3x2", - "name": "R-60Mx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32", - "name": "S-5KOx32", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, FAB-100x2", - "name": "S-5KOx32, FAB-100x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-150x2", - "name": "S-5KOx32, PTB-150x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-350x2", - "name": "S-5KOx32, PTB-350x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-5KOx64", - "name": "S-5KOx64", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "SAB-100x4", - "name": "SAB-100x4", - "roles": [ - "FAC-A" - ] - } - ], - "filename": "l-39.png", - "enabled": true, - "liveries": { - "splinter camo woodland": { - "name": "Splinter camo woodland", - "countries": "All" - }, - "algerian af tiger nl-36": { - "name": "Algerian AF Tiger NL-36", - "countries": [ - "DZA" - ] - }, - "czech air force": { - "name": "Czech Air Force", - "countries": [ - "CZE" - ] - }, - "algerian af nl-44": { - "name": "Algerian AF NL-44", - "countries": [ - "DZA" - ] - }, - "splinter camo desert": { - "name": "Splinter camo desert", - "countries": "All" - }, - "slovak air force": { - "name": "2nd SQN AFB Sliac", - "countries": [ - "SVK" - ] - }, - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "czechoslovakia air force": { - "name": "Czechoslovakia_Air Force", - "countries": [ - "CZE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "M-2000C": { - "name": "M-2000C", - "coalition": "blue", - "label": "M-2000C Mirage", - "era": "Late Cold War", - "shortLabel": "2k", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox", - "name": "Fox", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / Magic (QRA)", - "name": "Fox / Magic (QRA)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Super 530D", - "quantity": 2 - } - ], - "enabled": true, - "code": "Alpha / S530D", - "name": "Alpha / S530D", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic", - "name": "Fox / S530D / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - }, - { - "name": "Eclair 16 flares 16 chaffs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic / Eclair", - "name": "Fox / S530D / Magic / Eclair", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo", - "name": "Bravo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo / Magic", - "name": "Bravo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo", - "name": "Kilo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / Magic", - "name": "Kilo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xMk-82 / Magic", - "name": "Bravo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-12 / Magic", - "name": "Bravo / GBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "AUF2 GBU-12 x 2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / 2xGBU-12 / Magic", - "name": "Bravo / 2xGBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-16 / Magic", - "name": "Bravo / GBU-16 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-24 / Magic", - "name": "Bravo / GBU-24 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "BAP-100 x 18", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / BAP-100 / Magic", - "name": "Bravo / BAP-100 / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xSnakeEye / Magic", - "name": "Bravo / 4xSnakeEye / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / 4xMk-82 / Magic", - "name": "Fox / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / 4xMk-82 / Magic", - "name": "Kilo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - } - ], - "filename": "m2000.png", - "enabled": true, - "liveries": { - "ada alsace lf-2": { - "name": "Ada Alsace LF-2", - "countries": [ - "FRA" - ] - }, - "peru052": { - "name": "Fuerza Aerea Peruana 052", - "countries": [ - "FRA", - "PER" - ] - }, - "mission accomplie": { - "name": "2022 MISSION ACCOMPLIE by MALBAK", - "countries": "All" - }, - "cambresis": { - "name": "AdA Cambresis", - "countries": [ - "FRA" - ] - }, - "greek air force": { - "name": "Polemikh Aeroporia (Greek Air Force)", - "countries": [ - "FRA", - "GRC" - ] - }, - "brasilian air force": { - "name": "Forca Aerea Brasileira (Brazilian Air Force)", - "countries": [ - "BRA", - "FRA" - ] - }, - "2003 tigermeet": { - "name": "NATO Tigermeet 2003", - "countries": [ - "FRA" - ] - }, - "peru064": { - "name": "Fuerza Aerea Peruana 064", - "countries": [ - "FRA", - "PER" - ] - }, - "2010 tigermeet": { - "name": "NATO Tigermeet 2010", - "countries": [ - "FRA" - ] - }, - "uae air force": { - "name": "UAE Air Defense Air Force", - "countries": [ - "FRA", - "ARE" - ] - }, - "2004 tigermeet": { - "name": "NATO Tigermeet 2004", - "countries": [ - "FRA" - ] - }, - "ada chasse 2-5": { - "name": "AdA Chasse 2/5", - "countries": [ - "FRA" - ] - }, - "iaf silver 59": { - "name": "Israeli Air Force 101 Sqn 1967 scheme", - "countries": [ - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "RSO", - "UKR", - "TUR", - "BEL", - "NOR", - "ITA", - "POL", - "NETH", - "GER", - "FRA", - "GRG", - "DEN", - "CZE", - "CAN", - "UK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MB-339A": { - "name": "MB-339A", - "coalition": "blue", - "label": "MB-339A", - "era": "Mid Cold War", - "shortLabel": "339", - "loadouts": [ - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks [Clean]", - "name": "A - 2*320L TipTanks [Clean]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "name": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 HEI Heavy", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-81 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 6*Mk.82LD", - "name": "A - 2*320L TipTanks + 6*Mk.82LD", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Luggage Container", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "name": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "BLG-66-AC Belouga", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "name": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "roles": [] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "name": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "name": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAT-120 ABL - 34kg HE/Frag Chute Retarded Bomb HD", - "quantity": 6 - } - ], - "enabled": true, - "code": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "name": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "name": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "Photo-Recon Pod (4*70mm Vinten Cameras)", - "quantity": 1 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 2 - } - ], - "enabled": true, - "code": "Recon", - "name": "Recon", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Interdiction", - "name": "Runway Interdiction", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAP-100 - 32kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 6 - } - ], - "enabled": true, - "code": "Runway Interdiction (36*BAP-100)", - "name": "Runway Interdiction (36*BAP-100)", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "BRD-4-250 - 4 x Mk 76 - 25lb Practice Bomb LD", - "quantity": 1 - }, - { - "name": "", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "Training", - "name": "Training", - "roles": [] - } - ], - "filename": "mb-339.png", - "enabled": true, - "liveries": { - "mb339an 'nigeria'": { - "name": "Nigerian Air Force | Camo (Low-Vis)", - "countries": [ - "NGA" - ] - }, - "mb339a italian camo - late": { - "name": "Italian Camo - Late", - "countries": [ - "ITA" - ] - }, - "mb339a italian factory": { - "name": "Italian Orange/White", - "countries": [ - "ITA" - ] - }, - "mb339am 'malaysia'": { - "name": "Royal Malaysian Air Force | Camo (Low-Vis)", - "countries": [ - "MYS" - ] - }, - "mb339aa 'armada' - yellow band": { - "name": "ARMADA Argentina | Camo (Yellow Band)", - "countries": [ - "ARG" - ] - }, - "mb339ag 'ghana'": { - "name": "Ghana Air Force | Camo (Low-Vis)", - "countries": [ - "GHA" - ] - }, - "mb339a italian gray": { - "name": "Italian Gray", - "countries": [ - "ITA" - ] - }, - "mb339a italian camo - early": { - "name": "Italian Camo - Early", - "countries": [ - "ITA" - ] - }, - "mb339 'factory'": { - "name": "Aermacchi Factory Scheme | S-001 I-NEUF", - "countries": "All" - }, - "mb339ad 'uae'": { - "name": "UAE Air Force", - "countries": [ - "ARE" - ] - }, - "mb339aa 'armada' - crippa": { - "name": "ARMADA Argentina | Camo (Lt. Crippa's killmark)", - "countries": [ - "ARG" - ] - }, - "mb339ap 'peru'": { - "name": "Peruvian Air Force | Camo (Late)", - "countries": [ - "PER" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MQ-9 Reaper": { - "name": "MQ-9 Reaper", - "coalition": "blue", - "label": "MQ-9 Reaper", - "era": "Modern", - "shortLabel": "MQ9", - "loadouts": [ - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "AGM-114K * 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*12", - "name": "AGM-114K*12", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*8,GBU-38*2", - "name": "AGM-114K*8,GBU-38*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-38*4", - "name": "GBU-38*4", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "rq-1.png", - "enabled": true, - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "standard uk": { - "name": "standard UK", - "countries": [ - "UK" - ] - }, - "standard italy": { - "name": "standard Italy", - "countries": [ - "ITA" - ] - }, - "standard france": { - "name": "standard France", - "countries": [ - "FRA" - ] - }, - "'camo' scheme": { - "name": "'camo' scheme", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single turboprop, straight wing, attack aircraft. Reaper", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-15bis": { - "name": "MiG-15bis", - "coalition": "red", - "label": "MiG-15 Fagot", - "era": "Early Cold War", - "shortLabel": "M15", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-50 - 50kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-50", - "name": "2*FAB-50", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-100M", - "name": "2*FAB-100M", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*300L", - "name": "2*300L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*400L", - "name": "2*400L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 600 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*600L", - "name": "2*600L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 300", - "name": "Fuel tank 300", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 400", - "name": "Fuel tank 400", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - } - ], - "filename": "mig-15.png", - "enabled": true, - "liveries": { - "china_air force": { - "name": "People's Liberation Army Air Force", - "countries": [ - "CHN" - ] - }, - "china volunteer air force": { - "name": "People's Volunteer Army Air Force", - "countries": [ - "CHN" - ] - }, - "ussr_red": { - "name": "USSR Red", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af 1962": { - "name": "Algerian AF 1962", - "countries": [ - "DZA" - ] - }, - "north_korea_air force_major_ arkady_ boitsow": { - "name": "North Korea - Major Arkady Boitsow", - "countries": [ - "RUS", - "PRK" - ] - }, - "gdr_air force": { - "name": "Air Forces of the National People's Army", - "countries": [ - "GER" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce - Fictional", - "countries": [ - "GRC" - ] - }, - "ussr_air forces": { - "name": "Air Forces of Soviet Union", - "countries": [ - "SUN", - "RUS" - ] - }, - "north_korea_air force": { - "name": "Korean People's Air Force", - "countries": [ - "PRK" - ] - }, - "polish_air force": { - "name": "Polish Air Force", - "countries": [ - "POL" - ] - }, - "ussr_air forces old": { - "name": "USSR Old", - "countries": [ - "SUN", - "RUS" - ] - }, - "czechoslovakia_air force": { - "name": "Czechoslovak Air Force", - "countries": [ - "CZE" - ] - }, - "ussr_pepelyaev": { - "name": "USSR Pepelyaev", - "countries": [ - "SUN", - "RUS", - "PRK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fagot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-19P": { - "name": "MiG-19P", - "coalition": "red", - "label": "MiG-19 Farmer", - "era": "Early Cold War", - "shortLabel": "M19", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PTB-760 x 2", - "name": "PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, PTB-760 x 2", - "name": "K-13A x 2, PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2", - "name": "K-13A x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "name": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2, PTB-760 x 2", - "name": "ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 4 - } - ], - "enabled": true, - "code": "ORO-57K x 4", - "name": "ORO-57K x 4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2", - "name": "ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2, ORO-57K x 2", - "name": "FAB-100M x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2, ORO-57K x 2", - "name": "FAB-250 x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2", - "name": "FAB-100M x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2", - "name": "FAB-250 x 2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "mig-19.png", - "enabled": true, - "liveries": { - "ussr_2": { - "name": "764th Fighter Aviation Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf camo": { - "name": "PLAAF Snow Camo", - "countries": [ - "CHN" - ] - }, - "cuba": { - "name": " 211 Escuadron de Caza", - "countries": [ - "CUB" - ] - }, - "iap": { - "name": "234 Fighter Regiment (234 IAP)", - "countries": "All" - }, - "ddr - fictional": { - "name": "Germany DDR camouflage (Fictional)", - "countries": "All" - }, - "snow - fictional": { - "name": "Snow Camouflage Fictional", - "countries": "All" - }, - "plaaf": { - "name": "112th Air Regiment", - "countries": [ - "CHN" - ] - }, - "romania - 66th fighter division": { - "name": "91st Fighter Regiment", - "countries": [ - "ROU" - ] - }, - "poland 39 plm": { - "name": "39 PLM Squadron", - "countries": [ - "POL" - ] - }, - "poland 62 plm": { - "name": "62 PLM Squadron", - "countries": [ - "POL" - ] - }, - "default": { - "name": "default", - "countries": "All" - }, - "czechoslovakia": { - "name": "2nd Fighter-Bomber Regiment", - "countries": [ - "CZE" - ] - }, - "bulgaria": { - "name": "1st Squadron, 18th Fighter Regiment", - "countries": [ - "BGR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Farmer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-21Bis": { - "name": "MiG-21Bis", - "coalition": "red", - "label": "MiG-21 Fishbed", - "era": "Mid Cold War", - "shortLabel": "M21", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, long range", - "name": "Patrol, long range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, medium range", - "name": "Patrol, medium range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, short range", - "name": "Patrol, short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Hard targets, BOMBS", - "name": "Hard targets, BOMBS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Unknown or mixed targets, BOMBS + ROCKETS", - "name": "Unknown or mixed targets, BOMBS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS + ROCKETS", - "name": "Soft targets, CLUSTERS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS", - "name": "Soft targets, CLUSTERS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, scattered", - "name": "Soft targets, scattered", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Kh-66 Grom (21) - AGM, radar guided APU-68", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Few big targets, GROM + BOMBS", - "name": "Few big targets, GROM + BOMBS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Very hard target, PENETRATION", - "name": "Very hard target, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Aerial attack, hard targets, CLUSTERS", - "name": "Aerial attack, hard targets, CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24A (21) - 180 kg, cumulative unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Hard targets, ROCKETS, PENETRATION", - "name": "Hard targets, ROCKETS, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24B (21) - 180 kg, fragmented unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "name": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, MIX", - "name": "Long range, MIX", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, RADAR GUIDED MISSILES", - "name": "Long range, RADAR GUIDED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, INFRA RED MISSILES", - "name": "Long range, INFRA RED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort", - "name": "Escort", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort, JAMMER", - "name": "Escort, JAMMER", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "Night, ILLUMINATOR", - "name": "Night, ILLUMINATOR", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, JAMMER", - "name": "Long range, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "UB-16UM - 16 S-5M", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, UPK + ROCKETS", - "name": "Soft targets, UPK + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, UPK + CLUSTERS", - "name": "Soft targets, UPK + CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Patrol, JAMMER", - "name": "Patrol, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RN-24 - 470kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR A", - "name": "NUCLEAR A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RN-28 - 260 kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR B", - "name": "NUCLEAR B", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Short range", - "name": "Short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Smoke - white - 21", - "quantity": 1 - } - ], - "enabled": true, - "code": "AEROBATIC", - "name": "AEROBATIC", - "roles": [] - } - ], - "filename": "mig-21.png", - "enabled": true, - "liveries": { - "afghanistan (1)": { - "name": "Afghanistan (1)", - "countries": "All" - }, - "bulgaria - 1-3 iae (3)": { - "name": "Bulgaria - 1/3 IAE (3)", - "countries": "All" - }, - "germany east - jg-8": { - "name": "East Germany - JG-8", - "countries": "All" - }, - "plaaf - white": { - "name": "PLAAF - White", - "countries": "All" - }, - "croatia - 21st fs": { - "name": "Croatia - 21st Fighter Squadron (Zagreb AB)", - "countries": "All" - }, - "plaaf - sky blue": { - "name": "PLAAF - Sky Blue", - "countries": "All" - }, - "iraq - 17th sqn (2)": { - "name": "Iraq - 17th Sqn (2)", - "countries": "All" - }, - "vvs - amt-11 grey": { - "name": "VVS - AMT-11 Grey", - "countries": "All" - }, - "vvs - 234 gviap": { - "name": "VVS - 234 GvIAP", - "countries": "All" - }, - "bare metal": { - "name": "Bare Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae (2)": { - "name": "Bulgaria - 1/3 IAE (2)", - "countries": "All" - }, - "plaaf - splinter": { - "name": "PLAAF - Splinter", - "countries": "All" - }, - "argentina (2)": { - "name": "Argentina (2)", - "countries": "All" - }, - "vvs - demonstrator": { - "name": "VVS Demonstrator", - "countries": "All" - }, - "vvs - 115 gviap": { - "name": "VVS - 115 GvIAP (Kokaydy AB)", - "countries": "All" - }, - "romania - lancer a": { - "name": "Romania - Lancer A", - "countries": "All" - }, - "sweden - 16th air wing": { - "name": "Sweden - 16th Air Wing", - "countries": "All" - }, - "syria (1)": { - "name": "Syria (1)", - "countries": "All" - }, - "egypt - grey 1982": { - "name": "Egypt - Grey 1982", - "countries": "All" - }, - "finland - hävllv 31": { - "name": "Finland - HavLLv 31", - "countries": "All" - }, - "huaf 47th ab - 6115 (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB) 6115", - "countries": "All" - }, - "libya - 2017": { - "name": "Lybia - 2017", - "countries": "All" - }, - "huaf 47th ab (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB)", - "countries": "All" - }, - "cuba - 1990s": { - "name": "Cuba - 1990s", - "countries": "All" - }, - "serbia - 101st lae": { - "name": "Serbia - 101st LAE", - "countries": "All" - }, - "slovakia - 1998": { - "name": "Slovakia - 1998", - "countries": "All" - }, - "iran - 51st sqn": { - "name": "Iran - 51st Sqn (Umidiyeh AB)", - "countries": "All" - }, - "vvs - 116 cbp": { - "name": "VVS - 116 CBP", - "countries": "All" - }, - "georgia (2)": { - "name": "Georgia (2)", - "countries": "All" - }, - "huaf metal": { - "name": "HuAF Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae": { - "name": "Bulgaria - 1/3 IAE", - "countries": "All" - }, - "india - 101st sqn (1)": { - "name": "India - 101st Sqn Falcons", - "countries": "All" - }, - "ukraine (2)": { - "name": "Ukraine 02", - "countries": "All" - }, - "vpaf - 927th fighter regiment metal": { - "name": "VPAF - 927th Fighter Regiment Metal", - "countries": "All" - }, - "iran - standard": { - "name": "Iran - Standard", - "countries": "All" - }, - "romania - lancer c": { - "name": "Romania - Lancer C", - "countries": "All" - }, - "angola - c41": { - "name": "Angola - C41", - "countries": "All" - }, - "poland - 1 dlmw": { - "name": "Poland - 1 DLMW", - "countries": "All" - }, - "yugoslavia - gray": { - "name": "Yugoslavia - Grey", - "countries": "All" - }, - "angola - c314": { - "name": "Angola - C314", - "countries": "All" - }, - "argentina (1)": { - "name": "Argentina (1)", - "countries": "All" - }, - "romania - gray": { - "name": "Romania - Gray", - "countries": "All" - }, - "dprk - 2016 - 42": { - "name": "DPRK - 2016 Nr.42", - "countries": "All" - }, - "libya - early": { - "name": "Lybia - Early", - "countries": "All" - }, - "poland - metal": { - "name": "Poland - Lacquer Metal", - "countries": "All" - }, - "syria (2)": { - "name": "Syria (2)", - "countries": "All" - }, - "india - 15th sqn": { - "name": "India - 15 Sqn War Games", - "countries": "All" - }, - "cuba - um 5010 is": { - "name": "Cuba - UM 5010 IS", - "countries": "All" - }, - "afghanistan (2)": { - "name": "Afghanistan (2)", - "countries": "All" - }, - "iraq - 9th sqn": { - "name": "Iraq - 9th Sqn", - "countries": "All" - }, - "vpaf - 927th lam son - 6122": { - "name": "VPAF - 927th Lam Son", - "countries": "All" - }, - "yugoslavia - camo": { - "name": "Yugoslavia - Camo", - "countries": "All" - }, - "egypt - tan 1982": { - "name": "Egypt - Tan 1982", - "countries": "All" - }, - "croatia - 1st fs 1992": { - "name": "Croatia - 1st FS 1992", - "countries": "All" - }, - "southeria": { - "name": "Southeria", - "countries": "All" - }, - "ukraine (1)": { - "name": "Ukraine 01", - "countries": "All" - }, - "georgia (1)": { - "name": "Georgia (1)", - "countries": "All" - }, - "northeria - 32nd fs": { - "name": "Northeria - 32nd FG", - "countries": "All" - }, - "cuba - metal": { - "name": "Cuba - Metal", - "countries": "All" - }, - "huaf 47th ab - early": { - "name": "HunAF Griff Sqn. (47th AB) - Early ", - "countries": "All" - }, - "jasdf": { - "name": "JASDF", - "countries": "All" - }, - "raf - 111th sqn": { - "name": "RAF - 111th Sqn", - "countries": "All" - }, - "sweden - m90": { - "name": "Sweden - M90", - "countries": "All" - }, - "algeria": { - "name": "Algeria FD-43", - "countries": "All" - }, - "india - 101st sqn (2)": { - "name": "India - 101st Sqn Falcons (2)", - "countries": "All" - }, - "draken international": { - "name": "Draken International", - "countries": "All" - }, - "raf - 11th sqn": { - "name": "RAF - 11th Sqn", - "countries": "All" - }, - "vpaf - 921st sao do - 5040": { - "name": "VPAF - 921st Sao Do", - "countries": "All" - }, - "vvs - metal": { - "name": "VVS Metal", - "countries": "All" - }, - "iraq - 17th sqn (1)": { - "name": "Iraq - 17th Sqn (1)", - "countries": "All" - }, - "vvs - 185th gviap": { - "name": "VVS 185th GvIAP", - "countries": "All" - }, - "poland - 10 elt": { - "name": "Poland - 10 ELT", - "countries": "All" - }, - "dprk - 2014 - 34": { - "name": "DPRK - 2014 Nr.34", - "countries": "All" - }, - "huaf grey": { - "name": "HuAF Grey", - "countries": "All" - }, - "huaf 31st ab (turul sqn)": { - "name": "HunAF 1904 Capeti (51th AB)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fishbed", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-23MLD": { - "name": "MiG-23MLD", - "coalition": "red", - "label": "MiG-23 Flogger", - "era": "Mid Cold War", - "shortLabel": "23", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4", - "name": "R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,R-60M*2,Fuel-800", - "name": "B-8*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,R-60M*2,Fuel-800", - "name": "UB-32*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4,Fuel-800", - "name": "R-24R*2,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4,Fuel-800", - "name": "R-24R,R-24T,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,Fuel-800", - "name": "R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,R-60M*2,Fuel-800", - "name": "FAB-500*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4", - "name": "R-24R*2,R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*2,R-60M*2,Fuel-800", - "name": "FAB-250*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*2,R-60M*2,Fuel-800", - "name": "RBK-250*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500*2,R-60M*2,Fuel-800", - "name": "RBK-500*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4", - "name": "R-24R,R-24T,R-60M*4", - "roles": [ - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "af standard-2": { - "name": "af standard-2", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard-3 (worn-out)": { - "name": "af standard-3 (worn-out)", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard-1": { - "name": "af standard-1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25PD": { - "name": "MiG-25PD", - "coalition": "red", - "label": "MiG-25PD Foxbat", - "era": "Mid Cold War", - "shortLabel": "25P", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-40T*2", - "name": "R-40R*2,R-40T*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*4", - "name": "R-40R*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-60M*2", - "name": "R-40R*2,R-60M*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25RBT": { - "name": "MiG-25RBT", - "coalition": "red", - "label": "MiG-25RBT Foxbat", - "era": "Mid Cold War", - "shortLabel": "25R", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500x2_60x2", - "name": "FAB-500x2_60x2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*2", - "name": "R-60M*2", - "roles": [ - "Reconnaissance" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-27K": { - "name": "MiG-27K", - "coalition": "red", - "label": "MiG-27K Flogger-D", - "era": "Mid Cold War", - "shortLabel": "M27", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel", - "name": "FAB-250*6,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "name": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MR*2,R-60M*2,Fuel", - "name": "Kh-25MR*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel", - "name": "Kh-29L*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*4", - "name": "B-8*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*2,FAB-500*2,R-60*2", - "name": "BetAB-500*2,FAB-500*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MPU*2,R-60M*2,Fuel", - "name": "Kh-25MPU*2,R-60M*2,Fuel", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel", - "name": "Kh-29T*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "name": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25ML*2,R-60M*2,Fuel", - "name": "Kh-25ML*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*2,R-60M*2,Fuel", - "name": "KAB-500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*2,RBK-250*2,R-60M*2", - "name": "RBK-500AO*2,RBK-250*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60*2,Fuel", - "name": "Kh-29L*2,R-60*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29A": { - "name": "MiG-29A", - "coalition": "red", - "label": "MiG-29A Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "SUN", - "RUS" - ] - }, - "strizhi": { - "name": "Strizhi 1992", - "countries": [ - "RUS" - ] - }, - "domna 120th ar": { - "name": "Domna - 120th Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "mary-1 agressors": { - "name": "Soviet Air Forces, a/b 1521 (Mary-1)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard1": { - "name": "41st Sqn Standard 1", - "countries": [ - "POL" - ] - }, - "iriaf sand-blue": { - "name": "IRIAF sand-blue", - "countries": [ - "IRN" - ] - }, - "strizhi (w)": { - "name": "Strizhi 1992(W)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard2": { - "name": "41st Sqn Standard 2", - "countries": [ - "POL" - ] - }, - "vasylkiv 40th brta": { - "name": "Vasylkiv - 40th Brigade of Tactical Aviation", - "countries": [ - "UKR" - ] - }, - "kazakhstan air defense forces": { - "name": "KazAADF 600th Airbase 2015", - "countries": [ - "KAZ" - ] - }, - "kazakhstan kazaadf 2008": { - "name": "KazAADF 600th Airbase 2008", - "countries": [ - "KAZ" - ] - }, - "iriaf blue-grey": { - "name": "IRIAF blue-grey", - "countries": [ - "IRN" - ] - }, - "syaaf": { - "name": "Syrian Arab Air Force", - "countries": [ - "SYR" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29S": { - "name": "MiG-29S", - "coalition": "red", - "label": "MiG-29S Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "name": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2", - "name": "R-77*4,R-73*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2,Fuel-1500", - "name": "R-77*4,R-73*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "algerian af fc-16": { - "name": "Algerian AF FC-16", - "countries": [ - "DZA" - ] - }, - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "RUS" - ] - }, - "kazaadf new faded (fictional)": { - "name": "KazAADF new faded (fictional)", - "countries": [ - "KAZ" - ] - }, - "strizhi": { - "name": "Strizhi 2003", - "countries": [ - "RUS" - ] - }, - "115 gviap_termez": { - "name": "Termez AFB, 115th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "1521th air base_mary-1": { - "name": "Mary-1 AFB, 1521st Air Force Base", - "countries": [ - "RUS" - ] - }, - "kazaadf old (fictional)": { - "name": "KazAADF old (fictional)", - "countries": [ - "KAZ" - ] - }, - "swifts": { - "name": "Swifts (Aerobatic team)", - "countries": [ - "RUS" - ] - }, - "773 iap_damgarten": { - "name": "Damgarten AFB, 773rd Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "426th air group_erebuni": { - "name": "Erebuni AFB, 426th Air Group", - "countries": [ - "RUS" - ] - }, - "31 gviap_zernograd": { - "name": "Zernograd AFB, 31st Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "28 gviap_andreapol": { - "name": "Andreapol AFB, 28th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "belarusian air force": { - "name": "Belarusian Air Force 61 FAB Baranavichy (2017)", - "countries": [ - "BLR" - ] - }, - "kazaadf new (fictional)": { - "name": "KazAADF new (fictional)", - "countries": [ - "KAZ" - ] - }, - "falcons of russia": { - "name": "Lipetsk, aerobatic group Falcons of Russia", - "countries": [ - "RUS" - ] - }, - "kazaadf new (fictional digital)": { - "name": "KazAADF new digital (fictional digital)", - "countries": [ - "KAZ" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-31": { - "name": "MiG-31", - "coalition": "red", - "label": "MiG-31 Foxhound", - "era": "Late Cold War", - "shortLabel": "M31", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40T*2,R-33*4", - "name": "R-40T*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 1 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-40T,R-33*4,R-40R", - "name": "R-40T,R-33*4,R-40R", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*2,R-33*4", - "name": "R-40R*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-60M*4,R-33*4", - "name": "R-60M*4,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "174 gviap_boris safonov": { - "name": "174 GvIAP Boris Safonov", - "countries": [ - "RUS" - ] - }, - "903_white": { - "name": "Demo 903 White", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 2 crew. Foxhound", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mirage-F1EE": { - "name": "Mirage-F1EE", - "coalition": "blue", - "label": "Mirage-F1EE", - "era": "Mid Cold War", - "shortLabel": "MF1", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*BLU107 Durandal", - "name": "2*AIM-9JULI, 8*BLU107 Durandal", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 250 HD", - "name": "2*AIM-9JULI, 8*SAMP 250 HD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-400 - 400 kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 400 LD", - "name": "2*AIM-9JULI, 8*SAMP 400 LD", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 251 F1B HE", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530EM", - "name": "2*AIM9-JULI, 1*R530EM", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "name": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR", - "name": "2*R550 Magic I, 1*R530IR", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "name": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - }, - { - "name": "BARAX - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-1.png", - "enabled": true, - "liveries": { - "ec 330 lorraine": { - "name": "EC 330 Lorraine", - "countries": [ - "FRA" - ] - }, - "ec 5 330 cote d'argent (fictional ct)": { - "name": "EC 5/330 Cote d'Argent (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "er 2 33 savoie 100 ans de reco (fictional cr)": { - "name": "ER 233 Savoie 100 ans de reco (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6210 _ 2017 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2017 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6209 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6209 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "er 233 savoie ba 118 mont de marsan (fictional cr)": { - "name": "ER 2/33 Savoie BA 118 Mont de Marsan (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "ala 14 blue skin (ee) albacete": { - "name": "ALA 14 Blue Skin (EE) Albacete", - "countries": [ - "SPN" - ] - }, - "usa company skin (m-ee)": { - "name": "USA Company Skin EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ala 14 nato skin 1 (ee)": { - "name": "ALA 14 NATO Skin 1 (EE)", - "countries": [ - "SPN" - ] - }, - "iriaf 3-6210 _ 2013 gray (eq variant)": { - "name": "IRIAF 3-6210 _ 2013 Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "usa company skin 2 (m-ee)": { - "name": "USA Company Skin 2 EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iriaf 3-6214 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6214 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges nato grey": { - "name": "AERGES NATO GREY", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 3 33 lorraine ba 112 reims - champagne ardennes": { - "name": "EC 333 Lorraine BA 112 Reims - Champagne Ardennes", - "countries": [ - "FRA" - ] - }, - "ec 1 12 cambresis": { - "name": "EC 112 BA 103 Cambrai-Épinoy", - "countries": [ - "FRA" - ] - }, - "ala 46 blue skin (ee) gando": { - "name": "ALA 46 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "aerges blue": { - "name": "AERGES BLUE", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 212 picardie": { - "name": "EC 212 Picardie", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6212 _ col. naghdibake (eq variant)": { - "name": "IRIAF 3-6212 _ Col. Naghdibake (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6211 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6211 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ec 1 5 vendee ba orange-cariat": { - "name": "EC 1/5 Vendee BA 115 Orange-Cariat", - "countries": [ - "FRA" - ] - }, - "er 233 savoie ba 118 mont de marsan dessert camu (fictional cr)": { - "name": "ER 233 Savoie BA 118 Mont de Marsan Dessert Camu (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6215 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6210 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ala 46 sq 462 blue skin (ee) gando": { - "name": "ALA 46 SQ 462 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "ec 2 30 normandie niemen (fictional ct)": { - "name": "EC 2/30 Normandie Niemen (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 1990-2010s desert (eq variant)": { - "name": "IRIAF 3-6215 _ 1990-2010s Desert (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges camo": { - "name": "AERGES CAMO", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "usa company grey (m-ee)": { - "name": "USA Company Grey EE", - "countries": [ - "USA", - "AUSAF" - ] - } - }, - "type": "Aircraft", - "description": "Single Jet engine, swept wing, 1 crew.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MosquitoFBMkVI": { - "name": "MosquitoFBMkVI", - "coalition": "blue", - "label": "Mosquito FB MkVI", - "era": "WW2", - "shortLabel": "Mos", - "loadouts": [ - { - "items": [ - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "name": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x RP-3 60lb F No1 Mk.I", - "quantity": 2 - }, - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "250 lb MC Mk.II", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "name": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb S.A.P.", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - } - ], - "enabled": true, - "code": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "name": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb GP Mk.V", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "name": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "500 lb GP Short tail", - "quantity": 4 - } - ], - "enabled": true, - "code": "500 lb GP Short tail*4", - "name": "500 lb GP Short tail*4", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - }, - { - "name": "4 x RP-3 60lb SAP No2 Mk.I", - "quantity": 2 - } - ], - "enabled": true, - "code": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "name": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - } - ], - "filename": "mosquito.png", - "enabled": true, - "liveries": { - "25th bombardment group p": { - "name": "USAAF 25th Bombardment Group \"P\" (Invasion Stripes)", - "countries": [ - "USA" - ] - }, - "l-3 pz474 1945": { - "name": "L-3 PZ474 1945", - "countries": [] - }, - "raf": { - "name": "RAF 1944", - "countries": "All" - }, - "605 sqn up-j wag's war wagon": { - "name": "605 Sqn UP-J \"Wag's War Wagon\"", - "countries": "All" - }, - "605 sqn up-o": { - "name": "605 Sqn UP-O", - "countries": "All" - }, - "605 sqn": { - "name": "605 Sqn", - "countries": "All" - }, - "iaf - 1956 - 110th squadron": { - "name": "IAF - 1956 - 110th Squadron", - "countries": "All" - }, - "ussr air force": { - "name": "USSR Air Force", - "countries": [] - }, - "no. 235 squadron raf 1944": { - "name": "No. 235 Squadron RAF 1944", - "countries": [] - }, - "no. 613 squadron raf june 1944": { - "name": "No. 613 Squadron RAF, June 1944", - "countries": [ - "UK" - ] - }, - "armée de l'air blue": { - "name": "Armée de L'air Blue Camo", - "countries": [ - "FRA" - ] - }, - "raf, ml897d, no.1409 met flight, wyton, late 1943": { - "name": "RAF, ML897/D, No.1409 Met Flight, Wyton, late 1943", - "countries": [ - "UK" - ] - }, - "no. 27 squadron raf popeye camo letters on": { - "name": "No. 27 Squadron RAF Popeye Camo Letters on", - "countries": [] - }, - "25th bombardment group f": { - "name": "USAAF 25th Bombardment Group \"F\"", - "countries": [ - "USA" - ] - }, - "305sqn july": { - "name": "305Sqn July 1944", - "countries": [] - }, - "305sqn june": { - "name": "305Sqn June 1944", - "countries": [] - }, - "25th bombardment group z": { - "name": "USAAF 25th Bombardment Group \"Z\" (Invasion Stripes)", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 2 crew. Mosquito.", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-47D-40": { - "name": "P-47D-40", - "coalition": "blue", - "label": "P-47D Thunderbolt", - "era": "WW2", - "shortLabel": "P47", - "loadouts": [ - { - "items": [ - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "AN-M57*3", - "name": "AN-M57*3", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN-M64*2, Fuel110", - "name": "AN-M64*2, Fuel110", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M65 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M65*2", - "name": "AN-M65*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "150 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel150*2", - "name": "Fuel150*2", - "roles": [ - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "5 x HVAR, UnGd Rkt", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "HVAR*10, Fuel110", - "name": "HVAR*10, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 x 4.5 inch M8 UnGd Rocket", - "quantity": 2 - }, - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "M8*6, AN-M57*2, Fuel110", - "name": "M8*6, AN-M57*2, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "p-47.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Thunderbolt", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-51D-30-NA": { - "name": "P-51D-30-NA", - "coalition": "blue", - "label": "P-51D Mustang", - "era": "WW2", - "shortLabel": "P51", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel75*2", - "name": "Fuel75*2", - "roles": [ - "CAP", - "CAP", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 10 - } - ], - "enabled": true, - "code": "HVAR*10", - "name": "HVAR*10", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "HVAR*6", - "name": "HVAR*6", - "roles": [ - "CAS", - "Strike", - "Antiship Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,Fuel75*2", - "name": "HVAR*6,Fuel75*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,M64*2", - "name": "HVAR*6,M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M64*2", - "name": "M64*2", - "roles": [ - "Strike", - "Antiship Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HVAR Smoke Generator", - "quantity": 2 - } - ], - "enabled": true, - "code": "Smokes", - "name": "Smokes", - "roles": [] - } - ], - "filename": "p-51.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Mustang", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "S-3B Tanker": { - "name": "S-3B Tanker", - "coalition": "blue", - "label": "S-3B Tanker", - "era": "Early Cold War", - "shortLabel": "S3B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "s-3.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "NAVY Standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 4 crew. Viking", - "abilities": "Tanker, Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "Su-17M4": { - "name": "Su-17M4", - "coalition": "red", - "label": "Su-17M4 Fitter", - "era": "Mid Cold War", - "shortLabel": "S17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,FAB-250*4", - "name": "UB-32*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*24,R-60M*2", - "name": "FAB-100*24,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,Fuel*2", - "name": "UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,FAB-250*4", - "name": "B-8*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,Fuel*2", - "name": "B-8*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel*2", - "name": "Kh-29T*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2", - "name": "BetAB-500*6,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25MR*4,R-60M*2,Fuel*2", - "name": "Kh-25MR*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,Fuel*2", - "name": "S-24*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "name": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "name": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*16,R-60M*2", - "name": "FAB-250*16,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "name": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,FAB-250*4", - "name": "S-24*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2", - "name": "FAB-500*6,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*2,Kh-29L*2,R-60*2", - "name": "Kh-25ML*2,Kh-29L*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-17.png", - "enabled": true, - "liveries": { - "af standard (worn-out)": { - "name": "af standard (worn-out)", - "countries": [ - "UKR" - ] - }, - "shap limanskoye ab": { - "name": "shap limanskoye ab", - "countries": [ - "UKR" - ] - }, - "af standard (rus)": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard (worn-out) (rus)": { - "name": "af standard (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fitter", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-24M": { - "name": "Su-24M", - "coalition": "red", - "label": "Su-24M Fencer", - "era": "Mid Cold War", - "shortLabel": "S24", - "loadouts": [ - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*2", - "name": "B-8*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*3", - "name": "B-8*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*6", - "name": "B-8*6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-60M*2", - "name": "BetAB-500*4,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100*24", - "name": "FAB-100*24", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-60M*2", - "name": "FAB-1500*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-250*8", - "name": "FAB-250*8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-500*4,R-60M*2", - "name": "FAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-60M*2,Fuel", - "name": "KAB-1500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "KAB-500*4,R-60M*2", - "name": "KAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25ML*4", - "name": "Kh-25ML*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25MR*4", - "name": "Kh-25MR*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2", - "name": "Kh-29L*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2", - "name": "Kh-29T*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2", - "name": "Kh-31A*2,R-60M*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2,Fuel", - "name": "Kh-31A*2,R-60M*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-60M*2,Fuel", - "name": "Kh-59M*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_L-081", - "name": "Kh25MPU*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh31P*2_Kh25ML*2_L-081", - "name": "Kh31P*2_Kh25ML*2_L-081", - "roles": [ - "SEAD", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*2_L-081", - "name": "Kh58*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8", - "name": "RBK-250*8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-60M*2", - "name": "RBK-500AO*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,Fuel*3", - "name": "S-24*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-24*4", - "name": "S-24*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*2,Fuel*3", - "name": "S-25*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4", - "name": "S-25*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*2,Fuel*3", - "name": "UB-13*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-13*4", - "name": "UB-13*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-500*2", - "name": "UB-13*4,FAB-500*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,Fuel*3", - "name": "UB-32*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4,FAB-250*4", - "name": "UB-32*4,FAB-250*4", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-24.png", - "enabled": true, - "liveries": { - "syrian air force": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "iran air force": { - "name": "Iran Air Force", - "countries": [ - "IRN" - ] - }, - "algerian af kx-12": { - "name": "Algerian AF KX-12", - "countries": [ - "DZA" - ] - }, - "ukrainian air force standard": { - "name": "Ukrainian Air Force", - "countries": [ - "UKR" - ] - }, - "kazakhstan air force": { - "name": "600th Airbase Kazakhstan", - "countries": [ - "KAZ" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew. Fencer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25": { - "name": "Su-25", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - } - ], - "enabled": true, - "code": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "name": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "name": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25*4,Kh-29T*2,R-60*2", - "name": "Kh-25*4,Kh-29T*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "name": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,S-8KOM*80,R-60M*2", - "name": "RBK-250*4,S-8KOM*80,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,SPPU-22*2,R-60M*2", - "name": "S-25*6,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25L*6,R-60*2,Fuel*2", - "name": "S-25L*6,R-60*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 8 - } - ], - "enabled": true, - "code": "S-8TsM*160,R-60*2", - "name": "S-8TsM*160,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "SAB-100*8,R-60*2", - "name": "SAB-100*8,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": false, - "liveries": { - "broken camo scheme #2 (native). 452th shap": { - "name": "broken camo scheme #2 (native). 452th shap.", - "countries": [ - "UKR" - ] - }, - "broken camo scheme #1 (native). 299th oshap": { - "name": "broken camo scheme #1 (native). 299th oshap.", - "countries": [ - "UKR" - ] - }, - "field camo scheme #1 (native)": { - "name": "field camo scheme #1 (native)", - "countries": [ - "SUN", - "RUS" - ] - }, - "field camo scheme #1 (native)01": { - "name": "field camo scheme #1 (native)", - "countries": [ - "GRG" - ] - }, - "haf camo": { - "name": "Hellenic Airforce - Camo (Fictional)", - "countries": [ - "GRC" - ] - }, - "`scorpion` demo scheme (native)": { - "name": "`scorpion` demo scheme (native)", - "countries": [ - "GRG" - ] - }, - "abkhazian air force": { - "name": "Abkhazian Air Force", - "countries": [ - "ABH" - ] - }, - "field camo scheme #3 (worn-out). 960th shap": { - "name": "field camo scheme #3 (worn-out). 960th shap.", - "countries": [ - "RUS" - ] - }, - "petal camo scheme #1 (native). 299th brigade": { - "name": "petal camo scheme #1 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "petal camo scheme #2 (native). 299th brigade": { - "name": "petal camo scheme #2 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "algerian af desert fictional": { - "name": "Algerian AF Desert Fictional", - "countries": [ - "DZA" - ] - }, - "forest camo scheme #1 (native)": { - "name": "forest camo scheme #1 (native)", - "countries": [ - "RUS" - ] - }, - "irgc 54": { - "name": "IRGC 54", - "countries": [ - "IRN" - ] - }, - "field camo scheme #2 (native). 960th shap": { - "name": "field camo scheme #2 (native). 960th shap.", - "countries": [ - "RUS" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25T": { - "name": "Su-25T", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "name": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 800L Wing", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "KAB-500Kr - 500kg TV Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "name": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "KH-29T*2, VIKHR*2, ECM", - "name": "KH-29T*2, VIKHR*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "name": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "name": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "name": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "name": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "name": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "name": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,UB-32*4,R-60M*2", - "name": "RBK-250*4,UB-32*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "name": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": true, - "liveries": { - "af standard 2": { - "name": "af standard 2", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af grey ku-02": { - "name": "Algerian AF Grey KU-02", - "countries": [ - "DZA" - ] - }, - "su-25t test scheme": { - "name": "su-25t test scheme", - "countries": [ - "RUS" - ] - }, - "haf - fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "algerian af trainer ku-04": { - "name": "Algerian AF Trainer KU-04", - "countries": [ - "DZA" - ] - }, - "algerian af grey ku-01": { - "name": "Algerian AF Grey KU-01", - "countries": [ - "DZA" - ] - }, - "af standard 101": { - "name": "af standard 1", - "countries": [ - "GRG" - ] - }, - "algerian af desert ku-03": { - "name": "Algerian AF Desert KU-03", - "countries": [ - "DZA" - ] - }, - "af standard 1": { - "name": "af standard 1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GRG" - ] - } - }, - "type": "Attack", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "Fox 2 and gun, Dumb bombs, rockets, SEAD and ATGMs, Subsonic", - "canTargetPoint": true - }, - "Su-27": { - "name": "Su-27", - "coalition": "red", - "label": "Su-27 Flanker", - "era": "Late Cold War", - "shortLabel": "S27", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": " CAS S-25 Rockets", - "name": " CAS S-25 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShP*6,R-73*2,ECM", - "name": "BetAB-500ShP*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets", - "name": "CAS S-13 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB-500 Bombs", - "name": "CAS S-25 Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets", - "name": "CAS S-8KOM Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-100 Bombs", - "name": "CAS S-8KOM Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 5 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - }, - { - "name": "MBD3-U6-68 with 3 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-250 Bombs", - "name": "CAS S-8KOM Rockets + FAB-250 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-500 Bombs", - "name": "CAS S-8KOM Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 3 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + KMGU PTAB", - "name": "CAS S-8KOM Rockets + KMGU PTAB", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "name": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets", - "name": "CAS S-8OFP Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-100 Bombs", - "name": "CAS S-8OFP Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-500 Bombs", - "name": "CAS S-8OFP Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "name": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "name": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "name": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ER*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,ECM", - "name": "R-73*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*4,R-27ET*2", - "name": "R-73*4,R-27ER*4,R-27ET*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*6", - "name": "R-73*4,R-27ER*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "name": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,FAB-500*4,R-73*4", - "name": "S-25*2,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4, FAB-500*4, R-73*2, ECM", - "name": "S-25*4, FAB-500*4, R-73*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "kubinka afb (russian knights old)": { - "name": "Kubinka AFB (Russian Knights Old)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (831th brigade)": { - "name": "Mirgorod AFB (831th brigade)", - "countries": [ - "UKR" - ] - }, - "lypetsk afb (falcons of russia)": { - "name": "Lypetsk AFB (Falcons of Russia)", - "countries": [ - "RUS" - ] - }, - "hotilovo afb": { - "name": "Hotilovo AFB", - "countries": [ - "RUS" - ] - }, - "plaaf k2s new parade": { - "name": "PLAAF K2S new parade", - "countries": [ - "CHN" - ] - }, - "plaaf standard": { - "name": "PLAAF Standard", - "countries": [ - "CHN" - ] - }, - "algerian af grey 04": { - "name": "Algerian AF GREY 04", - "countries": [ - "DZA" - ] - }, - "air force standard early": { - "name": "Air Force Standard Early", - "countries": [ - "SUN", - "RUS" - ] - }, - "air force ukraine standard": { - "name": "Air Force Ukraine Standard", - "countries": [ - "UKR" - ] - }, - "planaf hh8s": { - "name": "PLANAF HH8S", - "countries": [ - "CHN" - ] - }, - "ozerne afb (9th brigade)": { - "name": "Ozerne AFB (9th brigade)", - "countries": [ - "UKR" - ] - }, - "air force ukraine standard early": { - "name": "Air Force Ukraine Standard Early", - "countries": [ - "UKR" - ] - }, - "algerian af blue 02": { - "name": "Algerian AF Blue 02", - "countries": [ - "DZA" - ] - }, - "plaaf k1s old": { - "name": "PLAAF K1S old", - "countries": [ - "CHN" - ] - }, - "m gromov fri": { - "name": "M Gromov FRI", - "countries": [ - "RUS" - ] - }, - "plaaf k33s": { - "name": "PLAAF K33S", - "countries": [ - "CHN" - ] - }, - "air force standard": { - "name": "Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf k2s old": { - "name": "PLAAF K2S old", - "countries": [ - "CHN" - ] - }, - "chkalovsk afb (689 gviap)": { - "name": "Chkalovsk AFB (689 GvIAP)", - "countries": [ - "RUS" - ] - }, - "kazakhstan air defense forces": { - "name": "Kazakhstan Air Defense Forces", - "countries": [ - "KAZ" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "besovets afb": { - "name": "Besovets AFB", - "countries": [ - "RUS" - ] - }, - "kilpyavr afb (maresyev)": { - "name": "Kilpyavr AFB (Maresyev)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (digital camo)": { - "name": "Mirgorod AFB (Digital camo)", - "countries": [ - "UKR" - ] - }, - "plaaf k2s new": { - "name": "PLAAF K2S new", - "countries": [ - "CHN" - ] - }, - "air force standard old": { - "name": "Air Force Standard old", - "countries": [ - "SUN", - "RUS" - ] - }, - "lodeynoye pole afb (177 iap)": { - "name": "Lodeynoye pole AFB (177 IAP)", - "countries": [ - "RUS" - ] - }, - "kubinka afb (russian knights)": { - "name": "Kubinka AFB (Russian Knights)", - "countries": [ - "RUS" - ] - }, - "lypetsk afb (shark)": { - "name": "Lypetsk AFB (Shark)", - "countries": [ - "RUS" - ] - }, - "besovets afb 2 squadron": { - "name": "Besovets AFB 2 squadron", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-30": { - "name": "Su-30", - "coalition": "red", - "label": "Su-30 Super Flanker", - "era": "Late Cold War", - "shortLabel": "S30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*6,ECM", - "name": "R-73*2,R-77*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27R*4", - "name": "R-73*2,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,ECM", - "name": "RBK-500AO*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "name": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27R*4", - "name": "R-73*4,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*2,Kh-35*2,ECM", - "name": "R-73*2,R-77*2,Kh-35*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "name": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,B-8*2,R-73*2,ECM", - "name": "FAB-250*4,B-8*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,ECM", - "name": "RBK-250*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-77*6", - "name": "R-73*4,R-77*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-73*2,ECM", - "name": "FAB-250*4,S-25*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*4,ECM", - "name": "R-73*2,R-27R*2,R-27ER*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "name": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-73*2,R-77*2,ECM", - "name": "FAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "name": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*4", - "name": "R-73*4,R-27R*2,R-27ER*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,ECM", - "name": "BetAB-500*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-73*2,ECM", - "name": "FAB-250*4,UB-13*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*4,R-27ER*2,ECM", - "name": "R-73*2,R-77*4,R-27ER*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,ECM", - "name": "FAB-250*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-77*4,R-27ER*2", - "name": "R-73*4,R-77*4,R-27ER*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-77*2,ECM", - "name": "Kh-31P*4,R-73*2,R-77*2,ECM", - "roles": [ - "SEAD" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "af standard last": { - "name": "af standard last", - "countries": [ - "RUS" - ] - }, - "`russian knights` team #25": { - "name": "`russian knights` team #25", - "countries": [ - "RUS" - ] - }, - "adf 148th ctc savasleyka ab": { - "name": "adf 148th ctc savasleyka ab", - "countries": [ - "RUS" - ] - }, - "`desert` test paint scheme": { - "name": "`desert` test paint scheme", - "countries": [ - "RUS" - ] - }, - "`test-pilots` team #597": { - "name": "`test-pilots` team #597", - "countries": [ - "RUS" - ] - }, - "`snow` test paint scheme": { - "name": "`snow` test paint scheme", - "countries": [ - "RUS" - ] - }, - "af standard early": { - "name": "af standard early", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard last (worn-out)": { - "name": "af standard last (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard early (worn-out)": { - "name": "af standard early (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-33": { - "name": "Su-33", - "coalition": "red", - "label": "Su-33 Navy Flanker", - "era": "Late Cold War", - "shortLabel": "S33", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,R-27R*2,ECM", - "name": "RBK-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*6", - "name": "R-73*4,R-27R*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ET*2,R-27ER*6", - "name": "R-73*4,R-27ET*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,R-27R*2,ECM", - "name": "FAB-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*6,ECM", - "name": "R-73*2,R-27R*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "name": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "name": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4,FAB-250*4,R-73*2,ECM", - "name": "S-25*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,R-27R*2,ECM", - "name": "FAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,FAB-250*4,R-73*2,ECM", - "name": "B-8*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4,FAB-500*4,R-73*4", - "name": "S-25*4,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB500", - "name": "CAS S-8KOM rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP rockets + FAB500", - "name": "CAS S-8OFP rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB500", - "name": "CAS S-13 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB100", - "name": "CAS S-13 Rockets + FAB100", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB250", - "name": "CAS S-8KOM rockets + FAB250", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB500", - "name": "CAS S-25 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB10", - "name": "CAS S-8KOM rockets + RBK500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB1", - "name": "CAS S-8KOM rockets + RBK500 PTAB1", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "t-10k-9 test paint scheme": { - "name": "t-10k-9 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad navy": { - "name": "Navy, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "aaf blue 68": { - "name": "Algerian AF BLUE No 68", - "countries": [ - "DZA" - ] - }, - "haf - aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "279th kiap 2nd squad syria 2017": { - "name": "Syria 2017, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "aaf grey 12": { - "name": "Algerian AF GREY No 12", - "countries": [ - "DZA" - ] - }, - "t-10k-5 test paint scheme": { - "name": "t-10k-5 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad syria 2017": { - "name": "Syria 2017, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "279th kiap 2nd squad navy": { - "name": "Navy, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "t-10k-1 test paint scheme": { - "name": "t-10k-1 test paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "plan carrier air wings j-15": { - "name": "PLAN Carrier Air Wings J-15", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-34": { - "name": "Su-34", - "coalition": "red", - "label": "Su-34 Hellduck", - "era": "Modern", - "shortLabel": "S34", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-100*28,R-73*2,ECM", - "name": "FAB-100*28,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*8,R-73*2,ECM", - "name": "BetAB-500*8,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "name": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*8,R-73*2,ECM", - "name": "FAB-250*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "name": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 3 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*3,R-73*2,R-77*2,ECM", - "name": "FAB-1500*3,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*6,R-73*2,R-27R*2,ECM", - "name": "B-8*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*8,R-73*2,ECM", - "name": "FAB-500*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 4 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 6 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "name": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "russian air force old": { - "name": "Russian Air Force Old", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter and strike. Fullback", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado GR4": { - "name": "Tornado GR4", - "coalition": "blue", - "label": "Tornado GR4", - "era": "Late Cold War", - "shortLabel": "GR4", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, Fuel*2, ECM", - "name": "AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "ALARM", - "quantity": 4 - }, - { - "name": "", - "quantity": 4 - } - ], - "enabled": true, - "code": "ALARM*4, Fuel*2, ECM", - "name": "ALARM*4, Fuel*2, ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "name": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike", - "FAC-A", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 4 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "name": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "name": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "no. 14 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 14 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "o of ii (ac) squadron raf marham": { - "name": "o of ii (ac) squadron raf marham", - "countries": [ - "UK" - ] - }, - "bb of 14 squadron raf lossiemouth": { - "name": "bb of 14 squadron raf lossiemouth", - "countries": [ - "UK" - ] - }, - "no. 9 squadron raf marham ab (norfolk)": { - "name": "no. 9 squadron raf marham ab (norfolk)", - "countries": [ - "UK" - ] - }, - "no. 12 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 12 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "no. 617 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 617 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado IDS": { - "name": "Tornado IDS", - "coalition": "blue", - "label": "Tornado IDS", - "era": "Late Cold War", - "shortLabel": "IDS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,Fuel*2", - "name": "Kormoran*2,AIM-9*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-16*2,AIM-9*2,Fuel*2", - "name": "GBU-16*2,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel*2", - "name": "Fuel*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*4,AIM-9*2,ECM", - "name": "AGM-88*4,AIM-9*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "name": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*4,AIM-9*2", - "name": "Kormoran*4,AIM-9*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,AGM-88*2", - "name": "Kormoran*2,AIM-9*2,AGM-88*2", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4,AIM-9*2,Fuel*2", - "name": "Mk-82*4,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "ita tornado black": { - "name": "Tornado Black", - "countries": [ - "ITA" - ] - }, - "marinefliegergeschwader 2 eggebek ab marineflieger": { - "name": "marinefliegergeschwader 2 eggebek ab marineflieger", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe": { - "name": "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado mm7042": { - "name": "Tornado MM7042", - "countries": [ - "ITA" - ] - }, - "ita tornado mm55004": { - "name": "Tornado MM55004", - "countries": [ - "ITA" - ] - }, - "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe": { - "name": "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme": { - "name": "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 32 lechfeld ab luftwaffe": { - "name": "jagdbombergeschwader 32 lechfeld ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado (sesto stormo diavoli rossi)": { - "name": "Tornado (Sesto Stormo Diavoli Rossi)", - "countries": [ - "ITA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-142": { - "name": "Tu-142", - "coalition": "red", - "label": "Tu-142 Bear", - "era": "Mid Cold War", - "shortLabel": "142", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*6", - "name": "Kh-35*6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 11 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-160": { - "name": "Tu-160", - "coalition": "red", - "label": "Tu-160 Blackjack", - "era": "Late Cold War", - "shortLabel": "160", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-65*12", - "name": "Kh-65*12", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-160.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 4 crew bomber. Blackjack", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-22M3": { - "name": "Tu-22M3", - "coalition": "red", - "label": "Tu-22M3 Backfire", - "era": "Late Cold War", - "shortLabel": "T22", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-22N", - "name": "Kh-22N", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-22N*2", - "name": "Kh-22N*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*69", - "name": "FAB-250*69", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33", - "name": "FAB-500*33", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33, FAB-250*36", - "name": "FAB-500*33, FAB-250*36", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*33", - "name": "FAB-250*33", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "tu-22.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 4 crew bomber. Backfire", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-95MS": { - "name": "Tu-95MS", - "coalition": "red", - "label": "Tu-95MS Bear", - "era": "Mid Cold War", - "shortLabel": "T95", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-65*6", - "name": "Kh-65*6", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 6 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15ESE": { - "name": "F-15ESE", - "coalition": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "era": "", - "enabled": true, - "loadouts": [ - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB * 2", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "name": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "name": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107 * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "name": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "GBU-10 * 2", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 AIR * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "name": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "name": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "CBU-87 * 6", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "name": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-7MH Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "CBU-87 * 3", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "name": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "CBU-97 * 3", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "name": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 3 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M x 3, AIM-120B", - "name": "CATM-9M x 3, AIM-120B", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M, CAIM-120", - "name": "CATM-9M, CAIM-120", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "Clean", - "name": "Clean", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - } - ], - "filename": "f-15.png", - "liveries": { - "usaf 334th eagles fs af89 aim high": { - "name": "USAF 334th Eagles AF89-475 'Aim High'", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 low vis combat": { - "name": "USAF 335th Chiefs AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis combat": { - "name": "USAF 492nd Madhatters AF91 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 high vis clean": { - "name": "USAF 335th Chiefs AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89-0487 lucky": { - "name": "USAF 335th Chiefs AF89-0487 'Lucky'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1690 darkness falls": { - "name": "USAF 336th Rocketeers AF88-1690 'Darkness Falls'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af92-366 billy the kid": { - "name": "USAF 391st Bold Tigers AF92-366 'Billy the Kid'", - "countries": [ - "USA" - ] - }, - "idf ra'am, 69 hammer sqn": { - "name": "IDF 69th Hammers Scheme B", - "countries": [ - "ISR" - ] - }, - "usaf 336th rocketeers fs af89 high vis clean": { - "name": "USAF 336th Rocketeers AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-496 shadow": { - "name": "USAF 336th Rocketeers AF89-496 'Shadow'", - "countries": [ - "USA" - ] - }, - "usaf 389th thunderbolts fs af90 low vis combat": { - "name": "USAF 389th Thunderbolts AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd mad hatters fs 97-219 75th d-day anniversary": { - "name": "USAF 492nd Madhatters AF97-219 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 334th eagles fs af89 high vis clean": { - "name": "USAF 334th Eagles AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af91-300 leo": { - "name": "USAF 391st Bold Tigers AF91-300 'Leo'", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis clean": { - "name": "USAF 494th Panthers AF01 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-220 thanos": { - "name": "USAF 492nd Madhatters AF97-220 'Thanos'", - "countries": [ - "USA" - ] - }, - "usaf 48th fw 70th anniversary af92-364 heritage": { - "name": "USAF 48th FW 70th Aniversary AF92-364 Heritage", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 low vis combat": { - "name": "USAF 336th Rocketeers AF88 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-221 low vis combat": { - "name": "USAF 492nd Madhatters AF97-221 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-315 vader": { - "name": "USAF 492nd Madhatters AF91-315 'Vader'", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-327 green goblin": { - "name": "USAF 492nd Madhatters AF91-327 'Green Goblin'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-247 kraken": { - "name": "USAF 391st Bold Tigers AF90-247 'kraken'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1700 dragon betty": { - "name": "USAF 336th Rocketeers AF88-1700 'Dragon Betty'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-501": { - "name": "USAF 336th Rocketeers AF89-501", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 high vis clean": { - "name": "USAF 336th Rocketeers AF88 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 333rd rocketeers fs af87-199 333 fgs": { - "name": "USAF 333rd Lancers AF87-0199 333 FGS", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-241 high vis combat": { - "name": "USAF 391st Bold Tigers AF90-241 High Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis clean": { - "name": "USAF 492nd Madhatters AF96 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af00 low vis combat": { - "name": "USAF 494th Panthers AF00 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis clean": { - "name": "USAF 492nd Madhatters AF91 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis combat": { - "name": "USAF 494th Panthers AF01 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis clean": { - "name": "USAF 492nd Madhatters AF98 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 low vis clean": { - "name": "USAF 17th Weapons Squadron AF90 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1673 336 fgs": { - "name": "USAF 336th Rocketeers AF88-1673 336 FGS", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89 low vis combat": { - "name": "USAF 336th Rocketeers AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-308 low vis clean": { - "name": "USAF 492nd Madhatters AF91-308 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis combat": { - "name": "USAF 492nd Madhatters AF98 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers af90-250 tmota": { - "name": "USAF 391ST Bold Tigers 2005 Tiger Meet of the Americas", - "countries": [ - "USA" - ] - }, - "usaf af86-183 number1": { - "name": "USAF Test AF86-183 'Number 1'", - "countries": [ - "USA" - ] - }, - "usaf 17th wps af90-257": { - "name": "USAF 17th Weapons Squadron AF90-257 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 high vis clean": { - "name": "USAF 17th Weapons Squadron AF90 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis combat": { - "name": "USAF 492nd Madhatters AF96 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90 low vis combat": { - "name": "USAF 391st Bold Tigers AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs 91-603 75th d-day anniversary": { - "name": "USAF 494th Panthers AF91-603 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 336th fw mountain home 75 years af87-173": { - "name": "USAF 366th FW 'Mountain Home 75 Years' AF87-0173", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1687 mad duck iv": { - "name": "USAF 336th Rocketeers AF88-1687 'Mad Duck IV'", - "countries": [ - "USA" - ] - } - } - }, - "F-14A": { - "name": "F-14A", - "coalition": "", - "era": "", - "label": "F-14A Tomcat", - "shortLabel": "F14", - "type": "F_14A", - "enabled": false, - "liveries": {} - }, - "Su-25TM": { - "name": "Su-25TM", - "coalition": "", - "era": "", - "label": "SU-25TM", - "shortLabel": "S25", - "type": "Su_25TM", - "enabled": false, - "liveries": {} - }, - "Su-24MR": { - "name": "Su-24MR", - "coalition": "", - "era": "", - "label": "Su-24MR Fencer", - "shortLabel": "S24", - "type": "Su_24MR", - "enabled": false, - "liveries": {} - }, - "S-3B": { - "name": "S-3B", - "coalition": "", - "era": "", - "label": "S-3B", - "shortLabel": "S3B", - "type": "S_3B", - "enabled": false, - "liveries": {} - }, - "Mirage 2000-5": { - "name": "Mirage 2000-5", - "coalition": "", - "era": "", - "label": "MIRAGE 2000-5", - "shortLabel": "M2k", - "type": "Mirage_2000_5", - "enabled": false, - "liveries": {} - }, - "F-15E": { - "name": "F-15E", - "coalition": "", - "era": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "type": "F_15E", - "enabled": false, - "liveries": {} - }, - "MiG-29G": { - "name": "MiG-29G", - "coalition": "", - "era": "", - "label": "MiG-29G Fulcrum", - "shortLabel": "M29", - "type": "MiG_29G", - "enabled": false, - "liveries": {} - }, - "F-16C bl.50": { - "name": "F-16C bl.50", - "coalition": "", - "era": "", - "label": "F-16C Viper Block 50", - "shortLabel": "16C", - "type": "F_16C_bl_50", - "enabled": false, - "liveries": {} - }, - "F-16C bl.52d": { - "name": "F-16C bl.52d", - "coalition": "", - "era": "", - "label": "F-16C BL.52D", - "shortLabel": "16C", - "type": "F_16C_bl_52d", - "enabled": false, - "liveries": {} - }, - "F-16A": { - "name": "F-16A", - "coalition": "", - "era": "", - "label": "F-16A Viper", - "shortLabel": "16A", - "type": "F_16A", - "enabled": false, - "liveries": {} - }, - "F-16A MLU": { - "name": "F-16A MLU", - "coalition": "", - "era": "", - "label": "F-16A Viper MLU", - "shortLabel": "16A", - "type": "F_16A_MLU", - "enabled": false, - "liveries": {} - }, - "RQ-1A Predator": { - "name": "RQ-1A Predator", - "coalition": "", - "era": "", - "label": "RQ-1A PREDATOR", - "shortLabel": "RQ1", - "type": "RQ_1A_Predator", - "enabled": false, - "liveries": {} - }, - "Yak-40": { - "name": "Yak-40", - "coalition": "", - "era": "", - "label": "YAK-40", - "shortLabel": "40", - "type": "Yak_40", - "enabled": false, - "liveries": {} - }, - "SpitfireLFMkIX": { - "name": "SpitfireLFMkIX", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIX", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire." - }, - "SpitfireLFMkIXCW": { - "name": "SpitfireLFMkIXCW", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9 CW", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIXCW", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire with clipped wingtips.." - }, - "P-51D": { - "name": "P-51D", - "coalition": "", - "era": "", - "label": "P-51D Mustang", - "shortLabel": "P51", - "type": "P_51D", - "enabled": false, - "liveries": {} - }, - "P-47D-30": { - "name": "P-47D-30", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30", - "enabled": false, - "liveries": {} - }, - "P-47D-30bl1": { - "name": "P-47D-30bl1", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30bl1", - "enabled": false, - "liveries": {} - }, - "A-10A": { - "name": "A-10A", - "coalition": "", - "era": "", - "label": "A-10A Warthog", - "shortLabel": "A10", - "type": "A_10A", - "enabled": false, - "liveries": {} - }, - "A-10C": { - "name": "A-10C", - "coalition": "", - "era": "", - "label": "A-10C Warthog", - "shortLabel": "A10", - "type": "A_10C", - "enabled": false, - "liveries": {} - }, - "KC130": { - "name": "KC130", - "coalition": "", - "era": "", - "label": "KC130", - "shortLabel": "130", - "type": "KC130", - "enabled": false, - "liveries": {} - }, - "C-101EB": { - "name": "C-101EB", - "coalition": "", - "era": "", - "label": "C-101EB", - "shortLabel": "C-101EB", - "type": "C_101EB", - "enabled": false, - "liveries": {} - }, - "KJ-2000": { - "name": "KJ-2000", - "coalition": "", - "era": "", - "label": "KJ-2000", - "shortLabel": "KJ-2000", - "type": "KJ_2000", - "enabled": false, - "liveries": {} - }, - "WingLoong-I": { - "name": "WingLoong-I", - "coalition": "", - "era": "", - "label": "MQ-9 Reaper", - "shortLabel": "MQ9", - "type": "WingLoong_I", - "enabled": false, - "liveries": {} - }, - "Christen Eagle II": { - "name": "Christen Eagle II", - "coalition": "", - "era": "", - "label": "CHRISTEN EAGLE II", - "shortLabel": "CE2", - "type": "Christen_Eagle_II", - "enabled": false, - "liveries": {} - }, - "F-5E": { - "name": "F-5E", - "coalition": "", - "era": "", - "label": "F-5E", - "shortLabel": "5E", - "type": "F_5E", - "enabled": false, - "liveries": {} - }, - "F/A-18A": { - "name": "F/A-18A", - "coalition": "", - "era": "", - "label": "F/A-18A", - "shortLabel": "18A", - "type": "F_A_18A", - "enabled": false, - "liveries": {} - }, - "F/A-18C": { - "name": "F/A-18C", - "coalition": "", - "era": "", - "label": "F/A-18C", - "shortLabel": "18C", - "type": "F_A_18C", - "enabled": false, - "liveries": {} - }, - "Hawk": { - "name": "Hawk", - "coalition": "", - "era": "", - "label": "Hawk", - "shortLabel": "Hk", - "type": "Hawk", - "enabled": false, - "liveries": {} - }, - "L-39C": { - "name": "L-39C", - "coalition": "", - "era": "", - "label": "L-39C", - "shortLabel": "L39C", - "type": "L_39C", - "enabled": false, - "liveries": {} - }, - "MB-339APAN": { - "name": "MB-339APAN", - "coalition": "", - "era": "", - "label": "MB-339APAN", - "shortLabel": "339", - "type": "MB_339APAN", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C": { - "name": "Mirage-F1C", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C", - "shortLabel": "MF1", - "type": "Mirage_F1C", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CE": { - "name": "Mirage-F1CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CE", - "shortLabel": "MF1", - "type": "Mirage_F1CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-EE": { - "name": "Mirage-F1M-EE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-EE", - "shortLabel": "MF1", - "type": "Mirage_F1M_EE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-CE": { - "name": "Mirage-F1M-CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-CE", - "shortLabel": "MF1", - "type": "Mirage_F1M_CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C-200": { - "name": "Mirage-F1C-200", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C-200", - "shortLabel": "MF1", - "type": "Mirage_F1C_200", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EH": { - "name": "Mirage-F1EH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EH", - "shortLabel": "MF1", - "type": "Mirage_F1EH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CH": { - "name": "Mirage-F1CH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CH", - "shortLabel": "MF1", - "type": "Mirage_F1CH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1JA": { - "name": "Mirage-F1JA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1JA", - "shortLabel": "MF1", - "type": "Mirage_F1JA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CG": { - "name": "Mirage-F1CG", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CG", - "shortLabel": "MF1", - "type": "Mirage_F1CG", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CZ": { - "name": "Mirage-F1CZ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CZ", - "shortLabel": "MF1", - "type": "Mirage_F1CZ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CJ": { - "name": "Mirage-F1CJ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CJ", - "shortLabel": "MF1", - "type": "Mirage_F1CJ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CK": { - "name": "Mirage-F1CK", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CK", - "shortLabel": "MF1", - "type": "Mirage_F1CK", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EQ": { - "name": "Mirage-F1EQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EQ", - "shortLabel": "MF1", - "type": "Mirage_F1EQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1ED": { - "name": "Mirage-F1ED", - "coalition": "", - "era": "", - "label": "MIRAGE-F1ED", - "shortLabel": "MF1", - "type": "Mirage_F1ED", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EDA": { - "name": "Mirage-F1EDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EDA", - "shortLabel": "MF1", - "type": "Mirage_F1EDA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CR": { - "name": "Mirage-F1CR", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CR", - "shortLabel": "MF1", - "type": "Mirage_F1CR", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CT": { - "name": "Mirage-F1CT", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CT", - "shortLabel": "MF1", - "type": "Mirage_F1CT", - "enabled": false, - "liveries": {} - }, - "Mirage-F1B": { - "name": "Mirage-F1B", - "coalition": "", - "era": "", - "label": "MIRAGE-F1B", - "shortLabel": "MF1", - "type": "Mirage_F1B", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BE": { - "name": "Mirage-F1BE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BE", - "shortLabel": "MF1", - "type": "Mirage_F1BE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BQ": { - "name": "Mirage-F1BQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BQ", - "shortLabel": "MF1", - "type": "Mirage_F1BQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BD": { - "name": "Mirage-F1BD", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BD", - "shortLabel": "MF1", - "type": "Mirage_F1BD", - "enabled": false, - "liveries": {} - }, - "Mirage-F1DDA": { - "name": "Mirage-F1DDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1DDA", - "shortLabel": "MF1", - "type": "Mirage_F1DDA", - "enabled": false, - "liveries": {} - }, - "Yak-52": { - "name": "Yak-52", - "coalition": "", - "era": "", - "label": "YAK-52", - "shortLabel": "52", - "type": "Yak_52", - "enabled": false, - "liveries": {} - }, - "B-17G": { - "name": "B-17G", - "coalition": "", - "era": "", - "label": "B-17G Flying Fortress", - "shortLabel": "B17", - "type": "B_17G", - "enabled": false, - "liveries": {} - }, - "Ju-88A4": { - "name": "Ju-88A4", - "coalition": "", - "era": "", - "label": "JU-88 A4", - "shortLabel": "Ju88", - "type": "Ju_88A4", - "enabled": false, - "liveries": {} - }, - "C-47": { - "name": "C-47", - "coalition": "", - "era": "", - "label": "C-47 Dakota", - "shortLabel": "C47", - "type": "C_47", - "enabled": false, - "liveries": {} - }, - "TF-51D": { - "name": "TF-51D", - "coalition": "", - "era": "", - "label": "TF-51D", - "shortLabel": "T51", - "type": "TF_51D", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/default/groundunitdatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/default/groundunitdatabase.json deleted file mode 100644 index d51602f7..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/default/groundunitdatabase.json +++ /dev/null @@ -1,10359 +0,0 @@ -{ - "1L13 EWR": { - "name": "1L13 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Box Spring 1L13 EWR", - "shortLabel": "Box spring", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 300000, - "engagementRange": 0, - "description": "Box Spring 1L13 early warning radar built on the back of a trailer", - "abilities": "EWR, Radar, Fixed", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "2B11 mortar": { - "name": "2B11 mortar", - "coalition": "red", - "era": "Late Cold War", - "label": "2B11 mortar", - "shortLabel": "2B11 mortar", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 7000, - "engagementRange": 7000, - "description": "120mm mortar. Fixed. 30m min range, 7km max.", - "abilities": "Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 325, - "aimTime": 45, - "shotsToFire": 2, - "markerFile": "groundunit-artillery", - "tags": "120mm", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "2S6 Tunguska": { - "name": "2S6 Tunguska", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-19 Tunguska", - "shortLabel": "19", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 18000, - "engagementRange": 8000, - "description": "SA-19 Tunguska 2K22 optical SAM. Tracked radar 30 mm AAA gun with optically guided (SACLOS) missiles. Range/alt max: 8km, 14,000 ft.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 10, - "cost": null, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "", - "canAAA": true - }, - "55G6 EWR": { - "name": "55G6 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Tall Rack 55G6 EWR", - "shortLabel": "Tall Rack", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "Tall rack 55G6 early warning radar built on the back of a trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "5p73 s-125 ln": { - "name": "5p73 s-125 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Launcher", - "shortLabel": "5p73 s-125 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 18000, - "description": "4 SA-3 missiles on a static emplacement. Requires grouping with SA-3 components", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-3 SAM Battery" - }, - "AAV7": { - "name": "AAV7", - "coalition": "blue", - "era": "Late Cold War", - "label": "AAV7", - "shortLabel": "AAV7", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "Amphibious assault vehicle 7. Tracked. Turret mounted 12.7mm machine gun and 40mm grenade launcher.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 10, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "ATMZ-5": { - "name": "ATMZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATMZ-5", - "shortLabel": "ATMZ-5 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, CA", - "markerFile": "groundunit-truck" - }, - "ATZ-10": { - "name": "ATZ-10", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-10", - "shortLabel": "ATZ-10 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "BMD-1": { - "name": "BMD-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMD-1", - "shortLabel": "BMD-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - camo": { - "name": "IRAN - camo", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMD-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-1": { - "name": "BMP-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMP-1", - "shortLabel": "BMP-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - } - }, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-2": { - "name": "BMP-2", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-2", - "shortLabel": "BMP-2", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 950, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 30 mm gun, AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "indirectFire": false, - "canAAA": true - }, - "BMP-3": { - "name": "BMP-3", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-3", - "shortLabel": "BMP-3", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 100 mm gun. 30 mm gun, AT-10 Stabber wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.3, - "muzzleVelocity": 1080, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BRDM-2": { - "name": "BRDM-2", - "coalition": "red", - "era": "Mid Cold War", - "label": "BRDM-2", - "shortLabel": "BRDM-2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "BRDM-2 light armour tactical vehicle. Wheeled. Amphibious. 14.5 mm gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1005, - "barrelHeight": 2.25, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4 - }, - "BTR-80": { - "name": "BTR-80", - "coalition": "red", - "era": "Late Cold War", - "label": "BTR-80", - "shortLabel": "BTR-80", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "light green autumn": { - "name": "Light Green Autumn", - "countries": "All" - }, - "military police autumn": { - "name": "Military Police Autumn", - "countries": "All" - }, - "light green winter": { - "name": "Light Green Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "military police winter": { - "name": "Military Police Winter", - "countries": "All" - }, - "military police spring": { - "name": "Military Police Spring", - "countries": "All" - }, - "light green spring": { - "name": "Light Green Spring", - "countries": "All" - }, - "green autumn": { - "name": "Green_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "green winter": { - "name": "Green_Winter", - "countries": "All" - }, - "military police summer": { - "name": "Military Police Summer", - "countries": "All" - }, - "light green summer": { - "name": "Light_Green_Summer", - "countries": "All" - }, - "green spring": { - "name": "Green_Spring", - "countries": "All" - }, - "green summer": { - "name": "Green_Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "BTR 80 APC. Wheeled. Amphibious. 14.5 mm gun and 7.62 mm coax.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "BTR_D": { - "name": "BTR_D", - "coalition": "red", - "era": "Mid Cold War", - "label": "BTR_D", - "shortLabel": "BTR_D", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "BTR_D. Tracked. Amphibious. AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "Bunker": { - "name": "Bunker", - "coalition": "", - "era": "", - "label": "Bunker", - "shortLabel": "Bunker", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "Concrete bunker. Structure. Fixed Position. Light machine guns.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Challenger2": { - "name": "Challenger2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Challenger 2", - "shortLabel": "Challenger 2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1050, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 6, - "targetingRange": 100, - "aimMethodRange": 3500, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5 - }, - "Cobra": { - "name": "Cobra", - "coalition": "blue", - "era": "Modern", - "label": "Otokar Cobra", - "shortLabel": "Cobra", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Armoured car, MRAP. Wheeled. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Dog Ear radar": { - "name": "Dog Ear radar", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-13 Dog Ear", - "shortLabel": "Dog Ear", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "9S80-1 Sborka. Tracked. Fire control Radar that can integrate with missile and gun systems.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Search Radar", - "markerFile": "groundunit-sam-radar" - }, - "GAZ-3307": { - "name": "GAZ-3307", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3307", - "shortLabel": "GAZ-3307", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian truck. Wheeled. Single axle", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "GAZ-3308": { - "name": "GAZ-3308", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3308", - "shortLabel": "GAZ-3308", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Canvas covered cargo bay", - "abilities": "Rearm", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "GAZ-66": { - "name": "GAZ-66", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-66", - "shortLabel": "GAZ-66", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Open cargo bay", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Gepard": { - "name": "Gepard", - "coalition": "blue", - "era": "Late Cold War", - "label": "Gepard", - "shortLabel": "Gepard", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 2.35, - "muzzleVelocity": 1440, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "Gepard. Tracked. 35mm radar detection and guided guns.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 8, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "targetingRange": 300, - "aimMethodRange": 6000, - "shotsBaseInterval": 15, - "alertnessTimeConstant": 15 - }, - "Grad-URAL": { - "name": "Grad-URAL", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-21 Grad", - "shortLabel": "Grad", - "filename": "", - "type": "Artillery", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 19000, - "description": "BM-21 Grad Wheeled. Multiple launch rocket system, 122mm rockets. 5 km min range, 18 km max.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "tags": "122 mm, MLRS", - "indirectFire": true, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "aimTime": 120 - }, - "HEMTT TFFT": { - "name": "HEMTT TFFT", - "coalition": "blue", - "era": "Late Cold War", - "label": "HEMTT TFFT", - "shortLabel": "HEMTT TFFT", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military Fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Hawk SAM Battery": { - "name": "Hawk SAM Battery", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Hawk SAM Battery", - "shortLabel": "Hk", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 90000, - "engagementRange": 45000, - "description": "Hawk radar SAM site MIM-23. Range/alt max: 40 km, 60,000 ft. Min: 2km. HAWK stands for 'Homing all the way killer'.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Hk" - }, - "Hawk cwar": { - "name": "Hawk cwar", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Continous Wave Acquisition Radar", - "shortLabel": "Hawk cwar", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "Hawk site Aquisition Radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hawk ln": { - "name": "Hawk ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Launcher", - "shortLabel": "Hawk ln", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 45000, - "description": "Hawk site missile laucher. 3 missiles. Needs rest of site to fuction", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Hawk SAM Battery" - }, - "Hawk pcp": { - "name": "Hawk pcp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Platoon Command Post", - "shortLabel": "Hawk pcp", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Hawk site command post. Medium sized trailer.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Hawk sr": { - "name": "Hawk sr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Search Radar", - "shortLabel": "Hawk sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site search Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam-radar" - }, - "Hawk tr": { - "name": "Hawk tr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Track Radar", - "shortLabel": "Hawk tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site track Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hummer": { - "name": "Hummer", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV Unarmed", - "shortLabel": "HMMWV", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "M-1025 HMMWV (Humvee). Wheeled. Unarmed.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA, Unarmed", - "markerFile": "groundunit-tactical" - }, - "IKARUS Bus": { - "name": "IKARUS Bus", - "coalition": "red", - "era": "Mid Cold War", - "label": "IKARUS Bus", - "shortLabel": "IKARUS Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian Bus. Yellow. Bendy bus", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Igla manpad INS": { - "name": "Igla manpad INS", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "SA-18 Igla 9K38 IR MANPADS. Range/alt max: 5 km, 12,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Infantry AK": { - "name": "Infantry AK", - "coalition": "red", - "era": "Mid Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "muzzleVelocity": 900, - "barrelHeight": 0.9, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 1", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "KAMAZ Truck": { - "name": "KAMAZ Truck", - "coalition": "red", - "era": "Mid Cold War", - "label": "KAMAZ Truck", - "shortLabel": "KAMAZ Truck", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck, 2 axle, wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Kub 1S91 str": { - "name": "Kub 1S91 str", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 Straight flush", - "shortLabel": "Kub 1S91 str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "SA-6/Kub search and track Radar, tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Kub 2P25 ln": { - "name": "Kub 2P25 ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-6 Launcher", - "shortLabel": "Kub 2P25 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 25000, - "description": "SA-6/Kub launcher. 3 missiles. Tracked. Needs rest of site to function", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-6 SAM Battery" - }, - "LAV-25": { - "name": "LAV-25", - "coalition": "blue", - "era": "Late Cold War", - "label": "LAV-25 IFV", - "shortLabel": "LAV-25", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "aus_winter": { - "name": "AUS_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "aus_summer": { - "name": "AUS_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "sand": { - "name": "sand", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "LAV-25 Infantry fighter vehicle. Wheeled. Amphibious. 25 mm gun , 2 x 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.28, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "LAZ Bus": { - "name": "LAZ Bus", - "coalition": "red", - "era": "Early Cold War", - "label": "LAZ Bus", - "shortLabel": "LAZ Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian bus. Single Axle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Leclerc": { - "name": "Leclerc", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leclerc", - "shortLabel": "Leclerc", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 1.6, - "shotsBaseInterval": 5, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3 - }, - "Leopard-2": { - "name": "Leopard-2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2", - "shortLabel": "Leopard-2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "can_spring": { - "name": "CAN_spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "spn_summer": { - "name": "SPN_Summer", - "countries": "All" - }, - "de_desert_winter": { - "name": "winter", - "countries": "All" - }, - "de_desert_spring": { - "name": "spring", - "countries": "All" - }, - "de_summer": { - "name": "summer", - "countries": "All" - }, - "den_autumn": { - "name": "DEN_autumn", - "countries": "All" - }, - "den_spring": { - "name": "DEN_spring", - "countries": "All" - }, - "de_winter": { - "name": "winter", - "countries": "All" - }, - "neth_summer": { - "name": "NETH_summer", - "countries": "All" - }, - "de_autumn": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "de_desert_summer": { - "name": "DE_Desert_summer", - "countries": "All" - }, - "desert_summer": { - "name": "Desert_summer", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "den_summer": { - "name": "DEN_summer", - "countries": "All" - }, - "desert_autumn": { - "name": "Desert_autumn", - "countries": "All" - }, - "de_spring": { - "name": "spring", - "countries": "All" - }, - "den_winter": { - "name": "DEN_winter", - "countries": "All" - }, - "fin_winter": { - "name": "FIN_winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "desert_winter": { - "name": "Desert_winter", - "countries": "All" - }, - "can_winter": { - "name": "CAN_winter", - "countries": "All" - }, - "de_desert_autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "desert_spring": { - "name": "Desert_spring", - "countries": "All" - }, - "fin_spring": { - "name": "FIN_spring", - "countries": "All" - }, - "fin_summer": { - "name": "FIN_summer", - "countries": "All" - }, - "can_summer": { - "name": "CAN_summer", - "countries": "All" - }, - "can_autumn": { - "name": "CAN_autumn", - "countries": "All" - }, - "neth_winter": { - "name": "NETH_winter", - "countries": "All" - }, - "spn_winter": { - "name": "SPN_Winter", - "countries": "All" - }, - "fin_autumn": { - "name": "FIN_autumn", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.5, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Leopard1A3": { - "name": "Leopard1A3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard1A3", - "shortLabel": "Leopard1A3", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled main gun (APDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 560, - "barrelHeight": 2.49, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M 818": { - "name": "M 818", - "coalition": "blue", - "era": "Early Cold War", - "label": "M 818", - "shortLabel": "M 818", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy utility truck. Wheeled. Used for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Power, Re-Arming, Repair" - }, - "M-1 Abrams": { - "name": "M-1 Abrams", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-1 Abrams", - "shortLabel": "M-1 Abrams", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore M256 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 2.5, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "M-109": { - "name": "M-109", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-109 Paladin", - "shortLabel": "M-109", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "M-109 Paladin. Tracked. Turreted self propelled 155mm howitzer. 30m min range, 22km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "M-113": { - "name": "M-113", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-113", - "shortLabel": "M-113", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "grc_autumn_med": { - "name": "GRC_autumn", - "countries": "All" - }, - "winter_med": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_spring_med": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "green_med": { - "name": "green", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "spring_med": { - "name": "spring", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_winter_med": { - "name": "GRC_winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "grc_summer_med": { - "name": "GRC_summer", - "countries": "All" - }, - "autumn_med": { - "name": "autumn", - "countries": "All" - }, - "desert_med": { - "name": "Desert", - "countries": "All" - }, - "summer_med": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M-113. Tracked. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 950, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M-2 Bradley": { - "name": "M-2 Bradley", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-2A2 Bradley IFV", - "shortLabel": "M-2 Bradley", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "M-2A2 Bradley Infantry fighting vehicle. Tracked. Amphibious. 25 mm gun, 7.62 mm machine gun, BGM-71 TOW missile.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.44, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M-60": { - "name": "M-60", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-60", - "shortLabel": "M-60", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled M68 main gun (APDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 600, - "barrelHeight": 2.8, - "shotsBaseInterval": 12, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M1043 HMMWV Armament": { - "name": "M1043 HMMWV Armament", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV .50 cal", - "shortLabel": "HMMWV M2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1043 HMMWV (Humvee). Wheeled. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "M1045 HMMWV TOW": { - "name": "M1045 HMMWV TOW", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV TOW", - "shortLabel": "HMMWV TOW", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "M1045 HMMWV (Humvee). Wheeled. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "M1097 Avenger": { - "name": "M1097 Avenger", - "coalition": "blue", - "era": "Modern", - "label": "M1097 Avenger", - "shortLabel": "97", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 5200, - "engagementRange": 4500, - "description": "M1097 Avenger IR SAM. Range/alt max: 5 km, 15,000 ft. Contains 8 x Stinger missiles.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M1126 Stryker ICV": { - "name": "M1126 Stryker ICV", - "coalition": "blue", - "era": "Modern", - "label": "Stryker MG", - "shortLabel": "Stryker MG", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1126 Stryker. Wheeled. 12.7mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1128 Stryker MGS": { - "name": "M1128 Stryker MGS", - "coalition": "blue", - "era": "Modern", - "label": "M1128 Stryker MGS", - "shortLabel": "M1128 Stryker MGS", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1128 Stryker Mobile Gun System. Wheeled. 105 mm gun and 7.6mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1134 Stryker ATGM": { - "name": "M1134 Stryker ATGM", - "coalition": "blue", - "era": "Modern", - "label": "Stryker ATGM", - "shortLabel": "Stryker ATGM", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 4000, - "engagementRange": 3800, - "description": "M1134 Stryker. Wheeled. 7.62 mm machine gun. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "muzzleVelocity": 900, - "barrelHeight": 2.8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M48 Chaparral": { - "name": "M48 Chaparral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M48 Chaparral", - "shortLabel": "48", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 10000, - "engagementRange": 8500, - "description": "M48 Chaparral IR SAM. Range/alt max: 9 km, 13,000 ft. 4 x AIM 9 Sidewinder missiles.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M6 Linebacker": { - "name": "M6 Linebacker", - "coalition": "blue", - "era": "Late Cold War", - "label": "M6 Linebacker", - "shortLabel": "M6", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 4000, - "description": "M6 Linebacker IR SAM. Range/alt max: 5 km, 15,000 ft. 4 x Stinger on M2 Bradley.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M978 HEMTT Tanker": { - "name": "M978 HEMTT Tanker", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M978 HEMTT Tanker", - "shortLabel": "M978 HEMTT Tanker", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy Expanded Mobility Tactical Truck. Wheeled. Refueling for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Refueling, FARP" - }, - "MAZ-6303": { - "name": "MAZ-6303", - "coalition": "red", - "era": "Mid Cold War", - "label": "MAZ-6303", - "shortLabel": "MAZ-6303", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Logistical Military Truck. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "MCV-80": { - "name": "MCV-80", - "coalition": "blue", - "era": "Late Cold War", - "label": "Warrior IFV MCV-80", - "shortLabel": "Warrior", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Warrior MCV-80 Infantry Fighting Vehicle. Tracked. 30 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.21, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS": { - "name": "MLRS", - "coalition": "blue", - "era": "Late Cold War", - "label": "M270", - "shortLabel": "M270", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 30000, - "description": "M270 Multiple Launch Rocket System. Tracked. Fires M26 270 mm DPICM rockets. Min range 10km, max 35km. Note cluster munition can be very laggy with many shots.", - "abilities": "Combined arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "270mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "MTLB": { - "name": "MTLB", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LB", - "shortLabel": "MT-LB", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "MT-LB. Tracked. Amphibious. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.05, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Marder": { - "name": "Marder", - "coalition": "blue", - "era": "Late Cold War", - "label": "Marder IFV", - "shortLabel": "Marder", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Marder Infantry FIghting Vehicle. Tracked. Amphibious. 20 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.82, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Osa 9A33 ln": { - "name": "Osa 9A33 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-8 Launcher", - "shortLabel": "Osa 9A33 ln", - "range": "Short", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 10300, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-8 SAM Battery" - }, - "Paratrooper AKS-74": { - "name": "Paratrooper AKS-74", - "coalition": "red", - "era": "Late Cold War", - "label": "AKS-74", - "shortLabel": "AKS-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian paratrooper carrying AKS-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Paratrooper RPG-16": { - "name": "Paratrooper RPG-16", - "coalition": "red", - "era": "Modern", - "label": "RPG-16", - "shortLabel": "Para RPG-16", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Russian paratrooper carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Patriot AMG": { - "name": "Patriot AMG", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Antenna Mast Group", - "shortLabel": "Patriot AMG", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ECS": { - "name": "Patriot ECS", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Engagement Control Station", - "shortLabel": "Patriot ECS", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot EPP": { - "name": "Patriot EPP", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Electric Power Plant", - "shortLabel": "Patriot EPP", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot cp": { - "name": "Patriot cp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Command Post", - "shortLabel": "Patriot cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ln": { - "name": "Patriot ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Launcher", - "shortLabel": "Patriot ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 100000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Patriot site" - }, - "Patriot site": { - "name": "Patriot site", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot SAM Battery", - "shortLabel": "Pt", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 98000, - "description": "Patriot radar SAM site. Range/alt max: 150 km, 105,000 ft. Min: 5km. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Pt" - }, - "Patriot str": { - "name": "Patriot str", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Search/Track Radar", - "shortLabel": "Patriot str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Predator GCS": { - "name": "Predator GCS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator GCS", - "shortLabel": "Predator GCS", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Ground Control Station", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Predator TrojanSpirit": { - "name": "Predator TrojanSpirit", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator TrojanSpirit", - "shortLabel": "Predator TrojanSpirit", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Unmanned Aerial Vehicle (UAV) System", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "RLS_19J6": { - "name": "RLS_19J6", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Thin Shield", - "shortLabel": "RLS 19J6", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "RPC_5N62V": { - "name": "RPC_5N62V", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Square Pair", - "shortLabel": "RPC 5N62V", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Radar_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Radar_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Radar_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Radar_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Radar_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Radar_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Radar_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Radar_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Radar_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Radar_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Radar_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Radar_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Radar_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Radar_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Radar_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Radar_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Roland ADS": { - "name": "Roland ADS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Roland ADS", - "shortLabel": "RO", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 12000, - "engagementRange": 8000, - "description": "Roland ADS radar and optical SAM. Range/alt max: 11 km, 18,000 ft. Tracked vehicle.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, Optical, CA", - "markerFile": "groundunit-sam" - }, - "Roland Radar": { - "name": "Roland Radar", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Roland Search Radar", - "shortLabel": "Roland Radar", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-200_Launcher": { - "name": "S-200_Launcher", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Launcher", - "shortLabel": "S-200 Launcher", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Launcher_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Launcher_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Launcher_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Launcher_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Launcher_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Launcher_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Launcher_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Launcher_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Launcher_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Launcher_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Launcher_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Launcher_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Launcher_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Launcher_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Launcher_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 255000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-5 SAM Battery" - }, - "S-300PS 40B6M tr": { - "name": "S-300PS 40B6M tr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Tin Shield", - "shortLabel": "S-300PS 40B6M tr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 40B6MD sr": { - "name": "S-300PS 40B6MD sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Clam Shell", - "shortLabel": "S-300PS 40B6MD sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 54K6 cp": { - "name": "S-300PS 54K6 cp", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Command Post", - "shortLabel": "S-300PS 54K6 cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "S-300PS 5P85C ln": { - "name": "S-300PS 5P85C ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85C ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85C", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 5P85D ln": { - "name": "S-300PS 5P85D ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85D ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85D", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 64H6E sr": { - "name": "S-300PS 64H6E sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Big Bird", - "shortLabel": "S-300PS 64H6E sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SA-10 SAM Battery": { - "name": "SA-10 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 SAM Battery", - "shortLabel": "10", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 300000, - "engagementRange": 52000, - "description": "SA-10 Grumble radar SAM site S-300. Range/alt max: 52 km, 100,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "10" - }, - "SA-11 Buk CC 9S470M1": { - "name": "SA-11 Buk CC 9S470M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Command Post", - "shortLabel": "SA-11 Buk CC 9S470M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 Buk LN 9A310M1": { - "name": "SA-11 Buk LN 9A310M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Launcher", - "shortLabel": "SA-11 Buk LN 9A310M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 35000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-11 SAM Battery" - }, - "SA-11 Buk SR 9S18M1": { - "name": "SA-11 Buk SR 9S18M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-11 Snown Drift", - "shortLabel": "SA-11 Buk SR 9S18M1", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 SAM Battery": { - "name": "SA-11 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 SAM Battery", - "shortLabel": "11", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 98000, - "engagementRange": 33000, - "description": "SA-11 Gadfly radar SAM site 9K37. Range/alt max: 42 km, 82,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "11" - }, - "SA-18 Igla manpad": { - "name": "SA-18 Igla manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S manpad": { - "name": "SA-18 Igla-S manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-2 SAM Battery": { - "name": "SA-2 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-2 SAM Battery", - "shortLabel": "2", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 42000, - "description": "SA-2 Guideline radar SAM site S-75. Range/alt max: 24 km, 66,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "2" - }, - "SA-3 SAM Battery": { - "name": "SA-3 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 SAM Battery", - "shortLabel": "3", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 18000, - "description": "SA-3 Goa radar SAM site S-125. Range/alt max: 35 km, 60,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "3" - }, - "SA-5 SAM Battery": { - "name": "SA-5 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-5 SAM Battery", - "shortLabel": "5", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 400000, - "engagementRange": 250000, - "description": "SA-5 Gammon radar SAM site S-200. Range/alt max: 300 km, 120,000 ft. Min 60km.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "5" - }, - "SA-6 SAM Battery": { - "name": "SA-6 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 SAM Battery", - "shortLabel": "6", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "description": "SA-6 Gainful radar SAM site 2K12. Range/alt max: 55 km, 50,000 ft. Tracked vehicle.", - "abilities": "", - "acquisitionRange": 68000, - "engagementRange": 22000, - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "6" - }, - "SAU 2-C9": { - "name": "SAU 2-C9", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Nona", - "shortLabel": "SAU Nona", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 7000, - "description": "2S9 Nona. Tracked. 120mm howitzer. 30m min range, 7km max. Doesn't let you use the gun in CA.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "120mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Akatsia": { - "name": "SAU Akatsia", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Akatsiya", - "shortLabel": "SAU Akatsiya", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 17000, - "description": "SAU Akatsiya. Tracked. Self propelled 152mm howitzer. 30m min range, 17km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Gvozdika": { - "name": "SAU Gvozdika", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Gvozdika", - "shortLabel": "SAU Gvozdika", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "2S1 SAU Gvozdika. Tracked. 122m howitzer. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "122mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Msta": { - "name": "SAU Msta", - "coalition": "red", - "era": "Late Cold War", - "label": "SAU Msta", - "shortLabel": "SAU Msta", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 23500, - "description": "2S19 Msta. Tracked. 152.4mm howitzer. 1km min range, 24km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SKP-11": { - "name": "SKP-11", - "coalition": "red", - "era": "Early Cold War", - "label": "SKP-11", - "shortLabel": "SKP-11", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Repair and recovery vehicle. Wheeled. Comms for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Comms" - }, - "SNR_75V": { - "name": "SNR_75V", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Fan Song", - "shortLabel": "SNR 75V", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S_75M_Volhov": { - "name": "S_75M_Volhov", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Launcher", - "shortLabel": "S75M Volhov", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 43000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-2 SAM Battery" - }, - "Sandbox": { - "name": "Sandbox", - "coalition": "", - "era": "", - "label": "Sandbox", - "shortLabel": "Sandbox", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Smerch": { - "name": "Smerch", - "coalition": "red", - "era": "Late Cold War", - "label": "BM-30 Smerch (Cluster)", - "shortLabel": "BM-30 Smerch", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm cluster rockets. 20km min range, 71 km max. Cluster munitions can be very laggy en masse.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier AK": { - "name": "Soldier AK", - "coalition": "red", - "era": "Early Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "muzzleVelocity": 900, - "barrelHeight": 1, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 4", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M249": { - "name": "Soldier M249", - "coalition": "blue", - "era": "Late Cold War", - "label": "M249", - "shortLabel": "M249", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M249.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 915, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 0.25, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4 GRG": { - "name": "Soldier M4 GRG", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.95, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Georgia", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4": { - "name": "Soldier M4", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier RPG": { - "name": "Soldier RPG", - "coalition": "red", - "era": "Mid Cold War", - "label": "RPG", - "shortLabel": "Soldier RPG", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Solider carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.8, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Stinger comm dsr": { - "name": "Stinger comm dsr", - "coalition": "red", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS, IR", - "markerFile": "groundunit-sam" - }, - "Stinger comm": { - "name": "Stinger comm", - "coalition": "blue", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Strela-1 9P31": { - "name": "Strela-1 9P31", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-9 Gaskin", - "shortLabel": "9", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 4200, - "description": "SA-9 Gaskin Strela 1. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "Strela-10M3": { - "name": "Strela-10M3", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-13 Gopher", - "shortLabel": "13", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 5000, - "description": "SA-13 Gopher Strela 10. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam" - }, - "Suidae": { - "name": "Suidae", - "coalition": "", - "era": "Modern", - "label": "Suidae", - "shortLabel": "Suidae", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "The destroyer of all. Pre-Dates all living and un-living creatures.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Prehistoric" - }, - "T-55": { - "name": "T-55", - "coalition": "red", - "era": "Early Cold War", - "label": "T-55", - "shortLabel": "T-55", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 100 mm D-10T rifled gun (APFSDS and HEAT), 7.62 mm SGMT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.3, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 9, - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "T-72B": { - "name": "T-72B", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B", - "shortLabel": "T-72B", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "shotsBaseScatter": 5, - "barrelHeight": 2.5, - "muzzleVelocity": 700, - "aimMethodRange": 2500, - "alertnessTimeConstant": 4, - "canAAA": true, - "tags": "CA" - }, - "T-80UD": { - "name": "T-80UD", - "coalition": "red", - "era": "Late Cold War", - "label": "T-80UD", - "shortLabel": "T-80UD", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - 01": { - "name": "Iran - 01", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "iran - 02": { - "name": "Iran - 02", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M-1 smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.32, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "T-90": { - "name": "T-90", - "coalition": "red", - "era": "Late Cold War", - "label": "T-90", - "shortLabel": "T-90", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "tags": "CA", - "canAAA": true, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000 - }, - "TPZ": { - "name": "TPZ", - "coalition": "blue", - "era": "Late Cold War", - "label": "TPz Fuchs", - "shortLabel": "TPz Fuchs", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "TPz Fuchs. Wheeled. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Tigr_233036": { - "name": "Tigr_233036", - "coalition": "red", - "era": "Late Cold War", - "label": " LUV Tigr", - "shortLabel": " LUV Tigr", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Utility vehicle. Wheeled. Multi-Axle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tor 9A331": { - "name": "Tor 9A331", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-15 Gauntlet", - "shortLabel": "15", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 12000, - "description": "SA-15 Gauntlet 9K330 Tor. Range/alt max: 12 km, 20,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, CA", - "markerFile": "groundunit-sam" - }, - "Trolley bus": { - "name": "Trolley bus", - "coalition": "blue", - "era": "Late Cold War", - "label": "Trolley bus", - "shortLabel": "Trolley bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian. Public transportation bus. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "UAZ-469": { - "name": "UAZ-469", - "coalition": "red", - "era": "Mid Cold War", - "label": "UAZ-469", - "shortLabel": "UAZ-469", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "red_spring": { - "name": "RED_Spring", - "countries": "All" - }, - "red_summer": { - "name": "RED_Summer", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "orange_spring": { - "name": "ORANGE_Spring", - "countries": "All" - }, - "orange_autumn": { - "name": "ORANGE_Autumn", - "countries": "All" - }, - "red_autumn": { - "name": "RED_Autumn", - "countries": "All" - }, - "red_winter": { - "name": "RED_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "orange_summer": { - "name": "ORANGE_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "orange_winter": { - "name": "ORANGE_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled. 4x4", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Uragan_BM-27": { - "name": "Uragan_BM-27", - "coalition": "red", - "era": "Late Cold War", - "label": "Bm-27 Uragan", - "shortLabel": "Uragan", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 37000, - "description": "Uragan BM-27. Wheeled. 220 mm rocket artillery. 11km min range, 37 km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "220mm, Rocket, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Ural ATsP-6": { - "name": "Ural ATsP-6", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural ATsP-6", - "shortLabel": "Ural ATsP-6", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Ural-375 PBU": { - "name": "Ural-375 PBU", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375 PBU", - "shortLabel": "Ural-375 PBU", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military command vehicle. Wheeled. Re-arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Re-Arming, FARP" - }, - "Ural-375 ZU-23 Insurgent": { - "name": "Ural-375 ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23 Insurgent", - "shortLabel": "Ural-375 ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 8, - "muzzleVelocity": 1000, - "barrelHeight": 3, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "Ural-375 ZU-23": { - "name": "Ural-375 ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23", - "shortLabel": "Ural-375 ZU-23", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 AAA 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 3, - "muzzleVelocity": 1000, - "aimTime": 8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "Ural-375": { - "name": "Ural-375", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375", - "shortLabel": "Ural-375", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. Refueling and Re-Arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Refueling, Re-Arming, FARP" - }, - "Ural-4320 APA-5D": { - "name": "Ural-4320 APA-5D", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-4320 APA-5D", - "shortLabel": "Ural-4320 APA-5D", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Ural-4320-31": { - "name": "Ural-4320-31", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320-31", - "shortLabel": "Ural-4320-31", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Ural-4320T": { - "name": "Ural-4320T", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320T", - "shortLabel": "Ural-4320T", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "VAZ Car": { - "name": "VAZ Car", - "coalition": "red", - "era": "Early Cold War", - "label": "VAZ Car", - "shortLabel": "VAZ Car", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian car. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Vulcan": { - "name": "Vulcan", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Vulcan", - "shortLabel": "Vulcan", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "M113 Vulcan. Tracked M113 APC with radar guided Vulcan 20 mm cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2.5, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZIL-131 KUNG": { - "name": "ZIL-131 KUNG", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-131 KUNG", - "shortLabel": "ZIL-131 KUNG", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. KUNG Narrow specialized Body. 6x6. Repair for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "ZIL-4331": { - "name": "ZIL-4331", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-4331", - "shortLabel": "ZIL-4331", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "ZSU-23-4 Shilka": { - "name": "ZSU-23-4 Shilka", - "coalition": "red", - "era": "Mid Cold War", - "label": "ZSU-23-4 Shilka", - "shortLabel": "ZSU-23-4 Shilka", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "ZSU-23-4 Shilka. Tracked. 4 x 23 mm radar guided autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Closed Insurgent": { - "name": "ZU-23 Closed Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Closed Insurgent", - "shortLabel": "ZU-23 Closed Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZU-23 Emplacement Closed": { - "name": "ZU-23 Emplacement Closed", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement Closed", - "shortLabel": "ZU-23 Emplacement Closed", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Emplacement": { - "name": "ZU-23 Emplacement", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement", - "shortLabel": "ZU-23 Emplacement", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Insurgent": { - "name": "ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Insurgent", - "shortLabel": "ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "ZiL-131 APA-80": { - "name": "ZiL-131 APA-80", - "coalition": "red", - "era": "Early Cold War", - "label": "ZiL-131 APA-80", - "shortLabel": "ZiL-131 APA-80", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Arctic Self-Loading Device. Power for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Power, FARP" - }, - "house1arm": { - "name": "house1arm", - "coalition": "", - "era": "", - "label": "house1arm", - "shortLabel": "house1arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "house2arm": { - "name": "house2arm", - "coalition": "", - "era": "", - "label": "house2arm", - "shortLabel": "house2arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "houseA_arm": { - "name": "houseA_arm", - "coalition": "", - "era": "", - "label": "houseA_arm", - "shortLabel": "houseA_arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost": { - "name": "outpost", - "coalition": "", - "era": "", - "label": "outpost", - "shortLabel": "outpost", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost_road": { - "name": "outpost_road", - "coalition": "", - "era": "", - "label": "outpost_road", - "shortLabel": "outpost_road", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "p-19 s-125 sr": { - "name": "p-19 s-125 sr", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Flat Face B", - "shortLabel": "Flat Face B", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "snr s-125 tr": { - "name": "snr s-125 tr", - "coalition": "red", - "era": "Early Cold War", - "label": "SA-3 Low Blow", - "shortLabel": "snr s-125 tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SpGH_Dana": { - "name": "SpGH_Dana", - "coalition": "red", - "era": "Late Cold War", - "label": "SpGH Dana 152mm", - "shortLabel": "SpGH Dana", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18400, - "description": "SpGH Dana 77. Wheeled. Self propelled 152mm howitzer. 1km min range, 18km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Grad_FDDM": { - "name": "Grad_FDDM", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LBu ACRV", - "shortLabel": "MT-LBu ARCV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18500, - "description": "MT-LBu IV12 series tracked. Artillery command / recon vehicle, not an arty piece, speeds up artillery fire time in game when grouped.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "tags": "Command, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK Ins": { - "name": "Infantry AK Ins", - "coalition": "red", - "era": "Early Cold War", - "label": "Insurgent AK-74", - "shortLabel": "AK-74 (Ins)", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Insurgent solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Insurgent", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS FDDM": { - "name": "MLRS FDDM", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV MLRS ACRV", - "shortLabel": "HMMWV ACRV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "A Humvee artillery command/ recon vehicle, not an arty piece, speeds up MLRS fire time in game when grouped. 12.7 mm machine gun.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "barrelHeight": 2.49, - "tags": "Arty Command/Recon, CA", - "markerFile": "groundunit-artillery", - "indirectFire": false, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK ver2": { - "name": "Infantry AK ver2", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 2", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Infantry AK ver3": { - "name": "Infantry AK ver3", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 3", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Smerch_HE": { - "name": "Smerch_HE", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-30 Smerch (HE)", - "shortLabel": "BM-30 Smerch", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm 9M55F rockets. 20km min range, 71 km max.", - "abilities": "Combined Arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier stinger": { - "name": "Soldier stinger", - "coalition": "", - "era": "", - "label": "FIM-92 Stinger", - "shortLabel": "St", - "type": "SAM Site", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 4500, - "description": "Stinger IR MANPADS FIM-92. Range/alt max: 5 km, 15,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S comm": { - "name": "SA-18 Igla-S comm", - "coalition": "", - "era": "", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "type": "SAM Site", - "enabled": false, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "TACAN_beacon": { - "name": "TACAN_beacon", - "coalition": "", - "era": "", - "label": "Beacon TACAN Portable TTS 3030", - "shortLabel": "Beacon TACAN Portable TTS 3030", - "type": "Structure", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Merkava_Mk4": { - "name": "Merkava_Mk4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Merkava IV", - "shortLabel": "Merkava IV", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore MG253 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 3.1, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "canAAA": true, - "alertnessTimeConstant": 3 - }, - "LiAZ Bus": { - "name": "LiAZ Bus", - "coalition": "", - "era": "", - "label": "Bus LiAZ-677", - "shortLabel": "Bus LiAZ-677", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KrAZ6322": { - "name": "KrAZ6322", - "coalition": "", - "era": "", - "label": "Truck KrAZ-6322 6x6", - "shortLabel": "Truck KrAZ-6322 6x6", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "JTAC": { - "name": "JTAC", - "coalition": "", - "era": "", - "label": "JTAC", - "shortLabel": "JTAC", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Electric locomotive": { - "name": "Electric locomotive", - "coalition": "", - "era": "", - "label": "VL80 Electric", - "shortLabel": "VL80 Electric", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Locomotive": { - "name": "Locomotive", - "coalition": "", - "era": "", - "label": "CHME3T", - "shortLabel": "CHME3T", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Coach cargo": { - "name": "Coach cargo", - "coalition": "", - "era": "", - "label": "Freight Van", - "shortLabel": "Freight Van", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach cargo open": { - "name": "Coach cargo open", - "coalition": "", - "era": "", - "label": "Open Wagon", - "shortLabel": "Open Wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank blue": { - "name": "Coach a tank blue", - "coalition": "", - "era": "", - "label": "Car blue", - "shortLabel": "Car blue", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank yellow": { - "name": "Coach a tank yellow", - "coalition": "", - "era": "", - "label": "Car yellow", - "shortLabel": "Car yellow", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a passenger": { - "name": "Coach a passenger", - "coalition": "", - "era": "", - "label": "Passenger Car", - "shortLabel": "Passenger Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a platform": { - "name": "Coach a platform", - "coalition": "", - "era": "", - "label": "Coach Platform", - "shortLabel": "Coach Platform", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "tacr2a": { - "name": "tacr2a", - "coalition": "", - "era": "", - "label": "RAF Rescue", - "shortLabel": "RAF Rescue", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire and Rescue vehicle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "LARC-V": { - "name": "LARC-V", - "coalition": "", - "era": "", - "label": "LARC-V", - "shortLabel": "LARC-V", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 500, - "engagementRange": 0, - "description": "Amphibious cargo vehicle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KS-19": { - "name": "KS-19", - "coalition": "", - "era": "Early Cold War", - "label": "KS-19 100mm", - "shortLabel": "KS-19 100mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 16000, - "engagementRange": 2000, - "description": "KS-19. 100 mm AAA gun. Fixed manually aimed large calibre anti aircraft gun.", - "abilities": "AA", - "canTargetPoint": false, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 25, - "shotsToFire": 5, - "barrelHeight": 5, - "cost": null, - "markerFile": "groundunit-aaa", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 15000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "SON_9": { - "name": "SON_9", - "coalition": "red", - "era": "Early Cold War", - "label": "Fire Can SON-9", - "shortLabel": "Fire Can SON-9", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 92600, - "engagementRange": null, - "description": "SON-9 Fire Can. Gun laying radar, not AAA. Can be used to direct fire of up to 4 AAA guns if grouped with them.", - "abilities": "Fire Director", - "canTargetPoint": false, - "canRearm": false, - "cost": null, - "tags": "Radar", - "markerFile": "groundunit-aaa", - "canAAA": false - }, - "Scud_B": { - "name": "Scud_B", - "coalition": "", - "era": "", - "label": "SS-1C Scud-B", - "shortLabel": "Scud-B", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 283000, - "description": "SS-1C Scud-B wheeled vehicle firing R-17 tactical ballistic missile. 50 km min range, 300 km max. Approx 700 m CEP. Long setup time, check if the stabilisers are moving to see if launch command worked.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Ballistic Missile", - "markerFile": "groundunit-artillery", - "aimTime": 300, - "shotsToFire": 1, - "shotsBaseInterval": 300, - "shotsBaseScatter": 1, - "alertnessTimeConstant": 10 - }, - "HL_DSHK": { - "name": "HL_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical DSHK 12.7mm", - "shortLabel": "Technical DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "muzzleVelocity": 900 - }, - "HL_KORD": { - "name": "HL_KORD", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical KORD 12.7mm", - "shortLabel": "Technical KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_DSHK": { - "name": "tt_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Pickup DSHK 12.7mm", - "shortLabel": "Pickup DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 300, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_KORD": { - "name": "tt_KORD", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup KORD 12.7mm", - "shortLabel": "Pickup KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "HL_ZU-23": { - "name": "HL_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Technical with ZU-23", - "shortLabel": "Technical with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "Technical. Car with ZSU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 200, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "tt_ZU-23": { - "name": "tt_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Pickup with ZU-23", - "shortLabel": "Pickup with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Box car with ZU-23 AAA 23mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": true, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 4500, - "targetingRange": 100 - }, - "HL_B8M1": { - "name": "HL_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Technical B8M1", - "shortLabel": "Technical B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4900, - "description": "Technical with a B8M1 80mm rocket pod on the back. 1km min range, max 15km.", - "abilities": "Combined Arms, Indirect Fire.", - "canTargetPoint": true, - "canRearm": false, - "tags": "Rocket, CA", - "markerFile": "groundunit-artillery", - "shotsToFire": 2, - "shotsBaseInterval": 30, - "aimTime": 120, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "indirectFire": true - }, - "tt_B8M1": { - "name": "tt_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup B8M1", - "shortLabel": "Pickup B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "Pickup truck with B8M1 80mm rocket launcher. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "80mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "NASAMS_Radar_MPQ64F1": { - "name": "NASAMS_Radar_MPQ64F1", - "coalition": "", - "era": "", - "label": "SAM NASAMS SR MPQ64F1", - "shortLabel": "SAM NASAMS SR MPQ64F1", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": "no", - "canRearm": "no", - "markerFile": "groundunit-sam-radar" - }, - "NASAMS_Command_Post": { - "name": "NASAMS_Command_Post", - "coalition": "", - "era": "", - "label": "SAM NASAMS C2", - "shortLabel": "SAM NASAMS C2", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_B": { - "name": "NASAMS_LN_B", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120B", - "shortLabel": "SAM NASAMS LN AIM-120B", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_C": { - "name": "NASAMS_LN_C", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120C", - "shortLabel": "SAM NASAMS LN AIM-120C", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "M4_Sherman": { - "name": "M4_Sherman", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4 Sherman", - "shortLabel": "Tk M4 Sherman", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm gun (AP and HE), 0.50 caliber coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 650, - "barrelHeight": 2.74, - "shotsBaseInterval": 5, - "tags": "CA", - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 8, - "canAAA": false - }, - "M2A1_halftrack": { - "name": "M2A1_halftrack", - "coalition": "blue", - "era": "WW2", - "label": "M2A1 Halftrack", - "shortLabel": "M2A1 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "M2 A1. Half tracked. 12.7 mm and 7.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.6, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "FPS-117 Dome": { - "name": "FPS-117 Dome", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117 (Dome)", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar in a domed building", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Dome", - "markerFile": "groundunit-ewr" - }, - "FPS-117 ECS": { - "name": "FPS-117 ECS", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 ECS", - "shortLabel": "ECS", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "AN/FPS-117 engagement control station, this is not a radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "C&C", - "markerFile": "groundunit-ewr" - }, - "FPS-117": { - "name": "FPS-117", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 463000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar on a large metal platform", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "RD_75": { - "name": "RD_75", - "coalition": "", - "era": "", - "label": "SA-2 S-75 RD-75 Amazonka RF", - "shortLabel": "SAM SA-2 S-75 RD-75 Amazonka RF", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZSU_57_2": { - "name": "ZSU_57_2", - "coalition": "red", - "era": "Early Cold War", - "label": "ZSU-57-2", - "shortLabel": "ZSU-57-2", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 3000, - "description": "ZSU-57-2. Tracked self propelled optically guided AA gun. 2 x 57 mm auto cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1200, - "barrelHeight": 3, - "aimTime": 20, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 9000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "S-60_Type59_Artillery": { - "name": "S-60_Type59_Artillery", - "coalition": "red", - "era": "Early Cold War", - "label": "S-60 57mm", - "shortLabel": "S-60 57mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 6000, - "engagementRange": 6000, - "description": "AZP S-60. Fixed. Automatic anti aircraft gun 57mm.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 5000, - "targetingRange": 2000 - }, - "generator_5i57": { - "name": "generator_5i57", - "coalition": "", - "era": "", - "label": "Diesel Power Station 5I57A", - "shortLabel": "Diesel Power Station 5I57A", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Diesel Power station.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "T-72B3": { - "name": "T-72B3", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B3", - "shortLabel": "T-72B3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 8, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "aimMethodRange": 3000, - "canAAA": true, - "tags": "" - }, - "PT_76": { - "name": "PT_76", - "coalition": "red", - "era": "Early Cold War", - "label": "LT PT-76", - "shortLabel": "LT PT-76", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Amphibious Light tank. Tracked. 76.2 mm D-56T smoothbore gun (AP and HE), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA, Amphibious", - "targetingRange": 100, - "muzzleVelocity": 625, - "barrelHeight": 1.85, - "shotsBaseInterval": 9, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "BTR-82A": { - "name": "BTR-82A", - "coalition": "red", - "era": "Modern", - "label": "BTR-82A", - "shortLabel": "BTR-82A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "BTR 82A APC. Wheeled. Amphibious. 30 mm gun.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "ATZ-5": { - "name": "ATZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-5", - "shortLabel": "ATZ-5 Fuel", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled. Refueling for FARPs", - "abilities": "Combined arms, Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "AA8": { - "name": "AA8", - "coalition": "", - "era": "Early Cold War", - "label": "Fire truck AA-7", - "shortLabel": "Fire truck", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire truck. Wheeled. Red", - "abilities": "Combined Arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "TZ-22_KrAZ": { - "name": "TZ-22_KrAZ", - "coalition": "", - "era": "", - "label": "Refueler TZ-22 Tractor", - "shortLabel": "Refueler TZ-22 Tractor (KrAZ-258B1)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "ATZ-60_Maz": { - "name": "ATZ-60_Maz", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-60 Maz", - "shortLabel": "ATZ-60 Maz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Wheeled truck. Only the cab portion no trailers.", - "abilities": "Combined arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "ZIL-135": { - "name": "ZIL-135", - "coalition": "", - "era": "", - "label": "Truck ZIL-135", - "shortLabel": "Truck ZIL-135", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "S_75_ZIL": { - "name": "S_75_ZIL", - "coalition": "", - "era": "", - "label": "S-75 Tractor", - "shortLabel": "S-75 Tractor (ZIL-131)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "rapier_fsa_launcher": { - "name": "rapier_fsa_launcher", - "coalition": "", - "era": "", - "label": "SAM Rapier LN", - "shortLabel": "SAM Rapier LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 6800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_optical_tracker_unit": { - "name": "rapier_fsa_optical_tracker_unit", - "coalition": "", - "era": "", - "label": "SAM Rapier Tracker", - "shortLabel": "SAM Rapier Tracker", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_blindfire_radar": { - "name": "rapier_fsa_blindfire_radar", - "coalition": "", - "era": "", - "label": "SAM Rapier Blindfire TR", - "shortLabel": "SAM Rapier Blindfire TR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "bofors40": { - "name": "bofors40", - "coalition": "blue", - "era": "WW2", - "label": "Bofors 40mm", - "shortLabel": "Bofor", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 3000, - "description": "Bofors gun. Fixed anti aircraft 40mm gun. Manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.35, - "muzzleVelocity": 850, - "aimTime": 8, - "shotsToFire": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "shotsBaseInterval": 10, - "alertnessTimeConstant": 15, - "targetingRange": 200, - "aimMethodRange": 4000 - }, - "Chieftain_mk3": { - "name": "Chieftain_mk3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Chieftain Mk.3", - "shortLabel": "Chieftain Mk.3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.7, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 2 - }, - "Bedford_MWD": { - "name": "Bedford_MWD", - "coalition": "blue", - "era": "WW2", - "label": "Truck Bedford", - "shortLabel": "Truck Bedford", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "Land_Rover_101_FC": { - "name": "Land_Rover_101_FC", - "coalition": "", - "era": "", - "label": "Truck Land Rover 101 FC", - "shortLabel": "Truck Land Rover 101 FC", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility truck. Wheeled. 4x4 ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Land_Rover_109_S3": { - "name": "Land_Rover_109_S3", - "coalition": "", - "era": "", - "label": "LUV Land Rover 109", - "shortLabel": "LUV Land Rover 109", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "hy_launcher": { - "name": "hy_launcher", - "coalition": "red", - "era": "Mid Cold War", - "label": "SS-N 2 Silkworm", - "shortLabel": "SS-N 2 Silkworm", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 100000, - "description": "SS-N 2 Silkworm anti ship missile launcher. Max range 100 km. Must be grouped with SS-N 2 search radar to function.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Missile Launcher", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2", - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Silkworm_SR": { - "name": "Silkworm_SR", - "coalition": "", - "era": "", - "label": "SS-N 2 Silkworm Radar", - "shortLabel": "SS-N 2 SR", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 200000, - "engagementRange": 0, - "description": "SS-N 2 Silkworm anti ship search radar. Must be grouped with SS N-2 missile launcher.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Missile Search Radar", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2" - }, - "ES44AH": { - "name": "ES44AH", - "coalition": "", - "era": "", - "label": "ES44AH", - "shortLabel": "ES44AH", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Boxcartrinity": { - "name": "Boxcartrinity", - "coalition": "", - "era": "Mid Cold War", - "label": "Flatcar", - "shortLabel": "Flatcar", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Train carriage flatcar, modern train container (red)", - "abilities": "Train, Carriage", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Tankcartrinity": { - "name": "Tankcartrinity", - "coalition": "", - "era": "", - "label": "Cartrinity", - "shortLabel": "Cartrinity", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Wellcarnsc": { - "name": "Wellcarnsc", - "coalition": "", - "era": "", - "label": "Well Car", - "shortLabel": "Well Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Carriage" - }, - "flak18": { - "name": "flak18", - "coalition": "", - "era": "WW2", - "label": "8.8cm Flak 18", - "shortLabel": "8.8cm Flak 18", - "type": "AAA", - "enabled": true, - "liveries": {}, - "aimTime": 18, - "shotsToFire": 5, - "acquisitionRange": 8000, - "engagementRange": 1000, - "description": "The flak 88. Fixed anti aircraft gun famously also used as an anti-tank gun. 88mm flak gun.", - "abilities": "AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 880, - "barrelHeight": 2.1, - "cost": 40000, - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "aimMethodRange": 100, - "targetingRange": 7000, - "alertnessTimeConstant": 5 - }, - "Pz_IV_H": { - "name": "Pz_IV_H", - "coalition": "red", - "era": "WW2", - "label": "Tk PzIV H", - "shortLabel": "Tk PzIV H", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm KwK 40 L/48 gun (AP and HE), 7.92 mm MG34 coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.68, - "shotsBaseInterval": 4, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "Leopard-2A5": { - "name": "Leopard-2A5", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A5", - "shortLabel": "Leopard-2A5", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/55 main gun (APFSDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimMethodRange": 3000, - "barrelHeight": 2.7, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4": { - "name": "leopard-2A4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4", - "shortLabel": "Leopard-2A4", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "tags": "CA", - "aimTime": 5, - "shotsToFire": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4_trs": { - "name": "leopard-2A4_trs", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4 Trs", - "shortLabel": "Leopard-2A4 Trs", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "Sd_Kfz_251": { - "name": "Sd_Kfz_251", - "coalition": "red", - "era": "WW2", - "label": "Sd.Kfz.251 Halftrack", - "shortLabel": "Sd.Kfz.251 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Sd.Kfz.251. Half tracked. 7.92 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 765, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Blitz_36-6700A": { - "name": "Blitz_36-6700A", - "coalition": "red", - "era": "WW2", - "label": "Truck Opel Blitz", - "shortLabel": "Truck Opel Blitz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "T155_Firtina": { - "name": "T155_Firtina", - "coalition": "blue", - "era": "Modern", - "label": "SPH T155 Firtina", - "shortLabel": "T155 Firtina", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 40000, - "description": "SPH T155 Firtina. Tracked. Self propelled 155mm howitzer. 1km min range, 40km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "VAB_Mephisto": { - "name": "VAB_Mephisto", - "coalition": "blue", - "era": "Late Cold War", - "label": "VAB Mephisto", - "shortLabel": "VAB Mephisto", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "VAB Mephisto. Wheeled vehicle armed with 4 x HOT 2 missiles.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "ZTZ96B": { - "name": "ZTZ96B", - "coalition": "red", - "era": "Late Cold War", - "label": "Type 96B", - "shortLabel": "Type 96B", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm smoothbore gun (APFSDS and HEAT), 7.62 mm Type 86H-7 machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.9, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "tags": "CA", - "targetingRange": 100, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000, - "canAAA": true - }, - "ZBD04A": { - "name": "ZBD04A", - "coalition": "red", - "era": "Late Cold War", - "label": "ZBD-04A IFV", - "shortLabel": "ZBD-04A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Type 04 Infantry Fighting Vehicle. Tracked. 100 mm gun, 30 mm gun, AT-10 missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.5, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 4000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "HQ-7_LN_SP": { - "name": "HQ-7_LN_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled LN", - "shortLabel": "HQ-7 Self-Propelled LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_LN_EO": { - "name": "HQ-7_LN_EO", - "coalition": "", - "era": "", - "label": "HQ-7 LN Electro-Optics", - "shortLabel": "HQ-7 LN Electro-Optics", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 8000, - "engagementRange": 12000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_STR_SP": { - "name": "HQ-7_STR_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled STR", - "shortLabel": "HQ-7 Self-Propelled STR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "PLZ05": { - "name": "PLZ05", - "coalition": "red", - "era": "Modern", - "label": "PLZ-05", - "shortLabel": "PLZ-05", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "PLZ-05 or the Type 05 tracked self propelled howitzer. 155 mm main gun with 12.7 mm machine gun. 1km min range, 22km max.", - "abilities": "Combined arms, indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "TYPE-59": { - "name": "TYPE-59", - "coalition": "red", - "era": "Early Cold War", - "label": "Type 59", - "shortLabel": "Type 59", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 100 mm Type 59 rifled gun (AP and HE), 7.62 mm Type 59T machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.5, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 10, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "Kubelwagen_82": { - "name": "Kubelwagen_82", - "coalition": "", - "era": "", - "label": "LUV Kubelwagen Jeep", - "shortLabel": "LUV Kubelwagen Jeep", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_2": { - "name": "Sd_Kfz_2", - "coalition": "", - "era": "", - "label": "LUV Kettenrad", - "shortLabel": "LUV Kettenrad", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_7": { - "name": "Sd_Kfz_7", - "coalition": "", - "era": "", - "label": "Tractor Sd.Kfz.7 Art'y Tractor", - "shortLabel": "Tractor Sd.Kfz.7 Art'y Tractor", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Artillery tractor. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Horch_901_typ_40_kfz_21": { - "name": "Horch_901_typ_40_kfz_21", - "coalition": "", - "era": "", - "label": "LUV Horch 901 Staff Car", - "shortLabel": "LUV Horch 901 Staff Car", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Staff Car. Wheeled. Transportation of military personnel and officers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tiger_I": { - "name": "Tiger_I", - "coalition": "", - "era": "", - "label": "Tk Tiger 1", - "shortLabel": "Tk Tiger 1", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Tiger_II_H": { - "name": "Tiger_II_H", - "coalition": "", - "era": "", - "label": "Tk Tiger II", - "shortLabel": "Tk Tiger II", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Pz_V_Panther_G": { - "name": "Pz_V_Panther_G", - "coalition": "", - "era": "", - "label": "Tk Panther G", - "shortLabel": "Tk Panther G (Pz V)", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Pz V", - "markerFile": "groundunit-tank" - }, - "Jagdpanther_G1": { - "name": "Jagdpanther_G1", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanther TD", - "shortLabel": "Self Propelled Gun Jagdpanther TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "JagdPz_IV": { - "name": "JagdPz_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanzer IV TD", - "shortLabel": "Self Propelled Gun Jagdpanzer IV TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Stug_IV": { - "name": "Stug_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG IV AG", - "shortLabel": "Self Propelled Gun StuG IV AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "SturmPzIV": { - "name": "SturmPzIV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Brummbaer AG", - "shortLabel": "Self Propelled Gun Brummbaer AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Wespe124": { - "name": "Wespe124", - "coalition": "", - "era": "", - "label": "SPH Sd.Kfz.124 Wespe 105mm", - "shortLabel": "SPH Sd.Kfz.124 Wespe 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "Sd_Kfz_234_2_Puma": { - "name": "Sd_Kfz_234_2_Puma", - "coalition": "", - "era": "", - "label": "Scout Puma AC", - "shortLabel": "Scout Puma AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "KDO_Mod40": { - "name": "KDO_Mod40", - "coalition": "", - "era": "", - "label": "AAA Kdo.G.40", - "shortLabel": "AAA Kdo.G.40", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Flakscheinwerfer_37": { - "name": "Flakscheinwerfer_37", - "coalition": "", - "era": "", - "label": "SL Flakscheinwerfer 37", - "shortLabel": "SL Flakscheinwerfer 37", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Maschinensatz_33": { - "name": "Maschinensatz_33", - "coalition": "", - "era": "", - "label": "Maschinensatz 33 Gen", - "shortLabel": "Maschinensatz 33 Gen", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "soldier_mauser98": { - "name": "soldier_mauser98", - "coalition": "", - "era": "", - "label": "Infantry Mauser 98", - "shortLabel": "Infantry Mauser 98", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "SK_C_28_naval_gun": { - "name": "SK_C_28_naval_gun", - "coalition": "", - "era": "", - "label": "Gun 15cm SK C/28 Naval in Bunker", - "shortLabel": "Gun 15cm SK C/28 Naval in Bunker", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 20000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "fire_control": { - "name": "fire_control", - "coalition": "", - "era": "", - "label": "Bunker with Fire Control Center", - "shortLabel": "Bunker with Fire Control Center", - "type": "SAM Site Parts", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1100, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stug_III": { - "name": "Stug_III", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG III G AG", - "shortLabel": "Self Propelled Gun StuG III G AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Elefant_SdKfz_184": { - "name": "Elefant_SdKfz_184", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Elefant TD", - "shortLabel": "Self Propelled Gun Elefant TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "v1_launcher": { - "name": "v1_launcher", - "coalition": "", - "era": "", - "label": "V-1 Launch Ramp", - "shortLabel": "V-1 Launch Ramp", - "type": "Missile System", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "FuMG-401": { - "name": "FuMG-401", - "coalition": "", - "era": "", - "label": "FuMG-401 Freya LZ", - "shortLabel": "FuMG-401 Freya LZ", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "FuSe-65": { - "name": "FuSe-65", - "coalition": "", - "era": "", - "label": "FuSe-65 Würzburg-Riese", - "shortLabel": "FuSe-65 Würzburg-Riese", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Pak40": { - "name": "Pak40", - "coalition": "", - "era": "", - "label": "FH Pak 40 75mm", - "shortLabel": "FH Pak 40 75mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "LeFH_18-40-105": { - "name": "LeFH_18-40-105", - "coalition": "", - "era": "", - "label": "FH LeFH-18 105mm", - "shortLabel": "FH LeFH-18 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "Cromwell_IV": { - "name": "Cromwell_IV", - "coalition": "", - "era": "", - "label": "Tk Cromwell IV", - "shortLabel": "Tk Cromwell IV", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M4A4_Sherman_FF": { - "name": "M4A4_Sherman_FF", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4A4 Sherman Firefly", - "shortLabel": "Tk M4A4 Sherman Firefly", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "soldier_wwii_br_01": { - "name": "soldier_wwii_br_01", - "coalition": "", - "era": "", - "label": "Infantry SMLE No.4 Mk-1", - "shortLabel": "Infantry SMLE No.4 Mk-1", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Centaur_IV": { - "name": "Centaur_IV", - "coalition": "", - "era": "", - "label": "Tk Centaur IV CS", - "shortLabel": "Tk Centaur IV CS", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Churchill_VII": { - "name": "Churchill_VII", - "coalition": "blue", - "era": "WW2", - "label": "Churchill VII", - "shortLabel": "Churchill VII", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "Tank. Tracked. 95 mm main gun, 7.92 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 100, - "markerFile": "groundunit-tank" - }, - "Daimler_AC": { - "name": "Daimler_AC", - "coalition": "", - "era": "", - "label": "Car Daimler Armored", - "shortLabel": "Car Daimler Armored", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tetrarch": { - "name": "Tetrarch", - "coalition": "", - "era": "", - "label": "Tk Tetrach", - "shortLabel": "Tk Tetrach", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "QF_37_AA": { - "name": "QF_37_AA", - "coalition": "", - "era": "", - "label": "AAA QF 3.7\"", - "shortLabel": "AAA QF 3.7\"", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 9000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Allies_Director": { - "name": "Allies_Director", - "coalition": "blue", - "era": "WW2", - "label": "Allies Rangefinder", - "shortLabel": "Allies Rangefinder (DRT)", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "Rangefinder from WW2 for guns", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "DRT", - "markerFile": "groundunit-truck" - }, - "CCKW_353": { - "name": "CCKW_353", - "coalition": "blue", - "era": "WW2", - "label": "GMC 6x6 'Jimmy'", - "shortLabel": "GMC 6x6", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "GMC 6x6 'Jimmy' wheeled truck aka 2 1/2 ton truck.", - "abilities": "Rearm,", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, Rearm", - "markerFile": "groundunit-truck" - }, - "Willys_MB": { - "name": "Willys_MB", - "coalition": "", - "era": "", - "label": "Car Willys Jeep", - "shortLabel": "Car Willys Jeep", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M12_GMC": { - "name": "M12_GMC", - "coalition": "", - "era": "", - "label": "SPH M12 GMC 155mm", - "shortLabel": "SPH M12 GMC 155mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18300, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "M30_CC": { - "name": "M30_CC", - "coalition": "", - "era": "", - "label": "Ammo M30 Cargo Carrier", - "shortLabel": "Ammo M30 Cargo Carrier", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "soldier_wwii_us": { - "name": "soldier_wwii_us", - "coalition": "", - "era": "", - "label": "Infantry M1 Garand", - "shortLabel": "Infantry M1 Garand", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "M10_GMC": { - "name": "M10_GMC", - "coalition": "", - "era": "", - "label": "Self Propelled Gun M10 GMC TD", - "shortLabel": "Self Propelled Gun M10 GMC TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M8_Greyhound": { - "name": "M8_Greyhound", - "coalition": "", - "era": "", - "label": "Scout M8 Greyhound AC", - "shortLabel": "Scout M8 Greyhound AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "M2A1-105": { - "name": "M2A1-105", - "coalition": "", - "era": "", - "label": "FH M2A1 105mm", - "shortLabel": "FH M2A1 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 11500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "M4_Tractor": { - "name": "M4_Tractor", - "coalition": "", - "era": "", - "label": "Tractor M4 High Speed", - "shortLabel": "Tractor M4 High Speed", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M45_Quadmount": { - "name": "M45_Quadmount", - "coalition": "", - "era": "", - "label": "AAA M45 Quadmount HB 12.7mm", - "shortLabel": "AAA M45 Quadmount HB 12.7mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "M1_37mm": { - "name": "M1_37mm", - "coalition": "", - "era": "", - "label": "AAA M1 37mm", - "shortLabel": "AAA M1 37mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5700, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "DR_50Ton_Flat_Wagon": { - "name": "DR_50Ton_Flat_Wagon", - "coalition": "", - "era": "", - "label": "DR 50-ton flat wagon", - "shortLabel": "DR 50-ton flat wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "DRG_Class_86": { - "name": "DRG_Class_86", - "coalition": "", - "era": "", - "label": "DRG Class 86", - "shortLabel": "DRG Class 86", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "German_covered_wagon_G10": { - "name": "German_covered_wagon_G10", - "coalition": "", - "era": "", - "label": "Wagon G10", - "shortLabel": "Wagon G10 (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "German_tank_wagon": { - "name": "German_tank_wagon", - "coalition": "", - "era": "", - "label": "Tank Car", - "shortLabel": "Tank Car (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "SA-18 Igla comm": { - "name": "SA-18 Igla comm", - "coalition": "", - "era": "", - "label": "MANPADS SA-18 Igla \"Grouse\" C2", - "shortLabel": "MANPADS SA-18 Igla \"Grouse\" C2", - "type": "AirDefence", - "enabled": false, - "liveries": {} - }, - "flak30": { - "name": "flak30", - "coalition": "", - "era": "", - "label": "AAA Flak 38 20mm", - "shortLabel": "AAA Flak 38 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak36": { - "name": "flak36", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 36", - "shortLabel": "AAA 8,8cm Flak 36", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak37": { - "name": "flak37", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 37", - "shortLabel": "AAA 8,8cm Flak 37", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak38": { - "name": "flak38", - "coalition": "", - "era": "", - "label": "AAA Flak-Vierling 38 Quad 20mm", - "shortLabel": "AAA Flak-Vierling 38 Quad 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak41": { - "name": "flak41", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 41", - "shortLabel": "AAA 8,8cm Flak 41", - "type": "AAA", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/default/helicopterdatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/default/helicopterdatabase.json deleted file mode 100644 index aa0f442c..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/default/helicopterdatabase.json +++ /dev/null @@ -1,4482 +0,0 @@ -{ - "AH-1W": { - "name": "AH-1W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "AH-1W Cobra", - "shortLabel": "AH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70 WP", - "name": "14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70 WP", - "name": "38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70", - "name": "8xBGM-71, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70 WP", - "name": "8xBGM-71, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70 WP", - "name": "8xBGM-71, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70", - "name": "14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70", - "name": "38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114", - "name": "8xAGM-114", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "28xHYDRA-70", - "name": "28xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70", - "name": "8xAGM-114, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70 WP", - "name": "8xAGM-114, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71", - "name": "8xBGM-71", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70 WP", - "name": "8xAGM-114, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "76xHYDRA-70", - "name": "76xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70", - "name": "8xAGM-114, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70", - "name": "8xBGM-71, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - } - ], - "filename": "ah-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "usa marines": { - "name": "Marines", - "countries": [ - "USA" - ] - }, - "turkey 1": { - "name": "Turkey", - "countries": [ - "TUR" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "ISR", - "USA" - ] - }, - "usa x black": { - "name": "Black", - "countries": [ - "USA" - ] - }, - "turkey 2": { - "name": "Turkey 2", - "countries": [ - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Cobra", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AH-64D_BLK_II": { - "name": "AH-64D_BLK_II", - "coalition": "blue", - "era": "Modern", - "label": "AH-64D Apache", - "shortLabel": "AH64", - "loadouts": [ - { - "items": [ - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal", - "name": "2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "name": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114K", - "name": "4 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114L", - "name": "4 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * M261: M151 (6PD)", - "name": "4 * M261: M151 (6PD)", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ah-64.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "avengers 1-227th arb": { - "name": "A Company, Avengers, 1-227th ARB", - "countries": [ - "USA" - ] - }, - "devils 1-1 arb": { - "name": "A Company, Devils, 1-1 ARB", - "countries": [ - "USA" - ] - }, - "egypt air force": { - "name": "Egyptian Air Force", - "countries": [ - "EGY" - ] - }, - "indonesian army - 11th squadron by dendi wirson": { - "name": "Indonesian Army - 11th Squadron/Serbu by Dendi Wirson", - "countries": "All" - }, - "south carolina national guard - 40332": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40332", - "countries": [ - "USA" - ] - }, - "301 squadron redskins netherlands": { - "name": "301 Squadron Redskins, Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "korea air force": { - "name": "Republic of Korea Army", - "countries": [ - "KOR" - ] - }, - "south carolina national guard - 40331": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40331", - "countries": [ - "USA" - ] - }, - "saudi arabian national guard": { - "name": "Saudi Arabian National Guard", - "countries": [ - "SAU" - ] - }, - "south carolina national guard": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Gray TADS", - "countries": [ - "USA" - ] - }, - "664 squadron 9 regiment uk": { - "name": "664 Squadron 9 Regiment AAC UK", - "countries": [ - "UK" - ] - }, - "uae armed forces - od": { - "name": "UAE Armed Forces - Olive Drab", - "countries": [ - "ARE" - ] - }, - "grim reapers 4-2 arb": { - "name": "B Company, Grim Reapers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "662 squadron 3 regiment zj171 uk": { - "name": "662 Squadron 3 Regiment AAC UK - ZJ171", - "countries": [ - "UK" - ] - }, - "12th combat aviation brigade griffins": { - "name": "12th Combat Aviation Brigade Griffins", - "countries": [ - "USA" - ] - }, - "silver spurs 3-17 cav": { - "name": "A Troop, Silver Spurs, 3-17 CAV", - "countries": [ - "USA" - ] - }, - "qatar qeaf": { - "name": "Qatar Emiri Air Force", - "countries": [ - "QAT" - ] - }, - "south carolina national guard - drab tads": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Drab TADS", - "countries": [ - "USA" - ] - }, - "archangel 4-2 arb": { - "name": "A Company, Archangel, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "killer bees 1-130th arb ncng": { - "name": "B Company, Killer Bees, 1-130th ARB NCNG", - "countries": [ - "USA" - ] - }, - "wolfpack 1-82 arb": { - "name": "Wolfpack, 1-82 ARB", - "countries": [ - "USA" - ] - }, - "gunslingers 2-159th arb": { - "name": "C Company, Gunslingers, 2-159th ARB", - "countries": [ - "USA" - ] - }, - "the air pirates 1-211th arb": { - "name": "A Company, The Air Pirates, 1-211th ARB UTNG", - "countries": [ - "USA" - ] - }, - "25th_combat_aviation_brigade_by_lee1hy": { - "name": "2-6 CAV, 25th Combat Aviation Brigade", - "countries": [ - "USA" - ] - }, - "apache iaf grey": { - "name": "Indian Air Force - Gray", - "countries": [ - "IND" - ] - }, - "jgsdf——1st_combat_helicopter_unit": { - "name": "1st Combat Helicopter Unit, Japanese Ground SDF", - "countries": [ - "JPN" - ] - }, - "slayers 4-2 arb": { - "name": "C Company, Slayers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "iaf 113th hornet squadron": { - "name": "IAF 113th Hornet Squadron", - "countries": [ - "ISR" - ] - }, - "1st attack helicopter battalion greece": { - "name": "1st Attack Helicopter Battalion, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - }, - "1st_bat_greek_pegasus_es1008": { - "name": "Pegasus Display Team - ES1008, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Apache", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Ka-50_3": { - "name": "Ka-50_3", - "coalition": "red", - "era": "Late Cold War", - "label": "Ka-50 Hokum A", - "shortLabel": "Ka50", - "loadouts": [ - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-250, 4xIgla", - "name": "10xS-13, 2xFAB-250, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-500, 4xIgla", - "name": "10xS-13, 2xFAB-500, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 2xFuel, 4xIgla", - "name": "12x9A4172, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-13, 4xIgla", - "name": "12x9A4172, 40xS-13, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8KOM, 4xIgla", - "name": "12x9A4172, 40xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8OFP, 4xIgla", - "name": "12x9A4172, 40xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-20, 4xIgla", - "name": "20xS-20, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKh-25ML, 10xS-13, 4xIgla", - "name": "2xKh-25ML, 10xS-13, 4xIgla", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8OFP, 2xFuel, 4xIgla", - "name": "40xS-8OFP, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xIgla", - "name": "4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23, 4xIgla", - "name": "4xUPK-23, 4xIgla", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8KOM, 4xIgla", - "name": "80xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OFP, 4xIgla", - "name": "80xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OM IL", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OM, 4xIgla", - "name": "80xS-8OM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8TsM, 4xIgla", - "name": "80xS-8TsM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ka-50.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "ka-50_camo_chechnya_ussr": { - "name": "Standart camo n/a 2000-2001 Chechnya", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "default": { - "name": "Standart camo Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_desert_blackshark": { - "name": "Desert camo #018 Zhukovsky 1997 Black Shark", - "countries": [ - "RUS" - ] - }, - "ka-50_standart_black_russianairforce": { - "name": "Standart black Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_black_neutral": { - "name": "Black neutral n/a", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "ka-50_desert_werewolf": { - "name": "Desert camo #018 Zhukovsky 1995 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_blackshark_torzhok": { - "name": "344th Center for Combat Employment Torzhok city Shark 1997", - "countries": [ - "RUS" - ] - }, - "ka-50_black_werewolf": { - "name": "Black #020 Farnborough 1992 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_black_h347_blackshark": { - "name": "Black H347 Le Bourget 1997 Black Shark", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 1 crew attack helicopter. Blackshark", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-24P": { - "name": "Mi-24P", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-24P Hind", - "shortLabel": "Mi24", - "loadouts": [ - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB-13L+4xATGM 9M114", - "name": "2xB-13L+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "name": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "name": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xBombs-500+4xATGM 9M114", - "name": "2xBombs-500+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "name": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 AP30+4xATGM 9M114", - "name": "2xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "name": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "name": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "RBK-500U - 126 x OAB-2.5RT, 500kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "name": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xS-24B+4xATGM 9M114", - "name": "2xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "name": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xBombs-250+4ATGM 9M114", - "name": "4xBombs-250+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xGUV-1 AP30+4xATGM 9M114", - "name": "4xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - }, - { - "name": "Missile Launcher Rack (Empty)", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xPTB-450 Fuel tank", - "name": "4xPTB-450 Fuel tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "name": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "name": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xS-24B+4xATGM 9M114", - "name": "4xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A-24 pod - 32 x S-5KO", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xUB-32A (S-5KO)+4xATGM 9M114", - "name": "4xUB-32A (S-5KO)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "mi-24.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "af torzhok afb": { - "name": "RF Air Force, aerobatics team 'Berkuts'", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "united nations": { - "name": "United Nations ", - "countries": [ - "UN", - "GRG", - "UKR", - "RUS" - ] - }, - "iqaf": { - "name": "Iraqi Army Air Corps", - "countries": [ - "IRQ" - ] - }, - "russian air force": { - "name": "RF Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af 440 ovp": { - "name": "RF Air Force, 440th Helicopter Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "syaaf": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "af syzran afb": { - "name": "RF Air Force, Syzran AFB", - "countries": [ - "SUN", - "RUS" - ] - }, - "af ussr": { - "name": "USSR Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "ukrainian army aviation": { - "name": "Ukrainian Army Aviation", - "countries": [ - "UKR" - ] - }, - "af standard3 old": { - "name": "RF Air Force (weathered) type3", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Hind", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-26": { - "name": "Mi-26", - "coalition": "red", - "era": "Late Cold War", - "label": "Mi-26 Halo", - "shortLabel": "Mi26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "mi-26.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "united nations": { - "name": "United Nations", - "countries": "All" - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "7th separate brigade of aa (kalinov)": { - "name": "7th Separate Brigade of AA (Kalinov)", - "countries": [ - "UKR" - ] - }, - "china flying dragon aviation": { - "name": "China Flying Dragon Aviation", - "countries": [ - "CHN" - ] - }, - "russia_fsb": { - "name": "Russia_FSB", - "countries": [ - "RUS" - ] - }, - "russia_mvd": { - "name": "Russia_MVD", - "countries": [ - "RUS" - ] - }, - "algerian air force sl-22": { - "name": "Algerian AF SL-22 ", - "countries": [ - "DZA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 5 crew transport helicopter. Halo", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-28N": { - "name": "Mi-28N", - "coalition": "red", - "era": "Modern", - "label": "Mi-28N Havoc", - "shortLabel": "M28", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250", - "name": "2xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFuel tank", - "name": "4xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8", - "name": "80xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AP", - "name": "4xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23", - "name": "4xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AT", - "name": "16x9M114, 2xKMGU AT", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-500", - "name": "4xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xFAB-500", - "name": "16x9M114, 2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8", - "name": "40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8 TsM", - "name": "40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AP", - "name": "2xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xUPK-23", - "name": "2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xUPK-23", - "name": "16x9M114, 2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-500", - "name": "2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8", - "name": "16x9M114, 40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114", - "name": "16x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-13", - "name": "20xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AP", - "name": "16x9M114, 2xKMGU AP", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-250", - "name": "4xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AT", - "name": "4xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8 TsM", - "name": "16x9M114, 40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8 TsM", - "name": "80xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AT", - "name": "2xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 1 - } - ], - "enabled": true, - "code": "9x9M114", - "name": "9x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFuel tank", - "name": "2xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13", - "name": "10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250, 16x9M114", - "name": "2xFAB-250, 16x9M114", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 10xS-13", - "name": "16x9M114, 10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - } - ], - "filename": "mi-28.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "aaf sc-12": { - "name": "Algerian AF Desert SC-12", - "countries": [ - "DZA" - ] - }, - "night": { - "name": "Night", - "countries": [ - "RUS" - ] - }, - "aaf sc-11": { - "name": "Algerian AF Desert SC-11", - "countries": [ - "DZA" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-8MT": { - "name": "Mi-8MT", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-8MT Hip", - "shortLabel": "Mi8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4 x B8", - "name": "4 x B8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "name": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK +2 x B8", - "name": "2 x UPK +2 x B8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - }, - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "name": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "6 x FAB-100", - "name": "6 x FAB-100", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x B8 + 2 x UPK-23-250", - "name": "2 x B8 + 2 x UPK-23-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK--23-250", - "name": "2 x UPK--23-250", - "roles": [ - "Strike" - ] - } - ], - "filename": "mi-8.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "russia_mvd_mozdok": { - "name": "RF MVD Mozdok", - "countries": [ - "RUS" - ] - }, - "south ossetia": { - "name": "Fictional RSO", - "countries": [ - "RSO" - ] - }, - "united kingdom": { - "name": "Project curium", - "countries": [ - "UK" - ] - }, - "russia_kazanvz": { - "name": "Civil KazanVZ", - "countries": [ - "RUS" - ] - }, - "germany": { - "name": "Germany ARMY", - "countries": [ - "GER" - ] - }, - "china plaaa camo": { - "name": "PLA Army Aviation Camo", - "countries": [ - "CHN" - ] - }, - "russia_vvs_grey_2": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "algerian af new desert": { - "name": "Algerian AF New Desert", - "countries": [ - "DZA" - ] - }, - "denmark": { - "name": "Fictional Olive", - "countries": [ - "DEN" - ] - }, - "russia_vvs_grey": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "russia_aeroflot": { - "name": "Civil AEROFLOT", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_fsb": { - "name": "RF FSB Standard", - "countries": [ - "RUS" - ] - }, - "china plaaa white": { - "name": "PLA Army Aviation White", - "countries": [ - "CHN" - ] - }, - "ir afagir blue": { - "name": "AFAGIR Blue", - "countries": [ - "IRN" - ] - }, - "usa_afg": { - "name": "438th Air Expeditionary Wing", - "countries": [ - "USA" - ] - }, - "spain": { - "name": "Fictional Spain AF", - "countries": [ - "SPN" - ] - }, - "italy navy": { - "name": "Fictional NAVY", - "countries": [ - "ITA" - ] - }, - "russia_pf_ambulance": { - "name": "Russia Ambulance (PF)", - "countries": [ - "RUS" - ] - }, - "georgia": { - "name": "Georgian Standard", - "countries": [ - "GRG" - ] - }, - "russia_vertolety_russia_2": { - "name": "Civil Vertolety RUSSIA 22880", - "countries": [ - "RUS" - ] - }, - "ukraine": { - "name": "Standard", - "countries": [ - "UKR" - ] - }, - "russia_gazprom": { - "name": "Civil Gazprom Avia", - "countries": [ - "RUS" - ] - }, - "russia_utair": { - "name": "Civil Russia UTair", - "countries": [ - "RUS" - ] - }, - "russia_vvs_ma": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "russia_vvs_standard_2": { - "name": "RF Army Standart", - "countries": [ - "RUS" - ] - }, - "hellenic army aviation": { - "name": "Hellenic Army Aviation (Fictional)", - "countries": [ - "GRC" - ] - }, - "belgium": { - "name": "Fictional Olive", - "countries": [ - "BEL" - ] - }, - "insurgents": { - "name": "Standard", - "countries": [ - "INS" - ] - }, - "ir afagir sand": { - "name": "AFAGIR Sand", - "countries": [ - "IRN" - ] - }, - "ir iranian special police forces": { - "name": "NAJA", - "countries": [ - "IRN" - ] - }, - "russia_lii_gromov ra-25546": { - "name": "Civil Lii Gromov RA-25546", - "countries": [ - "RUS" - ] - }, - "russia_naryan-mar": { - "name": "Civil_Russia Naryan-Mar", - "countries": [ - "RUS" - ] - }, - "algerian af vip": { - "name": "Algerian AF VIP", - "countries": [ - "DZA" - ] - }, - "russia_vvs_standard": { - "name": " RF Army Standard", - "countries": [ - "RUS" - ] - }, - "russia_mvd_standard": { - "name": "RF MVD Standard", - "countries": [ - "RUS" - ] - }, - "israel": { - "name": "Fictional ARMY", - "countries": [ - "ISR" - ] - }, - "china un": { - "name": "PLA Army Aviation United Nations", - "countries": [ - "CHN" - ] - }, - "algerian af green evsan": { - "name": "Algerian AF Green EVSAN", - "countries": [ - "DZA" - ] - }, - "algerian af old desert": { - "name": "Algerian AF Old Desert", - "countries": [ - "DZA" - ] - }, - "italy army": { - "name": "Fictional ARMY", - "countries": [ - "ITA" - ] - }, - "france army": { - "name": "Fictional ARMY", - "countries": [ - "FRA" - ] - }, - "abkhazia": { - "name": "Abkhazia", - "countries": [ - "ABH" - ] - }, - "czech air force dark camo": { - "name": "Czech Air Force ID-9XXX", - "countries": [ - "CZE" - ] - }, - "norway": { - "name": "Fictional NAVY", - "countries": [ - "NOR" - ] - }, - "netherlands navy": { - "name": "Fictional NAVY", - "countries": [ - "NETH" - ] - }, - "russia_un": { - "name": "RF UN", - "countries": [ - "UN", - "RUS" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - Search and Rescue (Fictional)", - "countries": [ - "GRC" - ] - }, - "canada": { - "name": "Canada_Afghanistan", - "countries": [ - "CAN" - ] - }, - "russia_army_weather": { - "name": "Russia Army Weather", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_vertolety_russia": { - "name": "Civil Vertolety RUSSIA", - "countries": [ - "RUS" - ] - }, - "turkey": { - "name": "JANDARMA", - "countries": [ - "TUR" - ] - }, - "france navy": { - "name": "Fictional NAVY", - "countries": [ - "FRA" - ] - }, - "netherlands army": { - "name": "Fictional ARMY", - "countries": [ - "NETH" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "SPN", - "ITA", - "INS", - "CAN", - "FRA", - "NETH", - "NOR", - "GER", - "UK", - "USA", - "ISR", - "TUR", - "AUS" - ] - }, - "australia": { - "name": "Fictional ARMY", - "countries": [ - "AUS" - ] - }, - "bulgarian af": { - "name": "Bulgarian Air Force", - "countries": [ - "BGR" - ] - }, - "russia_police": { - "name": "Civil Russia Police", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Hip", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342L": { - "name": "SA342L", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342L Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "FN HMP400 (400rnds)", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HMP400, IR Deflector, Sand Filter", - "name": "2x HMP400, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "1xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x Mistral, IR Deflector, Sand Filter", - "name": "2x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x Mistral, IR Deflector, Sand Filter", - "name": "4x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "GIAT M621 (240x Combat mix 4x AP 1x HE)", - "quantity": 1 - }, - { - "name": "Telson 8 - 8 x UnGd Rkts, 68 mm SNEB Type 251 H1 HE", - "quantity": 1 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "name": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "fr green armee hri daguet": { - "name": "Armee HRI Daguet", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "lebanon": { - "name": "Lebanon", - "countries": "All" - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "fr green armee hri": { - "name": "Armee HRI", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342M": { - "name": "SA342M", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342M Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "HOT3 x1", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HOT3, IR Deflector, Sand Filter", - "name": "2x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342Mistral": { - "name": "SA342Mistral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342 Mistral Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mistral x 4", - "name": "Mistral x 4", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector", - "name": "Mistral x 4, IR Deflector", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector, Sand Filter", - "name": "Mistral x 4, IR Deflector, Sand Filter", - "roles": [ - "Escort" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SH-60B": { - "name": "SH-60B", - "coalition": "blue", - "era": "Late Cold War", - "label": "SH-60B Seahawk", - "shortLabel": "S60", - "loadouts": [ - { - "items": [ - { - "name": "AGM-119B Penguin ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-119", - "name": "AGM-119", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Antiship Strike", - "Transport" - ], - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "hellenic navy": { - "name": "Hellenic Navy", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Seahawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "UH-1H": { - "name": "UH-1H", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-1H Huey", - "shortLabel": "UH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "M134 - 6 x 7.62mm MiniGun left", - "quantity": 1 - }, - { - "name": "XM158 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "M134 - 6 x 7.62mm MiniGun right", - "quantity": 1 - } - ], - "enabled": true, - "code": "M134 Minigun*2, XM158*2", - "name": "M134 Minigun*2, XM158*2", - "roles": [ - "Strike", - "CAS", - "Transport", - "FAC-A" - ] - } - ], - "filename": "uh-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport" - ], - "liveries": { - "[civilian] nasa": { - "name": "[Civilian] NASA", - "countries": [ - "USA" - ] - }, - "norwegian coast guard (235)": { - "name": "Norwegian Coast Guard (235)", - "countries": [ - "NOR" - ] - }, - "australia royal navy": { - "name": "Royal Australian Navy", - "countries": [ - "AUS" - ] - }, - "australia raaf 171 sqn": { - "name": "RAAF 171 Sqn", - "countries": [ - "AUS" - ] - }, - "spanish un": { - "name": "Spanish UN", - "countries": [ - "UN", - "SPN" - ] - }, - "xw-pfj air america": { - "name": "XW-PFJ Air America", - "countries": [ - "USA" - ] - }, - "rf air force broken": { - "name": "RF Air Force Broken", - "countries": [ - "RUS" - ] - }, - "[civilian] standard": { - "name": "Olive drab", - "countries": [ - "RSO", - "INS", - "BEL", - "ABH", - "NOR", - "UK", - "DEN", - "USA" - ] - }, - "greek army aviation": { - "name": "Greek Army Aviation", - "countries": [ - "GRC" - ] - }, - "greek army aviation medic": { - "name": "Greek Army Aviation Medic", - "countries": [ - "GRC" - ] - }, - "italy marina militare s.n. 80951 7-20": { - "name": "Marina Militare s.n. 80951 7-20", - "countries": [ - "ITA" - ] - }, - "us navy": { - "name": "US NAVY", - "countries": [ - "USA" - ] - }, - "australia raaf 1968": { - "name": "RAAF 1968", - "countries": [ - "AUS" - ] - }, - "ukrainian army": { - "name": "Ukrainian Army", - "countries": [ - "UKR" - ] - }, - "[civilian] vip": { - "name": "[Civilian] VIP", - "countries": [ - "USA" - ] - }, - "usa un": { - "name": "USA UN", - "countries": [ - "USA", - "UN" - ] - }, - "royal netherlands af": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "israel army": { - "name": "Israel Army", - "countries": [ - "ISR" - ] - }, - "[civilian] medical": { - "name": "[Civilian] Medical", - "countries": [ - "USA" - ] - }, - "luftwaffe": { - "name": "Luftwaffe", - "countries": [ - "GER" - ] - }, - "usa red flag": { - "name": "USA Red Flag", - "countries": [ - "USA" - ] - }, - "canadian force": { - "name": "Canadian Force", - "countries": [ - "CAN" - ] - }, - "italy e.i. 4b regg. altair": { - "name": "E.I. 4В° Regg. ALTAIR", - "countries": [ - "ITA" - ] - }, - "georgian af camo": { - "name": "Georgian AF Camo", - "countries": [ - "GRG" - ] - }, - "us army 1972": { - "name": "US ARMY 1972", - "countries": [ - "USA" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "french army": { - "name": "French Army", - "countries": [ - "FRA" - ] - }, - "algerian af bv-32": { - "name": "Algerian AF BV-32", - "countries": [ - "DZA" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - S.A.R.", - "countries": [ - "GRC" - ] - }, - "italy 15b stormo s.a.r -soccorso": { - "name": "15В° Stormo S.A.R -Soccorso", - "countries": [ - "ITA" - ] - }, - "rf air force grey": { - "name": "RF Air Force Grey", - "countries": [ - "RUS" - ] - }, - "spanish army": { - "name": "Spanish Army", - "countries": [ - "SPN" - ] - }, - "norwegian un": { - "name": "Norwegian UN", - "countries": [ - "UN", - "NOR" - ] - }, - "us dos": { - "name": "US DOS", - "countries": [ - "USA" - ] - }, - "army standard": { - "name": "Army Standard", - "countries": [ - "USA" - ] - }, - "us ft. rucker": { - "name": "US Ft. Rucker", - "countries": [ - "USA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew transport helicopter. Huey", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "UH-60A": { - "name": "UH-60A", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-60A Blackhawk", - "shortLabel": "U60", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "israil_un": { - "name": "ISRAIL_UN", - "countries": [ - "ISR", - "UN" - ] - }, - "standard": { - "name": "standard", - "countries": [ - "SPN", - "RSO", - "ITA", - "BEL", - "CAN", - "FRA", - "GRG", - "NETH", - "NOR", - "ABH", - "GER", - "UK", - "USA", - "UKR", - "DEN", - "RUS", - "ISR", - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Blackhawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-24V": { - "name": "Mi-24V", - "coalition": "", - "era": "", - "label": "MI-24V", - "shortLabel": "Mi24", - "type": "Mi_24V", - "enabled": false, - "liveries": {} - }, - "Ka-27": { - "name": "Ka-27", - "coalition": "", - "era": "", - "label": "KA-27", - "shortLabel": "Ka27", - "type": "Ka_27", - "enabled": false, - "liveries": {} - }, - "CH-53E": { - "name": "CH-53E", - "coalition": "", - "era": "", - "label": "CH-53E", - "shortLabel": "CH53", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_53E", - "enabled": true, - "liveries": {} - }, - "CH-47D": { - "name": "CH-47D", - "coalition": "", - "era": "", - "label": "CH-47D Chinook", - "shortLabel": "CH47", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_47D", - "enabled": true, - "liveries": { - "Australia RAAF": { - "name": "RAAF CH-47D", - "countries": [ - "AUS" - ] - }, - "Greek Army": { - "name": "Greek Army", - "countries": [ - "GRC" - ] - }, - "ch-47_green uk": { - "name": "UK", - "countries": [ - "UK" - ] - }, - "ch-47_green spain": { - "name": "Spain", - "countries": [ - "SPN" - ] - }, - "ch-47_green neth": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - } - } - }, - "SH-3W": { - "name": "SH-3W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SH-3W Sea King", - "shortLabel": "SH3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "SH_3W", - "enabled": true, - "liveries": {}, - "description": "2 engine, 2 crew scout helicopter. SH-3 Sea King." - }, - "AH-64A": { - "name": "AH-64A", - "coalition": "", - "era": "", - "label": "AH-64A", - "shortLabel": "AH64", - "type": "AH_64A", - "enabled": false, - "liveries": {} - }, - "AH-64D": { - "name": "AH-64D", - "coalition": "", - "era": "", - "label": "AH-64D", - "shortLabel": "AH64", - "type": "AH_64D", - "enabled": false, - "liveries": {} - }, - "OH-58D": { - "name": "OH-58D", - "coalition": "", - "era": "", - "label": "OH-58D", - "shortLabel": "OH58", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "OH_58D", - "enabled": true, - "liveries": {} - }, - "Ka-50": { - "name": "Ka-50", - "coalition": "", - "era": "", - "label": "KA-50", - "shortLabel": "Ka50", - "type": "Ka_50", - "enabled": false, - "liveries": {} - }, - "SA342Minigun": { - "name": "SA342Minigun", - "coalition": "", - "era": "", - "label": "SA342 Minigun Gazelle", - "shortLabel": "342", - "type": "SA342Minigun", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/default/navyunitdatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/default/navyunitdatabase.json deleted file mode 100644 index 0c90d0ad..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/default/navyunitdatabase.json +++ /dev/null @@ -1,1748 +0,0 @@ -{ - "CVN_71": { - "name": "CVN_71", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-71 Theodore Roosevelt", - "shortLabel": "CVN-71", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_72": { - "name": "CVN_72", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-72 Abraham Lincoln", - "shortLabel": "CVN-72", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_73": { - "name": "CVN_73", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-73 George Washington", - "shortLabel": "CVN-73", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_75": { - "name": "CVN_75", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-75 Harry S. Truman", - "shortLabel": "CVN-75", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CV_1143_5": { - "name": "CV_1143_5", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Modern", - "label": "Admiral Kuznetsov (2017)", - "shortLabel": "Admiral Kuznetsov", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "Admiral Kuznetsov. Conventional STOBAR carrier", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CastleClass_01": { - "name": "CastleClass_01", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Leeds Castle (P-258)", - "shortLabel": "HMS Leeds Castle (P-258)", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "dumbarton": { - "name": "Dumbarton", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 3000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "HandyWind": { - "name": "HandyWind", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Bulker Handy Wind", - "shortLabel": "Bulker Handy Wind", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "noname": { - "name": "NoName", - "countries": "All" - }, - "handy_wind": { - "name": "Handy Wind", - "countries": "All" - }, - "baltic_cove": { - "name": "Baltic Cove", - "countries": "All" - }, - "baltic_wind": { - "name": "Baltic Wind", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HarborTug": { - "name": "HarborTug", - "coalition": "", - "type": "Cargo/Transport", - "era": "Mid Cold War", - "label": "Harbor Tug", - "shortLabel": "Harbor Tug", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "harbor tug blue": { - "name": "Harbor Tug Blue", - "countries": "All" - }, - "harbor tug red": { - "name": "Harbor Tug Red", - "countries": "All" - }, - "harbor tug black": { - "name": "Harbor Tug Black", - "countries": "All" - }, - "harbor tug green": { - "name": "Harbor Tug Green", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LHA_Tarawa": { - "name": "LHA_Tarawa", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "LHA-1 Tarawa", - "shortLabel": "LHA-1 Tarawa", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 20000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "La_Combattante_II": { - "name": "La_Combattante_II", - "coalition": "blue", - "type": "Fast Attack Craft", - "era": "Mid Cold War", - "label": "FAC La Combattante lla", - "shortLabel": "FAC La Combattante", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "irn_217": { - "name": "217", - "countries": [ - "IRN" - ] - }, - "syr_35": { - "name": "35", - "countries": [ - "SYR" - ] - }, - "lib_521": { - "name": "521", - "countries": [ - "LIB" - ] - }, - "grg_dioskuria": { - "name": "Dioskuria", - "countries": [ - "GRG" - ] - }, - "grc_p77_plotarchis sakipis": { - "name": "Plotarchis_Sakipis", - "countries": [ - "GRC" - ] - }, - "grc_p72_ypoploiarchos votsis": { - "name": "Ypoploiarchos_Votsis", - "countries": [ - "GRC" - ] - }, - "egp_601": { - "name": "601", - "countries": [ - "EGP" - ] - }, - "irn_215": { - "name": "215", - "countries": [ - "IRN" - ] - }, - "ger_s50_panther": { - "name": "S50_Panther", - "countries": [ - "GER" - ] - }, - "lib_520": { - "name": "520", - "countries": [ - "LIB" - ] - }, - "grc_p73_antiploiarchos pezopoulos": { - "name": "Antiploiarchos_Pezopoulos", - "countries": [ - "GRC" - ] - }, - "ger_s54_elster": { - "name": "S54_Elster", - "countries": [ - "GER" - ] - }, - "ger_s58_pinguin": { - "name": "S58_Pinguin", - "countries": [ - "GER" - ] - }, - "grc_p74_plotarchis vlachavas": { - "name": "Plotarchis_Vlachavas", - "countries": [ - "GRC" - ] - }, - "ger_s52_storch": { - "name": "S52_Storch", - "countries": [ - "GER" - ] - }, - "ger_s57_weihe": { - "name": "S57_Weihe", - "countries": [ - "GER" - ] - }, - "egp_604": { - "name": "604", - "countries": [ - "EGP" - ] - }, - "ger_s53_pelikan": { - "name": "S53_Pelikan", - "countries": [ - "GER" - ] - }, - "lib_522": { - "name": "522", - "countries": [ - "LIB" - ] - }, - "ger_s56_dommel": { - "name": "S56_Dommel", - "countries": [ - "GER" - ] - }, - "irn_216": { - "name": "216", - "countries": [ - "IRN" - ] - }, - "ger_s59_reiher": { - "name": "S59_Reiher", - "countries": [ - "GER" - ] - }, - "lib_519": { - "name": "519", - "countries": [ - "LIB" - ] - }, - "syr_34": { - "name": "34", - "countries": [ - "SYR" - ] - }, - "irn_218": { - "name": "218", - "countries": [ - "IRN" - ] - }, - "grc_p76_ypoploiarchos tournas": { - "name": "Ypoploiarchos_Tournas", - "countries": [ - "GRC" - ] - }, - "grc_p75_plotarchis maridakis": { - "name": "Plotarchis_Maridakis", - "countries": [ - "GRC" - ] - }, - "ger_s55_alk": { - "name": "S55_Alk", - "countries": [ - "GER" - ] - }, - "grg_305": { - "name": "305", - "countries": [ - "GRG" - ] - }, - "egp_602": { - "name": "602", - "countries": [ - "EGP" - ] - }, - "irn_212": { - "name": "212", - "countries": [ - "IRN" - ] - }, - "grg_304": { - "name": "304", - "countries": [ - "GRG" - ] - }, - "irn_214": { - "name": "214", - "countries": [ - "IRN" - ] - }, - "irn_219": { - "name": "219", - "countries": [ - "IRN" - ] - }, - "syr_36": { - "name": "36", - "countries": [ - "SYR" - ] - }, - "lib_518": { - "name": "518", - "countries": [ - "LIB" - ] - }, - "egp_605": { - "name": "605", - "countries": [ - "EGP" - ] - }, - "ger_s51_haher": { - "name": "S51_Haher", - "countries": [ - "GER" - ] - }, - "egp_603": { - "name": "603", - "countries": [ - "EGP" - ] - } - }, - "acquisitionRange": 19000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Seawise_Giant": { - "name": "Seawise_Giant", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Seawise Giant (Tanker)", - "shortLabel": "Seawise Giant", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Ship_Tilde_Supply": { - "name": "Ship_Tilde_Supply", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Supply Ship MV Tilde", - "shortLabel": "Supply Ship Tilde", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stennis": { - "name": "Stennis", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-74 John C. Stennis", - "shortLabel": "CVN-74", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "TICONDEROG": { - "name": "TICONDEROG", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Ticonderoga Class (Cruiser)", - "shortLabel": "Ticonderoga", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "vellagulf": { - "name": "USS Vella Gulf CG-72", - "countries": [ - "USA" - ] - }, - "huecity": { - "name": "USS Hue City CG-66", - "countries": [ - "USA" - ] - }, - "capestgeorge": { - "name": "USS Cape St. George CG-71", - "countries": [ - "USA" - ] - }, - "lakeerie": { - "name": "USS Lake Erie CG-70", - "countries": [ - "USA" - ] - }, - "chosin": { - "name": "USS Chosin CG-65", - "countries": [ - "USA" - ] - }, - "normandy": { - "name": "USS Normandy CG-60", - "countries": [ - "USA" - ] - }, - "portroyal": { - "name": "USS Port Royal CG-73", - "countries": [ - "USA" - ] - }, - "shiloh": { - "name": "USS Shiloh CG-67", - "countries": [ - "USA" - ] - }, - "viksburg": { - "name": "USS Viksburg CG-69", - "countries": [ - "USA" - ] - }, - "anzio": { - "name": "USS Anzio CG-68", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052B": { - "name": "Type_052B", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52B Guangzhou", - "shortLabel": "Type 52B", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "general": { - "name": "General", - "countries": "All" - }, - "ddg-169": { - "name": "DDG-169 Wuhan", - "countries": [ - "CHN" - ] - }, - "ddg-168": { - "name": "DDG-168 Guangzhou", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 100000, - "engagementRange": 30000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052C": { - "name": "Type_052C", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52C Haikou (Destroyer)", - "shortLabel": "Type 52C", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "ddg-171": { - "name": "DDG-171 Haikou", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ddg-151": { - "name": "DDG-151 Zhengzhou", - "countries": [ - "CHN" - ] - }, - "ddg-170": { - "name": "DDG-170 Lanzhou", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "DDG-150 Changchun", - "countries": [ - "CHN" - ] - }, - "ddg-152": { - "name": "DDG-152 Jinan", - "countries": [ - "CHN" - ] - }, - "ddg-153": { - "name": "DDG-153 Xi'an", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 260000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_054A": { - "name": "Type_054A", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 54A Yantai (Frigate)", - "shortLabel": "Type 54A", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ffg-573": { - "name": "FFG-573 Liuzhou", - "countries": [ - "CHN" - ] - }, - "ffg-578": { - "name": "FFG-578 Yangzhou", - "countries": [ - "CHN" - ] - }, - "ffg-531": { - "name": "FFG-531 Xiangtan", - "countries": [ - "CHN" - ] - }, - "ffg-550": { - "name": "FFG-550 Weifang", - "countries": [ - "CHN" - ] - }, - "ffg-536": { - "name": "FFG-536 Xuchang", - "countries": [ - "CHN" - ] - }, - "ffg-549": { - "name": "FFG-549 Changzhou", - "countries": [ - "CHN" - ] - }, - "ffg-574": { - "name": "FFG-574 Sanya", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "FFG-515 Binzhou", - "countries": [ - "CHN" - ] - }, - "ffg-576": { - "name": "FFG-576 Daqing", - "countries": [ - "CHN" - ] - }, - "ffg-599": { - "name": "FFG-599 Anyang", - "countries": [ - "CHN" - ] - }, - "ffg-547": { - "name": "FFG-547 Linyi", - "countries": [ - "CHN" - ] - }, - "ffg-571": { - "name": "FFG-571 Yuncheng", - "countries": [ - "CHN" - ] - }, - "ffg-546": { - "name": "FFG-546 Yancheng", - "countries": [ - "CHN" - ] - }, - "ffg-579": { - "name": "FFG-579 Handan", - "countries": [ - "CHN" - ] - }, - "ffg-532": { - "name": "FFG-532 Jingzhou", - "countries": [ - "CHN" - ] - }, - "ffg-569": { - "name": "FFG-569 Yulin", - "countries": [ - "CHN" - ] - }, - "ffg-538": { - "name": "FFG-538 Yantai", - "countries": [ - "CHN" - ] - }, - "ffg-577": { - "name": "FFG-577 Huanggang", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ffg-572": { - "name": "FFG-572 Hengshui", - "countries": [ - "CHN" - ] - }, - "ffg-539": { - "name": "FFG-539 Wuhu", - "countries": [ - "CHN" - ] - }, - "ffg-548": { - "name": "FFG-548 Yiyang", - "countries": [ - "CHN" - ] - }, - "ffg-575": { - "name": "FFG-575 Yueyang", - "countries": [ - "CHN" - ] - }, - "ffg-598": { - "name": "FFG-598 Rizhao", - "countries": [ - "CHN" - ] - }, - "ffg-500": { - "name": "FFG-500 Xianning", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 160000, - "engagementRange": 45000, - "tags": "", - "description": "", - "abilities": "35nm >50,000ft range" - }, - "Type_071": { - "name": "Type_071", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Type 071 (Transport dock)", - "shortLabel": "Type 071", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "lpd-978": { - "name": "978 Wuzhi Shan", - "countries": [ - "CHN" - ] - }, - "lpd-989": { - "name": "989 Changbai Shan", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "998 Kunlun Shan", - "countries": [ - "CHN" - ] - }, - "lpd-999": { - "name": "999 Jinggang Shan", - "countries": [ - "CHN" - ] - }, - "lpd-988": { - "name": "988 Yimeng Shan", - "countries": [ - "CHN" - ] - }, - "lpd-980": { - "name": "980 Longhu Shan", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 300000, - "engagementRange": 150000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_093": { - "name": "Type_093", - "coalition": "red", - "type": "Submarine", - "era": "Modern", - "label": "Type 093 (Shang)", - "shortLabel": "Type 093", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "periscope_state_1": { - "name": "Periscope State 1", - "countries": "All" - } - }, - "acquisitionRange": 40000, - "engagementRange": 40000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Arleigh_Burke_IIa": { - "name": "USS_Arleigh_Burke_IIa", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Arleigh Burke Class (Destroyer)", - "shortLabel": "Arleigh Burke Class (Destroyer)", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ddg-107_uss_gravely": { - "name": "DDG-107 USS Gravely", - "countries": [ - "USA" - ] - }, - "ddg-112_uss_michael_murphy": { - "name": "DDG-112 USS Michael Murphy", - "countries": [ - "USA" - ] - }, - "ddg-101_uss_gridley": { - "name": "DDG-101 USS Gridley", - "countries": [ - "USA" - ] - }, - "ddg-106_uss_stockdale": { - "name": "DDG-106 USS Stockdale", - "countries": [ - "USA" - ] - }, - "ddg-115_uss_rafael_peralta": { - "name": "DDG-115 USS Rafael Peralta", - "countries": [ - "USA" - ] - }, - "ddg-114_uss_ralph_johnson": { - "name": "DDG-114 USS Ralph Johnson", - "countries": [ - "USA" - ] - }, - "ddg-116_uss_thomas_hudner": { - "name": "DDG-116 USS Thomas Hudner", - "countries": [ - "USA" - ] - }, - "ddg-113_uss_john_finn": { - "name": "DDG-113 USS John Finn", - "countries": [ - "USA" - ] - }, - "ddg-108_uss_wayne_e.meyer": { - "name": "DDG-108 USS Wayne E. Meyer", - "countries": [ - "USA" - ] - }, - "ddg-110_uss_william_p.lawrence": { - "name": "DDG-110 USS William P. Lawrence", - "countries": [ - "USA" - ] - }, - "ddg-103_uss_truxtun": { - "name": "DDG-103 USS Truxtun", - "countries": [ - "USA" - ] - }, - "ddg-109_uss_jason_dunham": { - "name": "DDG-109 USS Jason Dunham", - "countries": [ - "USA" - ] - }, - "ddg-105_uss_dewey": { - "name": "DDG-105 USS Dewey", - "countries": [ - "USA" - ] - }, - "ddg-104_uss_sterett": { - "name": "DDG-104 USS Sterett", - "countries": [ - "USA" - ] - }, - "ddg-102_uss_sampson": { - "name": "DDG-102 USS Sampson", - "countries": [ - "USA" - ] - }, - "ddg-111_uss_spruance": { - "name": "DDG-111 USS Spruance", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "abilities": "", - "tags": "", - "description": "", - "canTargetPoint": true, - "canRearm": false - }, - "ara_vdm": { - "name": "ara_vdm", - "coalition": "", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "ARA Vienticinco de Mayo", - "shortLabel": "ARA Vienticinco de Mayo", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 18000, - "engagementRange": 5000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "hms_invincible": { - "name": "hms_invincible", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "HMS Invincible", - "shortLabel": "HMS Invincible", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 100000, - "engagementRange": 74000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-achilles": { - "name": "leander-gun-achilles", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Achilles (F12)", - "shortLabel": "HMS Achilles", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 8000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-andromeda": { - "name": "leander-gun-andromeda", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Andromeda (F57)", - "shortLabel": "HMS Andromeda", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-ariadne": { - "name": "leander-gun-ariadne", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Ariadne (F72)", - "shortLabel": "HMS Ariadne", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-condell": { - "name": "leander-gun-condell", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Almirante Condell PFG-06", - "shortLabel": "Almirante Condell", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-lynch": { - "name": "leander-gun-lynch", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "CNS Almirante Lynch (PFG-07)", - "shortLabel": "CNS Almirante Lynch", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "santafe": { - "name": "santafe", - "coalition": "", - "type": "Submarine", - "era": "WW2", - "label": "ARA Santa Fe S-21", - "shortLabel": "ARA Santa", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "speedboat": { - "name": "speedboat", - "coalition": "", - "era": "", - "label": "Boat Armed Hi-speed", - "shortLabel": "Boat Armed Hi-speed", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "PERRY": { - "name": "PERRY", - "coalition": "blue", - "type": "Combatants", - "era": "Mid Cold War", - "label": "Oliver H. Perry", - "shortLabel": "Oliver H. Perry", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "gary": { - "name": "USS Gary FFG-51", - "countries": "All" - }, - "carr": { - "name": "USS Carr FFG-52", - "countries": "All" - }, - "reubenjames": { - "name": "USS Reuben James FFG-57", - "countries": "All" - }, - "hawes": { - "name": "USS Hawes FFG-53", - "countries": "All" - }, - "ford": { - "name": "USS Ford FFG-54", - "countries": "All" - }, - "elrod": { - "name": "USS Elrod FFG-55", - "countries": "All" - }, - "vandergrift": { - "name": "USS Vandergrift FFG-48", - "countries": "All" - }, - "rentz": { - "name": "USS Rentz FFG-46", - "countries": "All" - }, - "nicholas": { - "name": "USS Nicholas FFG-47", - "countries": "All" - }, - "kauffman": { - "name": "USS Kauffman FFG-59", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ALBATROS": { - "name": "ALBATROS", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Albatros (Grisha-5)", - "shortLabel": "Albatros", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "141": { - "name": "141", - "countries": "All" - }, - "142": { - "name": "142", - "countries": "All" - }, - "143": { - "name": "143", - "countries": "All" - }, - "144": { - "name": "144", - "countries": "All" - }, - "145": { - "name": "145", - "countries": "All" - }, - "146": { - "name": "146", - "countries": "All" - }, - "147": { - "name": "147", - "countries": "All" - }, - "148": { - "name": "148", - "countries": "All" - }, - "149": { - "name": "149", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KUZNECOW": { - "name": "KUZNECOW", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "Admiral Kuznetsov", - "shortLabel": "AK", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOLNIYA": { - "name": "MOLNIYA", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Molniya (Tarantul-3)", - "shortLabel": "Molniya", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 21000, - "engagementRange": 2000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOSCOW": { - "name": "MOSCOW", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Moscow", - "shortLabel": "Moscow", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "default": { - "name": "default", - "countries": "All" - }, - "cow1": { - "name": "cow1", - "countries": "All" - }, - "cow3": { - "name": "cow3", - "countries": "All" - }, - "cow2": { - "name": "cow2", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 75000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NEUSTRASH": { - "name": "NEUSTRASH", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Neustrashimy", - "shortLabel": "Neustrashimy", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 27000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "PIOTR": { - "name": "PIOTR", - "coalition": "red", - "era": "Late Cold War", - "label": "Pyotr Velikiy (Battlecruiser)", - "shortLabel": "Pyotr Velikiy", - "type": "Combatants", - "enabled": true, - "liveries": {}, - "acquisitionRange": 250000, - "engagementRange": 190000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "REZKY": { - "name": "REZKY", - "coalition": "red", - "type": "Combatants", - "era": "WW2", - "label": "Rezky (Krivak-2)", - "shortLabel": "Rezky", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ELNYA": { - "name": "ELNYA", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Elnya tanker", - "shortLabel": "Elnya tanker", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-2": { - "name": "Dry-cargo ship-2", - "coalition": "", - "era": "", - "label": "Cargo Ivanov", - "shortLabel": "Cargo Ivanov", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-1": { - "name": "Dry-cargo ship-1", - "coalition": "", - "era": "", - "label": "Bulker Yakushev", - "shortLabel": "Bulker Yakushev", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZWEZDNY": { - "name": "ZWEZDNY", - "coalition": "", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Zwezdny", - "shortLabel": "Zwezdny", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KILO": { - "name": "KILO", - "coalition": "red", - "type": "Submarine", - "era": "Mid Cold War", - "label": "Project 636 Varshavyanka Basic", - "shortLabel": "Varshavyanka Basic", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "IMPROVED_KILO": { - "name": "IMPROVED_KILO", - "coalition": "red", - "era": "", - "label": "SSK 636 Improved Kilo", - "shortLabel": "Kilo", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SOM": { - "name": "SOM", - "coalition": "", - "era": "", - "label": "SSK 641B Tango", - "shortLabel": "Tango", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Forrestal": { - "name": "Forrestal", - "coalition": "blue", - "era": "Early Cold War", - "label": "CV-59 Forrestal", - "shortLabel": "CV-59 Forrestal", - "type": "Aircraft Carrier", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LST_Mk2": { - "name": "LST_Mk2", - "coalition": "blue", - "era": "WW2", - "label": "LST Mk.II", - "shortLabel": "LST Mk.II", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Samuel_Chase": { - "name": "USS_Samuel_Chase", - "coalition": "blue", - "era": "WW2", - "label": "LS Samuel Chase", - "shortLabel": "LS Samuel Chase", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 7000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Higgins_boat": { - "name": "Higgins_boat", - "coalition": "blue", - "era": "WW2", - "label": "Boat LCVP Higgins", - "shortLabel": "Boat LCVP Higgins", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Uboat_VIIC": { - "name": "Uboat_VIIC", - "coalition": "red", - "era": "WW2", - "label": "U-boat VIIC", - "shortLabel": "U-boat", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Schnellboot_type_S130": { - "name": "Schnellboot_type_S130", - "coalition": "red", - "era": "WW2", - "label": "Boat Schnellboot type S130", - "shortLabel": "Boat Schnellboot type S130", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "BDK-775": { - "name": "BDK-775", - "coalition": "", - "era": "Late Cold War", - "label": "LS Ropucha", - "shortLabel": "LS Ropucha", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {} - }, - "VINSON": { - "name": "VINSON", - "coalition": "", - "era": "", - "label": "Do not enable - CVN-70 Carl Vinson - Very legacy, invisible unit ", - "shortLabel": "CVN-70 Carl Vinson", - "type": "Bugged", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/groundunitdatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/groundunitdatabase.json deleted file mode 100644 index 7082996f..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/groundunitdatabase.json +++ /dev/null @@ -1,10359 +0,0 @@ -{ - "1L13 EWR": { - "name": "1L13 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Box Spring 1L13 EWR", - "shortLabel": "Box spring", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 300000, - "engagementRange": 0, - "description": "Box Spring 1L13 early warning radar built on the back of a trailer", - "abilities": "EWR, Radar, Fixed", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "2B11 mortar": { - "name": "2B11 mortar", - "coalition": "red", - "era": "Late Cold War", - "label": "2B11 mortar", - "shortLabel": "2B11 mortar", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 7000, - "engagementRange": 7000, - "description": "120mm mortar. Fixed. 30m min range, 7km max.", - "abilities": "Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 325, - "aimTime": 300, - "shotsToFire": 2, - "markerFile": "groundunit-artillery", - "tags": "120mm", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "2S6 Tunguska": { - "name": "2S6 Tunguska", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-19 Tunguska", - "shortLabel": "19", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 18000, - "engagementRange": 8000, - "description": "SA-19 Tunguska 2K22 optical SAM. Tracked radar 30 mm AAA gun with optically guided (SACLOS) missiles. Range/alt max: 8km, 14,000 ft.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 10, - "cost": null, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "", - "canAAA": true - }, - "55G6 EWR": { - "name": "55G6 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Tall Rack 55G6 EWR", - "shortLabel": "Tall Rack", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "Tall rack 55G6 early warning radar built on the back of a trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "5p73 s-125 ln": { - "name": "5p73 s-125 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Launcher", - "shortLabel": "5p73 s-125 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 18000, - "description": "4 SA-3 missiles on a static emplacement. Requires grouping with SA-3 components", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-3 SAM Battery" - }, - "AAV7": { - "name": "AAV7", - "coalition": "blue", - "era": "Late Cold War", - "label": "AAV7", - "shortLabel": "AAV7", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "Amphibious assault vehicle 7. Tracked. Turret mounted 12.7mm machine gun and 40mm grenade launcher.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 10, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "ATMZ-5": { - "name": "ATMZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATMZ-5", - "shortLabel": "ATMZ-5 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, CA", - "markerFile": "groundunit-truck" - }, - "ATZ-10": { - "name": "ATZ-10", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-10", - "shortLabel": "ATZ-10 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "BMD-1": { - "name": "BMD-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMD-1", - "shortLabel": "BMD-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - camo": { - "name": "IRAN - camo", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMD-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-1": { - "name": "BMP-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMP-1", - "shortLabel": "BMP-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - } - }, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-2": { - "name": "BMP-2", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-2", - "shortLabel": "BMP-2", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 950, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 30 mm gun, AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "indirectFire": false, - "canAAA": true - }, - "BMP-3": { - "name": "BMP-3", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-3", - "shortLabel": "BMP-3", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 100 mm gun. 30 mm gun, AT-10 Stabber wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.3, - "muzzleVelocity": 1080, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BRDM-2": { - "name": "BRDM-2", - "coalition": "red", - "era": "Mid Cold War", - "label": "BRDM-2", - "shortLabel": "BRDM-2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "BRDM-2 light armour tactical vehicle. Wheeled. Amphibious. 14.5 mm gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1005, - "barrelHeight": 2.25, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4 - }, - "BTR-80": { - "name": "BTR-80", - "coalition": "red", - "era": "Late Cold War", - "label": "BTR-80", - "shortLabel": "BTR-80", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "light green autumn": { - "name": "Light Green Autumn", - "countries": "All" - }, - "military police autumn": { - "name": "Military Police Autumn", - "countries": "All" - }, - "light green winter": { - "name": "Light Green Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "military police winter": { - "name": "Military Police Winter", - "countries": "All" - }, - "military police spring": { - "name": "Military Police Spring", - "countries": "All" - }, - "light green spring": { - "name": "Light Green Spring", - "countries": "All" - }, - "green autumn": { - "name": "Green_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "green winter": { - "name": "Green_Winter", - "countries": "All" - }, - "military police summer": { - "name": "Military Police Summer", - "countries": "All" - }, - "light green summer": { - "name": "Light_Green_Summer", - "countries": "All" - }, - "green spring": { - "name": "Green_Spring", - "countries": "All" - }, - "green summer": { - "name": "Green_Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "BTR 80 APC. Wheeled. Amphibious. 14.5 mm gun and 7.62 mm coax.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "BTR_D": { - "name": "BTR_D", - "coalition": "red", - "era": "Mid Cold War", - "label": "BTR_D", - "shortLabel": "BTR_D", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "BTR_D. Tracked. Amphibious. AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "Bunker": { - "name": "Bunker", - "coalition": "", - "era": "", - "label": "Bunker", - "shortLabel": "Bunker", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "Concrete bunker. Structure. Fixed Position. Light machine guns.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Challenger2": { - "name": "Challenger2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Challenger 2", - "shortLabel": "Challenger 2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1050, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 6, - "targetingRange": 100, - "aimMethodRange": 3500, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5 - }, - "Cobra": { - "name": "Cobra", - "coalition": "blue", - "era": "Modern", - "label": "Otokar Cobra", - "shortLabel": "Cobra", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Armoured car, MRAP. Wheeled. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Dog Ear radar": { - "name": "Dog Ear radar", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-13 Dog Ear", - "shortLabel": "Dog Ear", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "9S80-1 Sborka. Tracked. Fire control Radar that can integrate with missile and gun systems.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Search Radar", - "markerFile": "groundunit-sam-radar" - }, - "GAZ-3307": { - "name": "GAZ-3307", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3307", - "shortLabel": "GAZ-3307", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian truck. Wheeled. Single axle", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "GAZ-3308": { - "name": "GAZ-3308", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3308", - "shortLabel": "GAZ-3308", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Canvas covered cargo bay", - "abilities": "Rearm", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "GAZ-66": { - "name": "GAZ-66", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-66", - "shortLabel": "GAZ-66", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Open cargo bay", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Gepard": { - "name": "Gepard", - "coalition": "blue", - "era": "Late Cold War", - "label": "Gepard", - "shortLabel": "Gepard", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 2.35, - "muzzleVelocity": 1440, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "Gepard. Tracked. 35mm radar detection and guided guns.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 8, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "targetingRange": 300, - "aimMethodRange": 6000, - "shotsBaseInterval": 15, - "alertnessTimeConstant": 15 - }, - "Grad-URAL": { - "name": "Grad-URAL", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-21 Grad", - "shortLabel": "Grad", - "filename": "", - "type": "Artillery", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 19000, - "description": "BM-21 Grad Wheeled. Multiple launch rocket system, 122mm rockets. 5 km min range, 18 km max.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "tags": "122 mm, MLRS", - "indirectFire": true, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "aimTime": 120 - }, - "HEMTT TFFT": { - "name": "HEMTT TFFT", - "coalition": "blue", - "era": "Late Cold War", - "label": "HEMTT TFFT", - "shortLabel": "HEMTT TFFT", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military Fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Hawk SAM Battery": { - "name": "Hawk SAM Battery", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Hawk SAM Battery", - "shortLabel": "Hk", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 90000, - "engagementRange": 45000, - "description": "Hawk radar SAM site MIM-23. Range/alt max: 40 km, 60,000 ft. Min: 2km. HAWK stands for 'Homing all the way killer'.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Hk" - }, - "Hawk cwar": { - "name": "Hawk cwar", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Continous Wave Acquisition Radar", - "shortLabel": "Hawk cwar", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "Hawk site Aquisition Radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hawk ln": { - "name": "Hawk ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Launcher", - "shortLabel": "Hawk ln", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 45000, - "description": "Hawk site missile laucher. 3 missiles. Needs rest of site to fuction", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Hawk SAM Battery" - }, - "Hawk pcp": { - "name": "Hawk pcp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Platoon Command Post", - "shortLabel": "Hawk pcp", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Hawk site command post. Medium sized trailer.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Hawk sr": { - "name": "Hawk sr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Search Radar", - "shortLabel": "Hawk sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site search Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam-radar" - }, - "Hawk tr": { - "name": "Hawk tr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Track Radar", - "shortLabel": "Hawk tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site track Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hummer": { - "name": "Hummer", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV Unarmed", - "shortLabel": "HMMWV", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "M-1025 HMMWV (Humvee). Wheeled. Unarmed.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA, Unarmed", - "markerFile": "groundunit-tactical" - }, - "IKARUS Bus": { - "name": "IKARUS Bus", - "coalition": "red", - "era": "Mid Cold War", - "label": "IKARUS Bus", - "shortLabel": "IKARUS Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian Bus. Yellow. Bendy bus", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Igla manpad INS": { - "name": "Igla manpad INS", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "SA-18 Igla 9K38 IR MANPADS. Range/alt max: 5 km, 12,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Infantry AK": { - "name": "Infantry AK", - "coalition": "red", - "era": "Mid Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "muzzleVelocity": 900, - "barrelHeight": 0.9, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 1", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "KAMAZ Truck": { - "name": "KAMAZ Truck", - "coalition": "red", - "era": "Mid Cold War", - "label": "KAMAZ Truck", - "shortLabel": "KAMAZ Truck", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck, 2 axle, wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Kub 1S91 str": { - "name": "Kub 1S91 str", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 Straight flush", - "shortLabel": "Kub 1S91 str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "SA-6/Kub search and track Radar, tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Kub 2P25 ln": { - "name": "Kub 2P25 ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-6 Launcher", - "shortLabel": "Kub 2P25 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 25000, - "description": "SA-6/Kub launcher. 3 missiles. Tracked. Needs rest of site to function", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-6 SAM Battery" - }, - "LAV-25": { - "name": "LAV-25", - "coalition": "blue", - "era": "Late Cold War", - "label": "LAV-25 IFV", - "shortLabel": "LAV-25", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "aus_winter": { - "name": "AUS_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "aus_summer": { - "name": "AUS_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "sand": { - "name": "sand", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "LAV-25 Infantry fighter vehicle. Wheeled. Amphibious. 25 mm gun , 2 x 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.28, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "LAZ Bus": { - "name": "LAZ Bus", - "coalition": "red", - "era": "Early Cold War", - "label": "LAZ Bus", - "shortLabel": "LAZ Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian bus. Single Axle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Leclerc": { - "name": "Leclerc", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leclerc", - "shortLabel": "Leclerc", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 1.6, - "shotsBaseInterval": 5, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3 - }, - "Leopard-2": { - "name": "Leopard-2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2", - "shortLabel": "Leopard-2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "can_spring": { - "name": "CAN_spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "spn_summer": { - "name": "SPN_Summer", - "countries": "All" - }, - "de_desert_winter": { - "name": "winter", - "countries": "All" - }, - "de_desert_spring": { - "name": "spring", - "countries": "All" - }, - "de_summer": { - "name": "summer", - "countries": "All" - }, - "den_autumn": { - "name": "DEN_autumn", - "countries": "All" - }, - "den_spring": { - "name": "DEN_spring", - "countries": "All" - }, - "de_winter": { - "name": "winter", - "countries": "All" - }, - "neth_summer": { - "name": "NETH_summer", - "countries": "All" - }, - "de_autumn": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "de_desert_summer": { - "name": "DE_Desert_summer", - "countries": "All" - }, - "desert_summer": { - "name": "Desert_summer", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "den_summer": { - "name": "DEN_summer", - "countries": "All" - }, - "desert_autumn": { - "name": "Desert_autumn", - "countries": "All" - }, - "de_spring": { - "name": "spring", - "countries": "All" - }, - "den_winter": { - "name": "DEN_winter", - "countries": "All" - }, - "fin_winter": { - "name": "FIN_winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "desert_winter": { - "name": "Desert_winter", - "countries": "All" - }, - "can_winter": { - "name": "CAN_winter", - "countries": "All" - }, - "de_desert_autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "desert_spring": { - "name": "Desert_spring", - "countries": "All" - }, - "fin_spring": { - "name": "FIN_spring", - "countries": "All" - }, - "fin_summer": { - "name": "FIN_summer", - "countries": "All" - }, - "can_summer": { - "name": "CAN_summer", - "countries": "All" - }, - "can_autumn": { - "name": "CAN_autumn", - "countries": "All" - }, - "neth_winter": { - "name": "NETH_winter", - "countries": "All" - }, - "spn_winter": { - "name": "SPN_Winter", - "countries": "All" - }, - "fin_autumn": { - "name": "FIN_autumn", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.5, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Leopard1A3": { - "name": "Leopard1A3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard1A3", - "shortLabel": "Leopard1A3", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled main gun (APDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 560, - "barrelHeight": 2.49, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M 818": { - "name": "M 818", - "coalition": "blue", - "era": "Early Cold War", - "label": "M 818", - "shortLabel": "M 818", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy utility truck. Wheeled. Used for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Power, Re-Arming, Repair" - }, - "M-1 Abrams": { - "name": "M-1 Abrams", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-1 Abrams", - "shortLabel": "M-1 Abrams", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore M256 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 2.5, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "M-109": { - "name": "M-109", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-109 Paladin", - "shortLabel": "M-109", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "M-109 Paladin. Tracked. Turreted self propelled 155mm howitzer. 30m min range, 22km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "M-113": { - "name": "M-113", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-113", - "shortLabel": "M-113", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "grc_autumn_med": { - "name": "GRC_autumn", - "countries": "All" - }, - "winter_med": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_spring_med": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "green_med": { - "name": "green", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "spring_med": { - "name": "spring", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_winter_med": { - "name": "GRC_winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "grc_summer_med": { - "name": "GRC_summer", - "countries": "All" - }, - "autumn_med": { - "name": "autumn", - "countries": "All" - }, - "desert_med": { - "name": "Desert", - "countries": "All" - }, - "summer_med": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M-113. Tracked. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 950, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M-2 Bradley": { - "name": "M-2 Bradley", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-2A2 Bradley IFV", - "shortLabel": "M-2 Bradley", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "M-2A2 Bradley Infantry fighting vehicle. Tracked. Amphibious. 25 mm gun, 7.62 mm machine gun, BGM-71 TOW missile.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.44, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M-60": { - "name": "M-60", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-60", - "shortLabel": "M-60", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled M68 main gun (APDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 600, - "barrelHeight": 2.8, - "shotsBaseInterval": 12, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M1043 HMMWV Armament": { - "name": "M1043 HMMWV Armament", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV .50 cal", - "shortLabel": "HMMWV M2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1043 HMMWV (Humvee). Wheeled. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "M1045 HMMWV TOW": { - "name": "M1045 HMMWV TOW", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV TOW", - "shortLabel": "HMMWV TOW", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "M1045 HMMWV (Humvee). Wheeled. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "M1097 Avenger": { - "name": "M1097 Avenger", - "coalition": "blue", - "era": "Modern", - "label": "M1097 Avenger", - "shortLabel": "97", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 5200, - "engagementRange": 4500, - "description": "M1097 Avenger IR SAM. Range/alt max: 5 km, 15,000 ft. Contains 8 x Stinger missiles.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M1126 Stryker ICV": { - "name": "M1126 Stryker ICV", - "coalition": "blue", - "era": "Modern", - "label": "Stryker MG", - "shortLabel": "Stryker MG", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1126 Stryker. Wheeled. 12.7mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1128 Stryker MGS": { - "name": "M1128 Stryker MGS", - "coalition": "blue", - "era": "Modern", - "label": "M1128 Stryker MGS", - "shortLabel": "M1128 Stryker MGS", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1128 Stryker Mobile Gun System. Wheeled. 105 mm gun and 7.6mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1134 Stryker ATGM": { - "name": "M1134 Stryker ATGM", - "coalition": "blue", - "era": "Modern", - "label": "Stryker ATGM", - "shortLabel": "Stryker ATGM", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 4000, - "engagementRange": 3800, - "description": "M1134 Stryker. Wheeled. 7.62 mm machine gun. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "muzzleVelocity": 900, - "barrelHeight": 2.8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M48 Chaparral": { - "name": "M48 Chaparral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M48 Chaparral", - "shortLabel": "48", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 10000, - "engagementRange": 8500, - "description": "M48 Chaparral IR SAM. Range/alt max: 9 km, 13,000 ft. 4 x AIM 9 Sidewinder missiles.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M6 Linebacker": { - "name": "M6 Linebacker", - "coalition": "blue", - "era": "Late Cold War", - "label": "M6 Linebacker", - "shortLabel": "M6", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 4000, - "description": "M6 Linebacker IR SAM. Range/alt max: 5 km, 15,000 ft. 4 x Stinger on M2 Bradley.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M978 HEMTT Tanker": { - "name": "M978 HEMTT Tanker", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M978 HEMTT Tanker", - "shortLabel": "M978 HEMTT Tanker", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy Expanded Mobility Tactical Truck. Wheeled. Refueling for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Refueling, FARP" - }, - "MAZ-6303": { - "name": "MAZ-6303", - "coalition": "red", - "era": "Mid Cold War", - "label": "MAZ-6303", - "shortLabel": "MAZ-6303", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Logistical Military Truck. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "MCV-80": { - "name": "MCV-80", - "coalition": "blue", - "era": "Late Cold War", - "label": "Warrior IFV MCV-80", - "shortLabel": "Warrior", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Warrior MCV-80 Infantry Fighting Vehicle. Tracked. 30 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.21, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS": { - "name": "MLRS", - "coalition": "blue", - "era": "Late Cold War", - "label": "M270", - "shortLabel": "M270", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 30000, - "description": "M270 Multiple Launch Rocket System. Tracked. Fires M26 270 mm DPICM rockets. Min range 10km, max 35km. Note cluster munition can be very laggy with many shots.", - "abilities": "Combined arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "270mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "MTLB": { - "name": "MTLB", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LB", - "shortLabel": "MT-LB", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "MT-LB. Tracked. Amphibious. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.05, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Marder": { - "name": "Marder", - "coalition": "blue", - "era": "Late Cold War", - "label": "Marder IFV", - "shortLabel": "Marder", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Marder Infantry FIghting Vehicle. Tracked. Amphibious. 20 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.82, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Osa 9A33 ln": { - "name": "Osa 9A33 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-8 Launcher", - "shortLabel": "Osa 9A33 ln", - "range": "Short", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 10300, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-8 SAM Battery" - }, - "Paratrooper AKS-74": { - "name": "Paratrooper AKS-74", - "coalition": "red", - "era": "Late Cold War", - "label": "AKS-74", - "shortLabel": "AKS-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian paratrooper carrying AKS-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Paratrooper RPG-16": { - "name": "Paratrooper RPG-16", - "coalition": "red", - "era": "Modern", - "label": "RPG-16", - "shortLabel": "Para RPG-16", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Russian paratrooper carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Patriot AMG": { - "name": "Patriot AMG", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Antenna Mast Group", - "shortLabel": "Patriot AMG", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ECS": { - "name": "Patriot ECS", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Engagement Control Station", - "shortLabel": "Patriot ECS", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot EPP": { - "name": "Patriot EPP", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Electric Power Plant", - "shortLabel": "Patriot EPP", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot cp": { - "name": "Patriot cp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Command Post", - "shortLabel": "Patriot cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ln": { - "name": "Patriot ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Launcher", - "shortLabel": "Patriot ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 100000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Patriot site" - }, - "Patriot site": { - "name": "Patriot site", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot SAM Battery", - "shortLabel": "Pt", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 98000, - "description": "Patriot radar SAM site. Range/alt max: 150 km, 105,000 ft. Min: 5km. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Pt" - }, - "Patriot str": { - "name": "Patriot str", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Search/Track Radar", - "shortLabel": "Patriot str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Predator GCS": { - "name": "Predator GCS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator GCS", - "shortLabel": "Predator GCS", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Ground Control Station", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Predator TrojanSpirit": { - "name": "Predator TrojanSpirit", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator TrojanSpirit", - "shortLabel": "Predator TrojanSpirit", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Unmanned Aerial Vehicle (UAV) System", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "RLS_19J6": { - "name": "RLS_19J6", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Thin Shield", - "shortLabel": "RLS 19J6", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "RPC_5N62V": { - "name": "RPC_5N62V", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Square Pair", - "shortLabel": "RPC 5N62V", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Radar_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Radar_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Radar_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Radar_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Radar_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Radar_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Radar_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Radar_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Radar_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Radar_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Radar_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Radar_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Radar_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Radar_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Radar_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Radar_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Roland ADS": { - "name": "Roland ADS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Roland ADS", - "shortLabel": "RO", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 12000, - "engagementRange": 8000, - "description": "Roland ADS radar and optical SAM. Range/alt max: 11 km, 18,000 ft. Tracked vehicle.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, Optical, CA", - "markerFile": "groundunit-sam" - }, - "Roland Radar": { - "name": "Roland Radar", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Roland Search Radar", - "shortLabel": "Roland Radar", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-200_Launcher": { - "name": "S-200_Launcher", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Launcher", - "shortLabel": "S-200 Launcher", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Launcher_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Launcher_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Launcher_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Launcher_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Launcher_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Launcher_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Launcher_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Launcher_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Launcher_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Launcher_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Launcher_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Launcher_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Launcher_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Launcher_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Launcher_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 255000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-5 SAM Battery" - }, - "S-300PS 40B6M tr": { - "name": "S-300PS 40B6M tr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Tin Shield", - "shortLabel": "S-300PS 40B6M tr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 40B6MD sr": { - "name": "S-300PS 40B6MD sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Clam Shell", - "shortLabel": "S-300PS 40B6MD sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 54K6 cp": { - "name": "S-300PS 54K6 cp", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Command Post", - "shortLabel": "S-300PS 54K6 cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "S-300PS 5P85C ln": { - "name": "S-300PS 5P85C ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85C ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85C", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 5P85D ln": { - "name": "S-300PS 5P85D ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85D ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85D", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 64H6E sr": { - "name": "S-300PS 64H6E sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Big Bird", - "shortLabel": "S-300PS 64H6E sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SA-10 SAM Battery": { - "name": "SA-10 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 SAM Battery", - "shortLabel": "10", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 300000, - "engagementRange": 52000, - "description": "SA-10 Grumble radar SAM site S-300. Range/alt max: 52 km, 100,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "10" - }, - "SA-11 Buk CC 9S470M1": { - "name": "SA-11 Buk CC 9S470M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Command Post", - "shortLabel": "SA-11 Buk CC 9S470M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 Buk LN 9A310M1": { - "name": "SA-11 Buk LN 9A310M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Launcher", - "shortLabel": "SA-11 Buk LN 9A310M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 35000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-11 SAM Battery" - }, - "SA-11 Buk SR 9S18M1": { - "name": "SA-11 Buk SR 9S18M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-11 Snown Drift", - "shortLabel": "SA-11 Buk SR 9S18M1", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 SAM Battery": { - "name": "SA-11 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 SAM Battery", - "shortLabel": "11", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 98000, - "engagementRange": 33000, - "description": "SA-11 Gadfly radar SAM site 9K37. Range/alt max: 42 km, 82,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "11" - }, - "SA-18 Igla manpad": { - "name": "SA-18 Igla manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S manpad": { - "name": "SA-18 Igla-S manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-2 SAM Battery": { - "name": "SA-2 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-2 SAM Battery", - "shortLabel": "2", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 42000, - "description": "SA-2 Guideline radar SAM site S-75. Range/alt max: 24 km, 66,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "2" - }, - "SA-3 SAM Battery": { - "name": "SA-3 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 SAM Battery", - "shortLabel": "3", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 18000, - "description": "SA-3 Goa radar SAM site S-125. Range/alt max: 35 km, 60,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "3" - }, - "SA-5 SAM Battery": { - "name": "SA-5 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-5 SAM Battery", - "shortLabel": "5", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 400000, - "engagementRange": 250000, - "description": "SA-5 Gammon radar SAM site S-200. Range/alt max: 300 km, 120,000 ft. Min 60km.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "5" - }, - "SA-6 SAM Battery": { - "name": "SA-6 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 SAM Battery", - "shortLabel": "6", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "description": "SA-6 Gainful radar SAM site 2K12. Range/alt max: 55 km, 50,000 ft. Tracked vehicle.", - "abilities": "", - "acquisitionRange": 68000, - "engagementRange": 22000, - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "6" - }, - "SAU 2-C9": { - "name": "SAU 2-C9", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Nona", - "shortLabel": "SAU Nona", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 7000, - "description": "2S9 Nona. Tracked. 120mm howitzer. 30m min range, 7km max. Doesn't let you use the gun in CA.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "120mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Akatsia": { - "name": "SAU Akatsia", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Akatsiya", - "shortLabel": "SAU Akatsiya", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 17000, - "description": "SAU Akatsiya. Tracked. Self propelled 152mm howitzer. 30m min range, 17km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Gvozdika": { - "name": "SAU Gvozdika", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Gvozdika", - "shortLabel": "SAU Gvozdika", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "2S1 SAU Gvozdika. Tracked. 122m howitzer. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "122mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Msta": { - "name": "SAU Msta", - "coalition": "red", - "era": "Late Cold War", - "label": "SAU Msta", - "shortLabel": "SAU Msta", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 23500, - "description": "2S19 Msta. Tracked. 152.4mm howitzer. 1km min range, 24km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SKP-11": { - "name": "SKP-11", - "coalition": "red", - "era": "Early Cold War", - "label": "SKP-11", - "shortLabel": "SKP-11", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Repair and recovery vehicle. Wheeled. Comms for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Comms" - }, - "SNR_75V": { - "name": "SNR_75V", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Fan Song", - "shortLabel": "SNR 75V", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S_75M_Volhov": { - "name": "S_75M_Volhov", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Launcher", - "shortLabel": "S75M Volhov", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 43000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-2 SAM Battery" - }, - "Sandbox": { - "name": "Sandbox", - "coalition": "", - "era": "", - "label": "Sandbox", - "shortLabel": "Sandbox", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Smerch": { - "name": "Smerch", - "coalition": "red", - "era": "Late Cold War", - "label": "BM-30 Smerch (Cluster)", - "shortLabel": "BM-30 Smerch", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm cluster rockets. 20km min range, 71 km max. Cluster munitions can be very laggy en masse.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier AK": { - "name": "Soldier AK", - "coalition": "red", - "era": "Early Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "muzzleVelocity": 900, - "barrelHeight": 1, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 4", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M249": { - "name": "Soldier M249", - "coalition": "blue", - "era": "Late Cold War", - "label": "M249", - "shortLabel": "M249", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M249.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 915, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 0.25, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4 GRG": { - "name": "Soldier M4 GRG", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.95, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Georgia", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4": { - "name": "Soldier M4", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier RPG": { - "name": "Soldier RPG", - "coalition": "red", - "era": "Mid Cold War", - "label": "RPG", - "shortLabel": "Soldier RPG", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Solider carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.8, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Stinger comm dsr": { - "name": "Stinger comm dsr", - "coalition": "red", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS, IR", - "markerFile": "groundunit-sam" - }, - "Stinger comm": { - "name": "Stinger comm", - "coalition": "blue", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Strela-1 9P31": { - "name": "Strela-1 9P31", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-9 Gaskin", - "shortLabel": "9", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 4200, - "description": "SA-9 Gaskin Strela 1. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "Strela-10M3": { - "name": "Strela-10M3", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-13 Gopher", - "shortLabel": "13", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 5000, - "description": "SA-13 Gopher Strela 10. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam" - }, - "Suidae": { - "name": "Suidae", - "coalition": "", - "era": "Modern", - "label": "Suidae", - "shortLabel": "Suidae", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "The destroyer of all. Pre-Dates all living and un-living creatures.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Prehistoric" - }, - "T-55": { - "name": "T-55", - "coalition": "red", - "era": "Early Cold War", - "label": "T-55", - "shortLabel": "T-55", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 100 mm D-10T rifled gun (APFSDS and HEAT), 7.62 mm SGMT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.3, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 9, - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "T-72B": { - "name": "T-72B", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B", - "shortLabel": "T-72B", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "shotsBaseScatter": 5, - "barrelHeight": 2.5, - "muzzleVelocity": 700, - "aimMethodRange": 2500, - "alertnessTimeConstant": 4, - "canAAA": true, - "tags": "CA" - }, - "T-80UD": { - "name": "T-80UD", - "coalition": "red", - "era": "Late Cold War", - "label": "T-80UD", - "shortLabel": "T-80UD", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - 01": { - "name": "Iran - 01", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "iran - 02": { - "name": "Iran - 02", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M-1 smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.32, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "T-90": { - "name": "T-90", - "coalition": "red", - "era": "Late Cold War", - "label": "T-90", - "shortLabel": "T-90", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "tags": "CA", - "canAAA": true, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000 - }, - "TPZ": { - "name": "TPZ", - "coalition": "blue", - "era": "Late Cold War", - "label": "TPz Fuchs", - "shortLabel": "TPz Fuchs", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "TPz Fuchs. Wheeled. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Tigr_233036": { - "name": "Tigr_233036", - "coalition": "red", - "era": "Late Cold War", - "label": " LUV Tigr", - "shortLabel": " LUV Tigr", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Utility vehicle. Wheeled. Multi-Axle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tor 9A331": { - "name": "Tor 9A331", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-15 Gauntlet", - "shortLabel": "15", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 12000, - "description": "SA-15 Gauntlet 9K330 Tor. Range/alt max: 12 km, 20,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, CA", - "markerFile": "groundunit-sam" - }, - "Trolley bus": { - "name": "Trolley bus", - "coalition": "blue", - "era": "Late Cold War", - "label": "Trolley bus", - "shortLabel": "Trolley bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian. Public transportation bus. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "UAZ-469": { - "name": "UAZ-469", - "coalition": "red", - "era": "Mid Cold War", - "label": "UAZ-469", - "shortLabel": "UAZ-469", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "red_spring": { - "name": "RED_Spring", - "countries": "All" - }, - "red_summer": { - "name": "RED_Summer", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "orange_spring": { - "name": "ORANGE_Spring", - "countries": "All" - }, - "orange_autumn": { - "name": "ORANGE_Autumn", - "countries": "All" - }, - "red_autumn": { - "name": "RED_Autumn", - "countries": "All" - }, - "red_winter": { - "name": "RED_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "orange_summer": { - "name": "ORANGE_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "orange_winter": { - "name": "ORANGE_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled. 4x4", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Uragan_BM-27": { - "name": "Uragan_BM-27", - "coalition": "red", - "era": "Late Cold War", - "label": "Bm-27 Uragan", - "shortLabel": "Uragan", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 37000, - "description": "Uragan BM-27. Wheeled. 220 mm rocket artillery. 11km min range, 37 km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "220mm, Rocket, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Ural ATsP-6": { - "name": "Ural ATsP-6", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural ATsP-6", - "shortLabel": "Ural ATsP-6", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Ural-375 PBU": { - "name": "Ural-375 PBU", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375 PBU", - "shortLabel": "Ural-375 PBU", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military command vehicle. Wheeled. Re-arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Re-Arming, FARP" - }, - "Ural-375 ZU-23 Insurgent": { - "name": "Ural-375 ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23 Insurgent", - "shortLabel": "Ural-375 ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 8, - "muzzleVelocity": 1000, - "barrelHeight": 3, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "Ural-375 ZU-23": { - "name": "Ural-375 ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23", - "shortLabel": "Ural-375 ZU-23", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 AAA 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 3, - "muzzleVelocity": 1000, - "aimTime": 8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "Ural-375": { - "name": "Ural-375", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375", - "shortLabel": "Ural-375", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. Refueling and Re-Arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Refueling, Re-Arming, FARP" - }, - "Ural-4320 APA-5D": { - "name": "Ural-4320 APA-5D", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-4320 APA-5D", - "shortLabel": "Ural-4320 APA-5D", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Ural-4320-31": { - "name": "Ural-4320-31", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320-31", - "shortLabel": "Ural-4320-31", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Ural-4320T": { - "name": "Ural-4320T", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320T", - "shortLabel": "Ural-4320T", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "VAZ Car": { - "name": "VAZ Car", - "coalition": "red", - "era": "Early Cold War", - "label": "VAZ Car", - "shortLabel": "VAZ Car", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian car. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Vulcan": { - "name": "Vulcan", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Vulcan", - "shortLabel": "Vulcan", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "M113 Vulcan. Tracked M113 APC with radar guided Vulcan 20 mm cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2.5, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZIL-131 KUNG": { - "name": "ZIL-131 KUNG", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-131 KUNG", - "shortLabel": "ZIL-131 KUNG", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. KUNG Narrow specialized Body. 6x6. Repair for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "ZIL-4331": { - "name": "ZIL-4331", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-4331", - "shortLabel": "ZIL-4331", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "ZSU-23-4 Shilka": { - "name": "ZSU-23-4 Shilka", - "coalition": "red", - "era": "Mid Cold War", - "label": "ZSU-23-4 Shilka", - "shortLabel": "ZSU-23-4 Shilka", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "ZSU-23-4 Shilka. Tracked. 4 x 23 mm radar guided autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Closed Insurgent": { - "name": "ZU-23 Closed Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Closed Insurgent", - "shortLabel": "ZU-23 Closed Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZU-23 Emplacement Closed": { - "name": "ZU-23 Emplacement Closed", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement Closed", - "shortLabel": "ZU-23 Emplacement Closed", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Emplacement": { - "name": "ZU-23 Emplacement", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement", - "shortLabel": "ZU-23 Emplacement", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Insurgent": { - "name": "ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Insurgent", - "shortLabel": "ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "ZiL-131 APA-80": { - "name": "ZiL-131 APA-80", - "coalition": "red", - "era": "Early Cold War", - "label": "ZiL-131 APA-80", - "shortLabel": "ZiL-131 APA-80", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Arctic Self-Loading Device. Power for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Power, FARP" - }, - "house1arm": { - "name": "house1arm", - "coalition": "", - "era": "", - "label": "house1arm", - "shortLabel": "house1arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "house2arm": { - "name": "house2arm", - "coalition": "", - "era": "", - "label": "house2arm", - "shortLabel": "house2arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "houseA_arm": { - "name": "houseA_arm", - "coalition": "", - "era": "", - "label": "houseA_arm", - "shortLabel": "houseA_arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost": { - "name": "outpost", - "coalition": "", - "era": "", - "label": "outpost", - "shortLabel": "outpost", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost_road": { - "name": "outpost_road", - "coalition": "", - "era": "", - "label": "outpost_road", - "shortLabel": "outpost_road", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "p-19 s-125 sr": { - "name": "p-19 s-125 sr", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Flat Face B", - "shortLabel": "Flat Face B", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "snr s-125 tr": { - "name": "snr s-125 tr", - "coalition": "red", - "era": "Early Cold War", - "label": "SA-3 Low Blow", - "shortLabel": "snr s-125 tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SpGH_Dana": { - "name": "SpGH_Dana", - "coalition": "red", - "era": "Late Cold War", - "label": "SpGH Dana 152mm", - "shortLabel": "SpGH Dana", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18400, - "description": "SpGH Dana 77. Wheeled. Self propelled 152mm howitzer. 1km min range, 18km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Grad_FDDM": { - "name": "Grad_FDDM", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LBu ACRV", - "shortLabel": "MT-LBu ARCV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18500, - "description": "MT-LBu IV12 series tracked. Artillery command / recon vehicle, not an arty piece, speeds up artillery fire time in game when grouped.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "tags": "Command, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK Ins": { - "name": "Infantry AK Ins", - "coalition": "red", - "era": "Early Cold War", - "label": "Insurgent AK-74", - "shortLabel": "AK-74 (Ins)", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Insurgent solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Insurgent", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS FDDM": { - "name": "MLRS FDDM", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV MLRS ACRV", - "shortLabel": "HMMWV ACRV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "A Humvee artillery command/ recon vehicle, not an arty piece, speeds up MLRS fire time in game when grouped. 12.7 mm machine gun.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "barrelHeight": 2.49, - "tags": "Arty Command/Recon, CA", - "markerFile": "groundunit-artillery", - "indirectFire": false, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK ver2": { - "name": "Infantry AK ver2", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 2", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Infantry AK ver3": { - "name": "Infantry AK ver3", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 3", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Smerch_HE": { - "name": "Smerch_HE", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-30 Smerch (HE)", - "shortLabel": "BM-30 Smerch", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm 9M55F rockets. 20km min range, 71 km max.", - "abilities": "Combined Arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier stinger": { - "name": "Soldier stinger", - "coalition": "", - "era": "", - "label": "FIM-92 Stinger", - "shortLabel": "St", - "type": "SAM Site", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 4500, - "description": "Stinger IR MANPADS FIM-92. Range/alt max: 5 km, 15,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S comm": { - "name": "SA-18 Igla-S comm", - "coalition": "", - "era": "", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "type": "SAM Site", - "enabled": false, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "TACAN_beacon": { - "name": "TACAN_beacon", - "coalition": "", - "era": "", - "label": "Beacon TACAN Portable TTS 3030", - "shortLabel": "Beacon TACAN Portable TTS 3030", - "type": "Structure", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Merkava_Mk4": { - "name": "Merkava_Mk4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Merkava IV", - "shortLabel": "Merkava IV", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore MG253 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 3.1, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "canAAA": true, - "alertnessTimeConstant": 3 - }, - "LiAZ Bus": { - "name": "LiAZ Bus", - "coalition": "", - "era": "", - "label": "Bus LiAZ-677", - "shortLabel": "Bus LiAZ-677", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KrAZ6322": { - "name": "KrAZ6322", - "coalition": "", - "era": "", - "label": "Truck KrAZ-6322 6x6", - "shortLabel": "Truck KrAZ-6322 6x6", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "JTAC": { - "name": "JTAC", - "coalition": "", - "era": "", - "label": "JTAC", - "shortLabel": "JTAC", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Electric locomotive": { - "name": "Electric locomotive", - "coalition": "", - "era": "", - "label": "VL80 Electric", - "shortLabel": "VL80 Electric", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Locomotive": { - "name": "Locomotive", - "coalition": "", - "era": "", - "label": "CHME3T", - "shortLabel": "CHME3T", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Coach cargo": { - "name": "Coach cargo", - "coalition": "", - "era": "", - "label": "Freight Van", - "shortLabel": "Freight Van", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach cargo open": { - "name": "Coach cargo open", - "coalition": "", - "era": "", - "label": "Open Wagon", - "shortLabel": "Open Wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank blue": { - "name": "Coach a tank blue", - "coalition": "", - "era": "", - "label": "Car blue", - "shortLabel": "Car blue", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank yellow": { - "name": "Coach a tank yellow", - "coalition": "", - "era": "", - "label": "Car yellow", - "shortLabel": "Car yellow", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a passenger": { - "name": "Coach a passenger", - "coalition": "", - "era": "", - "label": "Passenger Car", - "shortLabel": "Passenger Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a platform": { - "name": "Coach a platform", - "coalition": "", - "era": "", - "label": "Coach Platform", - "shortLabel": "Coach Platform", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "tacr2a": { - "name": "tacr2a", - "coalition": "", - "era": "", - "label": "RAF Rescue", - "shortLabel": "RAF Rescue", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire and Rescue vehicle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "LARC-V": { - "name": "LARC-V", - "coalition": "", - "era": "", - "label": "LARC-V", - "shortLabel": "LARC-V", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 500, - "engagementRange": 0, - "description": "Amphibious cargo vehicle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KS-19": { - "name": "KS-19", - "coalition": "", - "era": "Early Cold War", - "label": "KS-19 100mm", - "shortLabel": "KS-19 100mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 16000, - "engagementRange": 2000, - "description": "KS-19. 100 mm AAA gun. Fixed manually aimed large calibre anti aircraft gun.", - "abilities": "AA", - "canTargetPoint": false, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 25, - "shotsToFire": 5, - "barrelHeight": 5, - "cost": null, - "markerFile": "groundunit-aaa", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 15000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "SON_9": { - "name": "SON_9", - "coalition": "red", - "era": "Early Cold War", - "label": "Fire Can SON-9", - "shortLabel": "Fire Can SON-9", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 92600, - "engagementRange": null, - "description": "SON-9 Fire Can. Gun laying radar, not AAA. Can be used to direct fire of up to 4 AAA guns if grouped with them.", - "abilities": "Fire Director", - "canTargetPoint": false, - "canRearm": false, - "cost": null, - "tags": "Radar", - "markerFile": "groundunit-aaa", - "canAAA": false - }, - "Scud_B": { - "name": "Scud_B", - "coalition": "", - "era": "", - "label": "SS-1C Scud-B", - "shortLabel": "Scud-B", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 283000, - "description": "SS-1C Scud-B wheeled vehicle firing R-17 tactical ballistic missile. 50 km min range, 300 km max. Approx 700 m CEP. Long setup time, check if the stabilisers are moving to see if launch command worked.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Ballistic Missile", - "markerFile": "groundunit-artillery", - "aimTime": 300, - "shotsToFire": 1, - "shotsBaseInterval": 300, - "shotsBaseScatter": 1, - "alertnessTimeConstant": 10 - }, - "HL_DSHK": { - "name": "HL_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical DSHK 12.7mm", - "shortLabel": "Technical DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "muzzleVelocity": 900 - }, - "HL_KORD": { - "name": "HL_KORD", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical KORD 12.7mm", - "shortLabel": "Technical KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_DSHK": { - "name": "tt_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Pickup DSHK 12.7mm", - "shortLabel": "Pickup DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 300, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_KORD": { - "name": "tt_KORD", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup KORD 12.7mm", - "shortLabel": "Pickup KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "HL_ZU-23": { - "name": "HL_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Technical with ZU-23", - "shortLabel": "Technical with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "Technical. Car with ZSU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 200, - "shotsBaseInterval": 15, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "tt_ZU-23": { - "name": "tt_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Pickup with ZU-23", - "shortLabel": "Pickup with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Box car with ZU-23 AAA 23mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": true, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 15, - "aimMethodRange": 4500, - "targetingRange": 100 - }, - "HL_B8M1": { - "name": "HL_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Technical B8M1", - "shortLabel": "Technical B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4900, - "description": "Technical with a B8M1 80mm rocket pod on the back. 1km min range, max 15km.", - "abilities": "Combined Arms, Indirect Fire.", - "canTargetPoint": true, - "canRearm": false, - "tags": "Rocket, CA", - "markerFile": "groundunit-artillery", - "shotsToFire": 2, - "shotsBaseInterval": 30, - "aimTime": 120, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "indirectFire": true - }, - "tt_B8M1": { - "name": "tt_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup B8M1", - "shortLabel": "Pickup B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "Pickup truck with B8M1 80mm rocket launcher. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "80mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "NASAMS_Radar_MPQ64F1": { - "name": "NASAMS_Radar_MPQ64F1", - "coalition": "", - "era": "", - "label": "SAM NASAMS SR MPQ64F1", - "shortLabel": "SAM NASAMS SR MPQ64F1", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": "no", - "canRearm": "no", - "markerFile": "groundunit-sam-radar" - }, - "NASAMS_Command_Post": { - "name": "NASAMS_Command_Post", - "coalition": "", - "era": "", - "label": "SAM NASAMS C2", - "shortLabel": "SAM NASAMS C2", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_B": { - "name": "NASAMS_LN_B", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120B", - "shortLabel": "SAM NASAMS LN AIM-120B", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_C": { - "name": "NASAMS_LN_C", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120C", - "shortLabel": "SAM NASAMS LN AIM-120C", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "M4_Sherman": { - "name": "M4_Sherman", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4 Sherman", - "shortLabel": "Tk M4 Sherman", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm gun (AP and HE), 0.50 caliber coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 650, - "barrelHeight": 2.74, - "shotsBaseInterval": 5, - "tags": "CA", - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 8, - "canAAA": false - }, - "M2A1_halftrack": { - "name": "M2A1_halftrack", - "coalition": "blue", - "era": "WW2", - "label": "M2A1 Halftrack", - "shortLabel": "M2A1 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "M2 A1. Half tracked. 12.7 mm and 7.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.6, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "FPS-117 Dome": { - "name": "FPS-117 Dome", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117 (Dome)", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar in a domed building", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Dome", - "markerFile": "groundunit-ewr" - }, - "FPS-117 ECS": { - "name": "FPS-117 ECS", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 ECS", - "shortLabel": "ECS", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "AN/FPS-117 engagement control station, this is not a radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "C&C", - "markerFile": "groundunit-ewr" - }, - "FPS-117": { - "name": "FPS-117", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 463000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar on a large metal platform", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "RD_75": { - "name": "RD_75", - "coalition": "", - "era": "", - "label": "SA-2 S-75 RD-75 Amazonka RF", - "shortLabel": "SAM SA-2 S-75 RD-75 Amazonka RF", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZSU_57_2": { - "name": "ZSU_57_2", - "coalition": "red", - "era": "Early Cold War", - "label": "ZSU-57-2", - "shortLabel": "ZSU-57-2", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 3000, - "description": "ZSU-57-2. Tracked self propelled optically guided AA gun. 2 x 57 mm auto cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1200, - "barrelHeight": 3, - "aimTime": 20, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 9000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "S-60_Type59_Artillery": { - "name": "S-60_Type59_Artillery", - "coalition": "red", - "era": "Early Cold War", - "label": "S-60 57mm", - "shortLabel": "S-60 57mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 6000, - "engagementRange": 6000, - "description": "AZP S-60. Fixed. Automatic anti aircraft gun 57mm.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 5000, - "targetingRange": 2000 - }, - "generator_5i57": { - "name": "generator_5i57", - "coalition": "", - "era": "", - "label": "Diesel Power Station 5I57A", - "shortLabel": "Diesel Power Station 5I57A", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Diesel Power station.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "T-72B3": { - "name": "T-72B3", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B3", - "shortLabel": "T-72B3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 8, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "aimMethodRange": 3000, - "canAAA": true, - "tags": "" - }, - "PT_76": { - "name": "PT_76", - "coalition": "red", - "era": "Early Cold War", - "label": "LT PT-76", - "shortLabel": "LT PT-76", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Amphibious Light tank. Tracked. 76.2 mm D-56T smoothbore gun (AP and HE), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA, Amphibious", - "targetingRange": 100, - "muzzleVelocity": 625, - "barrelHeight": 1.85, - "shotsBaseInterval": 9, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "BTR-82A": { - "name": "BTR-82A", - "coalition": "red", - "era": "Modern", - "label": "BTR-82A", - "shortLabel": "BTR-82A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "BTR 82A APC. Wheeled. Amphibious. 30 mm gun.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "ATZ-5": { - "name": "ATZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-5", - "shortLabel": "ATZ-5 Fuel", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled. Refueling for FARPs", - "abilities": "Combined arms, Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "AA8": { - "name": "AA8", - "coalition": "", - "era": "Early Cold War", - "label": "Fire truck AA-7", - "shortLabel": "Fire truck", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire truck. Wheeled. Red", - "abilities": "Combined Arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "TZ-22_KrAZ": { - "name": "TZ-22_KrAZ", - "coalition": "", - "era": "", - "label": "Refueler TZ-22 Tractor", - "shortLabel": "Refueler TZ-22 Tractor (KrAZ-258B1)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "ATZ-60_Maz": { - "name": "ATZ-60_Maz", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-60 Maz", - "shortLabel": "ATZ-60 Maz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Wheeled truck. Only the cab portion no trailers.", - "abilities": "Combined arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "ZIL-135": { - "name": "ZIL-135", - "coalition": "", - "era": "", - "label": "Truck ZIL-135", - "shortLabel": "Truck ZIL-135", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "S_75_ZIL": { - "name": "S_75_ZIL", - "coalition": "", - "era": "", - "label": "S-75 Tractor", - "shortLabel": "S-75 Tractor (ZIL-131)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "rapier_fsa_launcher": { - "name": "rapier_fsa_launcher", - "coalition": "", - "era": "", - "label": "SAM Rapier LN", - "shortLabel": "SAM Rapier LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 6800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_optical_tracker_unit": { - "name": "rapier_fsa_optical_tracker_unit", - "coalition": "", - "era": "", - "label": "SAM Rapier Tracker", - "shortLabel": "SAM Rapier Tracker", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_blindfire_radar": { - "name": "rapier_fsa_blindfire_radar", - "coalition": "", - "era": "", - "label": "SAM Rapier Blindfire TR", - "shortLabel": "SAM Rapier Blindfire TR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "bofors40": { - "name": "bofors40", - "coalition": "blue", - "era": "WW2", - "label": "Bofors 40mm", - "shortLabel": "Bofor", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 3000, - "description": "Bofors gun. Fixed anti aircraft 40mm gun. Manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.35, - "muzzleVelocity": 850, - "aimTime": 8, - "shotsToFire": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "shotsBaseInterval": 10, - "alertnessTimeConstant": 15, - "targetingRange": 200, - "aimMethodRange": 4000 - }, - "Chieftain_mk3": { - "name": "Chieftain_mk3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Chieftain Mk.3", - "shortLabel": "Chieftain Mk.3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.7, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 2 - }, - "Bedford_MWD": { - "name": "Bedford_MWD", - "coalition": "blue", - "era": "WW2", - "label": "Truck Bedford", - "shortLabel": "Truck Bedford", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "Land_Rover_101_FC": { - "name": "Land_Rover_101_FC", - "coalition": "", - "era": "", - "label": "Truck Land Rover 101 FC", - "shortLabel": "Truck Land Rover 101 FC", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility truck. Wheeled. 4x4 ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Land_Rover_109_S3": { - "name": "Land_Rover_109_S3", - "coalition": "", - "era": "", - "label": "LUV Land Rover 109", - "shortLabel": "LUV Land Rover 109", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "hy_launcher": { - "name": "hy_launcher", - "coalition": "red", - "era": "Mid Cold War", - "label": "SS-N 2 Silkworm", - "shortLabel": "SS-N 2 Silkworm", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 100000, - "description": "SS-N 2 Silkworm anti ship missile launcher. Max range 100 km. Must be grouped with SS-N 2 search radar to function.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Missile Launcher", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2", - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Silkworm_SR": { - "name": "Silkworm_SR", - "coalition": "", - "era": "", - "label": "SS-N 2 Silkworm Radar", - "shortLabel": "SS-N 2 SR", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 200000, - "engagementRange": 0, - "description": "SS-N 2 Silkworm anti ship search radar. Must be grouped with SS N-2 missile launcher.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Missile Search Radar", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2" - }, - "ES44AH": { - "name": "ES44AH", - "coalition": "", - "era": "", - "label": "ES44AH", - "shortLabel": "ES44AH", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Boxcartrinity": { - "name": "Boxcartrinity", - "coalition": "", - "era": "Mid Cold War", - "label": "Flatcar", - "shortLabel": "Flatcar", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Train carriage flatcar, modern train container (red)", - "abilities": "Train, Carriage", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Tankcartrinity": { - "name": "Tankcartrinity", - "coalition": "", - "era": "", - "label": "Cartrinity", - "shortLabel": "Cartrinity", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Wellcarnsc": { - "name": "Wellcarnsc", - "coalition": "", - "era": "", - "label": "Well Car", - "shortLabel": "Well Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Carriage" - }, - "flak18": { - "name": "flak18", - "coalition": "", - "era": "WW2", - "label": "8.8cm Flak 18", - "shortLabel": "8.8cm Flak 18", - "type": "AAA", - "enabled": true, - "liveries": {}, - "aimTime": 18, - "shotsToFire": 5, - "acquisitionRange": 8000, - "engagementRange": 1000, - "description": "The flak 88. Fixed anti aircraft gun famously also used as an anti-tank gun. 88mm flak gun.", - "abilities": "AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 880, - "barrelHeight": 2.1, - "cost": 40000, - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "aimMethodRange": 100, - "targetingRange": 7000, - "alertnessTimeConstant": 5 - }, - "Pz_IV_H": { - "name": "Pz_IV_H", - "coalition": "red", - "era": "WW2", - "label": "Tk PzIV H", - "shortLabel": "Tk PzIV H", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm KwK 40 L/48 gun (AP and HE), 7.92 mm MG34 coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.68, - "shotsBaseInterval": 4, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "Leopard-2A5": { - "name": "Leopard-2A5", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A5", - "shortLabel": "Leopard-2A5", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/55 main gun (APFSDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimMethodRange": 3000, - "barrelHeight": 2.7, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4": { - "name": "leopard-2A4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4", - "shortLabel": "Leopard-2A4", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "tags": "CA", - "aimTime": 5, - "shotsToFire": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4_trs": { - "name": "leopard-2A4_trs", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4 Trs", - "shortLabel": "Leopard-2A4 Trs", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "Sd_Kfz_251": { - "name": "Sd_Kfz_251", - "coalition": "red", - "era": "WW2", - "label": "Sd.Kfz.251 Halftrack", - "shortLabel": "Sd.Kfz.251 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Sd.Kfz.251. Half tracked. 7.92 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 765, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Blitz_36-6700A": { - "name": "Blitz_36-6700A", - "coalition": "red", - "era": "WW2", - "label": "Truck Opel Blitz", - "shortLabel": "Truck Opel Blitz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "T155_Firtina": { - "name": "T155_Firtina", - "coalition": "blue", - "era": "Modern", - "label": "SPH T155 Firtina", - "shortLabel": "T155 Firtina", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 40000, - "description": "SPH T155 Firtina. Tracked. Self propelled 155mm howitzer. 1km min range, 40km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "VAB_Mephisto": { - "name": "VAB_Mephisto", - "coalition": "blue", - "era": "Late Cold War", - "label": "VAB Mephisto", - "shortLabel": "VAB Mephisto", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "VAB Mephisto. Wheeled vehicle armed with 4 x HOT 2 missiles.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "ZTZ96B": { - "name": "ZTZ96B", - "coalition": "red", - "era": "Late Cold War", - "label": "Type 96B", - "shortLabel": "Type 96B", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm smoothbore gun (APFSDS and HEAT), 7.62 mm Type 86H-7 machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.9, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "tags": "CA", - "targetingRange": 100, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000, - "canAAA": true - }, - "ZBD04A": { - "name": "ZBD04A", - "coalition": "red", - "era": "Late Cold War", - "label": "ZBD-04A IFV", - "shortLabel": "ZBD-04A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Type 04 Infantry Fighting Vehicle. Tracked. 100 mm gun, 30 mm gun, AT-10 missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.5, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 4000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "HQ-7_LN_SP": { - "name": "HQ-7_LN_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled LN", - "shortLabel": "HQ-7 Self-Propelled LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_LN_EO": { - "name": "HQ-7_LN_EO", - "coalition": "", - "era": "", - "label": "HQ-7 LN Electro-Optics", - "shortLabel": "HQ-7 LN Electro-Optics", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 8000, - "engagementRange": 12000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_STR_SP": { - "name": "HQ-7_STR_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled STR", - "shortLabel": "HQ-7 Self-Propelled STR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "PLZ05": { - "name": "PLZ05", - "coalition": "red", - "era": "Modern", - "label": "PLZ-05", - "shortLabel": "PLZ-05", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "PLZ-05 or the Type 05 tracked self propelled howitzer. 155 mm main gun with 12.7 mm machine gun. 1km min range, 22km max.", - "abilities": "Combined arms, indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "TYPE-59": { - "name": "TYPE-59", - "coalition": "red", - "era": "Early Cold War", - "label": "Type 59", - "shortLabel": "Type 59", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 100 mm Type 59 rifled gun (AP and HE), 7.62 mm Type 59T machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.5, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 10, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "Kubelwagen_82": { - "name": "Kubelwagen_82", - "coalition": "", - "era": "", - "label": "LUV Kubelwagen Jeep", - "shortLabel": "LUV Kubelwagen Jeep", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_2": { - "name": "Sd_Kfz_2", - "coalition": "", - "era": "", - "label": "LUV Kettenrad", - "shortLabel": "LUV Kettenrad", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_7": { - "name": "Sd_Kfz_7", - "coalition": "", - "era": "", - "label": "Tractor Sd.Kfz.7 Art'y Tractor", - "shortLabel": "Tractor Sd.Kfz.7 Art'y Tractor", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Artillery tractor. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Horch_901_typ_40_kfz_21": { - "name": "Horch_901_typ_40_kfz_21", - "coalition": "", - "era": "", - "label": "LUV Horch 901 Staff Car", - "shortLabel": "LUV Horch 901 Staff Car", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Staff Car. Wheeled. Transportation of military personnel and officers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tiger_I": { - "name": "Tiger_I", - "coalition": "", - "era": "", - "label": "Tk Tiger 1", - "shortLabel": "Tk Tiger 1", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Tiger_II_H": { - "name": "Tiger_II_H", - "coalition": "", - "era": "", - "label": "Tk Tiger II", - "shortLabel": "Tk Tiger II", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Pz_V_Panther_G": { - "name": "Pz_V_Panther_G", - "coalition": "", - "era": "", - "label": "Tk Panther G", - "shortLabel": "Tk Panther G (Pz V)", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Pz V", - "markerFile": "groundunit-tank" - }, - "Jagdpanther_G1": { - "name": "Jagdpanther_G1", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanther TD", - "shortLabel": "Self Propelled Gun Jagdpanther TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "JagdPz_IV": { - "name": "JagdPz_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanzer IV TD", - "shortLabel": "Self Propelled Gun Jagdpanzer IV TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Stug_IV": { - "name": "Stug_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG IV AG", - "shortLabel": "Self Propelled Gun StuG IV AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "SturmPzIV": { - "name": "SturmPzIV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Brummbaer AG", - "shortLabel": "Self Propelled Gun Brummbaer AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Wespe124": { - "name": "Wespe124", - "coalition": "", - "era": "", - "label": "SPH Sd.Kfz.124 Wespe 105mm", - "shortLabel": "SPH Sd.Kfz.124 Wespe 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "Sd_Kfz_234_2_Puma": { - "name": "Sd_Kfz_234_2_Puma", - "coalition": "", - "era": "", - "label": "Scout Puma AC", - "shortLabel": "Scout Puma AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "KDO_Mod40": { - "name": "KDO_Mod40", - "coalition": "", - "era": "", - "label": "AAA Kdo.G.40", - "shortLabel": "AAA Kdo.G.40", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Flakscheinwerfer_37": { - "name": "Flakscheinwerfer_37", - "coalition": "", - "era": "", - "label": "SL Flakscheinwerfer 37", - "shortLabel": "SL Flakscheinwerfer 37", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Maschinensatz_33": { - "name": "Maschinensatz_33", - "coalition": "", - "era": "", - "label": "Maschinensatz 33 Gen", - "shortLabel": "Maschinensatz 33 Gen", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "soldier_mauser98": { - "name": "soldier_mauser98", - "coalition": "", - "era": "", - "label": "Infantry Mauser 98", - "shortLabel": "Infantry Mauser 98", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "SK_C_28_naval_gun": { - "name": "SK_C_28_naval_gun", - "coalition": "", - "era": "", - "label": "Gun 15cm SK C/28 Naval in Bunker", - "shortLabel": "Gun 15cm SK C/28 Naval in Bunker", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 20000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "fire_control": { - "name": "fire_control", - "coalition": "", - "era": "", - "label": "Bunker with Fire Control Center", - "shortLabel": "Bunker with Fire Control Center", - "type": "SAM Site Parts", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1100, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stug_III": { - "name": "Stug_III", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG III G AG", - "shortLabel": "Self Propelled Gun StuG III G AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Elefant_SdKfz_184": { - "name": "Elefant_SdKfz_184", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Elefant TD", - "shortLabel": "Self Propelled Gun Elefant TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "v1_launcher": { - "name": "v1_launcher", - "coalition": "", - "era": "", - "label": "V-1 Launch Ramp", - "shortLabel": "V-1 Launch Ramp", - "type": "Missile System", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "FuMG-401": { - "name": "FuMG-401", - "coalition": "", - "era": "", - "label": "FuMG-401 Freya LZ", - "shortLabel": "FuMG-401 Freya LZ", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "FuSe-65": { - "name": "FuSe-65", - "coalition": "", - "era": "", - "label": "FuSe-65 Würzburg-Riese", - "shortLabel": "FuSe-65 Würzburg-Riese", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Pak40": { - "name": "Pak40", - "coalition": "", - "era": "", - "label": "FH Pak 40 75mm", - "shortLabel": "FH Pak 40 75mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "LeFH_18-40-105": { - "name": "LeFH_18-40-105", - "coalition": "", - "era": "", - "label": "FH LeFH-18 105mm", - "shortLabel": "FH LeFH-18 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "Cromwell_IV": { - "name": "Cromwell_IV", - "coalition": "", - "era": "", - "label": "Tk Cromwell IV", - "shortLabel": "Tk Cromwell IV", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M4A4_Sherman_FF": { - "name": "M4A4_Sherman_FF", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4A4 Sherman Firefly", - "shortLabel": "Tk M4A4 Sherman Firefly", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "soldier_wwii_br_01": { - "name": "soldier_wwii_br_01", - "coalition": "", - "era": "", - "label": "Infantry SMLE No.4 Mk-1", - "shortLabel": "Infantry SMLE No.4 Mk-1", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Centaur_IV": { - "name": "Centaur_IV", - "coalition": "", - "era": "", - "label": "Tk Centaur IV CS", - "shortLabel": "Tk Centaur IV CS", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Churchill_VII": { - "name": "Churchill_VII", - "coalition": "blue", - "era": "WW2", - "label": "Churchill VII", - "shortLabel": "Churchill VII", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "Tank. Tracked. 95 mm main gun, 7.92 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 100, - "markerFile": "groundunit-tank" - }, - "Daimler_AC": { - "name": "Daimler_AC", - "coalition": "", - "era": "", - "label": "Car Daimler Armored", - "shortLabel": "Car Daimler Armored", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tetrarch": { - "name": "Tetrarch", - "coalition": "", - "era": "", - "label": "Tk Tetrach", - "shortLabel": "Tk Tetrach", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "QF_37_AA": { - "name": "QF_37_AA", - "coalition": "", - "era": "", - "label": "AAA QF 3.7\"", - "shortLabel": "AAA QF 3.7\"", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 9000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Allies_Director": { - "name": "Allies_Director", - "coalition": "blue", - "era": "WW2", - "label": "Allies Rangefinder", - "shortLabel": "Allies Rangefinder (DRT)", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "Rangefinder from WW2 for guns", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "DRT", - "markerFile": "groundunit-truck" - }, - "CCKW_353": { - "name": "CCKW_353", - "coalition": "blue", - "era": "WW2", - "label": "GMC 6x6 'Jimmy'", - "shortLabel": "GMC 6x6", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "GMC 6x6 'Jimmy' wheeled truck aka 2 1/2 ton truck.", - "abilities": "Rearm,", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, Rearm", - "markerFile": "groundunit-truck" - }, - "Willys_MB": { - "name": "Willys_MB", - "coalition": "", - "era": "", - "label": "Car Willys Jeep", - "shortLabel": "Car Willys Jeep", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M12_GMC": { - "name": "M12_GMC", - "coalition": "", - "era": "", - "label": "SPH M12 GMC 155mm", - "shortLabel": "SPH M12 GMC 155mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18300, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "M30_CC": { - "name": "M30_CC", - "coalition": "", - "era": "", - "label": "Ammo M30 Cargo Carrier", - "shortLabel": "Ammo M30 Cargo Carrier", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "soldier_wwii_us": { - "name": "soldier_wwii_us", - "coalition": "", - "era": "", - "label": "Infantry M1 Garand", - "shortLabel": "Infantry M1 Garand", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "M10_GMC": { - "name": "M10_GMC", - "coalition": "", - "era": "", - "label": "Self Propelled Gun M10 GMC TD", - "shortLabel": "Self Propelled Gun M10 GMC TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M8_Greyhound": { - "name": "M8_Greyhound", - "coalition": "", - "era": "", - "label": "Scout M8 Greyhound AC", - "shortLabel": "Scout M8 Greyhound AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "M2A1-105": { - "name": "M2A1-105", - "coalition": "", - "era": "", - "label": "FH M2A1 105mm", - "shortLabel": "FH M2A1 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 11500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "M4_Tractor": { - "name": "M4_Tractor", - "coalition": "", - "era": "", - "label": "Tractor M4 High Speed", - "shortLabel": "Tractor M4 High Speed", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M45_Quadmount": { - "name": "M45_Quadmount", - "coalition": "", - "era": "", - "label": "AAA M45 Quadmount HB 12.7mm", - "shortLabel": "AAA M45 Quadmount HB 12.7mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "M1_37mm": { - "name": "M1_37mm", - "coalition": "", - "era": "", - "label": "AAA M1 37mm", - "shortLabel": "AAA M1 37mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5700, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "DR_50Ton_Flat_Wagon": { - "name": "DR_50Ton_Flat_Wagon", - "coalition": "", - "era": "", - "label": "DR 50-ton flat wagon", - "shortLabel": "DR 50-ton flat wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "DRG_Class_86": { - "name": "DRG_Class_86", - "coalition": "", - "era": "", - "label": "DRG Class 86", - "shortLabel": "DRG Class 86", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "German_covered_wagon_G10": { - "name": "German_covered_wagon_G10", - "coalition": "", - "era": "", - "label": "Wagon G10", - "shortLabel": "Wagon G10 (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "German_tank_wagon": { - "name": "German_tank_wagon", - "coalition": "", - "era": "", - "label": "Tank Car", - "shortLabel": "Tank Car (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "SA-18 Igla comm": { - "name": "SA-18 Igla comm", - "coalition": "", - "era": "", - "label": "MANPADS SA-18 Igla \"Grouse\" C2", - "shortLabel": "MANPADS SA-18 Igla \"Grouse\" C2", - "type": "AirDefence", - "enabled": false, - "liveries": {} - }, - "flak30": { - "name": "flak30", - "coalition": "", - "era": "", - "label": "AAA Flak 38 20mm", - "shortLabel": "AAA Flak 38 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak36": { - "name": "flak36", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 36", - "shortLabel": "AAA 8,8cm Flak 36", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak37": { - "name": "flak37", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 37", - "shortLabel": "AAA 8,8cm Flak 37", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak38": { - "name": "flak38", - "coalition": "", - "era": "", - "label": "AAA Flak-Vierling 38 Quad 20mm", - "shortLabel": "AAA Flak-Vierling 38 Quad 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak41": { - "name": "flak41", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 41", - "shortLabel": "AAA 8,8cm Flak 41", - "type": "AAA", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/helicopterdatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/helicopterdatabase.json deleted file mode 100644 index aa0f442c..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/helicopterdatabase.json +++ /dev/null @@ -1,4482 +0,0 @@ -{ - "AH-1W": { - "name": "AH-1W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "AH-1W Cobra", - "shortLabel": "AH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70 WP", - "name": "14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70 WP", - "name": "38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70", - "name": "8xBGM-71, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70 WP", - "name": "8xBGM-71, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70 WP", - "name": "8xBGM-71, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70", - "name": "14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70", - "name": "38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114", - "name": "8xAGM-114", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "28xHYDRA-70", - "name": "28xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70", - "name": "8xAGM-114, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70 WP", - "name": "8xAGM-114, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71", - "name": "8xBGM-71", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70 WP", - "name": "8xAGM-114, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "76xHYDRA-70", - "name": "76xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70", - "name": "8xAGM-114, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70", - "name": "8xBGM-71, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - } - ], - "filename": "ah-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "usa marines": { - "name": "Marines", - "countries": [ - "USA" - ] - }, - "turkey 1": { - "name": "Turkey", - "countries": [ - "TUR" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "ISR", - "USA" - ] - }, - "usa x black": { - "name": "Black", - "countries": [ - "USA" - ] - }, - "turkey 2": { - "name": "Turkey 2", - "countries": [ - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Cobra", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AH-64D_BLK_II": { - "name": "AH-64D_BLK_II", - "coalition": "blue", - "era": "Modern", - "label": "AH-64D Apache", - "shortLabel": "AH64", - "loadouts": [ - { - "items": [ - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal", - "name": "2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "name": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114K", - "name": "4 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114L", - "name": "4 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * M261: M151 (6PD)", - "name": "4 * M261: M151 (6PD)", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ah-64.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "avengers 1-227th arb": { - "name": "A Company, Avengers, 1-227th ARB", - "countries": [ - "USA" - ] - }, - "devils 1-1 arb": { - "name": "A Company, Devils, 1-1 ARB", - "countries": [ - "USA" - ] - }, - "egypt air force": { - "name": "Egyptian Air Force", - "countries": [ - "EGY" - ] - }, - "indonesian army - 11th squadron by dendi wirson": { - "name": "Indonesian Army - 11th Squadron/Serbu by Dendi Wirson", - "countries": "All" - }, - "south carolina national guard - 40332": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40332", - "countries": [ - "USA" - ] - }, - "301 squadron redskins netherlands": { - "name": "301 Squadron Redskins, Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "korea air force": { - "name": "Republic of Korea Army", - "countries": [ - "KOR" - ] - }, - "south carolina national guard - 40331": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40331", - "countries": [ - "USA" - ] - }, - "saudi arabian national guard": { - "name": "Saudi Arabian National Guard", - "countries": [ - "SAU" - ] - }, - "south carolina national guard": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Gray TADS", - "countries": [ - "USA" - ] - }, - "664 squadron 9 regiment uk": { - "name": "664 Squadron 9 Regiment AAC UK", - "countries": [ - "UK" - ] - }, - "uae armed forces - od": { - "name": "UAE Armed Forces - Olive Drab", - "countries": [ - "ARE" - ] - }, - "grim reapers 4-2 arb": { - "name": "B Company, Grim Reapers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "662 squadron 3 regiment zj171 uk": { - "name": "662 Squadron 3 Regiment AAC UK - ZJ171", - "countries": [ - "UK" - ] - }, - "12th combat aviation brigade griffins": { - "name": "12th Combat Aviation Brigade Griffins", - "countries": [ - "USA" - ] - }, - "silver spurs 3-17 cav": { - "name": "A Troop, Silver Spurs, 3-17 CAV", - "countries": [ - "USA" - ] - }, - "qatar qeaf": { - "name": "Qatar Emiri Air Force", - "countries": [ - "QAT" - ] - }, - "south carolina national guard - drab tads": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Drab TADS", - "countries": [ - "USA" - ] - }, - "archangel 4-2 arb": { - "name": "A Company, Archangel, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "killer bees 1-130th arb ncng": { - "name": "B Company, Killer Bees, 1-130th ARB NCNG", - "countries": [ - "USA" - ] - }, - "wolfpack 1-82 arb": { - "name": "Wolfpack, 1-82 ARB", - "countries": [ - "USA" - ] - }, - "gunslingers 2-159th arb": { - "name": "C Company, Gunslingers, 2-159th ARB", - "countries": [ - "USA" - ] - }, - "the air pirates 1-211th arb": { - "name": "A Company, The Air Pirates, 1-211th ARB UTNG", - "countries": [ - "USA" - ] - }, - "25th_combat_aviation_brigade_by_lee1hy": { - "name": "2-6 CAV, 25th Combat Aviation Brigade", - "countries": [ - "USA" - ] - }, - "apache iaf grey": { - "name": "Indian Air Force - Gray", - "countries": [ - "IND" - ] - }, - "jgsdf——1st_combat_helicopter_unit": { - "name": "1st Combat Helicopter Unit, Japanese Ground SDF", - "countries": [ - "JPN" - ] - }, - "slayers 4-2 arb": { - "name": "C Company, Slayers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "iaf 113th hornet squadron": { - "name": "IAF 113th Hornet Squadron", - "countries": [ - "ISR" - ] - }, - "1st attack helicopter battalion greece": { - "name": "1st Attack Helicopter Battalion, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - }, - "1st_bat_greek_pegasus_es1008": { - "name": "Pegasus Display Team - ES1008, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Apache", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Ka-50_3": { - "name": "Ka-50_3", - "coalition": "red", - "era": "Late Cold War", - "label": "Ka-50 Hokum A", - "shortLabel": "Ka50", - "loadouts": [ - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-250, 4xIgla", - "name": "10xS-13, 2xFAB-250, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-500, 4xIgla", - "name": "10xS-13, 2xFAB-500, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 2xFuel, 4xIgla", - "name": "12x9A4172, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-13, 4xIgla", - "name": "12x9A4172, 40xS-13, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8KOM, 4xIgla", - "name": "12x9A4172, 40xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8OFP, 4xIgla", - "name": "12x9A4172, 40xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-20, 4xIgla", - "name": "20xS-20, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKh-25ML, 10xS-13, 4xIgla", - "name": "2xKh-25ML, 10xS-13, 4xIgla", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8OFP, 2xFuel, 4xIgla", - "name": "40xS-8OFP, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xIgla", - "name": "4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23, 4xIgla", - "name": "4xUPK-23, 4xIgla", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8KOM, 4xIgla", - "name": "80xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OFP, 4xIgla", - "name": "80xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OM IL", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OM, 4xIgla", - "name": "80xS-8OM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8TsM, 4xIgla", - "name": "80xS-8TsM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ka-50.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "ka-50_camo_chechnya_ussr": { - "name": "Standart camo n/a 2000-2001 Chechnya", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "default": { - "name": "Standart camo Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_desert_blackshark": { - "name": "Desert camo #018 Zhukovsky 1997 Black Shark", - "countries": [ - "RUS" - ] - }, - "ka-50_standart_black_russianairforce": { - "name": "Standart black Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_black_neutral": { - "name": "Black neutral n/a", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "ka-50_desert_werewolf": { - "name": "Desert camo #018 Zhukovsky 1995 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_blackshark_torzhok": { - "name": "344th Center for Combat Employment Torzhok city Shark 1997", - "countries": [ - "RUS" - ] - }, - "ka-50_black_werewolf": { - "name": "Black #020 Farnborough 1992 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_black_h347_blackshark": { - "name": "Black H347 Le Bourget 1997 Black Shark", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 1 crew attack helicopter. Blackshark", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-24P": { - "name": "Mi-24P", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-24P Hind", - "shortLabel": "Mi24", - "loadouts": [ - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB-13L+4xATGM 9M114", - "name": "2xB-13L+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "name": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "name": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xBombs-500+4xATGM 9M114", - "name": "2xBombs-500+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "name": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 AP30+4xATGM 9M114", - "name": "2xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "name": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "name": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "RBK-500U - 126 x OAB-2.5RT, 500kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "name": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xS-24B+4xATGM 9M114", - "name": "2xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "name": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xBombs-250+4ATGM 9M114", - "name": "4xBombs-250+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xGUV-1 AP30+4xATGM 9M114", - "name": "4xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - }, - { - "name": "Missile Launcher Rack (Empty)", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xPTB-450 Fuel tank", - "name": "4xPTB-450 Fuel tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "name": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "name": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xS-24B+4xATGM 9M114", - "name": "4xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A-24 pod - 32 x S-5KO", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xUB-32A (S-5KO)+4xATGM 9M114", - "name": "4xUB-32A (S-5KO)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "mi-24.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "af torzhok afb": { - "name": "RF Air Force, aerobatics team 'Berkuts'", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "united nations": { - "name": "United Nations ", - "countries": [ - "UN", - "GRG", - "UKR", - "RUS" - ] - }, - "iqaf": { - "name": "Iraqi Army Air Corps", - "countries": [ - "IRQ" - ] - }, - "russian air force": { - "name": "RF Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af 440 ovp": { - "name": "RF Air Force, 440th Helicopter Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "syaaf": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "af syzran afb": { - "name": "RF Air Force, Syzran AFB", - "countries": [ - "SUN", - "RUS" - ] - }, - "af ussr": { - "name": "USSR Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "ukrainian army aviation": { - "name": "Ukrainian Army Aviation", - "countries": [ - "UKR" - ] - }, - "af standard3 old": { - "name": "RF Air Force (weathered) type3", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Hind", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-26": { - "name": "Mi-26", - "coalition": "red", - "era": "Late Cold War", - "label": "Mi-26 Halo", - "shortLabel": "Mi26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "mi-26.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "united nations": { - "name": "United Nations", - "countries": "All" - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "7th separate brigade of aa (kalinov)": { - "name": "7th Separate Brigade of AA (Kalinov)", - "countries": [ - "UKR" - ] - }, - "china flying dragon aviation": { - "name": "China Flying Dragon Aviation", - "countries": [ - "CHN" - ] - }, - "russia_fsb": { - "name": "Russia_FSB", - "countries": [ - "RUS" - ] - }, - "russia_mvd": { - "name": "Russia_MVD", - "countries": [ - "RUS" - ] - }, - "algerian air force sl-22": { - "name": "Algerian AF SL-22 ", - "countries": [ - "DZA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 5 crew transport helicopter. Halo", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-28N": { - "name": "Mi-28N", - "coalition": "red", - "era": "Modern", - "label": "Mi-28N Havoc", - "shortLabel": "M28", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250", - "name": "2xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFuel tank", - "name": "4xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8", - "name": "80xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AP", - "name": "4xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23", - "name": "4xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AT", - "name": "16x9M114, 2xKMGU AT", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-500", - "name": "4xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xFAB-500", - "name": "16x9M114, 2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8", - "name": "40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8 TsM", - "name": "40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AP", - "name": "2xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xUPK-23", - "name": "2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xUPK-23", - "name": "16x9M114, 2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-500", - "name": "2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8", - "name": "16x9M114, 40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114", - "name": "16x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-13", - "name": "20xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AP", - "name": "16x9M114, 2xKMGU AP", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-250", - "name": "4xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AT", - "name": "4xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8 TsM", - "name": "16x9M114, 40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8 TsM", - "name": "80xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AT", - "name": "2xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 1 - } - ], - "enabled": true, - "code": "9x9M114", - "name": "9x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFuel tank", - "name": "2xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13", - "name": "10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250, 16x9M114", - "name": "2xFAB-250, 16x9M114", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 10xS-13", - "name": "16x9M114, 10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - } - ], - "filename": "mi-28.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "aaf sc-12": { - "name": "Algerian AF Desert SC-12", - "countries": [ - "DZA" - ] - }, - "night": { - "name": "Night", - "countries": [ - "RUS" - ] - }, - "aaf sc-11": { - "name": "Algerian AF Desert SC-11", - "countries": [ - "DZA" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-8MT": { - "name": "Mi-8MT", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-8MT Hip", - "shortLabel": "Mi8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4 x B8", - "name": "4 x B8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "name": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK +2 x B8", - "name": "2 x UPK +2 x B8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - }, - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "name": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "6 x FAB-100", - "name": "6 x FAB-100", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x B8 + 2 x UPK-23-250", - "name": "2 x B8 + 2 x UPK-23-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK--23-250", - "name": "2 x UPK--23-250", - "roles": [ - "Strike" - ] - } - ], - "filename": "mi-8.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "russia_mvd_mozdok": { - "name": "RF MVD Mozdok", - "countries": [ - "RUS" - ] - }, - "south ossetia": { - "name": "Fictional RSO", - "countries": [ - "RSO" - ] - }, - "united kingdom": { - "name": "Project curium", - "countries": [ - "UK" - ] - }, - "russia_kazanvz": { - "name": "Civil KazanVZ", - "countries": [ - "RUS" - ] - }, - "germany": { - "name": "Germany ARMY", - "countries": [ - "GER" - ] - }, - "china plaaa camo": { - "name": "PLA Army Aviation Camo", - "countries": [ - "CHN" - ] - }, - "russia_vvs_grey_2": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "algerian af new desert": { - "name": "Algerian AF New Desert", - "countries": [ - "DZA" - ] - }, - "denmark": { - "name": "Fictional Olive", - "countries": [ - "DEN" - ] - }, - "russia_vvs_grey": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "russia_aeroflot": { - "name": "Civil AEROFLOT", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_fsb": { - "name": "RF FSB Standard", - "countries": [ - "RUS" - ] - }, - "china plaaa white": { - "name": "PLA Army Aviation White", - "countries": [ - "CHN" - ] - }, - "ir afagir blue": { - "name": "AFAGIR Blue", - "countries": [ - "IRN" - ] - }, - "usa_afg": { - "name": "438th Air Expeditionary Wing", - "countries": [ - "USA" - ] - }, - "spain": { - "name": "Fictional Spain AF", - "countries": [ - "SPN" - ] - }, - "italy navy": { - "name": "Fictional NAVY", - "countries": [ - "ITA" - ] - }, - "russia_pf_ambulance": { - "name": "Russia Ambulance (PF)", - "countries": [ - "RUS" - ] - }, - "georgia": { - "name": "Georgian Standard", - "countries": [ - "GRG" - ] - }, - "russia_vertolety_russia_2": { - "name": "Civil Vertolety RUSSIA 22880", - "countries": [ - "RUS" - ] - }, - "ukraine": { - "name": "Standard", - "countries": [ - "UKR" - ] - }, - "russia_gazprom": { - "name": "Civil Gazprom Avia", - "countries": [ - "RUS" - ] - }, - "russia_utair": { - "name": "Civil Russia UTair", - "countries": [ - "RUS" - ] - }, - "russia_vvs_ma": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "russia_vvs_standard_2": { - "name": "RF Army Standart", - "countries": [ - "RUS" - ] - }, - "hellenic army aviation": { - "name": "Hellenic Army Aviation (Fictional)", - "countries": [ - "GRC" - ] - }, - "belgium": { - "name": "Fictional Olive", - "countries": [ - "BEL" - ] - }, - "insurgents": { - "name": "Standard", - "countries": [ - "INS" - ] - }, - "ir afagir sand": { - "name": "AFAGIR Sand", - "countries": [ - "IRN" - ] - }, - "ir iranian special police forces": { - "name": "NAJA", - "countries": [ - "IRN" - ] - }, - "russia_lii_gromov ra-25546": { - "name": "Civil Lii Gromov RA-25546", - "countries": [ - "RUS" - ] - }, - "russia_naryan-mar": { - "name": "Civil_Russia Naryan-Mar", - "countries": [ - "RUS" - ] - }, - "algerian af vip": { - "name": "Algerian AF VIP", - "countries": [ - "DZA" - ] - }, - "russia_vvs_standard": { - "name": " RF Army Standard", - "countries": [ - "RUS" - ] - }, - "russia_mvd_standard": { - "name": "RF MVD Standard", - "countries": [ - "RUS" - ] - }, - "israel": { - "name": "Fictional ARMY", - "countries": [ - "ISR" - ] - }, - "china un": { - "name": "PLA Army Aviation United Nations", - "countries": [ - "CHN" - ] - }, - "algerian af green evsan": { - "name": "Algerian AF Green EVSAN", - "countries": [ - "DZA" - ] - }, - "algerian af old desert": { - "name": "Algerian AF Old Desert", - "countries": [ - "DZA" - ] - }, - "italy army": { - "name": "Fictional ARMY", - "countries": [ - "ITA" - ] - }, - "france army": { - "name": "Fictional ARMY", - "countries": [ - "FRA" - ] - }, - "abkhazia": { - "name": "Abkhazia", - "countries": [ - "ABH" - ] - }, - "czech air force dark camo": { - "name": "Czech Air Force ID-9XXX", - "countries": [ - "CZE" - ] - }, - "norway": { - "name": "Fictional NAVY", - "countries": [ - "NOR" - ] - }, - "netherlands navy": { - "name": "Fictional NAVY", - "countries": [ - "NETH" - ] - }, - "russia_un": { - "name": "RF UN", - "countries": [ - "UN", - "RUS" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - Search and Rescue (Fictional)", - "countries": [ - "GRC" - ] - }, - "canada": { - "name": "Canada_Afghanistan", - "countries": [ - "CAN" - ] - }, - "russia_army_weather": { - "name": "Russia Army Weather", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_vertolety_russia": { - "name": "Civil Vertolety RUSSIA", - "countries": [ - "RUS" - ] - }, - "turkey": { - "name": "JANDARMA", - "countries": [ - "TUR" - ] - }, - "france navy": { - "name": "Fictional NAVY", - "countries": [ - "FRA" - ] - }, - "netherlands army": { - "name": "Fictional ARMY", - "countries": [ - "NETH" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "SPN", - "ITA", - "INS", - "CAN", - "FRA", - "NETH", - "NOR", - "GER", - "UK", - "USA", - "ISR", - "TUR", - "AUS" - ] - }, - "australia": { - "name": "Fictional ARMY", - "countries": [ - "AUS" - ] - }, - "bulgarian af": { - "name": "Bulgarian Air Force", - "countries": [ - "BGR" - ] - }, - "russia_police": { - "name": "Civil Russia Police", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Hip", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342L": { - "name": "SA342L", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342L Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "FN HMP400 (400rnds)", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HMP400, IR Deflector, Sand Filter", - "name": "2x HMP400, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "1xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x Mistral, IR Deflector, Sand Filter", - "name": "2x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x Mistral, IR Deflector, Sand Filter", - "name": "4x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "GIAT M621 (240x Combat mix 4x AP 1x HE)", - "quantity": 1 - }, - { - "name": "Telson 8 - 8 x UnGd Rkts, 68 mm SNEB Type 251 H1 HE", - "quantity": 1 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "name": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "fr green armee hri daguet": { - "name": "Armee HRI Daguet", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "lebanon": { - "name": "Lebanon", - "countries": "All" - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "fr green armee hri": { - "name": "Armee HRI", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342M": { - "name": "SA342M", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342M Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "HOT3 x1", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HOT3, IR Deflector, Sand Filter", - "name": "2x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342Mistral": { - "name": "SA342Mistral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342 Mistral Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mistral x 4", - "name": "Mistral x 4", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector", - "name": "Mistral x 4, IR Deflector", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector, Sand Filter", - "name": "Mistral x 4, IR Deflector, Sand Filter", - "roles": [ - "Escort" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SH-60B": { - "name": "SH-60B", - "coalition": "blue", - "era": "Late Cold War", - "label": "SH-60B Seahawk", - "shortLabel": "S60", - "loadouts": [ - { - "items": [ - { - "name": "AGM-119B Penguin ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-119", - "name": "AGM-119", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Antiship Strike", - "Transport" - ], - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "hellenic navy": { - "name": "Hellenic Navy", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Seahawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "UH-1H": { - "name": "UH-1H", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-1H Huey", - "shortLabel": "UH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "M134 - 6 x 7.62mm MiniGun left", - "quantity": 1 - }, - { - "name": "XM158 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "M134 - 6 x 7.62mm MiniGun right", - "quantity": 1 - } - ], - "enabled": true, - "code": "M134 Minigun*2, XM158*2", - "name": "M134 Minigun*2, XM158*2", - "roles": [ - "Strike", - "CAS", - "Transport", - "FAC-A" - ] - } - ], - "filename": "uh-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport" - ], - "liveries": { - "[civilian] nasa": { - "name": "[Civilian] NASA", - "countries": [ - "USA" - ] - }, - "norwegian coast guard (235)": { - "name": "Norwegian Coast Guard (235)", - "countries": [ - "NOR" - ] - }, - "australia royal navy": { - "name": "Royal Australian Navy", - "countries": [ - "AUS" - ] - }, - "australia raaf 171 sqn": { - "name": "RAAF 171 Sqn", - "countries": [ - "AUS" - ] - }, - "spanish un": { - "name": "Spanish UN", - "countries": [ - "UN", - "SPN" - ] - }, - "xw-pfj air america": { - "name": "XW-PFJ Air America", - "countries": [ - "USA" - ] - }, - "rf air force broken": { - "name": "RF Air Force Broken", - "countries": [ - "RUS" - ] - }, - "[civilian] standard": { - "name": "Olive drab", - "countries": [ - "RSO", - "INS", - "BEL", - "ABH", - "NOR", - "UK", - "DEN", - "USA" - ] - }, - "greek army aviation": { - "name": "Greek Army Aviation", - "countries": [ - "GRC" - ] - }, - "greek army aviation medic": { - "name": "Greek Army Aviation Medic", - "countries": [ - "GRC" - ] - }, - "italy marina militare s.n. 80951 7-20": { - "name": "Marina Militare s.n. 80951 7-20", - "countries": [ - "ITA" - ] - }, - "us navy": { - "name": "US NAVY", - "countries": [ - "USA" - ] - }, - "australia raaf 1968": { - "name": "RAAF 1968", - "countries": [ - "AUS" - ] - }, - "ukrainian army": { - "name": "Ukrainian Army", - "countries": [ - "UKR" - ] - }, - "[civilian] vip": { - "name": "[Civilian] VIP", - "countries": [ - "USA" - ] - }, - "usa un": { - "name": "USA UN", - "countries": [ - "USA", - "UN" - ] - }, - "royal netherlands af": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "israel army": { - "name": "Israel Army", - "countries": [ - "ISR" - ] - }, - "[civilian] medical": { - "name": "[Civilian] Medical", - "countries": [ - "USA" - ] - }, - "luftwaffe": { - "name": "Luftwaffe", - "countries": [ - "GER" - ] - }, - "usa red flag": { - "name": "USA Red Flag", - "countries": [ - "USA" - ] - }, - "canadian force": { - "name": "Canadian Force", - "countries": [ - "CAN" - ] - }, - "italy e.i. 4b regg. altair": { - "name": "E.I. 4В° Regg. ALTAIR", - "countries": [ - "ITA" - ] - }, - "georgian af camo": { - "name": "Georgian AF Camo", - "countries": [ - "GRG" - ] - }, - "us army 1972": { - "name": "US ARMY 1972", - "countries": [ - "USA" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "french army": { - "name": "French Army", - "countries": [ - "FRA" - ] - }, - "algerian af bv-32": { - "name": "Algerian AF BV-32", - "countries": [ - "DZA" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - S.A.R.", - "countries": [ - "GRC" - ] - }, - "italy 15b stormo s.a.r -soccorso": { - "name": "15В° Stormo S.A.R -Soccorso", - "countries": [ - "ITA" - ] - }, - "rf air force grey": { - "name": "RF Air Force Grey", - "countries": [ - "RUS" - ] - }, - "spanish army": { - "name": "Spanish Army", - "countries": [ - "SPN" - ] - }, - "norwegian un": { - "name": "Norwegian UN", - "countries": [ - "UN", - "NOR" - ] - }, - "us dos": { - "name": "US DOS", - "countries": [ - "USA" - ] - }, - "army standard": { - "name": "Army Standard", - "countries": [ - "USA" - ] - }, - "us ft. rucker": { - "name": "US Ft. Rucker", - "countries": [ - "USA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew transport helicopter. Huey", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "UH-60A": { - "name": "UH-60A", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-60A Blackhawk", - "shortLabel": "U60", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "israil_un": { - "name": "ISRAIL_UN", - "countries": [ - "ISR", - "UN" - ] - }, - "standard": { - "name": "standard", - "countries": [ - "SPN", - "RSO", - "ITA", - "BEL", - "CAN", - "FRA", - "GRG", - "NETH", - "NOR", - "ABH", - "GER", - "UK", - "USA", - "UKR", - "DEN", - "RUS", - "ISR", - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Blackhawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-24V": { - "name": "Mi-24V", - "coalition": "", - "era": "", - "label": "MI-24V", - "shortLabel": "Mi24", - "type": "Mi_24V", - "enabled": false, - "liveries": {} - }, - "Ka-27": { - "name": "Ka-27", - "coalition": "", - "era": "", - "label": "KA-27", - "shortLabel": "Ka27", - "type": "Ka_27", - "enabled": false, - "liveries": {} - }, - "CH-53E": { - "name": "CH-53E", - "coalition": "", - "era": "", - "label": "CH-53E", - "shortLabel": "CH53", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_53E", - "enabled": true, - "liveries": {} - }, - "CH-47D": { - "name": "CH-47D", - "coalition": "", - "era": "", - "label": "CH-47D Chinook", - "shortLabel": "CH47", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_47D", - "enabled": true, - "liveries": { - "Australia RAAF": { - "name": "RAAF CH-47D", - "countries": [ - "AUS" - ] - }, - "Greek Army": { - "name": "Greek Army", - "countries": [ - "GRC" - ] - }, - "ch-47_green uk": { - "name": "UK", - "countries": [ - "UK" - ] - }, - "ch-47_green spain": { - "name": "Spain", - "countries": [ - "SPN" - ] - }, - "ch-47_green neth": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - } - } - }, - "SH-3W": { - "name": "SH-3W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SH-3W Sea King", - "shortLabel": "SH3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "SH_3W", - "enabled": true, - "liveries": {}, - "description": "2 engine, 2 crew scout helicopter. SH-3 Sea King." - }, - "AH-64A": { - "name": "AH-64A", - "coalition": "", - "era": "", - "label": "AH-64A", - "shortLabel": "AH64", - "type": "AH_64A", - "enabled": false, - "liveries": {} - }, - "AH-64D": { - "name": "AH-64D", - "coalition": "", - "era": "", - "label": "AH-64D", - "shortLabel": "AH64", - "type": "AH_64D", - "enabled": false, - "liveries": {} - }, - "OH-58D": { - "name": "OH-58D", - "coalition": "", - "era": "", - "label": "OH-58D", - "shortLabel": "OH58", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "OH_58D", - "enabled": true, - "liveries": {} - }, - "Ka-50": { - "name": "Ka-50", - "coalition": "", - "era": "", - "label": "KA-50", - "shortLabel": "Ka50", - "type": "Ka_50", - "enabled": false, - "liveries": {} - }, - "SA342Minigun": { - "name": "SA342Minigun", - "coalition": "", - "era": "", - "label": "SA342 Minigun Gazelle", - "shortLabel": "342", - "type": "SA342Minigun", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/navyunitdatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/navyunitdatabase.json deleted file mode 100644 index 0c90d0ad..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/navyunitdatabase.json +++ /dev/null @@ -1,1748 +0,0 @@ -{ - "CVN_71": { - "name": "CVN_71", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-71 Theodore Roosevelt", - "shortLabel": "CVN-71", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_72": { - "name": "CVN_72", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-72 Abraham Lincoln", - "shortLabel": "CVN-72", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_73": { - "name": "CVN_73", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-73 George Washington", - "shortLabel": "CVN-73", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_75": { - "name": "CVN_75", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-75 Harry S. Truman", - "shortLabel": "CVN-75", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CV_1143_5": { - "name": "CV_1143_5", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Modern", - "label": "Admiral Kuznetsov (2017)", - "shortLabel": "Admiral Kuznetsov", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "Admiral Kuznetsov. Conventional STOBAR carrier", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CastleClass_01": { - "name": "CastleClass_01", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Leeds Castle (P-258)", - "shortLabel": "HMS Leeds Castle (P-258)", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "dumbarton": { - "name": "Dumbarton", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 3000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "HandyWind": { - "name": "HandyWind", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Bulker Handy Wind", - "shortLabel": "Bulker Handy Wind", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "noname": { - "name": "NoName", - "countries": "All" - }, - "handy_wind": { - "name": "Handy Wind", - "countries": "All" - }, - "baltic_cove": { - "name": "Baltic Cove", - "countries": "All" - }, - "baltic_wind": { - "name": "Baltic Wind", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HarborTug": { - "name": "HarborTug", - "coalition": "", - "type": "Cargo/Transport", - "era": "Mid Cold War", - "label": "Harbor Tug", - "shortLabel": "Harbor Tug", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "harbor tug blue": { - "name": "Harbor Tug Blue", - "countries": "All" - }, - "harbor tug red": { - "name": "Harbor Tug Red", - "countries": "All" - }, - "harbor tug black": { - "name": "Harbor Tug Black", - "countries": "All" - }, - "harbor tug green": { - "name": "Harbor Tug Green", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LHA_Tarawa": { - "name": "LHA_Tarawa", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "LHA-1 Tarawa", - "shortLabel": "LHA-1 Tarawa", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 20000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "La_Combattante_II": { - "name": "La_Combattante_II", - "coalition": "blue", - "type": "Fast Attack Craft", - "era": "Mid Cold War", - "label": "FAC La Combattante lla", - "shortLabel": "FAC La Combattante", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "irn_217": { - "name": "217", - "countries": [ - "IRN" - ] - }, - "syr_35": { - "name": "35", - "countries": [ - "SYR" - ] - }, - "lib_521": { - "name": "521", - "countries": [ - "LIB" - ] - }, - "grg_dioskuria": { - "name": "Dioskuria", - "countries": [ - "GRG" - ] - }, - "grc_p77_plotarchis sakipis": { - "name": "Plotarchis_Sakipis", - "countries": [ - "GRC" - ] - }, - "grc_p72_ypoploiarchos votsis": { - "name": "Ypoploiarchos_Votsis", - "countries": [ - "GRC" - ] - }, - "egp_601": { - "name": "601", - "countries": [ - "EGP" - ] - }, - "irn_215": { - "name": "215", - "countries": [ - "IRN" - ] - }, - "ger_s50_panther": { - "name": "S50_Panther", - "countries": [ - "GER" - ] - }, - "lib_520": { - "name": "520", - "countries": [ - "LIB" - ] - }, - "grc_p73_antiploiarchos pezopoulos": { - "name": "Antiploiarchos_Pezopoulos", - "countries": [ - "GRC" - ] - }, - "ger_s54_elster": { - "name": "S54_Elster", - "countries": [ - "GER" - ] - }, - "ger_s58_pinguin": { - "name": "S58_Pinguin", - "countries": [ - "GER" - ] - }, - "grc_p74_plotarchis vlachavas": { - "name": "Plotarchis_Vlachavas", - "countries": [ - "GRC" - ] - }, - "ger_s52_storch": { - "name": "S52_Storch", - "countries": [ - "GER" - ] - }, - "ger_s57_weihe": { - "name": "S57_Weihe", - "countries": [ - "GER" - ] - }, - "egp_604": { - "name": "604", - "countries": [ - "EGP" - ] - }, - "ger_s53_pelikan": { - "name": "S53_Pelikan", - "countries": [ - "GER" - ] - }, - "lib_522": { - "name": "522", - "countries": [ - "LIB" - ] - }, - "ger_s56_dommel": { - "name": "S56_Dommel", - "countries": [ - "GER" - ] - }, - "irn_216": { - "name": "216", - "countries": [ - "IRN" - ] - }, - "ger_s59_reiher": { - "name": "S59_Reiher", - "countries": [ - "GER" - ] - }, - "lib_519": { - "name": "519", - "countries": [ - "LIB" - ] - }, - "syr_34": { - "name": "34", - "countries": [ - "SYR" - ] - }, - "irn_218": { - "name": "218", - "countries": [ - "IRN" - ] - }, - "grc_p76_ypoploiarchos tournas": { - "name": "Ypoploiarchos_Tournas", - "countries": [ - "GRC" - ] - }, - "grc_p75_plotarchis maridakis": { - "name": "Plotarchis_Maridakis", - "countries": [ - "GRC" - ] - }, - "ger_s55_alk": { - "name": "S55_Alk", - "countries": [ - "GER" - ] - }, - "grg_305": { - "name": "305", - "countries": [ - "GRG" - ] - }, - "egp_602": { - "name": "602", - "countries": [ - "EGP" - ] - }, - "irn_212": { - "name": "212", - "countries": [ - "IRN" - ] - }, - "grg_304": { - "name": "304", - "countries": [ - "GRG" - ] - }, - "irn_214": { - "name": "214", - "countries": [ - "IRN" - ] - }, - "irn_219": { - "name": "219", - "countries": [ - "IRN" - ] - }, - "syr_36": { - "name": "36", - "countries": [ - "SYR" - ] - }, - "lib_518": { - "name": "518", - "countries": [ - "LIB" - ] - }, - "egp_605": { - "name": "605", - "countries": [ - "EGP" - ] - }, - "ger_s51_haher": { - "name": "S51_Haher", - "countries": [ - "GER" - ] - }, - "egp_603": { - "name": "603", - "countries": [ - "EGP" - ] - } - }, - "acquisitionRange": 19000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Seawise_Giant": { - "name": "Seawise_Giant", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Seawise Giant (Tanker)", - "shortLabel": "Seawise Giant", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Ship_Tilde_Supply": { - "name": "Ship_Tilde_Supply", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Supply Ship MV Tilde", - "shortLabel": "Supply Ship Tilde", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stennis": { - "name": "Stennis", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-74 John C. Stennis", - "shortLabel": "CVN-74", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "TICONDEROG": { - "name": "TICONDEROG", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Ticonderoga Class (Cruiser)", - "shortLabel": "Ticonderoga", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "vellagulf": { - "name": "USS Vella Gulf CG-72", - "countries": [ - "USA" - ] - }, - "huecity": { - "name": "USS Hue City CG-66", - "countries": [ - "USA" - ] - }, - "capestgeorge": { - "name": "USS Cape St. George CG-71", - "countries": [ - "USA" - ] - }, - "lakeerie": { - "name": "USS Lake Erie CG-70", - "countries": [ - "USA" - ] - }, - "chosin": { - "name": "USS Chosin CG-65", - "countries": [ - "USA" - ] - }, - "normandy": { - "name": "USS Normandy CG-60", - "countries": [ - "USA" - ] - }, - "portroyal": { - "name": "USS Port Royal CG-73", - "countries": [ - "USA" - ] - }, - "shiloh": { - "name": "USS Shiloh CG-67", - "countries": [ - "USA" - ] - }, - "viksburg": { - "name": "USS Viksburg CG-69", - "countries": [ - "USA" - ] - }, - "anzio": { - "name": "USS Anzio CG-68", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052B": { - "name": "Type_052B", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52B Guangzhou", - "shortLabel": "Type 52B", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "general": { - "name": "General", - "countries": "All" - }, - "ddg-169": { - "name": "DDG-169 Wuhan", - "countries": [ - "CHN" - ] - }, - "ddg-168": { - "name": "DDG-168 Guangzhou", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 100000, - "engagementRange": 30000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052C": { - "name": "Type_052C", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52C Haikou (Destroyer)", - "shortLabel": "Type 52C", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "ddg-171": { - "name": "DDG-171 Haikou", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ddg-151": { - "name": "DDG-151 Zhengzhou", - "countries": [ - "CHN" - ] - }, - "ddg-170": { - "name": "DDG-170 Lanzhou", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "DDG-150 Changchun", - "countries": [ - "CHN" - ] - }, - "ddg-152": { - "name": "DDG-152 Jinan", - "countries": [ - "CHN" - ] - }, - "ddg-153": { - "name": "DDG-153 Xi'an", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 260000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_054A": { - "name": "Type_054A", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 54A Yantai (Frigate)", - "shortLabel": "Type 54A", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ffg-573": { - "name": "FFG-573 Liuzhou", - "countries": [ - "CHN" - ] - }, - "ffg-578": { - "name": "FFG-578 Yangzhou", - "countries": [ - "CHN" - ] - }, - "ffg-531": { - "name": "FFG-531 Xiangtan", - "countries": [ - "CHN" - ] - }, - "ffg-550": { - "name": "FFG-550 Weifang", - "countries": [ - "CHN" - ] - }, - "ffg-536": { - "name": "FFG-536 Xuchang", - "countries": [ - "CHN" - ] - }, - "ffg-549": { - "name": "FFG-549 Changzhou", - "countries": [ - "CHN" - ] - }, - "ffg-574": { - "name": "FFG-574 Sanya", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "FFG-515 Binzhou", - "countries": [ - "CHN" - ] - }, - "ffg-576": { - "name": "FFG-576 Daqing", - "countries": [ - "CHN" - ] - }, - "ffg-599": { - "name": "FFG-599 Anyang", - "countries": [ - "CHN" - ] - }, - "ffg-547": { - "name": "FFG-547 Linyi", - "countries": [ - "CHN" - ] - }, - "ffg-571": { - "name": "FFG-571 Yuncheng", - "countries": [ - "CHN" - ] - }, - "ffg-546": { - "name": "FFG-546 Yancheng", - "countries": [ - "CHN" - ] - }, - "ffg-579": { - "name": "FFG-579 Handan", - "countries": [ - "CHN" - ] - }, - "ffg-532": { - "name": "FFG-532 Jingzhou", - "countries": [ - "CHN" - ] - }, - "ffg-569": { - "name": "FFG-569 Yulin", - "countries": [ - "CHN" - ] - }, - "ffg-538": { - "name": "FFG-538 Yantai", - "countries": [ - "CHN" - ] - }, - "ffg-577": { - "name": "FFG-577 Huanggang", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ffg-572": { - "name": "FFG-572 Hengshui", - "countries": [ - "CHN" - ] - }, - "ffg-539": { - "name": "FFG-539 Wuhu", - "countries": [ - "CHN" - ] - }, - "ffg-548": { - "name": "FFG-548 Yiyang", - "countries": [ - "CHN" - ] - }, - "ffg-575": { - "name": "FFG-575 Yueyang", - "countries": [ - "CHN" - ] - }, - "ffg-598": { - "name": "FFG-598 Rizhao", - "countries": [ - "CHN" - ] - }, - "ffg-500": { - "name": "FFG-500 Xianning", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 160000, - "engagementRange": 45000, - "tags": "", - "description": "", - "abilities": "35nm >50,000ft range" - }, - "Type_071": { - "name": "Type_071", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Type 071 (Transport dock)", - "shortLabel": "Type 071", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "lpd-978": { - "name": "978 Wuzhi Shan", - "countries": [ - "CHN" - ] - }, - "lpd-989": { - "name": "989 Changbai Shan", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "998 Kunlun Shan", - "countries": [ - "CHN" - ] - }, - "lpd-999": { - "name": "999 Jinggang Shan", - "countries": [ - "CHN" - ] - }, - "lpd-988": { - "name": "988 Yimeng Shan", - "countries": [ - "CHN" - ] - }, - "lpd-980": { - "name": "980 Longhu Shan", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 300000, - "engagementRange": 150000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_093": { - "name": "Type_093", - "coalition": "red", - "type": "Submarine", - "era": "Modern", - "label": "Type 093 (Shang)", - "shortLabel": "Type 093", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "periscope_state_1": { - "name": "Periscope State 1", - "countries": "All" - } - }, - "acquisitionRange": 40000, - "engagementRange": 40000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Arleigh_Burke_IIa": { - "name": "USS_Arleigh_Burke_IIa", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Arleigh Burke Class (Destroyer)", - "shortLabel": "Arleigh Burke Class (Destroyer)", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ddg-107_uss_gravely": { - "name": "DDG-107 USS Gravely", - "countries": [ - "USA" - ] - }, - "ddg-112_uss_michael_murphy": { - "name": "DDG-112 USS Michael Murphy", - "countries": [ - "USA" - ] - }, - "ddg-101_uss_gridley": { - "name": "DDG-101 USS Gridley", - "countries": [ - "USA" - ] - }, - "ddg-106_uss_stockdale": { - "name": "DDG-106 USS Stockdale", - "countries": [ - "USA" - ] - }, - "ddg-115_uss_rafael_peralta": { - "name": "DDG-115 USS Rafael Peralta", - "countries": [ - "USA" - ] - }, - "ddg-114_uss_ralph_johnson": { - "name": "DDG-114 USS Ralph Johnson", - "countries": [ - "USA" - ] - }, - "ddg-116_uss_thomas_hudner": { - "name": "DDG-116 USS Thomas Hudner", - "countries": [ - "USA" - ] - }, - "ddg-113_uss_john_finn": { - "name": "DDG-113 USS John Finn", - "countries": [ - "USA" - ] - }, - "ddg-108_uss_wayne_e.meyer": { - "name": "DDG-108 USS Wayne E. Meyer", - "countries": [ - "USA" - ] - }, - "ddg-110_uss_william_p.lawrence": { - "name": "DDG-110 USS William P. Lawrence", - "countries": [ - "USA" - ] - }, - "ddg-103_uss_truxtun": { - "name": "DDG-103 USS Truxtun", - "countries": [ - "USA" - ] - }, - "ddg-109_uss_jason_dunham": { - "name": "DDG-109 USS Jason Dunham", - "countries": [ - "USA" - ] - }, - "ddg-105_uss_dewey": { - "name": "DDG-105 USS Dewey", - "countries": [ - "USA" - ] - }, - "ddg-104_uss_sterett": { - "name": "DDG-104 USS Sterett", - "countries": [ - "USA" - ] - }, - "ddg-102_uss_sampson": { - "name": "DDG-102 USS Sampson", - "countries": [ - "USA" - ] - }, - "ddg-111_uss_spruance": { - "name": "DDG-111 USS Spruance", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "abilities": "", - "tags": "", - "description": "", - "canTargetPoint": true, - "canRearm": false - }, - "ara_vdm": { - "name": "ara_vdm", - "coalition": "", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "ARA Vienticinco de Mayo", - "shortLabel": "ARA Vienticinco de Mayo", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 18000, - "engagementRange": 5000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "hms_invincible": { - "name": "hms_invincible", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "HMS Invincible", - "shortLabel": "HMS Invincible", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 100000, - "engagementRange": 74000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-achilles": { - "name": "leander-gun-achilles", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Achilles (F12)", - "shortLabel": "HMS Achilles", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 8000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-andromeda": { - "name": "leander-gun-andromeda", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Andromeda (F57)", - "shortLabel": "HMS Andromeda", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-ariadne": { - "name": "leander-gun-ariadne", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Ariadne (F72)", - "shortLabel": "HMS Ariadne", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-condell": { - "name": "leander-gun-condell", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Almirante Condell PFG-06", - "shortLabel": "Almirante Condell", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-lynch": { - "name": "leander-gun-lynch", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "CNS Almirante Lynch (PFG-07)", - "shortLabel": "CNS Almirante Lynch", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "santafe": { - "name": "santafe", - "coalition": "", - "type": "Submarine", - "era": "WW2", - "label": "ARA Santa Fe S-21", - "shortLabel": "ARA Santa", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "speedboat": { - "name": "speedboat", - "coalition": "", - "era": "", - "label": "Boat Armed Hi-speed", - "shortLabel": "Boat Armed Hi-speed", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "PERRY": { - "name": "PERRY", - "coalition": "blue", - "type": "Combatants", - "era": "Mid Cold War", - "label": "Oliver H. Perry", - "shortLabel": "Oliver H. Perry", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "gary": { - "name": "USS Gary FFG-51", - "countries": "All" - }, - "carr": { - "name": "USS Carr FFG-52", - "countries": "All" - }, - "reubenjames": { - "name": "USS Reuben James FFG-57", - "countries": "All" - }, - "hawes": { - "name": "USS Hawes FFG-53", - "countries": "All" - }, - "ford": { - "name": "USS Ford FFG-54", - "countries": "All" - }, - "elrod": { - "name": "USS Elrod FFG-55", - "countries": "All" - }, - "vandergrift": { - "name": "USS Vandergrift FFG-48", - "countries": "All" - }, - "rentz": { - "name": "USS Rentz FFG-46", - "countries": "All" - }, - "nicholas": { - "name": "USS Nicholas FFG-47", - "countries": "All" - }, - "kauffman": { - "name": "USS Kauffman FFG-59", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ALBATROS": { - "name": "ALBATROS", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Albatros (Grisha-5)", - "shortLabel": "Albatros", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "141": { - "name": "141", - "countries": "All" - }, - "142": { - "name": "142", - "countries": "All" - }, - "143": { - "name": "143", - "countries": "All" - }, - "144": { - "name": "144", - "countries": "All" - }, - "145": { - "name": "145", - "countries": "All" - }, - "146": { - "name": "146", - "countries": "All" - }, - "147": { - "name": "147", - "countries": "All" - }, - "148": { - "name": "148", - "countries": "All" - }, - "149": { - "name": "149", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KUZNECOW": { - "name": "KUZNECOW", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "Admiral Kuznetsov", - "shortLabel": "AK", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOLNIYA": { - "name": "MOLNIYA", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Molniya (Tarantul-3)", - "shortLabel": "Molniya", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 21000, - "engagementRange": 2000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOSCOW": { - "name": "MOSCOW", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Moscow", - "shortLabel": "Moscow", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "default": { - "name": "default", - "countries": "All" - }, - "cow1": { - "name": "cow1", - "countries": "All" - }, - "cow3": { - "name": "cow3", - "countries": "All" - }, - "cow2": { - "name": "cow2", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 75000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NEUSTRASH": { - "name": "NEUSTRASH", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Neustrashimy", - "shortLabel": "Neustrashimy", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 27000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "PIOTR": { - "name": "PIOTR", - "coalition": "red", - "era": "Late Cold War", - "label": "Pyotr Velikiy (Battlecruiser)", - "shortLabel": "Pyotr Velikiy", - "type": "Combatants", - "enabled": true, - "liveries": {}, - "acquisitionRange": 250000, - "engagementRange": 190000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "REZKY": { - "name": "REZKY", - "coalition": "red", - "type": "Combatants", - "era": "WW2", - "label": "Rezky (Krivak-2)", - "shortLabel": "Rezky", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ELNYA": { - "name": "ELNYA", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Elnya tanker", - "shortLabel": "Elnya tanker", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-2": { - "name": "Dry-cargo ship-2", - "coalition": "", - "era": "", - "label": "Cargo Ivanov", - "shortLabel": "Cargo Ivanov", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-1": { - "name": "Dry-cargo ship-1", - "coalition": "", - "era": "", - "label": "Bulker Yakushev", - "shortLabel": "Bulker Yakushev", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZWEZDNY": { - "name": "ZWEZDNY", - "coalition": "", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Zwezdny", - "shortLabel": "Zwezdny", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KILO": { - "name": "KILO", - "coalition": "red", - "type": "Submarine", - "era": "Mid Cold War", - "label": "Project 636 Varshavyanka Basic", - "shortLabel": "Varshavyanka Basic", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "IMPROVED_KILO": { - "name": "IMPROVED_KILO", - "coalition": "red", - "era": "", - "label": "SSK 636 Improved Kilo", - "shortLabel": "Kilo", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SOM": { - "name": "SOM", - "coalition": "", - "era": "", - "label": "SSK 641B Tango", - "shortLabel": "Tango", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Forrestal": { - "name": "Forrestal", - "coalition": "blue", - "era": "Early Cold War", - "label": "CV-59 Forrestal", - "shortLabel": "CV-59 Forrestal", - "type": "Aircraft Carrier", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LST_Mk2": { - "name": "LST_Mk2", - "coalition": "blue", - "era": "WW2", - "label": "LST Mk.II", - "shortLabel": "LST Mk.II", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Samuel_Chase": { - "name": "USS_Samuel_Chase", - "coalition": "blue", - "era": "WW2", - "label": "LS Samuel Chase", - "shortLabel": "LS Samuel Chase", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 7000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Higgins_boat": { - "name": "Higgins_boat", - "coalition": "blue", - "era": "WW2", - "label": "Boat LCVP Higgins", - "shortLabel": "Boat LCVP Higgins", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Uboat_VIIC": { - "name": "Uboat_VIIC", - "coalition": "red", - "era": "WW2", - "label": "U-boat VIIC", - "shortLabel": "U-boat", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Schnellboot_type_S130": { - "name": "Schnellboot_type_S130", - "coalition": "red", - "era": "WW2", - "label": "Boat Schnellboot type S130", - "shortLabel": "Boat Schnellboot type S130", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "BDK-775": { - "name": "BDK-775", - "coalition": "", - "era": "Late Cold War", - "label": "LS Ropucha", - "shortLabel": "LS Ropucha", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {} - }, - "VINSON": { - "name": "VINSON", - "coalition": "", - "era": "", - "label": "Do not enable - CVN-70 Carl Vinson - Very legacy, invisible unit ", - "shortLabel": "CVN-70 Carl Vinson", - "type": "Bugged", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/old/aircraftdatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/old/aircraftdatabase.json deleted file mode 100644 index 1eeed1ee..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/old/aircraftdatabase.json +++ /dev/null @@ -1,33295 +0,0 @@ -{ - "A-10C_2": { - "name": "A-10C_2", - "coalition": "blue", - "era": "Late Cold War", - "label": "A-10C Warthog 2", - "shortLabel": "A10", - "loadouts": [ - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "name": "AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "name": "AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "name": "AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "name": "AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "name": "AGM-65D*2,Mk-82*6,AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "name": "AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "name": "AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "name": "AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 3 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "name": "AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "name": "AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "name": "AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "name": "AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "name": "AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "name": "AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*12, TGP, CAP-9*1", - "name": "BDU-33*12, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with TGM-65D - Trg Round for Mav D (IIR)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65H - Trg Round for Mav H (CCD)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "name": "BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1", - "name": "BDU-33*6, TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x BDU-33 - 25lb Practice Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "name": "BDU-33*6, TGP, CAP-9*1, BDU-50LD*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "name": "BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 6 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk1, Practice", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "name": "BDU-50HD*6,Mk1*7,TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "BDU-50HD - 500lb Inert Practice Bomb HD", - "quantity": 2 - }, - { - "name": "BDU-50LD - 500lb Inert Practice Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts WTU-1/B, Practice", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - } - ], - "enabled": true, - "code": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "name": "BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-103*4, M151*14, AIM-9*2, ECM", - "name": "CBU-103*4, M151*14, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "name": "CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*28, AIM-9*2,ECM", - "name": "CBU-87*4, M151*28, AIM-9*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CBU-87*4, M151*42, AIM-9*2, ECM", - "name": "CBU-87*4, M151*42, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*14,TGP, AIM-9*2", - "name": "GBU-12*14,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x GBU-12 - 500lb Laser Guided Bombs", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "name": "GBU-12*6,GBU-10*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "name": "GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "name": "GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "name": "GBU-38*4,GBU-31*2,TGP, AIM-9*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 1 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "GBU-54(V)1/B - LJDAM, 500lb Laser & GPS Guided Bomb LD", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "name": "GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-131 pods - 21 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "name": "LAU-131 98 rkt M156 WP, AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 6 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "name": "LAU-68 42 rkt M156 WP, AIM-9*2, ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "M151*98, Mk-82*2,AIM-9*2,ECM", - "name": "M151*98, Mk-82*2,AIM-9*2,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 5 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*20,AIM-9*2,ECM", - "name": "Mk-82*20,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "name": "Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 7 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-9*2,TGP,ECM", - "name": "Mk-82*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "name": "Mk-82*6,Mk-84*2,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82*8,AIM-9*2,ECM", - "name": "Mk-82*8,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 5 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "name": "Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 8 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82AIR*8,AIM-9*2,ECM", - "name": "Mk-82AIR*8,AIM-9*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M257, Para Illum", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "MK-84*2,LAU-68*2,AGM-65K*2", - "name": "MK-84*2,LAU-68*2,AGM-65K*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*4,AIM-9*2,ECM", - "name": "Mk-84*4,AIM-9*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*6,AIM-9*2,TGP,ECM", - "name": "Mk-84*6,AIM-9*2,TGP,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "name": "PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 9 - } - ], - "enabled": true, - "code": "SUU-25*9,AIM-9*2,ECM", - "name": "SUU-25*9,AIM-9*2,ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP", - "name": "TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB - 500lb Laser Guided Inert Practice Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, BDU-50LGB*4", - "name": "TGP, CAP-9*1, BDU-50LGB*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-117 with CATM-65K - Captive Trg Round for Mav K (CCD)", - "quantity": 1 - }, - { - "name": "LAU-117 with TGM-65G - Trg Round for Mav G (IIR)", - "quantity": 1 - }, - { - "name": "LAU-105 with 1 x Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "name": "TGP, CAP-9*1, CATM-65K*1, TGM-65G*1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 3 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "name": "TGP, CBU-87*3, M151*28, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "name": "TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 AIR Ballute - 500lb GP Bombs HD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "name": "TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "name": "TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "BRU-42 with 3 x LAU-68 pods - 21 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "LAU-105 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "name": "TGP, M151*84, Mk-82*2,AIM-9*2, ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "a-10.png", - "enabled": true, - "liveries": { - "81st fs spangdahlem ab, germany (sp) 1": { - "name": "81st FS Spangdahlem AB, Germany (SP) 1", - "countries": [ - "USA" - ] - }, - "fictional spanish tritonal": { - "name": "Fictional Spanish Tritonal", - "countries": [ - "SPN" - ] - }, - "47th fs barksdale afb, louisiana (bd)": { - "name": "47th FS Barksdale AFB, Louisiana (BD)", - "countries": [ - "USA" - ] - }, - "fictional georgian olive": { - "name": "Fictional Georgian Olive", - "countries": [ - "GRG" - ] - }, - "algerian af fictional grey": { - "name": "Algerian AF Fictional Grey", - "countries": [ - "DZA" - ] - }, - "fictional russian air force 1": { - "name": "Fictional Russian Air Force 1", - "countries": [ - "RUS" - ] - }, - "fictional israel 115 sqn flying dragon": { - "name": "Fictional Israel 115 Sqn Flying Dragon", - "countries": [ - "ISR" - ] - }, - "172nd fs battle creek angb, michigan (bc)": { - "name": "172nd FS Battle Creek ANGB, Michigan (BC)", - "countries": [ - "USA" - ] - }, - "190th fs boise angb, idaho (id)": { - "name": "190th FS Boise ANGB, Idaho (ID)", - "countries": [ - "USA" - ] - }, - "81st fs spangdahlem ab, germany (sp) 2": { - "name": "81st FS Spangdahlem AB, Germany (SP) 2", - "countries": [ - "USA" - ] - }, - "fictional german 3322": { - "name": "Fictional German 3322", - "countries": [ - "GER" - ] - }, - "66th ws nellis afb, nevada (wa)": { - "name": "66th WS Nellis AFB, Nevada (WA)", - "countries": [ - "USA" - ] - }, - "algerian af fictional desert": { - "name": "Algerian AF Fictional Desert", - "countries": [ - "DZA" - ] - }, - "fictional italian am (23gruppo)": { - "name": "AM (23Gruppo)", - "countries": [ - "ITA" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "184th fs arkansas ang, fort smith (fs)": { - "name": "184th FS Arkansas ANG, Fort Smith (FS)", - "countries": [ - "USA" - ] - }, - "354th fs davis monthan afb, arizona (dm)": { - "name": "354th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "fictional royal norwegian air force": { - "name": "Fictional Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "422nd tes nellis afb, nevada (ot)": { - "name": "422nd TES Nellis AFB, Nevada (OT)", - "countries": [ - "USA" - ] - }, - "118th fs bradley angb, connecticut (ct)": { - "name": "118th FS Bradley ANGB, Connecticut (CT)", - "countries": [ - "USA" - ] - }, - "fictional spanish aga": { - "name": "Fictional Spanish AGA", - "countries": [ - "SPN" - ] - }, - "74th fs moody afb, georgia (ft)": { - "name": "74th FS Moody AFB, Georgia (FT)", - "countries": [ - "USA" - ] - }, - "fictional russian air force 2": { - "name": "Fictional Russian Air Force 2", - "countries": [ - "RUS" - ] - }, - "118th fs bradley angb, connecticut (ct) n621": { - "name": "118th FS Bradley ANGB, Connecticut (CT) N621", - "countries": [ - "USA" - ] - }, - "357th fs davis monthan afb, arizona (dm)": { - "name": "357th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "canada rcaf 409 squadron": { - "name": "Fictional RCAF 409 Squadron", - "countries": [ - "CAN" - ] - }, - "355th fs eielson afb, alaska (ak)": { - "name": "355th FS Eielson AFB, Alaska (AK)", - "countries": [ - "USA" - ] - }, - "25th fs osan ab, korea (os)": { - "name": "25th FS Osan AB, Korea (OS)", - "countries": [ - "USA" - ] - }, - "358th fs davis monthan afb, arizona (dm)": { - "name": "358th FS Davis Monthan AFB, Arizona (DM)", - "countries": [ - "USA" - ] - }, - "australia notional raaf": { - "name": "Australia Notional RAAF", - "countries": [ - "AUS" - ] - }, - "fictional canadian air force pixel camo": { - "name": "Fictional Canadian Air Force Pixel Camo", - "countries": [ - "CAN" - ] - }, - "fictional france escadron de chasse 03.003 ardennes": { - "name": "Fictional France Escadron de Chasse 03.003 ARDENNES", - "countries": [ - "FRA" - ] - }, - "canada rcaf 442 snow scheme": { - "name": "Fictional RCAF 442 Snow Scheme", - "countries": [ - "CAN" - ] - }, - "23rd tfw england afb (el)": { - "name": "23rd TFW England AFB (EL)", - "countries": [ - "USA" - ] - }, - "fictional georgian grey": { - "name": "Fictional Georgian Grey", - "countries": [ - "GRG" - ] - }, - "fictional ukraine air force 1": { - "name": "Fictional Ukraine Air Force 1", - "countries": [ - "UKR" - ] - }, - "104th fs maryland ang, baltimore (md)": { - "name": "104th FS Maryland ANG, Baltimore (MD)", - "countries": [ - "USA" - ] - }, - "fictional spanish 12nd wing": { - "name": "Fictional Spanish 12nd Wing", - "countries": [ - "SPN" - ] - }, - "a-10 grey": { - "name": "A-10 Grey", - "countries": [ - "DEN", - "TUR", - "NETH", - "BEL", - "UK" - ] - }, - "fictional german 3323": { - "name": "Fictional German 3323", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 1 crew, attack aircraft. Warthog", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-20G": { - "name": "A-20G", - "coalition": "blue", - "label": "A-20G Havoc", - "era": "WW2", - "shortLabel": "A20", - "loadouts": [ - { - "items": [ - { - "name": "4 x AN-M64 - 500lb GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "500 lb GP bomb LD*4", - "name": "500 lb GP bomb LD*4", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "a-20.png", - "enabled": true, - "liveries": { - "ussr 1st gmtap": { - "name": "1st GMTAP", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 645th bs": { - "name": "645th BS, 410th BG, 9th AF", - "countries": [ - "USA" - ] - }, - "107 sqn": { - "name": "107 SQN", - "countries": [ - "UK" - ] - }, - "ussr 27 ape dd": { - "name": "27th API DD", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaf 668th bs": { - "name": "668th BS, 416th BG", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 3 crew, medium attack bomber. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "A-50": { - "name": "A-50", - "coalition": "red", - "label": "A-50 Mainstay", - "era": "Late Cold War", - "shortLabel": "A50", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 15 crew. NATO reporting name: Mainstay", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "AJS37": { - "name": "AJS37", - "coalition": "blue", - "label": "AJS37 Viggen", - "era": "Mid Cold War", - "shortLabel": "AJS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "name": "Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship: RB-04E*2, RB-74*2, XT", - "name": "Anti-ship: RB-04E*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "name": "Anti-ship (Heavy Mav): RB-75T*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "name": "Hard Target (Countermeasures): RB-05, XT, KB, U22", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "name": "Hard Target (MAV): RB-75T*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Ferry Flight: XT", - "name": "Ferry Flight: XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS (75 GUN): RB-75*2, AKAN", - "name": "CAS (75 GUN): RB-75*2, AKAN", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP: RB-74*4, XT", - "name": "CAP: RB-74*4, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "U22/A Jammer", - "quantity": 1 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Countermeasures Escort: U/22A, KB", - "name": "Countermeasures Escort: U/22A, KB", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BK-90 MJ1 (72 x MJ1 HE-FRAG Bomblets)", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "name": "Strike: BK90 (MJ1)*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS: AKAN, RB-05A", - "name": "CAS: AKAN, RB-05A", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "name": "CAP (6 AAM): RB-74*4, RB-24J*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "name": "Rocket Half Load HE: ARAK HE*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "name": "CAP / Intecept: RB-05A*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb Low-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "name": "Bombs Low-drag: SB71LD*16, RB-24J*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75T (AGM-65A Maverick) (TV ASM Lg HE Whd)", - "quantity": 2 - }, - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "U/22 Jammer pod", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "SEAD: RB-75T*2, U22/A, KB, XT", - "name": "SEAD: RB-75T*2, U22/A, KB, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-15F Programmable Anti-ship Missile", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "name": "Anti-Ship (Modern): RB-15F*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "New Payload", - "name": "New Payload", - "roles": [] - }, - { - "items": [ - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (AJ37): RB-24J*2", - "name": "CAP (AJ37): RB-24J*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "KB Flare/Chaff dispenser pod", - "quantity": 1 - }, - { - "name": "Rb-04E Anti-ship Missile", - "quantity": 1 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "name": "ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "name": "Bombs High-drag: SB71HD*16, XT, RB-24J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Rb-75A (AGM-65A Maverick) (TV ASM)", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti-ship (Light Mav): RB-75*4, XT", - "name": "Anti-ship (Light Mav): RB-75*4, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "name": "Rocket Full Load HE: ARAK HE*4, RB-24J, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2x 80kg LYSB-71 Illumination Bomb", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "Illumination: LYSB*8, XT", - "name": "Illumination: LYSB*8, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "name": "Anti-ship (RB05): RB-05A*2, RB-74*2, XT", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AKAN M/55 Gunpod, 150 rnds MINGR55-HE", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAP (Gun): AKAN*2, RB-74*2, XT", - "name": "CAP (Gun): AKAN*2, RB-74*2, XT", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-74 (AIM-9L) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Hard Target: RB-05A*2, RB-74*2, XT", - "name": "Hard Target: RB-05A*2, RB-74*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "Rb-05A MCLOS ASM/AShM/AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "RB-05*2, XT", - "name": "RB-05*2, XT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ARAK M/70B HE 6x 135mm UnGd Rkts, Shu70 HE/FRAG", - "quantity": 4 - }, - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS: ARAK M70 HE*4, XT", - "name": "CAS: ARAK M70 HE*4, XT", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AJS External-tank 1013kg fuel", - "quantity": 1 - }, - { - "name": "4x SB M/71 120kg GP Bomb High-drag", - "quantity": 4 - }, - { - "name": "Rb-24J (AIM-9P) Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Strike: SB71HD*16, RB-24J, XT", - "name": "Runway Strike: SB71HD*16, RB-24J, XT", - "roles": [ - "Runway Attack" - ] - } - ], - "filename": "viggen.png", - "enabled": true, - "liveries": { - "37": { - "name": "#1 Splinter F21 Norrbottens Flygflottilj", - "countries": "All" - }, - "37402": { - "name": "#3 JA-37 F21 Akktu Stakki", - "countries": "All" - }, - "se-dxnv4": { - "name": "SE-DXN by Mach3DS", - "countries": "All" - }, - "f7 skaraborg": { - "name": "#4 Splinter F7 Skaraborgs Flygflottilj 76", - "countries": "All" - }, - "sf-37 akktu stakki - f21": { - "name": "SF-37 Akktu Stakki - F21", - "countries": "All" - }, - "the show must go on": { - "name": "SHOW MUST GO ON! by Bender & Mach3DS", - "countries": "All" - }, - "baremetal": { - "name": "#2 Bare Metal F7 Skaraborgs Flygflottilj", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, delta wing, 1 crew, attack aircraft. Viggen", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AV8BNA": { - "name": "AV8BNA", - "coalition": "blue", - "label": "AV8BNA Harrier", - "era": "Late Cold War", - "shortLabel": "AV8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-L-H: Mk-82SEx6, GAU-12", - "name": "H-L-H: Mk-82SEx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "name": "AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "2 GBU-38 */*", - "quantity": 1 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 GBU-38 *\\*", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "name": "H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "name": "AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "name": "Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx6, GAU-12", - "name": "H-M-H: Mk-82LDx6, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "name": "PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "2 Mk-82 Snakeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "2 Mk-82 Snakeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "name": "L-L-L: Mk-82SEx10, Jammer Pod, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SUU-25 x 8 LUU-2 - Target Marker Flares", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "name": "AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "3 Mk-82", - "quantity": 2 - }, - { - "name": "2 Mk-82 *\\*", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-82 */*", - "quantity": 1 - } - ], - "enabled": true, - "code": "H-M-H: Mk-82LDx10, GAU-12", - "name": "H-M-H: Mk-82LDx10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 2 - } - ], - "enabled": true, - "code": "Area Suppression: Mk-20x10, GAU-12", - "name": "Area Suppression: Mk-20x10, GAU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "name": "Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "2 GBU-12 *-*", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "name": "PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AERO 1D 300 Gallons Fuel Tank ", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "name": "Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "name": "PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "name": "Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 Mk-83 *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-83 */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "name": "RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - } - ], - "enabled": true, - "code": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "name": "Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 3 - }, - { - "name": "2 Mk-20 Rockeye *\\*", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "2 Mk-20 Rockeye */*", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "name": "Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 2 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - }, - { - "name": "AN/ALQ-164 DECM Pod", - "quantity": 1 - }, - { - "name": "GAU 12 Gunpod w/SAPHEI-T", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "name": "AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65L - Maverick E2/L (CCD Laser ASM)", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "name": "PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "AGM-122 Sidearm", - "quantity": 1 - }, - { - "name": "LAU-131 pod - 7 x 2.75\" Hydra, Laser Guided Rkts M151, HE APKWS", - "quantity": 4 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "name": "PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD", - "roles": [ - "Strike" - ] - } - ], - "filename": "av8bna.png", - "enabled": true, - "liveries": { - "vmat-203": { - "name": "VMAT-203", - "countries": "All" - }, - "vma-542": { - "name": "VMA-542", - "countries": "All" - }, - "vma-311d": { - "name": "VMA-311D", - "countries": "All" - }, - "vma-223d": { - "name": "VMA-223D", - "countries": "All" - }, - "vma-513": { - "name": "VMA-513", - "countries": "All" - }, - "vma-214d": { - "name": "VMA-214D", - "countries": "All" - }, - "vma-211": { - "name": "VMA-211", - "countries": "All" - }, - "vma-231-2": { - "name": "VMA-231-2", - "countries": "All" - }, - "vmat-203s": { - "name": "VMAT-203 Special", - "countries": "All" - }, - "vma-214": { - "name": "VMA-214", - "countries": "All" - }, - "vma-513d": { - "name": "VMA-513D", - "countries": "All" - }, - "vma-231d": { - "name": "VMA-231D", - "countries": "All" - }, - "vma-311": { - "name": "VMA-311", - "countries": "All" - }, - "default": { - "name": "default", - "countries": "All" - }, - "vma-231-1": { - "name": "VMA-231-1", - "countries": "All" - }, - "vma-211d": { - "name": "VMA-211D", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather, VTOL attack aircraft. Harrier", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "An-26B": { - "name": "An-26B", - "coalition": "red", - "label": "An-26B Curl", - "era": "Mid Cold War", - "shortLabel": "A26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "an-26.png", - "enabled": true, - "liveries": { - "china plaaf": { - "name": "China PLAAF", - "countries": [ - "CHN" - ] - }, - "rf navy": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "abkhazian af": { - "name": "Abkhazian AF", - "countries": [ - "ABH" - ] - }, - "aeroflot": { - "name": "Aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian af": { - "name": "Georgian AF", - "countries": [ - "GRG" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "ukraine af": { - "name": "Ukraine AF", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew, cargo and passenger aircraft. NATO reporting name: Curl", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "An-30M": { - "name": "An-30M", - "coalition": "red", - "label": "An-30M Clank", - "era": "Mid Cold War", - "shortLabel": "A30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "a-50.png", - "enabled": true, - "liveries": { - "15th transport ab": { - "name": "15th Transport AB", - "countries": [ - "UKR" - ] - }, - "china caac": { - "name": "China CAAC", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 7 crew, weather reseach aircraft. NATO reporting name: Clank", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "B-1B": { - "name": "B-1B", - "coalition": "blue", - "label": "B-1B Lancer", - "era": "Late Cold War", - "shortLabel": "B1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "28 x Mk-82 - 500lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-82*84", - "name": "Mk-82*84", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x AGM-154C - JSOW Unitary BROACH", - "quantity": 3 - } - ], - "enabled": true, - "code": "AGM-154*12", - "name": "AGM-154*12", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-38*48", - "name": "GBU-38*48", - "roles": [ - "CAS", - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "10 x CBU-87 - 202 x CEM Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-87*30", - "name": "CBU-87*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "CBU-97*30", - "name": "CBU-97*30", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "10 x CBU-97 - 10 x SFW Cluster Bombs", - "quantity": 2 - }, - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-38*16, CBU-97*20", - "name": "GBU-38*16, CBU-97*20", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "8 x Mk-84 - 2000lb GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "Mk-84*24", - "name": "Mk-84*24", - "roles": [ - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31*24", - "name": "GBU-31*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bombs", - "quantity": 3 - } - ], - "enabled": true, - "code": "GBU-31(V)3/B*24", - "name": "GBU-31(V)3/B*24", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "16 x GBU-38 - JDAM, 500lb GPS Guided Bombs", - "quantity": 2 - }, - { - "name": "8 x GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-31*8, GBU-38*32", - "name": "GBU-31*8, GBU-38*32", - "roles": [ - "Strike", - "Strike" - ] - } - ], - "filename": "b-1.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 2 crew bomber. Lancer", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "B-52H": { - "name": "B-52H", - "coalition": "blue", - "label": "B-52H Stratofortress", - "era": "Early Cold War", - "shortLabel": "B52", - "loadouts": [ - { - "items": [ - { - "name": "8 x AGM-84A Harpoon ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-84A*8", - "name": "AGM-84A*8", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x AGM-86D on MER", - "quantity": 2 - }, - { - "name": "8 x AGM-86D", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-86C*20", - "name": "AGM-86C*20", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MER12 with 12 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "27 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk 82*51", - "name": "Mk 82*51", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "18 x Mk-84 2000lb GP Bombs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-84*18", - "name": "Mk-84*18", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HSAB with 9 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*18", - "name": "Mk20*18", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "b-52.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "8 jet engine, swept wing, 6 crew bomber. Stratofortress", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Bf-109K-4": { - "name": "Bf-109K-4", - "coalition": "red", - "label": "Bf-109K-4", - "era": "WW2", - "shortLabel": "109", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC250", - "name": "SC250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "bf109.png", - "enabled": true, - "liveries": { - "germany_standard": { - "name": "Jagdgeschwader 27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 white 6, jg 4": { - "name": "White 6, JG 4", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 red7 eads": { - "name": "BF109G4 -red7- EADS -fondation messerschmitt V2", - "countries": [ - "GER" - ] - }, - "bf-109 k4 iijg52": { - "name": "II./JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 us captured": { - "name": "US Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 stab jg52": { - "name": "Stab JG52", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 334xxx batch": { - "name": "334xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 ussr green": { - "name": "Green-trophy RKKA", - "countries": [ - "SUN", - "RUS" - ] - }, - "bf-109 k4 330xxx batch": { - "name": "330xxx batch", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 irmgard": { - "name": "Bf-109K-4 Irmgard Captured", - "countries": [ - "USA" - ] - }, - "bf-109 k4 swiss e-3a j-374 1940": { - "name": "Swiss E-3a J-374 1940 l'Seducteur", - "countries": [ - "SUI" - ] - }, - "green": { - "name": "Green", - "countries": "All" - }, - "bf-109 k4 9.jg77": { - "name": "9./JG77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 croatia": { - "name": "Croatia Air Force - 'Black 4'", - "countries": [ - "HRV", - "NZG", - "GER" - ] - }, - "bf-109 k4 9.jg27 (w10+i)": { - "name": "9./JG27 (W10+I)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 legion condor spain 1939": { - "name": "6-123 ESPAÑA", - "countries": [ - "SPN" - ] - }, - "bf-109 k4 jagdgeschwader 53": { - "name": " Jagdgeschwader 53", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11": { - "name": "NJG 11", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 g10 of tibor tobak rhaf": { - "name": "BF109G10 RHAF Tibor Tobak by Reflected", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "bf-109 k4 jagdgeschwader 77": { - "name": "Jagdgeschwader 77", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 iaf s-199": { - "name": "S-199 IDF by Ovenmit", - "countries": [ - "ISR" - ] - }, - "bf-109 k4 iiijg27": { - "name": "III/JG27", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 1.njg 11 (white 5)": { - "name": "1./NJG 11 (W5)", - "countries": [ - "GER", - "NZG" - ] - }, - "bf-109 k4 raf vd 358 e-2": { - "name": "RAF VD 358 E-2 - UK Captured", - "countries": [ - "UK" - ] - }, - "bf-109 k4 335xxx batch": { - "name": "335xxx batch", - "countries": [ - "GER", - "NZG" - ] - } - }, - "type": "Aircraft", - "description": "Single propeller, straight wing, 1 crew. 109", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-101CC": { - "name": "C-101CC", - "coalition": "blue", - "label": "C-101CC", - "era": "Late Cold War", - "shortLabel": "101", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON (I)", - "name": "2*AIM-9P, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (I)", - "name": "2*AIM-9M, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 533 CANNON (II)", - "name": "2*AIM-9P, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (IV)", - "name": "2*AIM-9P, AN-M3 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON (III)", - "name": "2*AIM-9M, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, DEFA 553 CANNON", - "name": "2*AIM-9P, DEFA 553 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "name": "2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "name": "2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, AN-M3 CANNON", - "name": "2*AIM-9M, AN-M3 CANNON", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "name": "2*BELOUGA,2*BDU-33, DEFA-553 CANNON", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2* SEA EAGLE, DEFA-553 CANNON", - "name": "2* SEA EAGLE, DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "name": "2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "name": "2*R.550 MAGIC, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "BR-500 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "name": "2*BELOUGA, 2*BR-500, DEFA 553 CANNON", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 553 CANNON (IV)", - "name": "2*AIM-9M, DEFA 553 CANNON (IV)", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "name": "2*R.550 MAGIC, AN-M3 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic, DEFA 553 CANNON (I)", - "name": "2*R550 Magic, DEFA 553 CANNON (I)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - }, - { - "name": "BIN-200 - 200kg Napalm Incendiary Bomb", - "quantity": 2 - }, - { - "name": "Belouga", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "name": "2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "name": "2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AN-M3 - 2*Browning Machine Guns 12.7mm", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9P, AN-M3 CANNON (III)", - "name": "2*AIM-9P, AN-M3 CANNON (III)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9M, DEFA 533 CANNON (II)", - "name": "2*AIM-9M, DEFA 533 CANNON (II)", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "DEFA-553 - 30mm Revolver Cannon", - "quantity": 1 - }, - { - "name": "4*BDU-33 - AF/B37K Rack with 4*25lb Practice Bomb LD", - "quantity": 2 - }, - { - "name": "BR-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R550 Magic 2 IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "name": "2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON", - "roles": [ - "CAS" - ] - } - ], - "filename": "c-101.png", - "enabled": true, - "liveries": { - "i brigada aerea - chile early green n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Green", - "countries": [ - "CHL" - ] - }, - "aviodev skin": { - "name": "Aviodev Skin", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "UN", - "RSI", - "CHL", - "AUT", - "EGY", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "RED", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "CYP", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "BLUE", - "KWT" - ] - }, - "georgia combat fictional green": { - "name": "Georgia Combat Fictional Green", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - chile early grey n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Grey", - "countries": [ - "CHL" - ] - }, - "royal jordanian air force": { - "name": "Royal jordanian Air Force ", - "countries": [ - "JOR" - ] - }, - "georgia combat fictional spots": { - "name": "Georgia Combat Fictional Spots", - "countries": [ - "GRG" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon desert skin": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON Desert Skin", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº410 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº410 ", - "countries": [ - "CHL" - ] - }, - "usaf agressor fictional": { - "name": "USAF Agressor Fictional", - "countries": [ - "USA", - "AUSAF", - "BLUE" - ] - }, - "i brigada aerea - grupo de aviacion n.1 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.1 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "i brigada aerea - chile early agressor nº411 n.1 a-36 halcon": { - "name": "I Brigada Aerea - Chile Early Agressor Nº411", - "countries": [ - "CHL" - ] - }, - "claex green camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Green Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - }, - "russia combat fictional": { - "name": "Russia Combat Fictional", - "countries": [ - "RED", - "RUS" - ] - }, - "georgia combat fictional wolf": { - "name": "Georgia Combat Fictional Wolf", - "countries": [ - "GRG" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 1": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 1", - "countries": [ - "HND" - ] - }, - "i brigada aerea - grupo de aviacion n.3 a-36 halcon": { - "name": "I Brigada Aerea - Grupo de Aviacion N.3 A-36 HALCON", - "countries": [ - "CHL" - ] - }, - "honduras - air force comayagua coronel jose enrique soto cano air base skin 2": { - "name": "Honduras - Air Force Comayagua Coronel Jose Enrique Soto Cano Air Base Skin 2", - "countries": [ - "HND" - ] - }, - "claex desert camu skin - centro logistico de armamento y experimentacion": { - "name": "CLAEX Desert Camu Skin - Centro Logistico de Armamento y Experimentacion", - "countries": [ - "RED", - "SPN", - "BLUE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "C-130": { - "name": "C-130", - "coalition": "blue", - "label": "C-130 Hercules", - "era": "Early Cold War", - "shortLabel": "130", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-130.png", - "enabled": true, - "liveries": { - "belgian air force": { - "name": "Belgian Air Force", - "countries": [ - "BEL" - ] - }, - "iriaf 5-8518": { - "name": "IRIAF 5-8518", - "countries": [ - "IRN" - ] - }, - "israel defence force": { - "name": "Israel Defence Force", - "countries": [ - "ISR" - ] - }, - "haf gray": { - "name": "Hellenic Airforce - Gray", - "countries": [ - "GRC" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "royal danish air force": { - "name": "Royal Danish Air Force", - "countries": [ - "DEN" - ] - }, - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "royal netherlands air force": { - "name": "Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "canada's air force": { - "name": "Canada's Air Force", - "countries": [ - "CAN" - ] - }, - "royal norwegian air force": { - "name": "Royal Norwegian Air Force", - "countries": [ - "NOR" - ] - }, - "iriaf 5-8503": { - "name": "IRIAF 5-8503", - "countries": [ - "IRN" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "royal air force": { - "name": "Royal Air Force", - "countries": [ - "UK" - ] - }, - "air algerie l-382 white": { - "name": "Air Algerie L-382 White", - "countries": [ - "DZA" - ] - }, - "french air force": { - "name": "French Air Force", - "countries": [ - "FRA" - ] - }, - "spanish air force": { - "name": "Spanish Air Force", - "countries": [ - "SPN" - ] - }, - "algerian af h30 white": { - "name": "Algerian AF H30 White", - "countries": [ - "DZA" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, stright wing, 3 crew. Hercules", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "C-17A": { - "name": "C-17A", - "coalition": "blue", - "label": "C-17A Globemaster", - "era": "Modern", - "shortLabel": "C17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "c-17.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Globemaster", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-2C": { - "name": "E-2C", - "coalition": "blue", - "label": "E-2D Hawkeye", - "era": "Mid Cold War", - "shortLabel": "E2", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-2.png", - "enabled": true, - "liveries": { - "vaw-125 tigertails": { - "name": "VAW-125 Tigertails", - "countries": [ - "USA" - ] - }, - "e-2d demo": { - "name": "E-2D Demo", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 turboprop, straight wing, 5 crew. Hawkeye", - "abilities": "AEW, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "E-3A": { - "name": "E-3A", - "coalition": "blue", - "label": "E-3A Sentry", - "era": "Mid Cold War", - "shortLabel": "E3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "AWACS" - ] - } - ], - "filename": "e-3.png", - "enabled": true, - "liveries": { - "nato": { - "name": "nato", - "countries": [ - "USA", - "FRA", - "UK" - ] - }, - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 17 crew. Sentry", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "F-117A": { - "name": "F-117A", - "coalition": "blue", - "label": "F-117A Nighthawk", - "era": "Late Cold War", - "shortLabel": "117", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2", - "name": "GBU-12*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-27 - 2000lb Laser Guided Penetrator Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-27*2", - "name": "GBU-27*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "f-117.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "usaf standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, delta wing, 1 crew. Nighthawk", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14A-135-GR": { - "name": "F-14A-135-GR", - "coalition": "blue", - "label": "F-14A-135-GR Tomcat", - "era": "Late Cold War", - "shortLabel": "14A", - "loadouts": [ - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7F", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*4, AIM-9L*4, XT*2", - "name": "AIM-7F*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7F", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7F*6, AIM-9L*2, XT*2", - "name": "AIM-7F*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-21 freelancers 200": { - "name": "VF-21 Freelancers 200", - "countries": "All" - }, - "vf-11 ae106 1988": { - "name": "VF-11 AE106 1988", - "countries": "All" - }, - "vf-301 nd113": { - "name": "VF-301 ND113 by Mach3DS", - "countries": "All" - }, - "vf-301 nd111": { - "name": "VF-301 ND111 by Mach3DS", - "countries": "All" - }, - "vf-154 black knights 101": { - "name": "00 - VF-154 Black Knights 101", - "countries": "All" - }, - "vf-14 tophatters aj206 (1999 allied force)": { - "name": "VF-14 Tophatters AJ206 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 ae204 1988": { - "name": "VF-31 AE204 1988", - "countries": "All" - }, - "vf-1 wolfpack nk102 (1974)": { - "name": "VF-1 Wolfpack NK102 (1974)", - "countries": "All" - }, - "vf-33 starfighters ab201 (1988)": { - "name": "VF-33 Starfighters AB201(Dale Snodgrass)", - "countries": "All" - }, - "vf-31 1991 ae200": { - "name": "VF-31 1991 AE200 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj100 (1999 allied force)": { - "name": "VF-41 Black Aces AJ100 (1999 Allied Force)", - "countries": "All" - }, - "vf-41 black aces aj101 (1999 allied force)": { - "name": "VF-41 Black Aces AJ101 (1999 Allied Force)", - "countries": "All" - }, - "vf-31 1991 ae205": { - "name": "VF-31 1991 AE205 by Mach3DS", - "countries": "All" - }, - "vf-41 black aces aj102 (1999 allied force)": { - "name": "VF-41 Black Aces AJ102 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk101 (1974)": { - "name": "VF-1 Wolfpack NK101 (1974)", - "countries": "All" - }, - "vf-31 ae200 1988": { - "name": "VF-31 AE200 1988", - "countries": "All" - }, - "vf-11 red rippers 106": { - "name": "VF-11 Red Rippers 106", - "countries": "All" - }, - "vf-1 wolfpack nk103 (1974)": { - "name": "VF-1 Wolfpack NK103 (1974)", - "countries": "All" - }, - "vf-14 tophatters ab103 (1976)": { - "name": "VF-14 Tophatters AB103(1976)", - "countries": "All" - }, - "vf-111 sundowners 200": { - "name": "VF-111 Sundowners 200", - "countries": "All" - }, - "top gun 114": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-11 ae103 1988": { - "name": "VF-11 AE103 1988", - "countries": "All" - }, - "vx-4 vandy one sad bunny (1992)": { - "name": "VX-4 Vandy One Sad Bunny (1992)", - "countries": "All" - }, - "vf-211 fighting checkmates 100 (2001)": { - "name": "VF-211 Fighting Checkmates 100 (2001)", - "countries": [ - "USA" - ] - }, - "vf-301 nd104": { - "name": "VF-301 ND104 by Mach3DS", - "countries": "All" - }, - "vf-32 swordsmen ab200 (1976)": { - "name": "VF-32 Swordsmen AB200 (1976)", - "countries": "All" - }, - "vf-211 fighting checkmates 105": { - "name": "VF-211 Fighting Checkmates 105", - "countries": "All" - }, - "vf-14 tophatters ab100 (1976)": { - "name": "VF-14 Tophatters AB100(1976)", - "countries": "All" - }, - "vf-11 ae101 1988": { - "name": "VF-11 AE101 1988", - "countries": "All" - }, - "vf-14 tophatters aj202 (1999 allied force)": { - "name": "VF-14 Tophatters AJ202 (1999 Allied Force)", - "countries": "All" - }, - "vf-1 wolfpack nk100 (1974)": { - "name": "VF-1 Wolfpack NK100 (1974)", - "countries": "All" - }, - "vf-301 nd101 hivis": { - "name": "VF-301 ND101 HiVis by Mach3DS", - "countries": "All" - }, - "vf-14 tophatters aj201 (1999 allied force)": { - "name": "VF-14 Tophatters AJ201 (1999 Allied Force)", - "countries": "All" - }, - "vf-14 tophatters aj200 (1999) 80th aniversary": { - "name": "VF-14 Tophatters AJ200 (1999) 80th Anniversary", - "countries": "All" - }, - "vf-41 black aces aj104 (1999 allied force)": { - "name": "VF-41 Black Aces AJ104 (1999 Allied Force)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-14B": { - "name": "F-14B", - "coalition": "blue", - "label": "F-14B Tomcat", - "era": "Late Cold War", - "shortLabel": "14B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "XT*2", - "name": "XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 6 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9M*2, XT*2", - "name": "AIM-7M*6, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 6 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*6, AIM-9L*2, XT*2", - "name": "AIM-7M*6, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "name": "AIM-54A-MK60*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "name": "AIM-54C-MK47*4, AIM-9M*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9M", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "name": "AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-7M", - "quantity": 4 - }, - { - "name": "LAU-138 AIM-9L", - "quantity": 2 - }, - { - "name": "LAU-7 AIM-9L", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-7M*4, AIM-9L*4, XT*2", - "name": "AIM-7M*4, AIM-9L*4, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 3 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "AIM-54C-Mk47", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "name": "AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "MAK79 4 BDU-33", - "quantity": 2 - }, - { - "name": "MAK79 3 BDU-33", - "quantity": 2 - } - ], - "enabled": true, - "code": "BDU-33*14", - "name": "BDU-33*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 BDU-33", - "quantity": 4 - } - ], - "enabled": true, - "code": "BDU-33*12", - "name": "BDU-33*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "GBU-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2", - "name": "GBU-10*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "GBU-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-16", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-16*4", - "name": "GBU-16*4", - "roles": [ - "Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-24", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-24*2", - "name": "GBU-24*2", - "roles": [ - "Strike", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-84", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-84*4", - "name": "Mk-84*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-83", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-83*4", - "name": "Mk-83*4", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Mk-82", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4", - "name": "Mk-82*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-82", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-82", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*14", - "name": "Mk-82*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "MAK79 4 Mk-81", - "quantity": 2 - }, - { - "name": "MAK79 3 Mk-81", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-81*14", - "name": "Mk-81*14", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "Mk-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-20*4", - "name": "Mk-20*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-82AIR", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82AIR*4", - "name": "Mk-82AIR*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*12", - "name": "Zuni*12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 LAU-10 - 4 ZUNI MK 71", - "quantity": 3 - }, - { - "name": "LAU-10 - 4 ZUNI MK 71", - "quantity": 1 - } - ], - "enabled": true, - "code": "Zuni*28", - "name": "Zuni*28", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "2 SUU-25 * 8 LUU-2", - "quantity": 1 - }, - { - "name": "SUU-25 * 8 LUU-2", - "quantity": 1 - } - ], - "enabled": true, - "code": "LUU-2*24", - "name": "LUU-2*24", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "GBU-24", - "quantity": 1 - }, - { - "name": "AIM-7M", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "name": "AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-82", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-138 AIM-9M", - "quantity": 2 - }, - { - "name": "LANTIRN Targeting Pod", - "quantity": 1 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 2 - }, - { - "name": "Mk-20", - "quantity": 2 - }, - { - "name": "AIM-7M", - "quantity": 1 - }, - { - "name": "AIM-54A-Mk60", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "name": "AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN", - "roles": [ - "Strike", - "CAS", - "Runway Attack", - "Strike" - ] - } - ], - "filename": "f-14.png", - "enabled": true, - "liveries": { - "vf-103 sluggers 206 (1995)": { - "name": "VF-103 Sluggers 206 (1995)", - "countries": "All" - }, - "vf-143 pukin dogs low vis": { - "name": "VF-143 Pukin Dogs Low Vis (1998)", - "countries": "All" - }, - "rogue nation(top gun - maverick)": { - "name": "Top Gun: Maverick - Rogue Nation", - "countries": "All" - }, - "vf-31 tomcatters nk101 (2004)": { - "name": "VF-31 Tomcatters NK101 (2004)", - "countries": "All" - }, - "vf-32 fighting swordsmen 103": { - "name": "VF-32 Fighting Swordsmen 103 (1998)", - "countries": "All" - }, - "vf-103 jolly rogers hi viz": { - "name": "VF-103 Jolly Rogers Hi Viz", - "countries": "All" - }, - "vf-101 dark": { - "name": "VF-101 Dark", - "countries": "All" - }, - "vf-102 diamondbacks": { - "name": "01 - VF-102 Diamondbacks 1996", - "countries": "All" - }, - "vf-143 pukin dogs low vis (1995)": { - "name": "VF-143 Pukin Dogs Low Vis (1995)", - "countries": "All" - }, - "vx-4 xf-51 1988": { - "name": "VX-4 XF-51 1988", - "countries": "All" - }, - "top gun 114 hb weather": { - "name": "Top Gun 114 Maverick and Goose", - "countries": "All" - }, - "vf-24 renegades": { - "name": "VF-24 Renegades Low-Viz", - "countries": "All" - }, - "vf-11 red rippers (1997)": { - "name": "VF-11 Red Rippers (1997)", - "countries": "All" - }, - "vf-32 fighting swordsmen 100 (2000)": { - "name": "VF-32 Fighting Swordsmen 100 (2000)", - "countries": [ - "USA" - ] - }, - "vf-74 bedevilers 1991": { - "name": "VF-74 Be-Devilers 1991", - "countries": "All" - }, - "santa": { - "name": "Fictional Christmas Livery", - "countries": "All" - }, - "vf-103 sluggers 207 (1991)": { - "name": "VF-103 Sluggers 207 (1991)", - "countries": "All" - }, - "vf-32 fighting swordsmen 101": { - "name": "VF-32 Fighting Swordsmen 101 (1998)", - "countries": "All" - }, - "vf-103 last ride": { - "name": "VF-103 Last Ride", - "countries": "All" - }, - "vf-143 pukin dogs cag": { - "name": "VF-143 Pukin' Dogs CAG", - "countries": "All" - }, - "vx-9 vampires xf240 white whale": { - "name": "VX-9 Vampires XF240 White Whale", - "countries": "All" - }, - "vf-74 adversary": { - "name": "VF-74 Adversary", - "countries": "All" - }, - "vx-9 vandy 41 (1995)": { - "name": "VX-9 Vandy 41 (1995)", - "countries": "All" - }, - "vf-142 ghostriders": { - "name": "VF-142 Ghostriders", - "countries": "All" - }, - "vf-211 fighting checkmates": { - "name": "VF-211 Fighting Checkmates", - "countries": "All" - }, - "vf-101 grim reapers low vis": { - "name": "VF-101 Grim Reapers Low Vis", - "countries": "All" - }, - "chromecat": { - "name": "Fictional Chrome Cat ", - "countries": "All" - }, - "vf-32 fighting swordsmen 102": { - "name": "VF-32 Fighting Swordsmen 102 (1998)", - "countries": "All" - }, - "vf-102 diamondbacks 102": { - "name": "VF-102 Diamondbacks 102 (2000)", - "countries": "All" - }, - "vf-101 red": { - "name": "VF-101 Red", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swing wing, 2 crew. Tomcat", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15C": { - "name": "F-15C", - "coalition": "blue", - "label": "F-15C Eagle", - "era": "Late Cold War", - "shortLabel": "15C", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "name": "AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel", - "name": "AIM-9*2,AIM-120*6,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel*3", - "name": "AIM-9*4,AIM-120*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-120*4,Fuel", - "name": "AIM-9*4,AIM-120*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*6,Fuel*3", - "name": "AIM-9*2,AIM-120*6,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel", - "name": "AIM-9*4,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel", - "name": "AIM-120*8,Fuel", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*3", - "name": "AIM-9*4,AIM-7*4,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 3 - }, - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120*8,Fuel*3", - "name": "AIM-120*8,Fuel*3", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "name": "AIM-9*2,AIM-120*2,AIM-7*4,Fuel", - "roles": [ - "CAP" - ] - } - ], - "filename": "f-15.png", - "enabled": true, - "liveries": { - "106th sqn (8th airbase)": { - "name": "106th SQN (8th Airbase)", - "countries": [ - "ISR" - ] - }, - "433rd weapons sqn (wa)": { - "name": "433rd Weapons SQN (WA)", - "countries": [ - "USA" - ] - }, - "493rd fighter sqn (ln)": { - "name": "493rd Fighter SQN (LN)", - "countries": [ - "USA" - ] - }, - "12th fighter sqn (ak)": { - "name": "12th Fighter SQN (AK)", - "countries": [ - "USA" - ] - }, - "390th fighter sqn": { - "name": "390th Fighter SQN", - "countries": [ - "USA" - ] - }, - "65th aggressor sqn (wa) flanker": { - "name": "65th Aggressor SQN (WA) Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) super_flanker": { - "name": "65th Aggressor SQN (WA) SUPER_Flanker", - "countries": [ - "USA", - "AUSAF" - ] - }, - "65th aggressor sqn (wa) mig": { - "name": "65th Aggressor SQN (WA) MiG", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ferris scheme": { - "name": "Ferris Scheme", - "countries": [ - "USA" - ] - }, - "58th fighter sqn (eg)": { - "name": "58th Fighter SQN (EG)", - "countries": [ - "USA" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforece - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter. Eagle.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-16C_50": { - "name": "F-16C_50", - "coalition": "blue", - "label": "F-16C Viper", - "era": "Late Cold War", - "shortLabel": "16C", - "loadouts": [ - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "name": "AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*2, AIM-9M*4, FUEL*3", - "name": "AIM-120B*2, AIM-9M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*4, AIM-9M*2, FUEL*3", - "name": "AIM-120B*4, AIM-9M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120B AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120B*6, FUEL*3", - "name": "AIM-120B*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 1 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65G - Maverick G (IIR ASM - Lg Whd)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65H - Maverick H (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-103 - 202 x CEM, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x CBU-105 - 10 x SFW, CBU with WCMD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-87 - 202 x CEM Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x CBU-97 - 10 x SFW Cluster Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)1/B - JDAM, 2000lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)3/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-57 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk61, Practice", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 3 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "TER-9A with 2 x Mk-82 AIR Ballute - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*2, AIM-9X*4, FUEL*2", - "name": "AIM-120C*2, AIM-9X*4, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/ASQ-213 HTS - HARM Targeting System", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "name": "AIM-120C*4, AGM-88C*4, ECM, TGP, HTS", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "name": "AIM-120C*4, AIM-9X*2, FUEL*3, TGP", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2", - "name": "AIM-120C*6, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM", - "name": "AIM-120C*6, FUEL*2, ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "ALQ-184 Long - ECM Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*2, ECM, TGP", - "name": "AIM-120C*6, FUEL*2, ECM, TGP", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3", - "name": "AIM-120C*6, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 6 - }, - { - "name": "Fuel tank 370 gal", - "quantity": 2 - }, - { - "name": "Fuel tank 300 gal", - "quantity": 1 - }, - { - "name": "AN/AAQ-28 LITENING - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C*6, FUEL*3, TGP", - "name": "AIM-120C*6, FUEL*3, TGP", - "roles": [ - "Escort" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-16c.png", - "enabled": true, - "liveries": { - "haf_347_perseus": { - "name": "HAF 347S Perseus Squadron", - "countries": [ - "GRC" - ] - }, - "ami, 5 stormo 23 gruppo": { - "name": "Italian Air Force, 5° Stormo, 23 Gruppo", - "countries": [ - "ITA" - ] - }, - "haf_337_ghost": { - "name": "HAF 337 Ghost Squadron", - "countries": [ - "GRC" - ] - }, - "haf_ 330_thunder": { - "name": "HAF 330 Thunder Squadron", - "countries": [ - "GRC" - ] - }, - "haf_336_olympus": { - "name": "HAF 336 Olympus Squadron", - "countries": [ - "GRC" - ] - }, - "iaf_117th_squadron": { - "name": "IAF 117th squadron", - "countries": [ - "ISR" - ] - }, - "jasdf 8th tfs": { - "name": "JASDF 8th TFS", - "countries": [ - "JPN" - ] - }, - "haf_340_fox": { - "name": "HAF 340 Fox Squadron", - "countries": [ - "GRC" - ] - }, - "haf_346_jason": { - "name": "HAF 346 Jason Squadron", - "countries": [ - "GRC" - ] - }, - "paf_no.9_griffins_1": { - "name": "PAF No.9 Griffins (TRIBUTE TO WC NAUMAN)", - "countries": [ - "PAK" - ] - }, - "522nd_fighter_squadron": { - "name": "522nd Fighter Squadron 'Fireballs'", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "18th agrs arctic splinter": { - "name": "18th AGRS Arсtic Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iaf_115th_aggressors_squadron": { - "name": "IAF 115th aggressors squadron", - "countries": [ - "ISR" - ] - }, - "chile air force 732": { - "name": "Chile Air Force 732", - "countries": [ - "CHL" - ] - }, - "iaf_110th_squadron": { - "name": "IAF 110th squadron", - "countries": [ - "ISR" - ] - }, - "paf_no.29_aggressors": { - "name": "PAF No.29 Aggressor", - "countries": [ - "PAK" - ] - }, - "79th_fighter_squadron": { - "name": "79th Fighter Squadron 'Tigers'", - "countries": [ - "USA" - ] - }, - "paf_no.5_falcons": { - "name": "PAF No.5 Falcons", - "countries": [ - "PAK" - ] - }, - "18th agrs splinter": { - "name": "18th AGRS Blue Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "dark_viper": { - "name": "F-16C Dark Viper", - "countries": [ - "USA" - ] - }, - "jasdf 6th tfs": { - "name": "JASDF 6th TFS", - "countries": [ - "JPN" - ] - }, - "23rd_fighter_squadron": { - "name": "23rd Fighter Squadron 'Fighting Hawks'", - "countries": [ - "USA" - ] - }, - "polish af standard": { - "name": "Polish AF standard", - "countries": [ - "POL" - ] - }, - "480th_fighter_squadron": { - "name": "480th Fighter Squadron 'Warhawks'", - "countries": [ - "USA" - ] - }, - "18th agrs bdu splinter": { - "name": "18th AGRS BDU Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "174th_fighter_squadron": { - "name": "174th Fighter Squadron ANG,Iowa AFB", - "countries": [ - "USA" - ] - }, - "thk_191_filo": { - "name": "Türk Hava Kuvvetleri, 191 Filo", - "countries": [ - "TUR" - ] - }, - "chile air force 746": { - "name": "Chile Air Force 746", - "countries": [ - "CHL" - ] - }, - "haf_335_tiger": { - "name": "HAF 335 Tiger Squadron", - "countries": [ - "GRC" - ] - }, - "77th_fighter_squadron": { - "name": "77th Fighter Squadron 'Gamblers' ", - "countries": [ - "USA" - ] - }, - "132nd_wing _iowa_ang": { - "name": "132nd Wing Iowa ANG, Des Moines AFB", - "countries": [ - "USA" - ] - }, - "usaf 64th aggressor sqn-splinter": { - "name": "USAF 64th Aggressor SQN-Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "14th_fighter_squadron": { - "name": "14th Fighter Squadron 'Samurais'", - "countries": [ - "USA" - ] - }, - "152nd_fighter_squadron": { - "name": "152nd Fighter Squadron 'Las Vaqueros'", - "countries": [ - "USA" - ] - }, - "179th_fighter_squadron": { - "name": "179th Fighter Squadron 'Bulldogs'", - "countries": [ - "USA" - ] - }, - "paf_no.19_sherdils": { - "name": "PAF No.19 Sherdils", - "countries": [ - "PAK" - ] - }, - "64th_aggressor_squadron_ghost": { - "name": "64th Aggressor Squadron “Ghost", - "countries": [ - "USA", - "AUSAF" - ] - }, - "paf_no.9 griffins_2": { - "name": "PAF No.9 Griffins", - "countries": [ - "PAK" - ] - }, - "paf_no.11_arrows": { - "name": "PAF No.11 Arrows", - "countries": [ - "PAK" - ] - }, - "haf_343_star": { - "name": "HAF 343 Star Squadron", - "countries": [ - "GRC" - ] - }, - "80th_fighter_squadron": { - "name": "80th Fighter Squadron, Kunsan AFB", - "countries": [ - "USA" - ] - }, - "36th_fighter_squadron": { - "name": "36th Fighter Squadron Osan Air Base", - "countries": [ - "USA" - ] - }, - "22nd_fighter_squadron": { - "name": "22nd Fighter Squadron 'Stingers'", - "countries": [ - "USA" - ] - }, - "55th_fighter_squadron": { - "name": "55th Fighter Squadron 'Fifty Fifth'", - "countries": [ - "USA" - ] - }, - "iaf_101st_squadron": { - "name": "IAF 101st squadron", - "countries": [ - "ISR" - ] - }, - "polish_af_31blt6th_tactical_sqn": { - "name": "Polish AF 31.Blt 6th Tactical Sqn (Poznań-Krzesiny AB) - Tiger Meet", - "countries": [ - "POL" - ] - }, - "13th_fighter_squadron": { - "name": "13th Fighter Squadron 'Panthers'", - "countries": [ - "USA" - ] - }, - "haf_341_arrow": { - "name": "HAF 341 Arrow Squadron", - "countries": [ - "GRC" - ] - }, - "usaf 64th aggressor sqn - shark": { - "name": "USAF 64th Aggressor SQN - Shark", - "countries": [ - "USA", - "AUSAF" - ] - }, - "chile air force 851": { - "name": "Chile Air Force 851", - "countries": [ - "CHL" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, all weather fighter and strike. Viper.", - "abilities": "Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-4E": { - "name": "F-4E", - "coalition": "blue", - "label": "F-4E Phantom II", - "era": "Mid Cold War", - "shortLabel": "4", - "loadouts": [ - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "name": "AGM-45*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-45*4,AIM-7*2,ECM", - "name": "AGM-45*4,AIM-7*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "name": "AGM-65K*4,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65K - Maverick K (CCD Imp ASM)", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-65K*4,AIM-7M*4,Fuel*3", - "name": "AGM-65K*4,AIM-7M*4,Fuel*3", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "LAU-118a with AGM-45B Shrike ARM (Imp)", - "quantity": 2 - }, - { - "name": "LAU-88 with 2 x AGM-65D - Maverick D (IIR ASM)", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "name": "AGM45*2_AGM-65D*4_AIM7*2_ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4", - "name": "AIM-9*4,AIM-7*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "LAU-7 with 2 x AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-9*4,AIM-7*4,Fuel*2", - "name": "AIM-9*4,AIM-7*4,Fuel*2", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "F-4 Fuel tank-C", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-10 - 2000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-10*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "name": "GBU-12*2,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 with 6 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*18,AIM-7*2,ECM", - "name": "Mk-82*18,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-82 - 500lb GP Bombs LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk-82*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk-84*2,AIM-7*2,ECM", - "name": "Mk-84*2,AIM-7*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 4 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*12,AIM-7*2,ECM", - "name": "Mk20*12,AIM-7*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "F-4 Fuel tank-W", - "quantity": 2 - }, - { - "name": "BRU-42 with 3 x Mk-20 Rockeye - 490lbs CBUs, 247 x HEAT Bomblets", - "quantity": 2 - }, - { - "name": "ALQ-131 - ECM Pod", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "name": "Mk20*6,AIM-7*2,Fuel*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "f-4.png", - "enabled": true, - "liveries": { - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost", - "countries": [ - "GRC" - ] - }, - "iriaf asia minor": { - "name": "IRIAF Asia Minor", - "countries": [ - "IRN" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GER" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew. Phantom", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-5E-3": { - "name": "F-5E-3", - "coalition": "blue", - "label": "F-5E Tiger", - "era": "Mid Cold War", - "shortLabel": "5", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9B*2", - "name": "AIM-9B*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150", - "name": "AIM-9B*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 150*3", - "name": "AIM-9B*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275", - "name": "AIM-9B*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9B Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9B*2, Fuel 275*3", - "name": "AIM-9B*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P*2", - "name": "AIM-9P*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150", - "name": "AIM-9P*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 150*3", - "name": "AIM-9P*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275", - "name": "AIM-9P*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P*2, Fuel 275*3", - "name": "AIM-9P*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9P5*2", - "name": "AIM-9P5*2", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150", - "name": "AIM-9P5*2, Fuel 150", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 150*3", - "name": "AIM-9P5*2, Fuel 150*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275", - "name": "AIM-9P5*2, Fuel 275", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9P5*2, Fuel 275*3", - "name": "AIM-9P5*2, Fuel 275*3", - "roles": [ - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AN/ASQ-T50 TCTS Pod - ACMI Pod", - "quantity": 1 - }, - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 1 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN/ASQ-T50, AIM-9P, Fuel 150", - "name": "AN/ASQ-T50, AIM-9P, Fuel 150", - "roles": [] - }, - { - "items": [ - { - "name": "AIM-9P5 Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 150Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Antiship Mk82", - "name": "Antiship Mk82", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 4 - } - ], - "enabled": true, - "code": "CBU-52B*4,AIM-9P*2,Fuel 275", - "name": "CBU-52B*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "CBU-52B - 220 x HE/Frag bomblets", - "quantity": 5 - } - ], - "enabled": true, - "code": "CBU-52B*5,AIM-9*2", - "name": "CBU-52B*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4,AIM-9P*2,Fuel 275", - "name": "GBU-12*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-3 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "name": "LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "name": "LAU-68 HEAT*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "M-117*4,AIM-9P*2,Fuel 275", - "name": "M-117*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "M-117*5,AIM-9*2", - "name": "M-117*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "name": "Mk-82LD*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82LD*5,AIM-9*2", - "name": "Mk-82LD*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 - 500lb GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82LD*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "name": "Mk-82SE*4,AIM-9P*2,Fuel 275", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 5 - } - ], - "enabled": true, - "code": "Mk-82SE*5,AIM-9*2", - "name": "Mk-82SE*5,AIM-9*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9P Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - }, - { - "name": "F-5 275Gal Fuel tank", - "quantity": 2 - }, - { - "name": "5 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "name": "Mk-82SE*7,AIM-9P*2, Fuel 275*2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "liveryID": [ - "ir iriaf 43rd tfs" - ], - "filename": "f-5.png", - "enabled": true, - "liveries": { - "us aggressor vfc-13 40": { - "name": "Aggressor VFC-13 40", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch swiss generic": { - "name": "Swiss Generic two-tone skin", - "countries": [ - "SUI" - ] - }, - "tw ngrc 5315": { - "name": "NGRC 5thFG 5315", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3079": { - "name": "J-3079", - "countries": [ - "SUI" - ] - }, - "sa royal saudi air force": { - "name": "Royal Saudi Air Force", - "countries": [ - "SAU" - ] - }, - "no 336 sq": { - "name": "336 Skvadron", - "countries": [ - "NOR" - ] - }, - "tw rocaf 7thfg(m)": { - "name": "ROCAF 7thFG(LV)", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 105 wwii b": { - "name": "Sundowners VFC-111 105 WWII B", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4828": { - "name": "2/1 GAvCa - FAB 4828", - "countries": [ - "BRA" - ] - }, - "usaf 'southeast asia'": { - "name": "USAF 'Southeast Asia'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "br fab 4846": { - "name": "FAB 4846", - "countries": [ - "BRA" - ] - }, - "aggressor vfc-13 21": { - "name": "Aggressor VFC-13 21", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn 373": { - "name": "RNoAF 334 sqn 373", - "countries": [ - "NOR" - ] - }, - "rocaf 7th fighter group": { - "name": "ROCAF 7th Fighter Group", - "countries": [ - "AUSAF" - ] - }, - "ch j-3036 2017": { - "name": "J-3036 Sion 2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 116": { - "name": "Sundowners VFC-116", - "countries": [ - "USA", - "AUSAF" - ] - }, - "black 'mig-28'": { - "name": "black 'Mig-28'", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3073 2017": { - "name": "J-3073_2017", - "countries": [ - "SUI" - ] - }, - "fi 11th fs lapland air command": { - "name": "FiAF 11th FS Lapland Air Command", - "countries": [ - "FIN" - ] - }, - "ir iriaf azarakhsh": { - "name": "HESA Azarakhsh", - "countries": [ - "IRN" - ] - }, - "ch j-3098": { - "name": "J-3098", - "countries": [ - "SUI" - ] - }, - "ir iriaf 43rd tfs": { - "name": "IRIAF - 43rd TFS", - "countries": [ - "IRN" - ] - }, - "no 338 sqn 215": { - "name": "RNoAF 338 sqn 215", - "countries": [ - "NOR" - ] - }, - "us usaf grape 31": { - "name": "USAF Grape 31", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 332 sqn ah-p": { - "name": "RNoAF 332 sqn AH-P", - "countries": [ - "NOR" - ] - }, - "ch j-3001 variante 1996": { - "name": "J-3001 GRD Emmen 1996", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-111 01": { - "name": "Sundowners VFC-111 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "3rd main jet base group command, turkey": { - "name": "133 squadron, 3rd Main Jet Base Group Command, Turkey", - "countries": [ - "TUR" - ] - }, - "kr rokaf 10th fighter wing": { - "name": "ROKAF 10th FW KF-5E 10-584", - "countries": [ - "KOR" - ] - }, - "sp spanish air force 21-51": { - "name": "Ejercito del Aire Camo 21-51", - "countries": [ - "SPN" - ] - }, - "aggressor vfc-13 11": { - "name": "Aggressor VFC-13 11", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3001 variante 1986": { - "name": "J-3001 GRD Emmen 1986", - "countries": [ - "SUI" - ] - }, - "usa standard": { - "name": "Standard Gray", - "countries": [ - "BRA", - "MYS", - "AUS", - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "BHR", - "BLR", - "HRV", - "RSO", - "SVK", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "AUSAF", - "PAK", - "JOR", - "FIN", - "MEX", - "NOR", - "IRQ", - "SYR", - "ITA", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "ROU", - "FRA", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "CAN", - "SDN", - "UK" - ] - }, - "5th fs merzifon air base, turkey": { - "name": "5th fs Merzifon air base, Turkish air force", - "countries": [ - "TUR" - ] - }, - "ch j-3001 variante 2000": { - "name": "J-3001 FlSt 08 2000", - "countries": [ - "SUI" - ] - }, - "ir iriaf camo": { - "name": "IRIAF F-5E Standard", - "countries": [ - "IRN" - ] - }, - "it aereonautica militare italiana": { - "name": "Aereonautica Militare Italiana", - "countries": [ - "ITA" - ] - }, - "ch j-3038": { - "name": "J-3038", - "countries": [ - "SUI" - ] - }, - "ch j-3033_2017": { - "name": "J-3033_2017", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 28 fict splinter": { - "name": "Aggressor VFC-13 28 Fictional Splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3025": { - "name": "J-3025 FlSt 11/18 January 2006", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 01": { - "name": "Aggressor VFC-13 01", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch patrouille suisse j-3088": { - "name": "Patrouille Suisse J-3088", - "countries": [ - "SUI" - ] - }, - "us aggressor vfc-13 25": { - "name": "Aggressor VFC-13 25", - "countries": [ - "USA", - "AUSAF" - ] - }, - "no 334 sqn ri-h": { - "name": "RNoAF 334 sqn RI-H", - "countries": [ - "NOR" - ] - }, - "br fab 4841": { - "name": "FAB 4841 60th an", - "countries": [ - "BRA" - ] - }, - "aggressor marine scheme": { - "name": "Aggressor Marine Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "sp spanish air force 464-48": { - "name": "Ejercito del Aire 464-48", - "countries": [ - "SPN" - ] - }, - "gr haf f-5e grey": { - "name": "HAF F-5E Grey", - "countries": [ - "GRC" - ] - }, - "tr turkish stars": { - "name": "Turkish Stars", - "countries": [ - "TUR" - ] - }, - "gb no.29 squadron raf": { - "name": "No.29 Squadron RAF (Fictional)", - "countries": [ - "UK" - ] - }, - "br fab 4834": { - "name": "1/1 GAvCa - FAB 4834", - "countries": [ - "BRA" - ] - }, - "ch j-3026": { - "name": "J-3026 FlSt 11 approx. 1989", - "countries": [ - "SUI" - ] - }, - "aggressor snake scheme": { - "name": "Aggressor Snake Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vfc-111 115": { - "name": "Sundowners VFC-115", - "countries": [ - "USA", - "AUSAF" - ] - }, - "us aggressor vmft-401 02 2011": { - "name": "Aggressor VMFT-401 02 2011", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3008": { - "name": "J-3008 FlSt 08/19 February 2005", - "countries": [ - "SUI" - ] - }, - "aggressor desert scheme": { - "name": "Aggressor Desert Scheme", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ch j-3074": { - "name": "J-3074", - "countries": [ - "SUI" - ] - }, - "ch j-3036": { - "name": "J-3036 FlSt 01 1985", - "countries": [ - "SUI" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, single crew. Tiger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-86F Sabre": { - "name": "F-86F Sabre", - "coalition": "blue", - "label": "F-86F Sabre", - "era": "Early Cold War", - "shortLabel": "86", - "loadouts": [ - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2", - "name": "120gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, 200gal Fuel*2", - "name": "120gal Fuel*2, 200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 120 gallons", - "quantity": 2 - }, - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "120gal Fuel*2, GAR-8*2", - "name": "120gal Fuel*2, GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2", - "name": "200gal Fuel*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "200gal Fuel*2, AN-M64*2", - "name": "200gal Fuel*2, AN-M64*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 200 gallons", - "quantity": 2 - }, - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 4 - } - ], - "enabled": true, - "code": "200gal Fuel*2, HVARx2*4", - "name": "200gal Fuel*2, HVARx2*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M64*2", - "name": "AN-M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "LAU-7 with AIM-9B Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "GAR-8*2", - "name": "GAR-8*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "2 x HVAR, UnGd Rkts", - "quantity": 8 - } - ], - "enabled": true, - "code": "HVAR*16", - "name": "HVAR*16", - "roles": [ - "Strike", - "CAS", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "M117 - 750lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M117*2", - "name": "M117*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - } - ], - "filename": "f-86.png", - "enabled": true, - "liveries": { - "us air force (skyblazers)": { - "name": "US Air Force Jet Team Skyblazer", - "countries": [ - "USA" - ] - }, - "canada air force": { - "name": "Canada Air Force", - "countries": [ - "CAN" - ] - }, - "us air force (squadron 39)": { - "name": "US Air Force (Squadron 39)", - "countries": [ - "USA" - ] - }, - "iiaf bare metall": { - "name": "IIAF Bare Metal Weathered", - "countries": [ - "IRN" - ] - }, - "us air force (green)": { - "name": "US Air Force (Green)", - "countries": [ - "USA" - ] - }, - "us air force (ex-usaf f-86a sabre)": { - "name": "US Air Force ex-USAF F-86A Sabre", - "countries": [ - "USA" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "royal saudi air force": { - "name": "RSAF", - "countries": [ - "SAU" - ] - }, - "us air force": { - "name": "US Air Force", - "countries": [ - "USA" - ] - }, - "haf 342sqn": { - "name": "Hellenic Airforce 342sqn", - "countries": [ - "GRC" - ] - }, - "japan air force": { - "name": "Japan Air Force", - "countries": [ - "JPN" - ] - }, - "haf 341sqn": { - "name": "Hellenic Airforce 341sqn", - "countries": [ - "GRC" - ] - }, - "us air force (code fu-178)": { - "name": "US Air Force FU-178", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single engine, swept wing, 1 crew. Sabre", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FA-18C_hornet": { - "name": "FA-18C_hornet", - "coalition": "blue", - "era": "Late Cold War", - "label": "F/A-18C", - "shortLabel": "18", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84D Harpoon AShM", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "name": "AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*1", - "name": "AIM-9M*2, AIM-7M*2, FUEL*1", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*2, FUEL*2", - "name": "AIM-9M*2, AIM-7M*2, FUEL*2", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115C with AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*2, AIM-7M*4, FUEL*3", - "name": "AIM-9M*2, AIM-7M*4, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL", - "name": "AIM-9M*2, ATFLIR, FUEL", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, ATFLIR, FUEL*2", - "name": "AIM-9M*2, ATFLIR, FUEL*2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x CBU-99 - 490lbs, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, CBU-99*4, FUEL*2", - "name": "AIM-9M*2, CBU-99*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-61*4, FUEL*2", - "name": "AIM-9M*2, LAU-61*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-68 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, LAU-68*4, FUEL*2", - "name": "AIM-9M*2, LAU-68*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-20 Rockeye - 490lbs CBU, 247 x HEAT Bomblets", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-20*4, FUEL*2", - "name": "AIM-9M*2, MK-20*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82*4, FUEL*2", - "name": "AIM-9M*2, MK-82*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-82SE*4, FUEL*2", - "name": "AIM-9M*2, MK-82SE*4, FUEL*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*2, FUEL*2", - "name": "AIM-9M*2, MK-83*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-83*4, FUEL*2", - "name": "AIM-9M*2, MK-83*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, MK-84*2, FUEL*2", - "name": "AIM-9M*2, MK-84*2, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*2, ZUNI*4, FUEL*2", - "name": "AIM-9M*2, ZUNI*4, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*2", - "name": "AIM-9M*6, AIM-7M*2, FUEL*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-7M Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9M*6, AIM-7M*2, FUEL*3", - "name": "AIM-9M*6, AIM-7M*2, FUEL*3", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "LAU-117 with AGM-65F - Maverick F (IIR ASM)", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-84H SLAM-ER (Expanded Response)", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "AWW-13 DATALINK POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "name": "AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-31(V)4/B - JDAM, 2000lb GPS Guided Penetrator Bomb", - "quantity": 4 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BRU-55 with 2 x GBU-38 - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - }, - { - "name": "BRU-33 with 2 x GBU-12 - 500lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "AN/ASQ-228 ATFLIR - Targeting Pod", - "quantity": 1 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "name": "AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "name": "AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "AIM-9X Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "LAU-115 with 2 x LAU-127 AIM-120C AMRAAM - Active Radar AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 3 - } - ], - "enabled": true, - "code": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "name": "AIM-9X*2, AIM-120C-5*6, FUEL*3", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "FPU-8A Fuel Tank 330 gallons", - "quantity": 1 - } - ], - "enabled": true, - "code": "Carrier Landing", - "name": "Carrier Landing", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "fa-18c.png", - "enabled": true, - "liveries": { - "vfa-192": { - "name": "VFA-192", - "countries": [ - "USA" - ] - }, - "nsawc brown splinter": { - "name": "NSAWC brown splinter", - "countries": [ - "USA", - "AUSAF" - ] - }, - "vfa-34": { - "name": "VFA-34", - "countries": [ - "USA" - ] - }, - "vmfa-232": { - "name": "VMFA-232", - "countries": [ - "USA" - ] - }, - "vmfat-101": { - "name": "VMFAT-101", - "countries": [ - "USA" - ] - }, - "vmfa-232 high visibility": { - "name": "VMFA-232 high visibility", - "countries": [ - "USA" - ] - }, - "vmfat-101 high visibility": { - "name": "VMFAT-101 high visibility", - "countries": [ - "USA" - ] - }, - "vfa-37": { - "name": "VFA-37", - "countries": [ - "USA" - ] - }, - "fictional russia air force": { - "name": "Fictional Russia Air Force", - "countries": [ - "AUSAF", - "RUS" - ] - }, - "canada 150 demo jet": { - "name": "Canada 150 Demo Jet", - "countries": [ - "CAN" - ] - }, - "fictional uk air force": { - "name": "Fictional UK Air Force", - "countries": [ - "UK" - ] - }, - "vfa-131": { - "name": "VFA-131", - "countries": [ - "USA" - ] - }, - "vmfa-122 high visibility": { - "name": "VMFA-122 high visibility", - "countries": [ - "USA" - ] - }, - "spain 462th escuadron c.15-79": { - "name": "Spain 462th Escuadron C.15-79", - "countries": [ - "SPN" - ] - }, - "vmfat-101 high visibility 2005": { - "name": "VMFAT-101 high visibility 2005", - "countries": [ - "USA" - ] - }, - "vmfa-323": { - "name": "VMFA-323", - "countries": [ - "USA" - ] - }, - "vx-31 cona": { - "name": "VX-31 CoNA", - "countries": [ - "USA" - ] - }, - "fictional turkey 162nd sq": { - "name": "162nd Sqn Harpoon", - "countries": [ - "TUR" - ] - }, - "nawdc brown": { - "name": "NAWDC brown", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 151th escuadron c.15-14": { - "name": "Spain 151_14 Escuadron C.15-14", - "countries": [ - "SPN" - ] - }, - "spain 151th escuadron c.15-24": { - "name": "Spain 151_24 Escuadron C.15-24", - "countries": [ - "SPN" - ] - }, - "vfa-106": { - "name": "VFA-106", - "countries": [ - "USA" - ] - }, - "spain 121th escuadron c.15-45": { - "name": "Spain 121 Escuadron C.15-45", - "countries": [ - "SPN" - ] - }, - "vfa-97": { - "name": "VFA-97", - "countries": [ - "USA" - ] - }, - "vx-9": { - "name": "VX-9", - "countries": [ - "USA" - ] - }, - "spain 111th escuadron c.15-73": { - "name": "Spain 111 Escuadron C.15-73", - "countries": [ - "SPN" - ] - }, - "switzerland": { - "name": "Switzerland", - "countries": [ - "SUI" - ] - }, - "vx-23": { - "name": "VX-23", - "countries": [ - "USA" - ] - }, - "vfa-83": { - "name": "VFA-83", - "countries": [ - "USA" - ] - }, - "australian 75th squadron": { - "name": "Australian sqn 75", - "countries": [ - "AUS" - ] - }, - "canada 425th squadron": { - "name": "Canada 425th Squadron", - "countries": [ - "CAN" - ] - }, - "spain 151th escuadron c.15-18": { - "name": "Spain 151_18 Escuadron C.15-18", - "countries": [ - "SPN" - ] - }, - "nsawc gray": { - "name": "NSAWC gray", - "countries": [ - "USA" - ] - }, - "vfa-87": { - "name": "VFA-87", - "countries": [ - "USA" - ] - }, - "nawdc blue": { - "name": "NAWDC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "australian 77th squadron": { - "name": "Australian sqn 77", - "countries": [ - "AUS" - ] - }, - "vmfa-251 high visibility": { - "name": "VMFA-251 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-531": { - "name": "VMFA-531", - "countries": [ - "USA" - ] - }, - "viper": { - "name": "Viper", - "countries": [ - "USA" - ] - }, - "iceman": { - "name": "Iceman", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 121th escuadron c.15-60": { - "name": "Spain 121 Escuadron C.15-60", - "countries": [ - "SPN" - ] - }, - "nsawc blue": { - "name": "NSAWC blue", - "countries": [ - "USA", - "AUSAF" - ] - }, - "blue angels jet team": { - "name": "Blue Angels Jet Team", - "countries": [ - "USA" - ] - }, - "fictional israel air force": { - "name": "Fictional Israel Air Force", - "countries": [ - "ISR" - ] - }, - "spain 462th escuadron c.15-90": { - "name": "Spain 462th Escuadron C.15-90", - "countries": [ - "SPN" - ] - }, - "vmfa-323 high visibility": { - "name": "VMFA-323_high visibility", - "countries": [ - "USA" - ] - }, - "maverick": { - "name": "Maverick", - "countries": [ - "USA" - ] - }, - "nawdc black": { - "name": "NAWDC black", - "countries": [ - "USA", - "AUSAF" - ] - }, - "kuwait 9th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-251": { - "name": "VMFA-251", - "countries": [ - "USA" - ] - }, - "vmfa-314": { - "name": "VMFA-314", - "countries": [ - "USA" - ] - }, - "fictional ukraine air force": { - "name": "Fictional Ukraine Air Force", - "countries": [ - "UKR" - ] - }, - "canada 409th squadron": { - "name": "Canada 409th Squadron", - "countries": [ - "CAN" - ] - }, - "canada norad 60 demo jet": { - "name": "Canada NORAD 60 Demo Jet", - "countries": [ - "CAN" - ] - }, - "spain 111th escuadron c.15-88": { - "name": "Spain 111 Escuadron C.15-88", - "countries": [ - "SPN" - ] - }, - "spain 211th escuadron c.15-76": { - "name": "Spain 211th Escuadron C.15-76", - "countries": [ - "SPN" - ] - }, - "finland 31": { - "name": "Finland", - "countries": [ - "FIN" - ] - }, - "spain 151th escuadron c.15-23": { - "name": "Spain 151_23 Escuadron C.15-23", - "countries": [ - "SPN" - ] - }, - "vfa-122": { - "name": "VFA-122", - "countries": [ - "USA" - ] - }, - "spain 151th escuadron c.15-14 tiger meet": { - "name": "Spain 151th Escuadron C.15-14 Tiger Meet", - "countries": [ - "SPN" - ] - }, - "vfc-12": { - "name": "VFC-12", - "countries": [ - "USA", - "AUSAF" - ] - }, - "spain 211th escuadron c.15-77": { - "name": "Spain 211th Escuadron C.15-77", - "countries": [ - "SPN" - ] - }, - "spain 121th escuadron c.15-34 50th anniversary": { - "name": "Spain 121th Escuadron C.15-34 34th Anniversary", - "countries": [ - "SPN" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "spain 121th escuadron c.15-50": { - "name": "Spain 121 Escuadron C.15-50", - "countries": [ - "SPN" - ] - }, - "vfa-113": { - "name": "VFA-113", - "countries": [ - "USA" - ] - }, - "vmfa-312": { - "name": "VMFA-312", - "countries": [ - "USA" - ] - }, - "kuwait 25th squadron": { - "name": "9th Squadron", - "countries": [ - "KWT" - ] - }, - "vmfa-312 high visibility": { - "name": "VMFA-312 high visibility", - "countries": [ - "USA" - ] - }, - "vmfa-122": { - "name": "VMFA-122", - "countries": [ - "USA" - ] - }, - "vfa-106 high visibility": { - "name": "VFA-106 high visibility", - "countries": [ - "USA" - ] - }, - "finland 21": { - "name": "Finland", - "countries": [ - "FIN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. Hornet", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190A8": { - "name": "FW-190A8", - "coalition": "red", - "label": "FW-190A8 Würger", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "AB 250-2 - 17 x SD-10A, 250kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 10A)", - "name": "AB 250 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 250-2 - 144 x SD-2, 250kg CBU with HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 250 (w/ SD 2)", - "name": "AB 250 (w/ SD 2)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AB 500-1 - 34 x SD-10A, 500kg CBU with 10kg Frag/HE submunitions", - "quantity": 1 - } - ], - "enabled": true, - "code": "AB 500 (w/ SD 10A)", - "name": "AB 500 (w/ SD 10A)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank 300 liters", - "name": "Fuel Tank 300 liters", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 3 J - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 J", - "name": "SC 250 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 250 Type 1 L2 - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 250 L2", - "name": "SC 250 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x SC 50 - 50kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 50 * 4", - "name": "SC 50 * 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 J", - "name": "SC 500 J", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SC 500 L2 - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC 500 L2", - "name": "SC 500 L2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 250 Stg - 250kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 250 Stg", - "name": "SD 250 Stg", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "SD 500 A - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SD 500 A", - "name": "SD 500 A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 1 - } - ], - "enabled": true, - "code": "Without pylon", - "name": "Without pylon", - "roles": [] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw190_fuselage_d_jg301": { - "name": "JG 301", - "countries": [ - "GER", - "NZG" - ] - }, - "captured_ra": { - "name": "Captured_RA", - "countries": [ - "SUN" - ] - }, - "fictional ijn carrier akagi ai-103": { - "name": "Fictional IJN Carrier Akagi AI-103", - "countries": [ - "JPN" - ] - }, - "fictional ijn otu tsukuba tsu-102": { - "name": "Fictional IJN OTU Tsukuba Tsu-102", - "countries": [ - "JPN" - ] - }, - "fw-190a8 yellow 4": { - "name": "FW190A8 Yellow 4", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 rhaf": { - "name": "Fw 190 A8 RHAF", - "countries": [ - "HUN" - ] - }, - "jg3 white nose wulf": { - "name": "Fw190A8 'White nose Wulf'", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54": { - "name": "2.JG 54", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn carrier soryu bi-112": { - "name": "Fictional IJN Carrier Soryu BI-112", - "countries": [ - "JPN" - ] - }, - "black 13 schwarze katze from jg1": { - "name": "Fw190_JG1_Gen._'Schwarze Katze'_Win.", - "countries": [ - "GER", - "NZG" - ] - }, - "turkish air force, 5th fr (1942)": { - "name": "Turkish Air Force, 5th FR (1942)", - "countries": [ - "AUSAF", - "TUR" - ] - }, - "fw-190a8 jg26 priller": { - "name": "Fw 190 A8 JG26 Priller", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "inspired by jg2 skin of early fw 190a": { - "name": "Fw190A8 JG2 Generic", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8": { - "name": "FW190A8", - "countries": "All" - }, - "fw190_alfred_bindseil": { - "name": "6.JG 1_Alfred Bindseil", - "countries": [ - "GER", - "NZG" - ] - }, - "fictional ijn 256th kokutai rai-153": { - "name": "Fictional IJN 256th Kokutai Rai-153", - "countries": [ - "JPN" - ] - }, - "fictional ijn carrier akagi ai-151": { - "name": "Fictional IJN Carrier Akagi AI-151", - "countries": [ - "JPN" - ] - }, - "fw-190a8_raf": { - "name": "FW190A8/R-2 PE882, No. 1426 Flight RAF - Late", - "countries": [ - "UK" - ] - }, - "factory skin": { - "name": "FW190A8 Luftwaffe", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8_2.jg 54_hans dortenmann": { - "name": "2.JG 54_Hans Dortenmann", - "countries": [ - "GER", - "NZG" - ] - }, - "fw 190 a-8 czech avia s.90": { - "name": "Fw 190 A-8 Czech Avia S.90", - "countries": [ - "CZE" - ] - }, - "fw190_ewald_preisz": { - "name": "6.JG 300_Ewald Preisz", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190a8 jg3 maximowitz": { - "name": "Fw 190 A8 JG3 Maximowitz", - "countries": [ - "GER", - "HUN", - "NZG" - ] - }, - "roaf-grupul7": { - "name": "RoAF-Grupul7", - "countries": [ - "ROU" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Würger ", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "FW-190D9": { - "name": "FW-190D9", - "coalition": "red", - "label": "FW-190D9 Dora", - "era": "WW2", - "shortLabel": "190", - "loadouts": [ - { - "items": [ - { - "name": "Werfer-Granate 21 - 21 cm UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "BR 21", - "name": "BR 21", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "300 liter Fuel Tank Type E2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank", - "name": "Fuel Tank", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "13 R4M 3.2kg UnGd air-to-air rocket", - "quantity": 2 - } - ], - "enabled": true, - "code": "R4M", - "name": "R4M", - "roles": [ - "CAP", - "CAP", - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "SC 500 J - 500kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "SC500", - "name": "SC500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "filename": "fw190.png", - "enabled": true, - "liveries": { - "fw-190d9_5jg301": { - "name": "FW-190_5JG301.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_iv.jg 26_hans dortenmann": { - "name": " Oblt. Hans Dortenmann, IV./JG 26, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_red": { - "name": "FW_190D9_Red.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_13.jg 51_heinz marquardt": { - "name": " Heinz-Marquardt, 13./JG 51, 1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_jg54": { - "name": "FW-190D9_JG54.1945", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_black 4 of stab iijg 6": { - "name": "FW-190D9_Black <4 of Stab II/JG 6", - "countries": [ - "GER", - "NZG" - ] - }, - "fw-190d9_usa": { - "name": "FW-190_USA_Standard.1943", - "countries": [ - "USA" - ] - }, - "fw-190d9_gb": { - "name": "FW-190_GB_Standart.1943", - "countries": [ - "UK" - ] - }, - "fw-190d9_ussr": { - "name": "FW-190 WNr 210251 USSR (Captured. 1943)", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Dora", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "H-6J": { - "name": "H-6J", - "coalition": "red", - "label": "H-6 J Badger", - "era": "Mid Cold War", - "shortLabel": "H6", - "loadouts": [ - { - "items": [ - { - "name": "12 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 12 in Bay", - "name": "250-2 HD Bomb x 12 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "24 x 250-2 - 250kg GP Bombs HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "250-2 HD Bomb x 24 in Bay", - "name": "250-2 HD Bomb x 24 in Bay", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MER6 - 6 x 250-3 - 250kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "250-3 LD Bomb x 36", - "name": "250-3 LD Bomb x 36", - "roles": [ - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-20 x 4", - "name": "KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-20", - "quantity": 6 - } - ], - "enabled": true, - "code": "KD-20 x 6", - "name": "KD-20 x 6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 2 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 2", - "name": "KD-63 x 2, KD-20 x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - }, - { - "name": "KD-20", - "quantity": 4 - } - ], - "enabled": true, - "code": "KD-63 x 2, KD-20 x 4", - "name": "KD-63 x 2, KD-20 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KD-63", - "quantity": 4 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "KD-63 x 4", - "name": "KD-63 x 4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "YJ-12 x 2", - "name": "YJ-12 x 2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-12", - "quantity": 4 - } - ], - "enabled": true, - "code": "YJ-12 x 4", - "name": "YJ-12 x 4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "YJ-83K", - "quantity": 6 - } - ], - "enabled": true, - "code": "YJ-83K x 6", - "name": "YJ-83K x 6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "h-6.png", - "enabled": true, - "liveries": { - "planaf standard": { - "name": "PLANAF Standard", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 4 crew bomber. Badger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "I-16": { - "name": "I-16", - "coalition": "red", - "label": "I-16", - "era": "WW2", - "shortLabel": "I16", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - } - ], - "enabled": true, - "code": "6xRS-82", - "name": "6xRS-82", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-100", - "name": "2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "FAB-100SV", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xFAB-100", - "name": "6xRS-82, 2xFAB-100", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RS-82", - "quantity": 6 - }, - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "6xRS-82, 2xDropTank-93L", - "name": "6xRS-82, 2xDropTank-93L", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "I-16 External Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xDropTank-93L", - "name": "2xDropTank-93L", - "roles": [ - "CAP", - "Reconnaissance", - "Escort" - ] - } - ], - "filename": "i-16.png", - "enabled": true, - "liveries": { - "silver-black demo": { - "name": "Silver-black paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army camo": { - "name": "Red Army Air Force Camouflage", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain nationalists": { - "name": "Spain (Nationalists)", - "countries": [ - "SPN", - "NZG" - ] - }, - "japan": { - "name": "Japan (Captured), Manchuria 1939", - "countries": [ - "NZG", - "JPN" - ] - }, - "finnish af": { - "name": "Finland, AFB Rompotti 1943", - "countries": [ - "FIN", - "NZG" - ] - }, - "red army standard": { - "name": "1 Red Army Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "spain republicans": { - "name": "Spain (Republicans)", - "countries": [ - "SUN", - "SPN" - ] - }, - "red five demo": { - "name": "RED FIVE Aerobatic Team", - "countries": [ - "SUN", - "RUS" - ] - }, - "clear": { - "name": "Green unmarked", - "countries": "All" - }, - "silver demo": { - "name": "Silver paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "red army winter": { - "name": "Red Army Air Force winter", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Ishak", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "IL-76MD": { - "name": "IL-76MD", - "coalition": "red", - "label": "IL-76MD Candid", - "era": "Mid Cold War", - "shortLabel": "76", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "ukrainian af aeroflot": { - "name": "Ukrainian AF aeroflot", - "countries": [ - "UKR" - ] - }, - "algerian af il-76md": { - "name": "Algerian AF IL-76MD", - "countries": [ - "DZA" - ] - }, - "china air force old": { - "name": "China Air Force Old", - "countries": [ - "CHN" - ] - }, - "ukrainian af": { - "name": "Ukrainian AF", - "countries": [ - "UKR" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "RUS" - ] - }, - "china air force new": { - "name": "China Air Force New", - "countries": [ - "CHN" - ] - }, - "mvd aeroflot": { - "name": "MVD aeroflot", - "countries": [ - "RUS" - ] - }, - "fsb aeroflot": { - "name": "FSB aeroflot", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 5 crew. Cargo and passenger aircraft. NATO reporting name: Candid", - "abilities": "AEW", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "IL-78M": { - "name": "IL-78M", - "coalition": "red", - "label": "IL-78M Midas", - "era": "Late Cold War", - "shortLabel": "78", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "il-76.png", - "enabled": true, - "liveries": { - "rf air force aeroflot": { - "name": "RF Air Force aeroflot", - "countries": [ - "SUN", - "RUS" - ] - }, - "rf air force new": { - "name": "RF Air Force new", - "countries": [ - "RUS" - ] - }, - "algerian af il-78m": { - "name": "Algerian AF IL-78M", - "countries": [ - "DZA" - ] - }, - "china air force": { - "name": "China Air Force", - "countries": [ - "CHN" - ] - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 6 crew. Tanker aircraft. NATO reporting name: Midas", - "abilities": "Tanker, Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "J-11A": { - "name": "J-11A", - "coalition": "red", - "label": "J-11A Flaming Dragon", - "era": "Modern", - "shortLabel": "J11", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "FAB-100x36,R-73x2,ECM", - "name": "FAB-100x36,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250x8,R-73x2,ECM", - "name": "FAB-250x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500x8,R-73x2,ECM", - "name": "FAB-500x8,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8KOMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-13L - 5 S-13 OF", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-13x20,FAB-250x4,R-73x2,ECM", - "name": "S-13x20,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25x4,FAB-500x4,R-73x2,ECM", - "name": "S-25x4,FAB-500x4,R-73x2,ECM", - "roles": [ - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "name": "R-27ERx4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x6,R-73x2,ECM", - "name": "R-77x6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ERx6,R-73x2,ECM", - "name": "R-27ERx6,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x4,R-27ETx2,R-73x2,ECM", - "name": "R-77x4,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x4,R-27ERx2,R-73x2,ECM", - "name": "R-77x4,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShPx6,R-73x2,ECM", - "name": "BetAB-500ShPx6,R-73x2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73x4,ECM", - "name": "R-73x4,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-77x6,R-73x4", - "name": "R-77x6,R-73x4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "name": "R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "name": "R-27ETx2,R-27ERx4,R-73x2,ECM", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8TsM", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "name": "S-8TsMx80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "name": "S-8OFP2x80,FAB-250x4,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "FAB-250x18,R-73x2,ECM", - "name": "FAB-250x18,R-73x2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8KOM", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-KOMx2, R-73x2, ECM", - "name": "2*S8-KOMx2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RKL609 ECM Pod (Right)", - "quantity": 1 - }, - { - "name": "RKL609 ECM Pod (Left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x B-8M1 - 20 S-8OFP2", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*S8-OFP2x2, R-73x2, ECM", - "name": "2*S8-OFP2x2, R-73x2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-500x2, R-73x2", - "name": "FAB-250x4, 2*FAB-500x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "2 x FAB-250", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250x4, 2*FAB-250x2, R-73x2", - "name": "FAB-250x4, 2*FAB-250x2, R-73x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "name": "RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "plaaf 19th ad": { - "name": "PLAAF 19th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 17th ab": { - "name": "PLAAF 17th AB", - "countries": [ - "CHN" - ] - }, - "plaaf 18th ad 'thunderclap wing' (fictional)": { - "name": "PLAAF 18th AD 'Thunderclap Wing' (Fictional)", - "countries": [ - "CHN" - ] - }, - "usn aggressor vfc-13 'ferris' (fictional)": { - "name": "Aggressor VFC-13 'Ferris' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 19th ad (reworked)": { - "name": "PLAAF 19th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad": { - "name": "PLAAF 14th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 6th ad": { - "name": "PLAAF 6th AD", - "countries": [ - "CHN" - ] - }, - "plaaf 14th ad (reworked)": { - "name": "PLAAF 14th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'desert' (fictional)": { - "name": "PLAAF OPFOR 'Desert' (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad (reworked)": { - "name": "PLAAF 7th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'desert' (fictional)": { - "name": "65th Aggressor SQN 'Desert' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "sky hunter": { - "name": "Sky Hunter", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (parade)": { - "name": "PLAAF 2nd AD (Parade)", - "countries": [ - "CHN" - ] - }, - "plaaf opfor 'jungle' (fictional)": { - "name": "PLAAF OPFOR 'Jungle' (Fictional) ", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad (reworked)": { - "name": "PLAAF 33th AD (Reworked)", - "countries": [ - "CHN" - ] - }, - "plaaf 33th ad": { - "name": "PLAAF 33th AD", - "countries": [ - "CHN" - ] - }, - "usaf 65th aggressor sqn 'gray' (fictional)": { - "name": "65th Aggressor SQN 'Gray' (Fictional)", - "countries": [ - "AUSAF" - ] - }, - "plaaf 2nd ad": { - "name": "PLAAF 2nd AD", - "countries": [ - "CHN" - ] - }, - "plaaf 7th ad": { - "name": "PLAAF 7th AD", - "countries": [ - "CHN" - ] - }, - "plaaf ghost gray (fictional)": { - "name": "PLAAF Ghost Gray (Fictional)", - "countries": [ - "CHN" - ] - }, - "plaaf 2nd ad (reworked)": { - "name": "PLAAF 2nd AD (Reworked)", - "countries": [ - "CHN" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 1 crew, fighter and strike. NATO reporting name: Flanker", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "JF-17": { - "name": "JF-17", - "coalition": "red", - "label": "JF-17 Thunder", - "era": "Modern", - "shortLabel": "J17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "C802AK (DIS)", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C802AKx2, 800L Tank", - "name": "PL-5Ex2, C802AKx2, 800L Tank", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank, WMD7", - "name": "PL-5Ex2, 800L Tank, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-10", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-10x2, WMD7", - "name": "PL-5Ex2, GBU-10x2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "name": "PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GBU-16", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7", - "roles": [ - "CAS", - "Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 1100L Tankx2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "name": "PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "name": "PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "name": "PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 IRx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "name": "PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "name": "PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701IR", - "quantity": 1 - }, - { - "name": "C-701T", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "name": "PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "BRM-1_90MM", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GB-6-SFW", - "quantity": 2 - }, - { - "name": "GBU-12", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "name": "PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x Mk-82 SnakeEye", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk-82SEx2, Mk-83x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "PL-5Ex2, Mk-84x3", - "name": "PL-5Ex2, Mk-84x3", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "name": "PL-5Ex2, 2*Mk5x2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "UG_90MM", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "name": "PL-5Ex2, Unguided 90mmx2, 800L Tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "GDJ-II19 - 2 x LAU68 MK5", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "name": "PL-5Ex2, 2*Mk5x2, Mk-83x3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "BRM-1_90MM", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "name": "PL-5Ex2, BRM1x2, 1100L Tank, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2x1100L Tank", - "name": "PL-5Ex2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 2x1100L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 800L Tank", - "name": "PL-5Ex2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ", - "name": "PL-5Ex2, SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, SPJ", - "name": "PL-5Ex2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, SPJ", - "name": "PL-5Ex2, 2*SD-10x2, SPJ", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2", - "name": "PL-5Ex2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2", - "name": "PL-5Ex2, SD-10x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10", - "name": "PL-5Ex2, 2*SD-10", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "name": "PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10 x 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "SD-10", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "name": "PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank", - "roles": [ - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "BRM-1_90MM", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GBU-16", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "name": "PL-5Ex2, GBU-16x2, BRM1x2, WMD7", - "roles": [ - "FAC-A", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "PL-5EII", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, WMD7", - "name": "PL-5Ex2, WMD7", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "GB-6", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "name": "PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "C-701T", - "quantity": 2 - }, - { - "name": "KG-600", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, C-701 CCDx2, SPJ", - "name": "PL-5Ex2, C-701 CCDx2, SPJ", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LD-10 x 2", - "quantity": 1 - }, - { - "name": "SD-10 x 2", - "quantity": 1 - }, - { - "name": "CM802AKG (DIS)", - "quantity": 2 - }, - { - "name": "DATA-LINK POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "name": "PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x Mk-82", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "name": "PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "LS-6-500", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "name": "PL-5Ex2, LS-6x2, GB-6x2, 800L Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "LS-6-500", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "GDJ-II19 - 2 x GBU-12", - "quantity": 2 - }, - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "GB-6", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "name": "PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7", - "roles": [] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*Type-200Ax2", - "name": "PL-5Ex2, 2*Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "TYPE-200A", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, Type-200Ax2", - "name": "PL-5Ex2, Type-200Ax2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "800L Tank", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-250 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "name": "PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "1100L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PL-5EII", - "quantity": 2 - }, - { - "name": "WMD7 POD", - "quantity": 1 - }, - { - "name": "800L Tank", - "quantity": 2 - }, - { - "name": "LS-6-100 Dual", - "quantity": 2 - } - ], - "enabled": true, - "code": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "name": "PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7", - "roles": [ - "CAS" - ] - } - ], - "filename": "jf-17.png", - "enabled": true, - "liveries": { - "paf black panthers 07-101": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers 07-101", - "countries": [ - "PAK" - ] - }, - "paf phoenixes": { - "name": "Pakistan Air Force No.28 Sqn Phoenixes", - "countries": [ - "PAK" - ] - }, - "paf black spiders 07-101 (fictional)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders 07-101 (Fictional)", - "countries": [ - "PAK" - ] - }, - "paf 07-101 (overhauled)": { - "name": "Pakistan Air Force 07-101 (Overhauled)", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v2)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo2)", - "countries": [ - "PAK" - ] - }, - "plaaf 125th ab (fictional)": { - "name": "PLAAF 125th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "naf 722": { - "name": "Nigerian Air Force 722", - "countries": [ - "NGA" - ] - }, - "paf dark camo": { - "name": "Pakistan Air Force Dark Camo", - "countries": [ - "PAK" - ] - }, - "'splinter' camo for blue side (fictional)": { - "name": "\"Splinter\" Camo for Blue Side (Fictional)", - "countries": "All" - }, - "paf black spiders (web camo)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders (Web Camo)", - "countries": [ - "PAK" - ] - }, - "plaaf 111th ab (fictional)": { - "name": "PLAAF 111th AB (Fictional)", - "countries": [ - "CHN" - ] - }, - "paf black panthers": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers", - "countries": [ - "PAK" - ] - }, - "paf black spiders (default)": { - "name": "Pakistan Air Force No.26 Sqn Black Spiders", - "countries": [ - "PAK" - ] - }, - "paf ccs fierce fragons": { - "name": "Pakistan Air Force CCS Sqn Fierce Dragons", - "countries": [ - "PAK" - ] - }, - "plaaf ghost gray camo (fictional)": { - "name": "PLAAF \"Ghost Gray\" Camo (Fictional)", - "countries": [ - "CHN" - ] - }, - "'chips' camo for blue side (fictional)": { - "name": "USAF \"Chips\" Camo (Fictional)", - "countries": [ - "USA" - ] - }, - "paf black panthers (reworked)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Reworked)", - "countries": [ - "PAK" - ] - }, - "maf blue sea camo": { - "name": "Myanmar Air Force Blue Sea Camo", - "countries": "All" - }, - "proto 06": { - "name": "FC-1 Prototype 06", - "countries": [ - "CHN" - ] - }, - "paf minhasians": { - "name": "Pakistan Air Force No.2 Sqn Minhasians", - "countries": [ - "PAK" - ] - }, - "paf sharp shooters": { - "name": "Pakistan Air Force No.18 Sqn Sharp Shooters", - "countries": [ - "PAK" - ] - }, - "paf tail choppers": { - "name": "Pakistan Air Force No.14 Sqn Tail Choppers", - "countries": [ - "PAK" - ] - }, - "paf black panthers (b2v1)": { - "name": "Pakistan Air Force No.16 Sqn Black Panthers (Block2 Camo1)", - "countries": [ - "PAK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike. Geoff", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "KC-135": { - "name": "KC-135", - "coalition": "blue", - "label": "KC-135 Stratotanker", - "era": "Early Cold War", - "shortLabel": "135", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "standard usaf": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - }, - "turaf standard": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Boom AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "KC135MPRS": { - "name": "KC135MPRS", - "coalition": "blue", - "label": "KC-135 MPRS Stratotanker", - "era": "Early Cold War", - "shortLabel": "135M", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "kc-135.png", - "enabled": true, - "liveries": { - "100th arw": { - "name": "100th ARW", - "countries": [ - "USA" - ] - }, - "22nd arw": { - "name": "22nd ARW", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swept wing, 3 crew. Tanker aircraft. Stratotanker", - "abilities": "Tanker, Drogue AAR, MPRS", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "L-39ZA": { - "name": "L-39ZA", - "coalition": "red", - "label": "L-39ZA", - "era": "Mid Cold War", - "shortLabel": "L39", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2", - "name": "FAB-100x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-150x2", - "name": "FAB-100x2, PTB-150x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100x2, PTB-350x2", - "name": "FAB-100x2, PTB-350x2", - "roles": [ - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100x4", - "name": "FAB-100x4", - "roles": [ - "Antiship Strike", - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x4, FAB-100x2", - "name": "OFAB-100 Jupiter x4, FAB-100x2", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "2 x OFAB-100 Jupiter - 100kg GP Bombs HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "OFAB-100 Jupiter x8", - "name": "OFAB-100 Jupiter x8", - "roles": [ - "CAS", - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PK-3x2, PTB-150x2", - "name": "PK-3x2, PTB-150x2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 4 - } - ], - "enabled": true, - "code": "PK-3x4", - "name": "PK-3x4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2", - "name": "R-3Sx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-3Sx2, PK-3x2", - "name": "R-3Sx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2", - "name": "R-60Mx2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "PK-3 - 7.62mm GPMG", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60Mx2, PK-3x2", - "name": "R-60Mx2, PK-3x2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32", - "name": "S-5KOx32", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, FAB-100x2", - "name": "S-5KOx32, FAB-100x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 150 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-150x2", - "name": "S-5KOx32, PTB-150x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel Tank 350 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-5KOx32, PTB-350x2", - "name": "S-5KOx32, PTB-350x2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-16UM pod - 16 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-5KOx64", - "name": "S-5KOx64", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "SAB-100x4", - "name": "SAB-100x4", - "roles": [ - "FAC-A" - ] - } - ], - "filename": "l-39.png", - "enabled": true, - "liveries": { - "splinter camo woodland": { - "name": "Splinter camo woodland", - "countries": "All" - }, - "algerian af tiger nl-36": { - "name": "Algerian AF Tiger NL-36", - "countries": [ - "DZA" - ] - }, - "czech air force": { - "name": "Czech Air Force", - "countries": [ - "CZE" - ] - }, - "algerian af nl-44": { - "name": "Algerian AF NL-44", - "countries": [ - "DZA" - ] - }, - "splinter camo desert": { - "name": "Splinter camo desert", - "countries": "All" - }, - "slovak air force": { - "name": "2nd SQN AFB Sliac", - "countries": [ - "SVK" - ] - }, - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "czechoslovakia air force": { - "name": "Czechoslovakia_Air Force", - "countries": [ - "CZE" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "M-2000C": { - "name": "M-2000C", - "coalition": "blue", - "label": "M-2000C Mirage", - "era": "Late Cold War", - "shortLabel": "2k", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox", - "name": "Fox", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / Magic (QRA)", - "name": "Fox / Magic (QRA)", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Super 530D", - "quantity": 2 - } - ], - "enabled": true, - "code": "Alpha / S530D", - "name": "Alpha / S530D", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic", - "name": "Fox / S530D / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Matra Super 530D", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - }, - { - "name": "Eclair 16 flares 16 chaffs", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / S530D / Magic / Eclair", - "name": "Fox / S530D / Magic / Eclair", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo", - "name": "Bravo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - } - ], - "enabled": true, - "code": "Bravo / Magic", - "name": "Bravo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo", - "name": "Kilo", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / Magic", - "name": "Kilo / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xMk-82 / Magic", - "name": "Bravo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-12 / Magic", - "name": "Bravo / GBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "AUF2 GBU-12 x 2", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / 2xGBU-12 / Magic", - "name": "Bravo / 2xGBU-12 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-16 / Magic", - "name": "Bravo / GBU-16 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "GBU-24 Paveway III - 2000lb Laser Guided Bomb", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / GBU-24 / Magic", - "name": "Bravo / GBU-24 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "BAP-100 x 18", - "quantity": 1 - } - ], - "enabled": true, - "code": "Bravo / BAP-100 / Magic", - "name": "Bravo / BAP-100 / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Bravo / 4xSnakeEye / Magic", - "name": "Bravo / 4xSnakeEye / Magic", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fox / 4xMk-82 / Magic", - "name": "Fox / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Matra Magic II", - "quantity": 2 - }, - { - "name": "RPL 541 2000 liters Fuel Tank ", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - }, - { - "name": "RPL 522 1300 liters Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kilo / 4xMk-82 / Magic", - "name": "Kilo / 4xMk-82 / Magic", - "roles": [ - "Strike" - ] - } - ], - "filename": "m2000.png", - "enabled": true, - "liveries": { - "ada alsace lf-2": { - "name": "Ada Alsace LF-2", - "countries": [ - "FRA" - ] - }, - "peru052": { - "name": "Fuerza Aerea Peruana 052", - "countries": [ - "FRA", - "PER" - ] - }, - "mission accomplie": { - "name": "2022 MISSION ACCOMPLIE by MALBAK", - "countries": "All" - }, - "cambresis": { - "name": "AdA Cambresis", - "countries": [ - "FRA" - ] - }, - "greek air force": { - "name": "Polemikh Aeroporia (Greek Air Force)", - "countries": [ - "FRA", - "GRC" - ] - }, - "brasilian air force": { - "name": "Forca Aerea Brasileira (Brazilian Air Force)", - "countries": [ - "BRA", - "FRA" - ] - }, - "2003 tigermeet": { - "name": "NATO Tigermeet 2003", - "countries": [ - "FRA" - ] - }, - "peru064": { - "name": "Fuerza Aerea Peruana 064", - "countries": [ - "FRA", - "PER" - ] - }, - "2010 tigermeet": { - "name": "NATO Tigermeet 2010", - "countries": [ - "FRA" - ] - }, - "uae air force": { - "name": "UAE Air Defense Air Force", - "countries": [ - "FRA", - "ARE" - ] - }, - "2004 tigermeet": { - "name": "NATO Tigermeet 2004", - "countries": [ - "FRA" - ] - }, - "ada chasse 2-5": { - "name": "AdA Chasse 2/5", - "countries": [ - "FRA" - ] - }, - "iaf silver 59": { - "name": "Israeli Air Force 101 Sqn 1967 scheme", - "countries": [ - "ABH", - "RUS", - "SPN", - "ISR", - "USA", - "RSO", - "UKR", - "TUR", - "BEL", - "NOR", - "ITA", - "POL", - "NETH", - "GER", - "FRA", - "GRG", - "DEN", - "CZE", - "CAN", - "UK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew, fighter and strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MB-339A": { - "name": "MB-339A", - "coalition": "blue", - "label": "MB-339A", - "era": "Mid Cold War", - "shortLabel": "339", - "loadouts": [ - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks [Clean]", - "name": "A - 2*320L TipTanks [Clean]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "name": "A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]", - "roles": [ - "Transport" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 HEI Heavy", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-83 - 1000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-81 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "name": "A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 ", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "A - 2*320L TipTanks + 6*Mk.82LD", - "name": "A - 2*320L TipTanks + 6*Mk.82LD", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 3 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Luggage Container", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "name": "A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "BLG-66-AC Belouga", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "name": "A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)", - "roles": [] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "LR-25 - 25 x UnGd Rkts, 50 mm ARF-8/M3 API", - "quantity": 2 - }, - { - "name": "Mk-82 Snakeye - 500lb GP Bomb HD", - "quantity": 4 - } - ], - "enabled": true, - "code": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "name": "A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-10 pod - 4 x 127mm ZUNI, UnGd Rkts Mk71, HE/FRAG", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "name": "AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "LAU-3 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "AN/M3 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "name": "AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAT-120 ABL - 34kg HE/Frag Chute Retarded Bomb HD", - "quantity": 6 - } - ], - "enabled": true, - "code": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "name": "Anti - Light Armoured Vehicle (36*BAT-120 ABL)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "name": "AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "AN/M3 Gunpod Right", - "quantity": 1 - }, - { - "name": "Photo-Recon Pod (4*70mm Vinten Cameras)", - "quantity": 1 - }, - { - "name": "Fuel Tank 330lt", - "quantity": 2 - }, - { - "name": "", - "quantity": 2 - } - ], - "enabled": true, - "code": "Recon", - "name": "Recon", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "Matra Type 155 Rocket Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "Runway Interdiction", - "name": "Runway Interdiction", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Elliptic Tip Tank 320lt", - "quantity": 2 - }, - { - "name": "14-3-M2 - 6 x BAP-100 - 32kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 6 - } - ], - "enabled": true, - "code": "Runway Interdiction (36*BAP-100)", - "name": "Runway Interdiction (36*BAP-100)", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Cylindrical Tip Tank 500lt", - "quantity": 2 - }, - { - "name": "BRD-4-250 - 4 x Mk 76 - 25lb Practice Bomb LD", - "quantity": 1 - }, - { - "name": "", - "quantity": 2 - }, - { - "name": "DEFA553 Gunpod Right", - "quantity": 1 - }, - { - "name": "DEFA553 Gunpod Left", - "quantity": 1 - } - ], - "enabled": true, - "code": "Training", - "name": "Training", - "roles": [] - } - ], - "filename": "mb-339.png", - "enabled": true, - "liveries": { - "mb339an 'nigeria'": { - "name": "Nigerian Air Force | Camo (Low-Vis)", - "countries": [ - "NGA" - ] - }, - "mb339a italian camo - late": { - "name": "Italian Camo - Late", - "countries": [ - "ITA" - ] - }, - "mb339a italian factory": { - "name": "Italian Orange/White", - "countries": [ - "ITA" - ] - }, - "mb339am 'malaysia'": { - "name": "Royal Malaysian Air Force | Camo (Low-Vis)", - "countries": [ - "MYS" - ] - }, - "mb339aa 'armada' - yellow band": { - "name": "ARMADA Argentina | Camo (Yellow Band)", - "countries": [ - "ARG" - ] - }, - "mb339ag 'ghana'": { - "name": "Ghana Air Force | Camo (Low-Vis)", - "countries": [ - "GHA" - ] - }, - "mb339a italian gray": { - "name": "Italian Gray", - "countries": [ - "ITA" - ] - }, - "mb339a italian camo - early": { - "name": "Italian Camo - Early", - "countries": [ - "ITA" - ] - }, - "mb339 'factory'": { - "name": "Aermacchi Factory Scheme | S-001 I-NEUF", - "countries": "All" - }, - "mb339ad 'uae'": { - "name": "UAE Air Force", - "countries": [ - "ARE" - ] - }, - "mb339aa 'armada' - crippa": { - "name": "ARMADA Argentina | Camo (Lt. Crippa's killmark)", - "countries": [ - "ARG" - ] - }, - "mb339ap 'peru'": { - "name": "Peruvian Air Force | Camo (Late)", - "countries": [ - "PER" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 2 crew, light attack trainer. Aviojet", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MQ-9 Reaper": { - "name": "MQ-9 Reaper", - "coalition": "blue", - "label": "MQ-9 Reaper", - "era": "Modern", - "shortLabel": "MQ9", - "loadouts": [ - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "AGM-114K * 2", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*12", - "name": "AGM-114K*12", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "AGM-114K*8,GBU-38*2", - "name": "AGM-114K*8,GBU-38*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-12*4", - "name": "GBU-12*4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "GBU-38(V)1/B - JDAM, 500lb GPS Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "GBU-38*4", - "name": "GBU-38*4", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "rq-1.png", - "enabled": true, - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "standard uk": { - "name": "standard UK", - "countries": [ - "UK" - ] - }, - "standard italy": { - "name": "standard Italy", - "countries": [ - "ITA" - ] - }, - "standard france": { - "name": "standard France", - "countries": [ - "FRA" - ] - }, - "'camo' scheme": { - "name": "'camo' scheme", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single turboprop, straight wing, attack aircraft. Reaper", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-15bis": { - "name": "MiG-15bis", - "coalition": "red", - "label": "MiG-15 Fagot", - "era": "Early Cold War", - "shortLabel": "M15", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-50 - 50kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-50", - "name": "2*FAB-50", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*FAB-100M", - "name": "2*FAB-100M", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*300L", - "name": "2*300L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*400L", - "name": "2*400L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 600 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "2*600L", - "name": "2*600L", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 300 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 300", - "name": "Fuel tank 300", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 400 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel tank 400", - "name": "Fuel tank 400", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - } - ], - "filename": "mig-15.png", - "enabled": true, - "liveries": { - "china_air force": { - "name": "People's Liberation Army Air Force", - "countries": [ - "CHN" - ] - }, - "china volunteer air force": { - "name": "People's Volunteer Army Air Force", - "countries": [ - "CHN" - ] - }, - "ussr_red": { - "name": "USSR Red", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af 1962": { - "name": "Algerian AF 1962", - "countries": [ - "DZA" - ] - }, - "north_korea_air force_major_ arkady_ boitsow": { - "name": "North Korea - Major Arkady Boitsow", - "countries": [ - "RUS", - "PRK" - ] - }, - "gdr_air force": { - "name": "Air Forces of the National People's Army", - "countries": [ - "GER" - ] - }, - "default livery": { - "name": "default livery", - "countries": [ - "BRA", - "CUB", - "MYS", - "ARE", - "AUS", - "ABH", - "RUS", - "PHL", - "SPN", - "ISR", - "SUN", - "USA", - "BHR", - "MAR", - "BLR", - "HRV", - "DZA", - "OMN", - "RSO", - "SVK", - "HND", - "IRN", - "UKR", - "TUR", - "JPN", - "PRK", - "SRB", - "IDN", - "KAZ", - "BGR", - "BEL", - "INS", - "THA", - "LBY", - "AUSAF", - "VEN", - "PAK", - "JOR", - "RSA", - "FIN", - "MEX", - "KWT", - "NOR", - "IRQ", - "SYR", - "ITA", - "NZG", - "GRC", - "POL", - "NETH", - "GER", - "SUI", - "CHN", - "SAU", - "SWE", - "YEM", - "VNM", - "ROU", - "RSI", - "FRA", - "CHL", - "KOR", - "HUN", - "AUT", - "GRG", - "DEN", - "TUN", - "EGY", - "IND", - "CZE", - "ETH", - "CAN", - "SDN", - "QAT", - "UK", - "YUG" - ] - }, - "haf fictional": { - "name": "Hellenic Airforce - Fictional", - "countries": [ - "GRC" - ] - }, - "ussr_air forces": { - "name": "Air Forces of Soviet Union", - "countries": [ - "SUN", - "RUS" - ] - }, - "north_korea_air force": { - "name": "Korean People's Air Force", - "countries": [ - "PRK" - ] - }, - "polish_air force": { - "name": "Polish Air Force", - "countries": [ - "POL" - ] - }, - "ussr_air forces old": { - "name": "USSR Old", - "countries": [ - "SUN", - "RUS" - ] - }, - "czechoslovakia_air force": { - "name": "Czechoslovak Air Force", - "countries": [ - "CZE" - ] - }, - "ussr_pepelyaev": { - "name": "USSR Pepelyaev", - "countries": [ - "SUN", - "RUS", - "PRK" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fagot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-19P": { - "name": "MiG-19P", - "coalition": "red", - "label": "MiG-19 Farmer", - "era": "Early Cold War", - "shortLabel": "M19", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "PTB-760 x 2", - "name": "PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, PTB-760 x 2", - "name": "K-13A x 2, PTB-760 x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2", - "name": "K-13A x 2", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "K-13A", - "quantity": 2 - }, - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "name": "K-13A x 2, ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 760 liters", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2, PTB-760 x 2", - "name": "ORO-57K x 2, PTB-760 x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 4 - } - ], - "enabled": true, - "code": "ORO-57K x 4", - "name": "ORO-57K x 4", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "ORO-57K x 2", - "name": "ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2, ORO-57K x 2", - "name": "FAB-100M x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "ORO-57K - S-5M x 8", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2, ORO-57K x 2", - "name": "FAB-250 x 2, ORO-57K x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100M - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100M x 2", - "name": "FAB-100M x 2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250 x 2", - "name": "FAB-250 x 2", - "roles": [ - "CAS", - "Strike" - ] - } - ], - "filename": "mig-19.png", - "enabled": true, - "liveries": { - "ussr_2": { - "name": "764th Fighter Aviation Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf camo": { - "name": "PLAAF Snow Camo", - "countries": [ - "CHN" - ] - }, - "cuba": { - "name": " 211 Escuadron de Caza", - "countries": [ - "CUB" - ] - }, - "iap": { - "name": "234 Fighter Regiment (234 IAP)", - "countries": "All" - }, - "ddr - fictional": { - "name": "Germany DDR camouflage (Fictional)", - "countries": "All" - }, - "snow - fictional": { - "name": "Snow Camouflage Fictional", - "countries": "All" - }, - "plaaf": { - "name": "112th Air Regiment", - "countries": [ - "CHN" - ] - }, - "romania - 66th fighter division": { - "name": "91st Fighter Regiment", - "countries": [ - "ROU" - ] - }, - "poland 39 plm": { - "name": "39 PLM Squadron", - "countries": [ - "POL" - ] - }, - "poland 62 plm": { - "name": "62 PLM Squadron", - "countries": [ - "POL" - ] - }, - "default": { - "name": "default", - "countries": "All" - }, - "czechoslovakia": { - "name": "2nd Fighter-Bomber Regiment", - "countries": [ - "CZE" - ] - }, - "bulgaria": { - "name": "1st Squadron, 18th Fighter Regiment", - "countries": [ - "BGR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Farmer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-21Bis": { - "name": "MiG-21Bis", - "coalition": "red", - "label": "MiG-21 Fishbed", - "era": "Mid Cold War", - "shortLabel": "M21", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, long range", - "name": "Patrol, long range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, medium range", - "name": "Patrol, medium range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-60 x 2", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Patrol, short range", - "name": "Patrol, short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Hard targets, BOMBS", - "name": "Hard targets, BOMBS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Unknown or mixed targets, BOMBS + ROCKETS", - "name": "Unknown or mixed targets, BOMBS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UB-32M - 32 S-5M", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS + ROCKETS", - "name": "Soft targets, CLUSTERS + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, CLUSTERS", - "name": "Soft targets, CLUSTERS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, scattered", - "name": "Soft targets, scattered", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Kh-66 Grom (21) - AGM, radar guided APU-68", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Few big targets, GROM + BOMBS", - "name": "Few big targets, GROM + BOMBS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "Very hard target, PENETRATION", - "name": "Very hard target, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Aerial attack, hard targets, CLUSTERS", - "name": "Aerial attack, hard targets, CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24A (21) - 180 kg, cumulative unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Hard targets, ROCKETS, PENETRATION", - "name": "Hard targets, ROCKETS, PENETRATION", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "S-24B (21) - 180 kg, fragmented unguided rocket", - "quantity": 4 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "name": "Soft targets, ROCKETS, BLAST-FRAGMENTS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, MIX", - "name": "Long range, MIX", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, RADAR GUIDED MISSILES", - "name": "Long range, RADAR GUIDED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 490 L Central (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, INFRA RED MISSILES", - "name": "Long range, INFRA RED MISSILES", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort", - "name": "Escort", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Escort, JAMMER", - "name": "Escort, JAMMER", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "Night, ILLUMINATOR", - "name": "Night, ILLUMINATOR", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Long range, JAMMER", - "name": "Long range, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "UB-16UM - 16 S-5M", - "quantity": 2 - } - ], - "enabled": true, - "code": "Soft targets, UPK + ROCKETS", - "name": "Soft targets, UPK + ROCKETS", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "UPK-23-250 - gun pod", - "quantity": 2 - }, - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Soft targets, UPK + CLUSTERS", - "name": "Soft targets, UPK + CLUSTERS", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "SPS-141-100 (21) - jamming and countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - } - ], - "enabled": true, - "code": "Patrol, JAMMER", - "name": "Patrol, JAMMER", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "RN-24 - 470kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR A", - "name": "NUCLEAR A", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RN-28 - 260 kg, nuclear bomb, free fall", - "quantity": 1 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - }, - { - "name": "Fuel Tank 490 L (21)", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 1 - } - ], - "enabled": true, - "code": "NUCLEAR B", - "name": "NUCLEAR B", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel Tank 800 L (21)", - "quantity": 1 - }, - { - "name": "R-3R - AAM, radar guided", - "quantity": 2 - }, - { - "name": "R-3S - AAM, IR guided", - "quantity": 2 - }, - { - "name": "ASO-2 - countermeasures pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Short range", - "name": "Short range", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Smoke - white - 21", - "quantity": 1 - } - ], - "enabled": true, - "code": "AEROBATIC", - "name": "AEROBATIC", - "roles": [] - } - ], - "filename": "mig-21.png", - "enabled": true, - "liveries": { - "afghanistan (1)": { - "name": "Afghanistan (1)", - "countries": "All" - }, - "bulgaria - 1-3 iae (3)": { - "name": "Bulgaria - 1/3 IAE (3)", - "countries": "All" - }, - "germany east - jg-8": { - "name": "East Germany - JG-8", - "countries": "All" - }, - "plaaf - white": { - "name": "PLAAF - White", - "countries": "All" - }, - "croatia - 21st fs": { - "name": "Croatia - 21st Fighter Squadron (Zagreb AB)", - "countries": "All" - }, - "plaaf - sky blue": { - "name": "PLAAF - Sky Blue", - "countries": "All" - }, - "iraq - 17th sqn (2)": { - "name": "Iraq - 17th Sqn (2)", - "countries": "All" - }, - "vvs - amt-11 grey": { - "name": "VVS - AMT-11 Grey", - "countries": "All" - }, - "vvs - 234 gviap": { - "name": "VVS - 234 GvIAP", - "countries": "All" - }, - "bare metal": { - "name": "Bare Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae (2)": { - "name": "Bulgaria - 1/3 IAE (2)", - "countries": "All" - }, - "plaaf - splinter": { - "name": "PLAAF - Splinter", - "countries": "All" - }, - "argentina (2)": { - "name": "Argentina (2)", - "countries": "All" - }, - "vvs - demonstrator": { - "name": "VVS Demonstrator", - "countries": "All" - }, - "vvs - 115 gviap": { - "name": "VVS - 115 GvIAP (Kokaydy AB)", - "countries": "All" - }, - "romania - lancer a": { - "name": "Romania - Lancer A", - "countries": "All" - }, - "sweden - 16th air wing": { - "name": "Sweden - 16th Air Wing", - "countries": "All" - }, - "syria (1)": { - "name": "Syria (1)", - "countries": "All" - }, - "egypt - grey 1982": { - "name": "Egypt - Grey 1982", - "countries": "All" - }, - "finland - hävllv 31": { - "name": "Finland - HavLLv 31", - "countries": "All" - }, - "huaf 47th ab - 6115 (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB) 6115", - "countries": "All" - }, - "libya - 2017": { - "name": "Lybia - 2017", - "countries": "All" - }, - "huaf 47th ab (griff sqn)": { - "name": "HunAF Griff Sqn. (47th AB)", - "countries": "All" - }, - "cuba - 1990s": { - "name": "Cuba - 1990s", - "countries": "All" - }, - "serbia - 101st lae": { - "name": "Serbia - 101st LAE", - "countries": "All" - }, - "slovakia - 1998": { - "name": "Slovakia - 1998", - "countries": "All" - }, - "iran - 51st sqn": { - "name": "Iran - 51st Sqn (Umidiyeh AB)", - "countries": "All" - }, - "vvs - 116 cbp": { - "name": "VVS - 116 CBP", - "countries": "All" - }, - "georgia (2)": { - "name": "Georgia (2)", - "countries": "All" - }, - "huaf metal": { - "name": "HuAF Metal", - "countries": "All" - }, - "bulgaria - 1-3 iae": { - "name": "Bulgaria - 1/3 IAE", - "countries": "All" - }, - "india - 101st sqn (1)": { - "name": "India - 101st Sqn Falcons", - "countries": "All" - }, - "ukraine (2)": { - "name": "Ukraine 02", - "countries": "All" - }, - "vpaf - 927th fighter regiment metal": { - "name": "VPAF - 927th Fighter Regiment Metal", - "countries": "All" - }, - "iran - standard": { - "name": "Iran - Standard", - "countries": "All" - }, - "romania - lancer c": { - "name": "Romania - Lancer C", - "countries": "All" - }, - "angola - c41": { - "name": "Angola - C41", - "countries": "All" - }, - "poland - 1 dlmw": { - "name": "Poland - 1 DLMW", - "countries": "All" - }, - "yugoslavia - gray": { - "name": "Yugoslavia - Grey", - "countries": "All" - }, - "angola - c314": { - "name": "Angola - C314", - "countries": "All" - }, - "argentina (1)": { - "name": "Argentina (1)", - "countries": "All" - }, - "romania - gray": { - "name": "Romania - Gray", - "countries": "All" - }, - "dprk - 2016 - 42": { - "name": "DPRK - 2016 Nr.42", - "countries": "All" - }, - "libya - early": { - "name": "Lybia - Early", - "countries": "All" - }, - "poland - metal": { - "name": "Poland - Lacquer Metal", - "countries": "All" - }, - "syria (2)": { - "name": "Syria (2)", - "countries": "All" - }, - "india - 15th sqn": { - "name": "India - 15 Sqn War Games", - "countries": "All" - }, - "cuba - um 5010 is": { - "name": "Cuba - UM 5010 IS", - "countries": "All" - }, - "afghanistan (2)": { - "name": "Afghanistan (2)", - "countries": "All" - }, - "iraq - 9th sqn": { - "name": "Iraq - 9th Sqn", - "countries": "All" - }, - "vpaf - 927th lam son - 6122": { - "name": "VPAF - 927th Lam Son", - "countries": "All" - }, - "yugoslavia - camo": { - "name": "Yugoslavia - Camo", - "countries": "All" - }, - "egypt - tan 1982": { - "name": "Egypt - Tan 1982", - "countries": "All" - }, - "croatia - 1st fs 1992": { - "name": "Croatia - 1st FS 1992", - "countries": "All" - }, - "southeria": { - "name": "Southeria", - "countries": "All" - }, - "ukraine (1)": { - "name": "Ukraine 01", - "countries": "All" - }, - "georgia (1)": { - "name": "Georgia (1)", - "countries": "All" - }, - "northeria - 32nd fs": { - "name": "Northeria - 32nd FG", - "countries": "All" - }, - "cuba - metal": { - "name": "Cuba - Metal", - "countries": "All" - }, - "huaf 47th ab - early": { - "name": "HunAF Griff Sqn. (47th AB) - Early ", - "countries": "All" - }, - "jasdf": { - "name": "JASDF", - "countries": "All" - }, - "raf - 111th sqn": { - "name": "RAF - 111th Sqn", - "countries": "All" - }, - "sweden - m90": { - "name": "Sweden - M90", - "countries": "All" - }, - "algeria": { - "name": "Algeria FD-43", - "countries": "All" - }, - "india - 101st sqn (2)": { - "name": "India - 101st Sqn Falcons (2)", - "countries": "All" - }, - "draken international": { - "name": "Draken International", - "countries": "All" - }, - "raf - 11th sqn": { - "name": "RAF - 11th Sqn", - "countries": "All" - }, - "vpaf - 921st sao do - 5040": { - "name": "VPAF - 921st Sao Do", - "countries": "All" - }, - "vvs - metal": { - "name": "VVS Metal", - "countries": "All" - }, - "iraq - 17th sqn (1)": { - "name": "Iraq - 17th Sqn (1)", - "countries": "All" - }, - "vvs - 185th gviap": { - "name": "VVS 185th GvIAP", - "countries": "All" - }, - "poland - 10 elt": { - "name": "Poland - 10 ELT", - "countries": "All" - }, - "dprk - 2014 - 34": { - "name": "DPRK - 2014 Nr.34", - "countries": "All" - }, - "huaf grey": { - "name": "HuAF Grey", - "countries": "All" - }, - "huaf 31st ab (turul sqn)": { - "name": "HunAF 1904 Capeti (51th AB)", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fishbed", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-23MLD": { - "name": "MiG-23MLD", - "coalition": "red", - "label": "MiG-23 Flogger", - "era": "Mid Cold War", - "shortLabel": "23", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4", - "name": "R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,R-60M*2,Fuel-800", - "name": "B-8*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,R-60M*2,Fuel-800", - "name": "UB-32*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4,Fuel-800", - "name": "R-24R*2,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4,Fuel-800", - "name": "R-24R,R-24T,R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,Fuel-800", - "name": "R-60M*4,Fuel-800", - "roles": [ - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,R-60M*2,Fuel-800", - "name": "FAB-500*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-24R*2,R-60M*4", - "name": "R-24R*2,R-60M*4", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*2,R-60M*2,Fuel-800", - "name": "FAB-250*2,R-60M*2,Fuel-800", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*2,R-60M*2,Fuel-800", - "name": "RBK-250*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500*2,R-60M*2,Fuel-800", - "name": "RBK-500*2,R-60M*2,Fuel-800", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-24T (AA-7 Apex IR) - Infra Red", - "quantity": 1 - }, - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-24R (AA-7 Apex SA) - Semi-Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-24R,R-24T,R-60M*4", - "name": "R-24R,R-24T,R-60M*4", - "roles": [ - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "af standard-2": { - "name": "af standard-2", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard-3 (worn-out)": { - "name": "af standard-3 (worn-out)", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard-1": { - "name": "af standard-1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25PD": { - "name": "MiG-25PD", - "coalition": "red", - "label": "MiG-25PD Foxbat", - "era": "Mid Cold War", - "shortLabel": "25P", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-40T*2", - "name": "R-40R*2,R-40T*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*4", - "name": "R-40R*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-40R*2,R-60M*2", - "name": "R-40R*2,R-60M*2", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-25RBT": { - "name": "MiG-25RBT", - "coalition": "red", - "label": "MiG-25RBT Foxbat", - "era": "Mid Cold War", - "shortLabel": "25R", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500x2_60x2", - "name": "FAB-500x2_60x2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*2", - "name": "R-60M*2", - "roles": [ - "Reconnaissance" - ] - } - ], - "filename": "mig-25.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algeria Air Force standard", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Foxbat", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-27K": { - "name": "MiG-27K", - "coalition": "red", - "label": "MiG-27K Flogger-D", - "era": "Mid Cold War", - "shortLabel": "M27", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel", - "name": "FAB-250*6,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "name": "BetAB-500ShP*2,FAB-250*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MR*2,R-60M*2,Fuel", - "name": "Kh-25MR*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel", - "name": "Kh-29L*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*4", - "name": "B-8*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*2,FAB-500*2,R-60*2", - "name": "BetAB-500*2,FAB-500*2,R-60*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25MPU*2,R-60M*2,Fuel", - "name": "Kh-25MPU*2,R-60M*2,Fuel", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel", - "name": "Kh-29T*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "name": "FAB-500*2,FAB-250*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-25ML*2,R-60M*2,Fuel", - "name": "Kh-25ML*2,R-60M*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*2,R-60M*2,Fuel", - "name": "KAB-500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*2,RBK-250*2,R-60M*2", - "name": "RBK-500AO*2,RBK-250*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60*2,Fuel", - "name": "Kh-29L*2,R-60*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "algerian air force": { - "name": "Algerian Air Force", - "countries": [ - "DZA" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swing wing, 1 crew. Flogger", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29A": { - "name": "MiG-29A", - "coalition": "red", - "label": "MiG-29A Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "SUN", - "RUS" - ] - }, - "strizhi": { - "name": "Strizhi 1992", - "countries": [ - "RUS" - ] - }, - "domna 120th ar": { - "name": "Domna - 120th Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "mary-1 agressors": { - "name": "Soviet Air Forces, a/b 1521 (Mary-1)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard1": { - "name": "41st Sqn Standard 1", - "countries": [ - "POL" - ] - }, - "iriaf sand-blue": { - "name": "IRIAF sand-blue", - "countries": [ - "IRN" - ] - }, - "strizhi (w)": { - "name": "Strizhi 1992(W)", - "countries": [ - "RUS" - ] - }, - "polish 41st sqn standard2": { - "name": "41st Sqn Standard 2", - "countries": [ - "POL" - ] - }, - "vasylkiv 40th brta": { - "name": "Vasylkiv - 40th Brigade of Tactical Aviation", - "countries": [ - "UKR" - ] - }, - "kazakhstan air defense forces": { - "name": "KazAADF 600th Airbase 2015", - "countries": [ - "KAZ" - ] - }, - "kazakhstan kazaadf 2008": { - "name": "KazAADF 600th Airbase 2008", - "countries": [ - "KAZ" - ] - }, - "iriaf blue-grey": { - "name": "IRIAF blue-grey", - "countries": [ - "IRN" - ] - }, - "syaaf": { - "name": "Syrian Arab Air Force", - "countries": [ - "SYR" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-29S": { - "name": "MiG-29S", - "coalition": "red", - "label": "MiG-29S Fulcrum", - "era": "Late Cold War", - "shortLabel": "M29", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2", - "name": "R-73*2,R-60M*2,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,Fuel-1500", - "name": "R-73*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*6,Fuel-1500", - "name": "R-73*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*6,Fuel-1500", - "name": "R-60M*6,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*4,R-73*2,Fuel", - "name": "S-24*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*4,R-73*2,Fuel", - "name": "FAB-500*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-73*2,Fuel", - "name": "BetAB-500*4,R-73*2,Fuel", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-73*2,Fuel", - "name": "RBK-500AO*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "name": "R-73*2,R-60M*2,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "name": "R-77*2,R-73*2,Fuel-1500,Fuel-1150*2", - "roles": [ - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,R-73*2,Fuel", - "name": "B-8*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*4,R-73*2,Fuel", - "name": "RBK-250*4,R-73*2,Fuel", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L MiG-29", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel-1150*2,Fuel-1500", - "name": "Fuel-1150*2,Fuel-1500", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-60M*6", - "name": "R-60M*6", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2", - "name": "R-60M*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2", - "name": "R-73*4,R-27R*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2", - "name": "R-77*4,R-73*2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,R-73*2,Fuel", - "name": "FAB-250*4,R-73*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-60M*4,R-27R*2,Fuel-1500", - "name": "R-60M*4,R-27R*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-77*4,R-73*2,Fuel-1500", - "name": "R-77*4,R-73*2,Fuel-1500", - "roles": [ - "CAP", - "CAP", - "Escort" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "Fuel tank 1400L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,FAB-500*2,R-73*2,Fuel", - "name": "S-24*2,FAB-500*2,R-73*2,Fuel", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "mig-29.png", - "enabled": true, - "liveries": { - "algerian af fc-16": { - "name": "Algerian AF FC-16", - "countries": [ - "DZA" - ] - }, - "air force ukraine standard": { - "name": "Air Force (Standard)", - "countries": [ - "UKR" - ] - }, - "air force standard": { - "name": "Air Force (Standard)", - "countries": [ - "RUS" - ] - }, - "kazaadf new faded (fictional)": { - "name": "KazAADF new faded (fictional)", - "countries": [ - "KAZ" - ] - }, - "strizhi": { - "name": "Strizhi 2003", - "countries": [ - "RUS" - ] - }, - "115 gviap_termez": { - "name": "Termez AFB, 115th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "1521th air base_mary-1": { - "name": "Mary-1 AFB, 1521st Air Force Base", - "countries": [ - "RUS" - ] - }, - "kazaadf old (fictional)": { - "name": "KazAADF old (fictional)", - "countries": [ - "KAZ" - ] - }, - "swifts": { - "name": "Swifts (Aerobatic team)", - "countries": [ - "RUS" - ] - }, - "773 iap_damgarten": { - "name": "Damgarten AFB, 773rd Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "426th air group_erebuni": { - "name": "Erebuni AFB, 426th Air Group", - "countries": [ - "RUS" - ] - }, - "31 gviap_zernograd": { - "name": "Zernograd AFB, 31st Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "28 gviap_andreapol": { - "name": "Andreapol AFB, 28th Guards Aviation Regiment", - "countries": [ - "RUS" - ] - }, - "belarusian air force": { - "name": "Belarusian Air Force 61 FAB Baranavichy (2017)", - "countries": [ - "BLR" - ] - }, - "kazaadf new (fictional)": { - "name": "KazAADF new (fictional)", - "countries": [ - "KAZ" - ] - }, - "falcons of russia": { - "name": "Lipetsk, aerobatic group Falcons of Russia", - "countries": [ - "RUS" - ] - }, - "kazaadf new (fictional digital)": { - "name": "KazAADF new digital (fictional digital)", - "countries": [ - "KAZ" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MiG-31": { - "name": "MiG-31", - "coalition": "red", - "label": "MiG-31 Foxhound", - "era": "Late Cold War", - "shortLabel": "M31", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40T*2,R-33*4", - "name": "R-40T*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 1 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "R-40TD (AA-6 Acrid) - Infra Red", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-40T,R-33*4,R-40R", - "name": "R-40T,R-33*4,R-40R", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-40RD (AA-6 Acrid) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-40R*2,R-33*4", - "name": "R-40R*2,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "APU-60-2M with 2 x R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-33 (AA-9 Amos) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-60M*4,R-33*4", - "name": "R-60M*4,R-33*4", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - } - ], - "filename": "mig-23.png", - "enabled": true, - "liveries": { - "174 gviap_boris safonov": { - "name": "174 GvIAP Boris Safonov", - "countries": [ - "RUS" - ] - }, - "903_white": { - "name": "Demo 903 White", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 2 crew. Foxhound", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mirage-F1EE": { - "name": "Mirage-F1EE", - "coalition": "blue", - "label": "Mirage-F1EE", - "era": "Mid Cold War", - "shortLabel": "MF1", - "loadouts": [ - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "name": "2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x BLU-107/B Durandal - 219kg Concrete Piercing Chute Retarded Bomb w/Booster", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*BLU107 Durandal", - "name": "2*AIM-9JULI, 8*BLU107 Durandal", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 250 HD", - "name": "2*AIM-9JULI, 8*SAMP 250 HD", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-400 - 400 kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "CLB 4 - 4 x SAMP-400 - 400 kg GP Bomb LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM-9JULI, 8*SAMP 400 LD", - "name": "2*AIM-9JULI, 8*SAMP 400 LD", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-9J Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 251 F1B HE", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530EM", - "name": "2*AIM9-JULI, 1*R530EM", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "name": "2*AIM9-JULI, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F EM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530EM, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9JULI Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "name": "2*AIM9-JULI, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR", - "name": "2*R550 Magic I, 1*R530IR", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "name": "2*R550 Magic I, 1*R530IR, 2*Fuel Tank", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "R530F IR", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*R530IR, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "S530F", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - }, - { - "name": "BARAX - ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "name": "2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod", - "roles": [ - "CAP", - "CAP", - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "SAMP-250 - 250 kg GP Chute Retarded Bomb HD", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 2 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F1 - 36 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 253 F1B HEAT", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R550 Magic 1 IR AAM", - "quantity": 2 - }, - { - "name": "MATRA F4 - 18 x UnGd Rkts, 68 mm SNEB Type 256 F1B HE/Frag", - "quantity": 4 - }, - { - "name": "RP35 Pylon Fuel Tank (1137 l usable)", - "quantity": 1 - } - ], - "enabled": true, - "code": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "name": "2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - } - ], - "filename": "f-1.png", - "enabled": true, - "liveries": { - "ec 330 lorraine": { - "name": "EC 330 Lorraine", - "countries": [ - "FRA" - ] - }, - "ec 5 330 cote d'argent (fictional ct)": { - "name": "EC 5/330 Cote d'Argent (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "er 2 33 savoie 100 ans de reco (fictional cr)": { - "name": "ER 233 Savoie 100 ans de reco (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6210 _ 2017 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2017 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6209 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6209 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "er 233 savoie ba 118 mont de marsan (fictional cr)": { - "name": "ER 2/33 Savoie BA 118 Mont de Marsan (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "ala 14 blue skin (ee) albacete": { - "name": "ALA 14 Blue Skin (EE) Albacete", - "countries": [ - "SPN" - ] - }, - "usa company skin (m-ee)": { - "name": "USA Company Skin EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "ala 14 nato skin 1 (ee)": { - "name": "ALA 14 NATO Skin 1 (EE)", - "countries": [ - "SPN" - ] - }, - "iriaf 3-6210 _ 2013 gray (eq variant)": { - "name": "IRIAF 3-6210 _ 2013 Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "usa company skin 2 (m-ee)": { - "name": "USA Company Skin 2 EE", - "countries": [ - "USA", - "AUSAF" - ] - }, - "iriaf 3-6214 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6214 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges nato grey": { - "name": "AERGES NATO GREY", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 3 33 lorraine ba 112 reims - champagne ardennes": { - "name": "EC 333 Lorraine BA 112 Reims - Champagne Ardennes", - "countries": [ - "FRA" - ] - }, - "ec 1 12 cambresis": { - "name": "EC 112 BA 103 Cambrai-Épinoy", - "countries": [ - "FRA" - ] - }, - "ala 46 blue skin (ee) gando": { - "name": "ALA 46 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "aerges blue": { - "name": "AERGES BLUE", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "ec 212 picardie": { - "name": "EC 212 Picardie", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6212 _ col. naghdibake (eq variant)": { - "name": "IRIAF 3-6212 _ Col. Naghdibake (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6211 _ 2010s blue_gray (eq variant)": { - "name": "IRIAF 3-6211 _ 2010s Blue_Gray (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ec 1 5 vendee ba orange-cariat": { - "name": "EC 1/5 Vendee BA 115 Orange-Cariat", - "countries": [ - "FRA" - ] - }, - "er 233 savoie ba 118 mont de marsan dessert camu (fictional cr)": { - "name": "ER 233 Savoie BA 118 Mont de Marsan Dessert Camu (FICTIONAL CR)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6215 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "iriaf 3-6210 _ 2021 blue (eq variant)": { - "name": "IRIAF 3-6210 _ 2021 Blue (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "ala 46 sq 462 blue skin (ee) gando": { - "name": "ALA 46 SQ 462 Blue Skin (EE) Gando", - "countries": [ - "SPN" - ] - }, - "ec 2 30 normandie niemen (fictional ct)": { - "name": "EC 2/30 Normandie Niemen (FICTIONAL CT)", - "countries": [ - "FRA" - ] - }, - "iriaf 3-6215 _ 1990-2010s desert (eq variant)": { - "name": "IRIAF 3-6215 _ 1990-2010s Desert (EQ Variant)", - "countries": [ - "IRN", - "INS" - ] - }, - "aerges camo": { - "name": "AERGES CAMO", - "countries": [ - "CUB", - "AUS", - "PRT", - "SUN", - "USA", - "BLR", - "HRV", - "LBN", - "SVK", - "TUR", - "ARG", - "BEL", - "FIN", - "SAU", - "RSI", - "CHL", - "AUT", - "EGY", - "ECU", - "CAN", - "QAT", - "YUG", - "ISR", - "PER", - "BHR", - "NGA", - "IDN", - "KAZ", - "INS", - "AUSAF", - "PAK", - "SVN", - "ROU", - "DEN", - "TUN", - "IND", - "CZE", - "MYS", - "GHA", - "OMN", - "RSO", - "IRN", - "UKR", - "JPN", - "THA", - "JOR", - "RSA", - "MEX", - "NOR", - "ITA", - "NETH", - "SUI", - "VNM", - "KOR", - "GRG", - "SDN", - "UK", - "BRA", - "ARE", - "ABH", - "BOL", - "RUS", - "PHL", - "SPN", - "MAR", - "DZA", - "GDR", - "HND", - "PRK", - "SRB", - "BGR", - "LBY", - "VEN", - "IRQ", - "SYR", - "NZG", - "GRC", - "POL", - "SWE", - "GER", - "CHN", - "YEM", - "FRA", - "HUN", - "ETH", - "KWT" - ] - }, - "usa company grey (m-ee)": { - "name": "USA Company Grey EE", - "countries": [ - "USA", - "AUSAF" - ] - } - }, - "type": "Aircraft", - "description": "Single Jet engine, swept wing, 1 crew.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "MosquitoFBMkVI": { - "name": "MosquitoFBMkVI", - "coalition": "blue", - "label": "Mosquito FB MkVI", - "era": "WW2", - "shortLabel": "Mos", - "loadouts": [ - { - "items": [ - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "name": "100 gal Drop tank*2, 500 lb MC Short tail*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x RP-3 60lb F No1 Mk.I", - "quantity": 2 - }, - { - "name": "100 gal. Drop Tank", - "quantity": 2 - }, - { - "name": "250 lb MC Mk.II", - "quantity": 2 - } - ], - "enabled": true, - "code": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "name": "100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb S.A.P.", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - } - ], - "enabled": true, - "code": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "name": "250 lb S.A.P*2; 500 lb S.A.P.*2", - "roles": [ - "CAP", - "Strike" - ] - }, - { - "items": [ - { - "name": "500 lb GP Mk.V", - "quantity": 2 - }, - { - "name": "500 lb MC Short tail", - "quantity": 2 - } - ], - "enabled": true, - "code": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "name": "500 lb GP Mk.V*2, 500 lb GP Short tail*2", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "500 lb GP Short tail", - "quantity": 4 - } - ], - "enabled": true, - "code": "500 lb GP Short tail*4", - "name": "500 lb GP Short tail*4", - "roles": [ - "CAP", - "Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 2 - }, - { - "name": "250 lb S.A.P.", - "quantity": 2 - }, - { - "name": "4 x RP-3 60lb SAP No2 Mk.I", - "quantity": 2 - } - ], - "enabled": true, - "code": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "name": "RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2", - "roles": [ - "CAP", - "Antiship Strike", - "CAS", - "Strike" - ] - } - ], - "filename": "mosquito.png", - "enabled": true, - "liveries": { - "25th bombardment group p": { - "name": "USAAF 25th Bombardment Group \"P\" (Invasion Stripes)", - "countries": [ - "USA" - ] - }, - "l-3 pz474 1945": { - "name": "L-3 PZ474 1945", - "countries": [] - }, - "raf": { - "name": "RAF 1944", - "countries": "All" - }, - "605 sqn up-j wag's war wagon": { - "name": "605 Sqn UP-J \"Wag's War Wagon\"", - "countries": "All" - }, - "605 sqn up-o": { - "name": "605 Sqn UP-O", - "countries": "All" - }, - "605 sqn": { - "name": "605 Sqn", - "countries": "All" - }, - "iaf - 1956 - 110th squadron": { - "name": "IAF - 1956 - 110th Squadron", - "countries": "All" - }, - "ussr air force": { - "name": "USSR Air Force", - "countries": [] - }, - "no. 235 squadron raf 1944": { - "name": "No. 235 Squadron RAF 1944", - "countries": [] - }, - "no. 613 squadron raf june 1944": { - "name": "No. 613 Squadron RAF, June 1944", - "countries": [ - "UK" - ] - }, - "armée de l'air blue": { - "name": "Armée de L'air Blue Camo", - "countries": [ - "FRA" - ] - }, - "raf, ml897d, no.1409 met flight, wyton, late 1943": { - "name": "RAF, ML897/D, No.1409 Met Flight, Wyton, late 1943", - "countries": [ - "UK" - ] - }, - "no. 27 squadron raf popeye camo letters on": { - "name": "No. 27 Squadron RAF Popeye Camo Letters on", - "countries": [] - }, - "25th bombardment group f": { - "name": "USAAF 25th Bombardment Group \"F\"", - "countries": [ - "USA" - ] - }, - "305sqn july": { - "name": "305Sqn July 1944", - "countries": [] - }, - "305sqn june": { - "name": "305Sqn June 1944", - "countries": [] - }, - "25th bombardment group z": { - "name": "USAAF 25th Bombardment Group \"Z\" (Invasion Stripes)", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 propeller, straight wing, 2 crew. Mosquito.", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-47D-40": { - "name": "P-47D-40", - "coalition": "blue", - "label": "P-47D Thunderbolt", - "era": "WW2", - "shortLabel": "P47", - "loadouts": [ - { - "items": [ - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 3 - } - ], - "enabled": true, - "code": "AN-M57*3", - "name": "AN-M57*3", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "AN-M64*2, Fuel110", - "name": "AN-M64*2, Fuel110", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AN-M65 - 1000lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "AN-M65*2", - "name": "AN-M65*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "150 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel150*2", - "name": "Fuel150*2", - "roles": [ - "Escort", - "CAP" - ] - }, - { - "items": [ - { - "name": "5 x HVAR, UnGd Rkt", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "HVAR*10, Fuel110", - "name": "HVAR*10, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "3 x 4.5 inch M8 UnGd Rocket", - "quantity": 2 - }, - { - "name": "AN-M57 - 250lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "110 US gal. Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "M8*6, AN-M57*2, Fuel110", - "name": "M8*6, AN-M57*2, Fuel110", - "roles": [ - "Strike", - "CAS" - ] - } - ], - "filename": "p-47.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Thunderbolt", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "P-51D-30-NA": { - "name": "P-51D-30-NA", - "coalition": "blue", - "label": "P-51D Mustang", - "era": "WW2", - "shortLabel": "P51", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel75*2", - "name": "Fuel75*2", - "roles": [ - "CAP", - "CAP", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 10 - } - ], - "enabled": true, - "code": "HVAR*10", - "name": "HVAR*10", - "roles": [ - "CAS", - "Strike", - "Runway Attack", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "HVAR*6", - "name": "HVAR*6", - "roles": [ - "CAS", - "Strike", - "Antiship Strike", - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "75 US gal. Fuel Tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,Fuel75*2", - "name": "HVAR*6,Fuel75*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "HVAR, UnGd Rkt", - "quantity": 6 - }, - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "HVAR*6,M64*2", - "name": "HVAR*6,M64*2", - "roles": [ - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "AN-M64 - 500lb GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "M64*2", - "name": "M64*2", - "roles": [ - "Strike", - "Antiship Strike", - "CAS", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "HVAR Smoke Generator", - "quantity": 2 - } - ], - "enabled": true, - "code": "Smokes", - "name": "Smokes", - "roles": [] - } - ], - "filename": "p-51.png", - "enabled": true, - "liveries": { - "79thfg 86thfs the trojan warhorse": { - "name": "79thFG 86thFS The Trojan Warhorse", - "countries": [ - "USA" - ] - }, - "61st_fs_d_day": { - "name": "61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_d_day": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, D-day", - "countries": [ - "USA" - ] - }, - "lt_col_benjamin_mayo": { - "name": "Lt.Col. Benjamin Mayo", - "countries": [ - "USA" - ] - }, - "eagle dynamics commemorative": { - "name": "Eagle Dynamics Commemorative", - "countries": [ - "USA" - ] - }, - "tony 5th emergency rescue squadron": { - "name": "TONY 5th Emergency Rescue Squadron", - "countries": [ - "USA" - ] - }, - "usaf standard": { - "name": "USAF standard", - "countries": [ - "USA" - ] - }, - "maj_howard_park_1945": { - "name": "Maj. Howard Park, 513th FS, France 1945", - "countries": [ - "USA" - ] - }, - "61st_fs_8th_af_hvz": { - "name": "61st FS 8th Air Force HV-Z (Capt. Witold Lanowski)", - "countries": [ - "USA", - "POL" - ] - }, - "53rd_fs_9th_air_force": { - "name": "53rd Fighter Squadron", - "countries": [ - "USA" - ] - }, - "1st brazilian ftr sq-jambock a1-menezes": { - "name": "1st Brazilian Ftr Sq-Jambock A1-Menezes", - "countries": [] - }, - "61st_fs_1944": { - "name": "61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lt_col_gabreski_1944": { - "name": "Lt.Col. Gabby Gabreski, 61st FS, July 1944", - "countries": [ - "USA" - ] - }, - "lend-lease": { - "name": "Lend-Lease", - "countries": [ - "SUN", - "RUS" - ] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d28": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\" for D-30 (Early) ", - "countries": "All" - }, - "ussr-blue-scheme": { - "name": "USSR - blue", - "countries": [ - "SUN", - "RUS" - ] - }, - "raf thunderbolt": { - "name": "RAF Thunderbolt", - "countries": [] - }, - "usaaf 509th fs, 405th fg, eto 1944, chief ski-u-mah d40": { - "name": "509th FS 405th FG \"Chief Ski-U-Mah\"", - "countries": "All" - }, - "warchief": { - "name": "WarChief", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "Single propellor, straight wing, 1 crew. Mustang", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "S-3B Tanker": { - "name": "S-3B Tanker", - "coalition": "blue", - "label": "S-3B Tanker", - "era": "Early Cold War", - "shortLabel": "S3B", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Tanker" - ] - } - ], - "filename": "s-3.png", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "NAVY Standard", - "countries": [ - "USA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, straight wing, 4 crew. Viking", - "abilities": "Tanker, Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "Su-17M4": { - "name": "Su-17M4", - "coalition": "red", - "label": "Su-17M4 Fitter", - "era": "Mid Cold War", - "shortLabel": "S17", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,FAB-250*4", - "name": "UB-32*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*24,R-60M*2", - "name": "FAB-100*24,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-32*4,R-60M*2,Fuel*2", - "name": "UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,FAB-250*4", - "name": "B-8*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*4,R-60M*2,Fuel*2", - "name": "B-8*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2,Fuel*2", - "name": "Kh-29T*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2", - "name": "BetAB-500*6,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25MR*4,R-60M*2,Fuel*2", - "name": "Kh-25MR*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,Fuel*2", - "name": "S-24*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "name": "Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "name": "Kh58*2_Kh25MPU*2_R60M*2_Fuel*2", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*16,R-60M*2", - "name": "FAB-250*16,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "name": "RBK-500AO*4,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 2 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-24*4,R-60M*2,FAB-250*4", - "name": "S-24*4,R-60M*2,FAB-250*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 1150L", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2", - "name": "FAB-500*6,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*2,Kh-29L*2,R-60*2", - "name": "Kh-25ML*2,Kh-29L*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-17.png", - "enabled": true, - "liveries": { - "af standard (worn-out)": { - "name": "af standard (worn-out)", - "countries": [ - "UKR" - ] - }, - "shap limanskoye ab": { - "name": "shap limanskoye ab", - "countries": [ - "UKR" - ] - }, - "af standard (rus)": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard (worn-out) (rus)": { - "name": "af standard (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "UKR" - ] - } - }, - "type": "Aircraft", - "description": "Single jet engine, swept wing, 1 crew. Fitter", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-24M": { - "name": "Su-24M", - "coalition": "red", - "label": "Su-24M Fencer", - "era": "Mid Cold War", - "shortLabel": "S24", - "loadouts": [ - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*2", - "name": "B-8*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*2,Fuel*3", - "name": "B-8*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "B-8*6", - "name": "B-8*6", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "BetAB-500*4,R-60M*2", - "name": "BetAB-500*4,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-100*24", - "name": "FAB-100*24", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-60M*2", - "name": "FAB-1500*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-250*8", - "name": "FAB-250*8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "FAB-500*4,R-60M*2", - "name": "FAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel*3", - "name": "Fuel*3", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-60M*2,Fuel", - "name": "KAB-1500*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - } - ], - "enabled": true, - "code": "KAB-500*4,R-60M*2", - "name": "KAB-500*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25ML*4", - "name": "Kh-25ML*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Kh-25MR (AS-10 Karen) - 300kg, ASM, 10km, RC Guided", - "quantity": 4 - } - ], - "enabled": true, - "code": "Kh-25MR*4", - "name": "Kh-25MR*4", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2", - "name": "Kh-29L*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-60M*2", - "name": "Kh-29T*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2", - "name": "Kh-31A*2,R-60M*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*2,R-60M*2,Fuel", - "name": "Kh-31A*2,R-60M*2,Fuel", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-60M*2,Fuel", - "name": "Kh-59M*2,R-60M*2,Fuel", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*2_Kh25ML*2_L-081", - "name": "Kh25MPU*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh31P*2_Kh25ML*2_L-081", - "name": "Kh31P*2_Kh25ML*2_L-081", - "roles": [ - "SEAD", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*2_L-081", - "name": "Kh58*2_Kh25ML*2_L-081", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8", - "name": "RBK-250*8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "APU-60-1M with R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-500AO*4,R-60M*2", - "name": "RBK-500AO*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-24*2,Fuel*3", - "name": "S-24*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-24B - 240mm UnGd Rkt, 235kg, HE/Frag, (Low Smk)", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-24*4", - "name": "S-24*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*2,Fuel*3", - "name": "S-25*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4", - "name": "S-25*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*2,Fuel*3", - "name": "UB-13*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-13*4", - "name": "UB-13*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-500*2", - "name": "UB-13*4,FAB-500*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank 3000L", - "quantity": 2 - }, - { - "name": "Fuel tank 2000L", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-32*2,Fuel*3", - "name": "UB-32*2,Fuel*3", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4", - "name": "UB-32*4", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "UB-32*4,FAB-250*4", - "name": "UB-32*4,FAB-250*4", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-24.png", - "enabled": true, - "liveries": { - "syrian air force": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "iran air force": { - "name": "Iran Air Force", - "countries": [ - "IRN" - ] - }, - "algerian af kx-12": { - "name": "Algerian AF KX-12", - "countries": [ - "DZA" - ] - }, - "ukrainian air force standard": { - "name": "Ukrainian Air Force", - "countries": [ - "UKR" - ] - }, - "kazakhstan air force": { - "name": "600th Airbase Kazakhstan", - "countries": [ - "KAZ" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew. Fencer", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25": { - "name": "Su-25", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - } - ], - "enabled": true, - "code": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "name": "2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "name": "FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25*4,Kh-29T*2,R-60*2", - "name": "Kh-25*4,Kh-29T*2,R-60*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-25ML*4,R-60M*2,Fuel*2", - "name": "Kh-25ML*4,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "name": "Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-60M*2,Fuel*2", - "name": "Kh-29L*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "name": "RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,S-8KOM*80,R-60M*2", - "name": "RBK-250*4,S-8KOM*80,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,SPPU-22*2,R-60M*2", - "name": "S-25*6,SPPU-22*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25L*6,R-60*2,Fuel*2", - "name": "S-25L*6,R-60*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 8 - } - ], - "enabled": true, - "code": "S-8TsM*160,R-60*2", - "name": "S-8TsM*160,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "SAB-100*8,R-60*2", - "name": "SAB-100*8,R-60*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": false, - "liveries": { - "broken camo scheme #2 (native). 452th shap": { - "name": "broken camo scheme #2 (native). 452th shap.", - "countries": [ - "UKR" - ] - }, - "broken camo scheme #1 (native). 299th oshap": { - "name": "broken camo scheme #1 (native). 299th oshap.", - "countries": [ - "UKR" - ] - }, - "field camo scheme #1 (native)": { - "name": "field camo scheme #1 (native)", - "countries": [ - "SUN", - "RUS" - ] - }, - "field camo scheme #1 (native)01": { - "name": "field camo scheme #1 (native)", - "countries": [ - "GRG" - ] - }, - "haf camo": { - "name": "Hellenic Airforce - Camo (Fictional)", - "countries": [ - "GRC" - ] - }, - "`scorpion` demo scheme (native)": { - "name": "`scorpion` demo scheme (native)", - "countries": [ - "GRG" - ] - }, - "abkhazian air force": { - "name": "Abkhazian Air Force", - "countries": [ - "ABH" - ] - }, - "field camo scheme #3 (worn-out). 960th shap": { - "name": "field camo scheme #3 (worn-out). 960th shap.", - "countries": [ - "RUS" - ] - }, - "petal camo scheme #1 (native). 299th brigade": { - "name": "petal camo scheme #1 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "petal camo scheme #2 (native). 299th brigade": { - "name": "petal camo scheme #2 (native). 299th brigade.", - "countries": [ - "UKR" - ] - }, - "algerian af desert fictional": { - "name": "Algerian AF Desert Fictional", - "countries": [ - "DZA" - ] - }, - "forest camo scheme #1 (native)": { - "name": "forest camo scheme #1 (native)", - "countries": [ - "RUS" - ] - }, - "irgc 54": { - "name": "IRGC 54", - "countries": [ - "IRN" - ] - }, - "field camo scheme #2 (native). 960th shap": { - "name": "field camo scheme #2 (native). 960th shap.", - "countries": [ - "RUS" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-25T": { - "name": "Su-25T", - "coalition": "red", - "label": "Su-25T Frogfoot", - "era": "Late Cold War", - "shortLabel": "S25", - "loadouts": [ - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "name": "APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-60M*2,Fuel*2", - "name": "BetAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 8 - } - ], - "enabled": true, - "code": "BetAB-500ShP*8,R-60M*2", - "name": "BetAB-500ShP*8,R-60M*2", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-100*16,R-60M*2,Fuel*2", - "name": "FAB-100*16,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "MBD2-67U with 4 x FAB-100 - 100kg GP Bombs LD", - "quantity": 8 - } - ], - "enabled": true, - "code": "FAB-100*32,R-60M*2", - "name": "FAB-100*32,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,S-25*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "SAB-100MN - 100 kg Illumination Bomb", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "name": "FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "name": "FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-250*6,R-60M*2,Fuel*2", - "name": "FAB-250*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "FAB-500*6,R-60M*2,Fuel*2", - "name": "FAB-500*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank 800L Wing", - "quantity": 4 - } - ], - "enabled": true, - "code": "Fuel*4", - "name": "Fuel*4", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "KAB-500Kr - 500kg TV Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "name": "KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Mercury LLTV Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "name": "Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "APU-8 - 8 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "KH-29T*2, VIKHR*2, ECM", - "name": "KH-29T*2, VIKHR*2, ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "name": "Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "name": "Kh-29T*2,R-73*2,Fuel*2,MPS-410", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "name": "Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "MPS-410", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "L-081 Fantasmagoria ELINT pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "name": "Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "name": "KMGU-2 (AO-2.5RT)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "name": "KMGU-2 (PTAB-2.5KO)*8,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 2 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "name": "RBK-250*2,UB-32*4,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "RBK-250*4,UB-32*4,R-60M*2", - "name": "RBK-250*4,UB-32*4,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - } - ], - "enabled": true, - "code": "RBK-250*8,R-60M*2", - "name": "RBK-250*8,R-60M*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "UB-32A pod - 32 x S-5KO, 57mm UnGd Rkts, HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "name": "RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-60M*2,Fuel*2", - "name": "RBK-500AO*6,R-60M*2,Fuel*2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "SPPU-22-1 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "name": "S-25*2,SPPU-22*4,R-60M*2,R-73*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-25*6,R-60M*2,Fuel*2", - "name": "S-25*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "S-25L - 320Kg, 340mm Laser Guided Rkt", - "quantity": 6 - } - ], - "enabled": true, - "code": "S-25L*6,UB-13*2,R-60M*2", - "name": "S-25L*6,UB-13*2,R-60M*2", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "S-8KOM*120,R-60M*2,Fuel*2", - "name": "S-8KOM*120,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-60M (AA-8 Aphid) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 6 - }, - { - "name": "Fuel tank 800L Wing", - "quantity": 2 - } - ], - "enabled": true, - "code": "UB-13*6,R-60M*2,Fuel*2", - "name": "UB-13*6,R-60M*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "su-25.png", - "enabled": true, - "liveries": { - "af standard 2": { - "name": "af standard 2", - "countries": [ - "SUN", - "RUS" - ] - }, - "algerian af grey ku-02": { - "name": "Algerian AF Grey KU-02", - "countries": [ - "DZA" - ] - }, - "su-25t test scheme": { - "name": "su-25t test scheme", - "countries": [ - "RUS" - ] - }, - "haf - fictional": { - "name": "Hellenic Airforce (Fictional)", - "countries": [ - "GRC" - ] - }, - "algerian af trainer ku-04": { - "name": "Algerian AF Trainer KU-04", - "countries": [ - "DZA" - ] - }, - "algerian af grey ku-01": { - "name": "Algerian AF Grey KU-01", - "countries": [ - "DZA" - ] - }, - "af standard 101": { - "name": "af standard 1", - "countries": [ - "GRG" - ] - }, - "algerian af desert ku-03": { - "name": "Algerian AF Desert KU-03", - "countries": [ - "DZA" - ] - }, - "af standard 1": { - "name": "af standard 1", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "GRG" - ] - } - }, - "type": "Attack", - "description": "2 jet engine, swept wing, 1 crew. Frogfoot", - "abilities": "Fox 2 and gun, Dumb bombs, rockets, SEAD and ATGMs, Subsonic", - "canTargetPoint": true - }, - "Su-27": { - "name": "Su-27", - "coalition": "red", - "label": "Su-27 Flanker", - "era": "Late Cold War", - "shortLabel": "S27", - "loadouts": [ - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": " CAS S-25 Rockets", - "name": " CAS S-25 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500ShP - 500kg Concrete Piercing HD w booster Bomb", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500ShP*6,R-73*2,ECM", - "name": "BetAB-500ShP*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets", - "name": "CAS S-13 Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB-500 Bombs", - "name": "CAS S-25 Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets", - "name": "CAS S-8KOM Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-100 Bombs", - "name": "CAS S-8KOM Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 5 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - }, - { - "name": "MBD3-U6-68 with 3 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-250 Bombs", - "name": "CAS S-8KOM Rockets + FAB-250 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + FAB-500 Bombs", - "name": "CAS S-8KOM Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 3 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + KMGU PTAB", - "name": "CAS S-8KOM Rockets + KMGU PTAB", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "name": "CAS S-8KOM Rockets + RBK-250 PTAB2.5", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB1", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "name": "CAS S-8KOM Rockets + RBK-500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets", - "name": "CAS S-8OFP Rockets", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-100 Bombs", - "name": "CAS S-8OFP Rockets + FAB-100 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP Rockets + FAB-500 Bombs", - "name": "CAS S-8OFP Rockets + FAB-500 Bombs", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "name": "KMGU-2 (AO-2.5RT)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 5 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "name": "KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "name": "R-73*2,R-27ER*4,R-27ET*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ER*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*4,ECM", - "name": "R-73*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*4,R-27ET*2", - "name": "R-73*4,R-27ER*4,R-27ET*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ER*6", - "name": "R-73*4,R-27ER*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*6", - "name": "R-73*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "name": "S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*2,FAB-500*4,R-73*4", - "name": "S-25*2,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4, FAB-500*4, R-73*2, ECM", - "name": "S-25*4, FAB-500*4, R-73*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "su-27.png", - "enabled": true, - "liveries": { - "kubinka afb (russian knights old)": { - "name": "Kubinka AFB (Russian Knights Old)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (831th brigade)": { - "name": "Mirgorod AFB (831th brigade)", - "countries": [ - "UKR" - ] - }, - "lypetsk afb (falcons of russia)": { - "name": "Lypetsk AFB (Falcons of Russia)", - "countries": [ - "RUS" - ] - }, - "hotilovo afb": { - "name": "Hotilovo AFB", - "countries": [ - "RUS" - ] - }, - "plaaf k2s new parade": { - "name": "PLAAF K2S new parade", - "countries": [ - "CHN" - ] - }, - "plaaf standard": { - "name": "PLAAF Standard", - "countries": [ - "CHN" - ] - }, - "algerian af grey 04": { - "name": "Algerian AF GREY 04", - "countries": [ - "DZA" - ] - }, - "air force standard early": { - "name": "Air Force Standard Early", - "countries": [ - "SUN", - "RUS" - ] - }, - "air force ukraine standard": { - "name": "Air Force Ukraine Standard", - "countries": [ - "UKR" - ] - }, - "planaf hh8s": { - "name": "PLANAF HH8S", - "countries": [ - "CHN" - ] - }, - "ozerne afb (9th brigade)": { - "name": "Ozerne AFB (9th brigade)", - "countries": [ - "UKR" - ] - }, - "air force ukraine standard early": { - "name": "Air Force Ukraine Standard Early", - "countries": [ - "UKR" - ] - }, - "algerian af blue 02": { - "name": "Algerian AF Blue 02", - "countries": [ - "DZA" - ] - }, - "plaaf k1s old": { - "name": "PLAAF K1S old", - "countries": [ - "CHN" - ] - }, - "m gromov fri": { - "name": "M Gromov FRI", - "countries": [ - "RUS" - ] - }, - "plaaf k33s": { - "name": "PLAAF K33S", - "countries": [ - "CHN" - ] - }, - "air force standard": { - "name": "Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "plaaf k2s old": { - "name": "PLAAF K2S old", - "countries": [ - "CHN" - ] - }, - "chkalovsk afb (689 gviap)": { - "name": "Chkalovsk AFB (689 GvIAP)", - "countries": [ - "RUS" - ] - }, - "kazakhstan air defense forces": { - "name": "Kazakhstan Air Defense Forces", - "countries": [ - "KAZ" - ] - }, - "haf aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "besovets afb": { - "name": "Besovets AFB", - "countries": [ - "RUS" - ] - }, - "kilpyavr afb (maresyev)": { - "name": "Kilpyavr AFB (Maresyev)", - "countries": [ - "RUS" - ] - }, - "mirgorod afb (digital camo)": { - "name": "Mirgorod AFB (Digital camo)", - "countries": [ - "UKR" - ] - }, - "plaaf k2s new": { - "name": "PLAAF K2S new", - "countries": [ - "CHN" - ] - }, - "air force standard old": { - "name": "Air Force Standard old", - "countries": [ - "SUN", - "RUS" - ] - }, - "lodeynoye pole afb (177 iap)": { - "name": "Lodeynoye pole AFB (177 IAP)", - "countries": [ - "RUS" - ] - }, - "kubinka afb (russian knights)": { - "name": "Kubinka AFB (Russian Knights)", - "countries": [ - "RUS" - ] - }, - "lypetsk afb (shark)": { - "name": "Lypetsk AFB (Shark)", - "countries": [ - "RUS" - ] - }, - "besovets afb 2 squadron": { - "name": "Besovets AFB 2 squadron", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-30": { - "name": "Su-30", - "coalition": "red", - "label": "Su-30 Super Flanker", - "era": "Late Cold War", - "shortLabel": "S30", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*6,ECM", - "name": "R-73*2,R-77*6,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27R*4", - "name": "R-73*2,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,ECM", - "name": "RBK-500AO*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "name": "Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27R*4", - "name": "R-73*4,R-27T*2,R-27R*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*2,Kh-35*2,ECM", - "name": "R-73*2,R-77*2,Kh-35*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "name": "Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,B-8*2,R-73*2,ECM", - "name": "FAB-250*4,B-8*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,ECM", - "name": "RBK-250*6,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-77*6", - "name": "R-73*4,R-77*6", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,S-25*2,R-73*2,ECM", - "name": "FAB-250*4,S-25*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*4,ECM", - "name": "R-73*2,R-27R*2,R-27ER*4,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "name": "R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*2,R-73*2,R-77*2,ECM", - "name": "FAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27T (AA-10 Alamo B) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "name": "R-73*4,R-27T*2,R-27ER*2,R-77*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,ECM", - "name": "FAB-500*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*4", - "name": "R-73*4,R-27R*2,R-27ER*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,ECM", - "name": "BetAB-500*6,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*4,UB-13*2,R-73*2,ECM", - "name": "FAB-250*4,UB-13*2,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-77*4,R-27ER*2,ECM", - "name": "R-73*2,R-77*4,R-27ER*2,ECM", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,ECM", - "name": "FAB-250*6,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 4 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 2 - } - ], - "enabled": true, - "code": "R-73*4,R-77*4,R-27ER*2", - "name": "R-73*4,R-77*4,R-27ER*2", - "roles": [ - "Escort", - "CAP", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-77*2,ECM", - "name": "Kh-31P*4,R-73*2,R-77*2,ECM", - "roles": [ - "SEAD" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "af standard last": { - "name": "af standard last", - "countries": [ - "RUS" - ] - }, - "`russian knights` team #25": { - "name": "`russian knights` team #25", - "countries": [ - "RUS" - ] - }, - "adf 148th ctc savasleyka ab": { - "name": "adf 148th ctc savasleyka ab", - "countries": [ - "RUS" - ] - }, - "`desert` test paint scheme": { - "name": "`desert` test paint scheme", - "countries": [ - "RUS" - ] - }, - "`test-pilots` team #597": { - "name": "`test-pilots` team #597", - "countries": [ - "RUS" - ] - }, - "`snow` test paint scheme": { - "name": "`snow` test paint scheme", - "countries": [ - "RUS" - ] - }, - "af standard early": { - "name": "af standard early", - "countries": [ - "SUN", - "RUS" - ] - }, - "af standard last (worn-out)": { - "name": "af standard last (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard early (worn-out)": { - "name": "af standard early (worn-out)", - "countries": [ - "RUS" - ] - }, - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-33": { - "name": "Su-33", - "coalition": "red", - "label": "Su-33 Navy Flanker", - "era": "Late Cold War", - "shortLabel": "S33", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250*6,R-73*2,R-27R*2,ECM", - "name": "RBK-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - } - ], - "enabled": true, - "code": "R-73*4", - "name": "R-73*4", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27R*2,R-27ER*6", - "name": "R-73*4,R-27R*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "name": "R-73*2,R-27ET*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "R-27ET (AA-10 Alamo D) - IR Extended Range", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - } - ], - "enabled": true, - "code": "R-73*4,R-27ET*2,R-27ER*6", - "name": "R-73*4,R-27ET*2,R-27ER*6", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*6,R-73*2,R-27R*2,ECM", - "name": "FAB-250*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "R-27ER (AA-10 Alamo C) - Semi-Act Extended Range", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "R-73*2,R-27R*2,R-27ER*6,ECM", - "name": "R-73*2,R-27R*2,R-27ER*6,ECM", - "roles": [ - "CAP", - "Escort", - "CAP", - "CAP" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "name": "BetAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "name": "RBK-500AO*6,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "S-25*4,FAB-250*4,R-73*2,ECM", - "name": "S-25*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 6 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*6,R-73*2,R-27R*2,ECM", - "name": "FAB-500*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*4,FAB-250*4,R-73*2,ECM", - "name": "B-8*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "S-25-OFM - 340mm UnGd Rkt, 480kg Penetrator", - "quantity": 4 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "S-25*4,FAB-500*4,R-73*4", - "name": "S-25*4,FAB-500*4,R-73*4", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB500", - "name": "CAS S-8KOM rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8OFP rockets + FAB500", - "name": "CAS S-8OFP rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB500", - "name": "CAS S-13 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-13L pods - 10 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-13 Rockets + FAB100", - "name": "CAS S-13 Rockets + FAB100", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 4 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-250 - 250kg GP Bombs LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + FAB250", - "name": "CAS S-8KOM rockets + FAB250", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x S-25-OFM - 340mm UnGdrocket, 480kg Penetrator", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-25 Rockets + FAB500", - "name": "CAS S-25 Rockets + FAB500", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB10", - "name": "CAS S-8KOM rockets + RBK500 PTAB10", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 4 - }, - { - "name": "2 x B-8M1 - 40 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "CAS S-8KOM rockets + RBK500 PTAB1", - "name": "CAS S-8KOM rockets + RBK500 PTAB1", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "t-10k-9 test paint scheme": { - "name": "t-10k-9 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad navy": { - "name": "Navy, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "aaf blue 68": { - "name": "Algerian AF BLUE No 68", - "countries": [ - "DZA" - ] - }, - "haf - aegean ghost": { - "name": "Hellenic Airforce - Aegean Ghost (Fictional)", - "countries": [ - "GRC" - ] - }, - "279th kiap 2nd squad syria 2017": { - "name": "Syria 2017, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "aaf grey 12": { - "name": "Algerian AF GREY No 12", - "countries": [ - "DZA" - ] - }, - "t-10k-5 test paint scheme": { - "name": "t-10k-5 test paint scheme", - "countries": [ - "RUS" - ] - }, - "279th kiap 1st squad syria 2017": { - "name": "Syria 2017, 279th kiap, 1st squad", - "countries": [ - "RUS" - ] - }, - "279th kiap 2nd squad navy": { - "name": "Navy, 279th kiap, 2nd squad", - "countries": [ - "RUS" - ] - }, - "t-10k-1 test paint scheme": { - "name": "t-10k-1 test paint scheme", - "countries": [ - "SUN", - "RUS" - ] - }, - "plan carrier air wings j-15": { - "name": "PLAN Carrier Air Wings J-15", - "countries": "All" - } - }, - "type": "Aircraft", - "description": "2 jet engine, swept wing, 1 crew. Flanker", - "abilities": "Drogue AAR, Carrier", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Su-34": { - "name": "Su-34", - "coalition": "red", - "label": "Su-34 Hellduck", - "era": "Modern", - "shortLabel": "S34", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "UB-13*4,FAB-250*4,R-73*2,ECM", - "name": "UB-13*4,FAB-250*4,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 4 - }, - { - "name": "MBD3-U6-68 with 6 x FAB-100 - 100kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-100*28,R-73*2,ECM", - "name": "FAB-100*28,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "BetAB-500 - 500kg Concrete Piercing Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "BetAB-500*8,R-73*2,ECM", - "name": "BetAB-500*8,R-73*2,ECM", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-77*2,ECM", - "name": "Kh-29L*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-500LG - 500kg Laser Guided Bomb", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-500*4,R-73*2,R-77*2,ECM", - "name": "KAB-500*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "name": "RBK-250 PTAB-2.5M*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*8,R-73*2,ECM", - "name": "FAB-250*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "ECM", - "name": "ECM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-77*2,ECM", - "name": "Kh-29T*4,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "name": "RBK-500 PTAB-10-5*8,R-73*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "FAB-1500 M-54 - 1500kg GP Bomb LD", - "quantity": 3 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-1500*3,R-73*2,R-77*2,ECM", - "name": "FAB-1500*3,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "Kh-59M (AS-18 Kazoo) - 930kg, ASM, IN", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-59M*2,R-73*2,R-77*2,ECM", - "name": "Kh-59M*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "B-8M1 - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "RBK-500-255 - 30 x PTAB-10-5, 500kg CBU Heavy HEAT/AP", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "B-8*6,R-73*2,R-27R*2,ECM", - "name": "B-8*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 8 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*8,R-73*2,ECM", - "name": "FAB-500*8,R-73*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "R-77 (AA-12 Adder) - Active Rdr", - "quantity": 2 - }, - { - "name": "KAB-1500L - 1500kg Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "KAB-1500*2,R-73*2,R-77*2,ECM", - "name": "KAB-1500*2,R-73*2,R-77*2,ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29T (AS-14 Kedge) - 670kg, ASM, TV Guided", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29T*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 4 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 2 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31A (AS-17 Krypton) - 610kg, AShM, IN & Act Rdr", - "quantity": 6 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "name": "Kh-31A*6,R-73*2,R-27R*2,ECM", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "name": "Kh-31P*4,R-73*2,R-27R*2,ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "L005 Sorbtsiya ECM pod (left)", - "quantity": 1 - }, - { - "name": "R-73 (AA-11 Archer) - Infra Red", - "quantity": 2 - }, - { - "name": "Kh-29L (AS-14 Kedge) - 657kg, ASM, Semi-Act Laser", - "quantity": 4 - }, - { - "name": "R-27R (AA-10 Alamo A) - Semi-Act Rdr", - "quantity": 2 - }, - { - "name": "L005 Sorbtsiya ECM pod (right)", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "name": "Kh-29L*4,R-73*2,R-27R*2,ECM", - "roles": [ - "CAS" - ] - } - ], - "filename": "su-34.png", - "enabled": true, - "liveries": { - "russian air force": { - "name": "1 Russian Air Force", - "countries": [ - "RUS" - ] - }, - "russian air force old": { - "name": "Russian Air Force Old", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 Jet engine, swept wing, 2 crew, all weather fighter and strike. Fullback", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado GR4": { - "name": "Tornado GR4", - "coalition": "blue", - "label": "Tornado GR4", - "era": "Late Cold War", - "shortLabel": "GR4", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M*2, Fuel*2, ECM", - "name": "AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "ALARM", - "quantity": 4 - }, - { - "name": "", - "quantity": 4 - } - ], - "enabled": true, - "code": "ALARM*4, Fuel*2, ECM", - "name": "ALARM*4, Fuel*2, ECM", - "roles": [ - "SEAD" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "name": "GBU-16*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike", - "FAC-A", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BL-755 CBU - 450kg, 147 Frag/Pen bomblets", - "quantity": 4 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "name": "BL755*4, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sea Eagle - ASM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "name": "Sea Eagle*2, AIM-9M*2, Fuel*2, ECM", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "no. 14 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 14 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "o of ii (ac) squadron raf marham": { - "name": "o of ii (ac) squadron raf marham", - "countries": [ - "UK" - ] - }, - "bb of 14 squadron raf lossiemouth": { - "name": "bb of 14 squadron raf lossiemouth", - "countries": [ - "UK" - ] - }, - "no. 9 squadron raf marham ab (norfolk)": { - "name": "no. 9 squadron raf marham ab (norfolk)", - "countries": [ - "UK" - ] - }, - "no. 12 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 12 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - }, - "no. 617 squadron raf lossiemouth ab (morayshire)": { - "name": "no. 617 squadron raf lossiemouth ab (morayshire)", - "countries": [ - "UK" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tornado IDS": { - "name": "Tornado IDS", - "coalition": "blue", - "label": "Tornado IDS", - "era": "Late Cold War", - "shortLabel": "IDS", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,Fuel*2", - "name": "Kormoran*2,AIM-9*2,Fuel*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-16 - 1000lb Laser Guided Bomb", - "quantity": 2 - } - ], - "enabled": true, - "code": "GBU-16*2,AIM-9*2,Fuel*2", - "name": "GBU-16*2,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - } - ], - "enabled": true, - "code": "Fuel*2", - "name": "Fuel*2", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*4,AIM-9*2,ECM", - "name": "AGM-88*4,AIM-9*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 1 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "Sky-Shadow ECM Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "name": "AGM-88*2,AIM-9*2,Fuel*2,ECM", - "roles": [ - "SEAD", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 4 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*4,AIM-9*2", - "name": "Kormoran*4,AIM-9*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "AGM-88C HARM - High Speed Anti-Radiation Missile", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Kormoran - ASM", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kormoran*2,AIM-9*2,AGM-88*2", - "name": "Kormoran*2,AIM-9*2,AGM-88*2", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "BOZ-107 - Countermeasure Dispenser", - "quantity": 2 - }, - { - "name": "TORNADO Fuel tank", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 - 500lb GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "Mk-82*4,AIM-9*2,Fuel*2", - "name": "Mk-82*4,AIM-9*2,Fuel*2", - "roles": [ - "Strike" - ] - } - ], - "filename": "tornado.png", - "enabled": true, - "liveries": { - "ita tornado black": { - "name": "Tornado Black", - "countries": [ - "ITA" - ] - }, - "marinefliegergeschwader 2 eggebek ab marineflieger": { - "name": "marinefliegergeschwader 2 eggebek ab marineflieger", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe": { - "name": "jagdbombergeschwader 31 `boelcke` norvenich ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado mm7042": { - "name": "Tornado MM7042", - "countries": [ - "ITA" - ] - }, - "ita tornado mm55004": { - "name": "Tornado MM55004", - "countries": [ - "ITA" - ] - }, - "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe": { - "name": "aufklarungsgeschwader 51 `immelmann` jagel ab luftwaffe", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme": { - "name": "jagdbombergeschwader 33 buchel ab no. 43+19 experimental scheme", - "countries": [ - "GER" - ] - }, - "jagdbombergeschwader 32 lechfeld ab luftwaffe": { - "name": "jagdbombergeschwader 32 lechfeld ab luftwaffe", - "countries": [ - "GER" - ] - }, - "ita tornado (sesto stormo diavoli rossi)": { - "name": "Tornado (Sesto Stormo Diavoli Rossi)", - "countries": [ - "ITA" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 2 crew, all weather strike.", - "abilities": "Drogue AAR", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-142": { - "name": "Tu-142", - "coalition": "red", - "label": "Tu-142 Bear", - "era": "Mid Cold War", - "shortLabel": "142", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-35 (AS-20 Kayak) - 520kg, AShM, IN & Act Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-35*6", - "name": "Kh-35*6", - "roles": [ - "Antiship Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 11 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-160": { - "name": "Tu-160", - "coalition": "red", - "label": "Tu-160 Blackjack", - "era": "Late Cold War", - "shortLabel": "160", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-65*12", - "name": "Kh-65*12", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-160.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 jet engine, swing wing, 4 crew bomber. Blackjack", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-22M3": { - "name": "Tu-22M3", - "coalition": "red", - "label": "Tu-22M3 Backfire", - "era": "Late Cold War", - "shortLabel": "T22", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-22N", - "name": "Kh-22N", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "Kh-22 (AS-4 Kitchen) - 1000kg, AShM, IN & Act/Pas Rdr", - "quantity": 2 - } - ], - "enabled": true, - "code": "Kh-22N*2", - "name": "Kh-22N*2", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*69", - "name": "FAB-250*69", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33", - "name": "FAB-500*33", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "MBD3-U9M with 9 x FAB-250 - 250kg GP Bombs LD", - "quantity": 4 - }, - { - "name": "33 x FAB-500 M-62 - 500kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-500*33, FAB-250*36", - "name": "FAB-500*33, FAB-250*36", - "roles": [ - "Strike", - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "33 x FAB-250 - 250kg GP Bombs LD", - "quantity": 1 - } - ], - "enabled": true, - "code": "FAB-250*33", - "name": "FAB-250*33", - "roles": [ - "Strike", - "Runway Attack" - ] - } - ], - "filename": "tu-22.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "2 jet engine, swing wing, 4 crew bomber. Backfire", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tu-95MS": { - "name": "Tu-95MS", - "coalition": "red", - "label": "Tu-95MS Bear", - "era": "Mid Cold War", - "shortLabel": "T95", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - }, - { - "items": [ - { - "name": "6 x Kh-65 (AS-15B Kent) - 1250kg, ASM, IN & MCC", - "quantity": 1 - } - ], - "enabled": true, - "code": "Kh-65*6", - "name": "Kh-65*6", - "roles": [ - "Strike" - ] - } - ], - "filename": "tu-95.png", - "enabled": true, - "liveries": { - "af standard": { - "name": "af standard", - "countries": [ - "UKR", - "RUS" - ] - } - }, - "type": "Aircraft", - "description": "4 turboprop, swept wing, 6 crew, bomber. Bear", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "F-15ESE": { - "name": "F-15ESE", - "coalition": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "era": "", - "enabled": true, - "loadouts": [ - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "BDU-50LGB * 2", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "name": " AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "name": " AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank 610 gal", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "BLU-107 * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "name": "AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank", - "roles": [ - "Runway Attack" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "GBU-10 * 2", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "GBU-12 * 4", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "GBU-12 - 500lb Laser Guided Bomb", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "name": "AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2", - "roles": [ - "Reconnaissance" - ] - }, - { - "items": [ - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 3 - }, - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 2 - }, - { - "name": "Mk-82 AIR * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "name": "AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - } - ], - "enabled": true, - "code": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "name": "AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 4 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "CBU-87 * 6", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 2 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "name": "AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AIM-7MH Sparrow Semi-Active Radar", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "CBU-87 * 3", - "quantity": 2 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "name": "AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "Mk-20 Rockeye * 6", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2", - "roles": [ - "Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Mk-84 - 2000lb GP Bomb LD", - "quantity": 2 - }, - { - "name": "Mk-82 * 6", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "CBU-97 * 3", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "name": "AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "AIM-9M Sidewinder IR AAM", - "quantity": 4 - }, - { - "name": "Fuel tank 610 gal", - "quantity": 2 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - } - ], - "enabled": true, - "code": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "name": "AIM-9M x 4, TGP, NVP, Fuel Tanks x 2", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 3 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - }, - { - "name": "AN/AAQ-14 LANTIRN TGT Pod", - "quantity": 1 - }, - { - "name": "AN/AAQ-13 LANTIRN NAV POD", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M x 3, AIM-120B", - "name": "CATM-9M x 3, AIM-120B", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "Captive AIM-9M for ACM", - "quantity": 1 - }, - { - "name": "", - "quantity": 1 - }, - { - "name": "AIM-120C-5 AMRAAM - Active Rdr AAM", - "quantity": 1 - } - ], - "enabled": true, - "code": "CATM-9M, CAIM-120", - "name": "CATM-9M, CAIM-120", - "roles": [ - "CAP" - ] - }, - { - "items": [ - { - "name": "", - "quantity": 3 - } - ], - "enabled": true, - "code": "Clean", - "name": "Clean", - "roles": [] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Strike" - ] - } - ], - "filename": "f-15.png", - "liveries": { - "usaf 334th eagles fs af89 aim high": { - "name": "USAF 334th Eagles AF89-475 'Aim High'", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 low vis combat": { - "name": "USAF 335th Chiefs AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis combat": { - "name": "USAF 492nd Madhatters AF91 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89 high vis clean": { - "name": "USAF 335th Chiefs AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 335th chiefs fs af89-0487 lucky": { - "name": "USAF 335th Chiefs AF89-0487 'Lucky'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1690 darkness falls": { - "name": "USAF 336th Rocketeers AF88-1690 'Darkness Falls'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af92-366 billy the kid": { - "name": "USAF 391st Bold Tigers AF92-366 'Billy the Kid'", - "countries": [ - "USA" - ] - }, - "idf ra'am, 69 hammer sqn": { - "name": "IDF 69th Hammers Scheme B", - "countries": [ - "ISR" - ] - }, - "usaf 336th rocketeers fs af89 high vis clean": { - "name": "USAF 336th Rocketeers AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-496 shadow": { - "name": "USAF 336th Rocketeers AF89-496 'Shadow'", - "countries": [ - "USA" - ] - }, - "usaf 389th thunderbolts fs af90 low vis combat": { - "name": "USAF 389th Thunderbolts AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd mad hatters fs 97-219 75th d-day anniversary": { - "name": "USAF 492nd Madhatters AF97-219 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 334th eagles fs af89 high vis clean": { - "name": "USAF 334th Eagles AF89 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af91-300 leo": { - "name": "USAF 391st Bold Tigers AF91-300 'Leo'", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis clean": { - "name": "USAF 494th Panthers AF01 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-220 thanos": { - "name": "USAF 492nd Madhatters AF97-220 'Thanos'", - "countries": [ - "USA" - ] - }, - "usaf 48th fw 70th anniversary af92-364 heritage": { - "name": "USAF 48th FW 70th Aniversary AF92-364 Heritage", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 low vis combat": { - "name": "USAF 336th Rocketeers AF88 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af97-221 low vis combat": { - "name": "USAF 492nd Madhatters AF97-221 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-315 vader": { - "name": "USAF 492nd Madhatters AF91-315 'Vader'", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-327 green goblin": { - "name": "USAF 492nd Madhatters AF91-327 'Green Goblin'", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-247 kraken": { - "name": "USAF 391st Bold Tigers AF90-247 'kraken'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1700 dragon betty": { - "name": "USAF 336th Rocketeers AF88-1700 'Dragon Betty'", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89-501": { - "name": "USAF 336th Rocketeers AF89-501", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88 high vis clean": { - "name": "USAF 336th Rocketeers AF88 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 333rd rocketeers fs af87-199 333 fgs": { - "name": "USAF 333rd Lancers AF87-0199 333 FGS", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90-241 high vis combat": { - "name": "USAF 391st Bold Tigers AF90-241 High Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis clean": { - "name": "USAF 492nd Madhatters AF96 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af00 low vis combat": { - "name": "USAF 494th Panthers AF00 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91 low vis clean": { - "name": "USAF 492nd Madhatters AF91 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs af01 low vis combat": { - "name": "USAF 494th Panthers AF01 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis clean": { - "name": "USAF 492nd Madhatters AF98 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 low vis clean": { - "name": "USAF 17th Weapons Squadron AF90 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1673 336 fgs": { - "name": "USAF 336th Rocketeers AF88-1673 336 FGS", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af89 low vis combat": { - "name": "USAF 336th Rocketeers AF89 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af91-308 low vis clean": { - "name": "USAF 492nd Madhatters AF91-308 Low Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af98 low vis combat": { - "name": "USAF 492nd Madhatters AF98 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers af90-250 tmota": { - "name": "USAF 391ST Bold Tigers 2005 Tiger Meet of the Americas", - "countries": [ - "USA" - ] - }, - "usaf af86-183 number1": { - "name": "USAF Test AF86-183 'Number 1'", - "countries": [ - "USA" - ] - }, - "usaf 17th wps af90-257": { - "name": "USAF 17th Weapons Squadron AF90-257 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 17th ws af90 high vis clean": { - "name": "USAF 17th Weapons Squadron AF90 High Vis Clean", - "countries": [ - "USA" - ] - }, - "usaf 492nd madhatters fs af96 low vis combat": { - "name": "USAF 492nd Madhatters AF96 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 391st bold tigers fs af90 low vis combat": { - "name": "USAF 391st Bold Tigers AF90 Low Vis Combat", - "countries": [ - "USA" - ] - }, - "usaf 494th panthers fs 91-603 75th d-day anniversary": { - "name": "USAF 494th Panthers AF91-603 '75th Anniversary D-Day'", - "countries": [ - "USA" - ] - }, - "usaf 336th fw mountain home 75 years af87-173": { - "name": "USAF 366th FW 'Mountain Home 75 Years' AF87-0173", - "countries": [ - "USA" - ] - }, - "usaf 336th rocketeers fs af88-1687 mad duck iv": { - "name": "USAF 336th Rocketeers AF88-1687 'Mad Duck IV'", - "countries": [ - "USA" - ] - } - } - }, - "F-14A": { - "name": "F-14A", - "coalition": "", - "era": "", - "label": "F-14A Tomcat", - "shortLabel": "F14", - "type": "F_14A", - "enabled": false, - "liveries": {} - }, - "Su-25TM": { - "name": "Su-25TM", - "coalition": "", - "era": "", - "label": "SU-25TM", - "shortLabel": "S25", - "type": "Su_25TM", - "enabled": false, - "liveries": {} - }, - "Su-24MR": { - "name": "Su-24MR", - "coalition": "", - "era": "", - "label": "Su-24MR Fencer", - "shortLabel": "S24", - "type": "Su_24MR", - "enabled": false, - "liveries": {} - }, - "S-3B": { - "name": "S-3B", - "coalition": "", - "era": "", - "label": "S-3B", - "shortLabel": "S3B", - "type": "S_3B", - "enabled": false, - "liveries": {} - }, - "Mirage 2000-5": { - "name": "Mirage 2000-5", - "coalition": "", - "era": "", - "label": "MIRAGE 2000-5", - "shortLabel": "M2k", - "type": "Mirage_2000_5", - "enabled": false, - "liveries": {} - }, - "F-15E": { - "name": "F-15E", - "coalition": "", - "era": "", - "label": "F-15E Strike Eagle", - "shortLabel": "15E", - "type": "F_15E", - "enabled": false, - "liveries": {} - }, - "MiG-29G": { - "name": "MiG-29G", - "coalition": "", - "era": "", - "label": "MiG-29G Fulcrum", - "shortLabel": "M29", - "type": "MiG_29G", - "enabled": false, - "liveries": {} - }, - "F-16C bl.50": { - "name": "F-16C bl.50", - "coalition": "", - "era": "", - "label": "F-16C Viper Block 50", - "shortLabel": "16C", - "type": "F_16C_bl_50", - "enabled": false, - "liveries": {} - }, - "F-16C bl.52d": { - "name": "F-16C bl.52d", - "coalition": "", - "era": "", - "label": "F-16C BL.52D", - "shortLabel": "16C", - "type": "F_16C_bl_52d", - "enabled": false, - "liveries": {} - }, - "F-16A": { - "name": "F-16A", - "coalition": "", - "era": "", - "label": "F-16A Viper", - "shortLabel": "16A", - "type": "F_16A", - "enabled": false, - "liveries": {} - }, - "F-16A MLU": { - "name": "F-16A MLU", - "coalition": "", - "era": "", - "label": "F-16A Viper MLU", - "shortLabel": "16A", - "type": "F_16A_MLU", - "enabled": false, - "liveries": {} - }, - "RQ-1A Predator": { - "name": "RQ-1A Predator", - "coalition": "", - "era": "", - "label": "RQ-1A PREDATOR", - "shortLabel": "RQ1", - "type": "RQ_1A_Predator", - "enabled": false, - "liveries": {} - }, - "Yak-40": { - "name": "Yak-40", - "coalition": "", - "era": "", - "label": "YAK-40", - "shortLabel": "40", - "type": "Yak_40", - "enabled": false, - "liveries": {} - }, - "SpitfireLFMkIX": { - "name": "SpitfireLFMkIX", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIX", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire." - }, - "SpitfireLFMkIXCW": { - "name": "SpitfireLFMkIXCW", - "coalition": "blue", - "era": "WW2", - "label": "Spitfire Mk 9 CW", - "shortLabel": "Spit", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAP" - ] - }, - { - "items": [ - { - "name": "Torpedo Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Torpedo)", - "name": "Fuel Tank (Torpedo)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "Slipper Fuel Tank", - "quantity": 1 - } - ], - "enabled": true, - "code": "Fuel Tank (Slipper)", - "name": "Fuel Tank (Slipper)", - "roles": [ - "CAP", - "FAC-A", - "Escort" - ] - }, - { - "items": [ - { - "name": "GP 250", - "quantity": 2 - } - ], - "enabled": true, - "code": "GP 250", - "name": "GP 250", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "GP 500", - "quantity": 1 - } - ], - "enabled": true, - "code": "GO 500", - "name": "GP 500", - "roles": [ - "Runway Attack", - "CAS", - "Antiship Strike", - "Strike" - ] - } - ], - "type": "SpitfireLFMkIXCW", - "enabled": true, - "liveries": { - "441 9g-q": { - "name": "441 RCAF 9G-Q", - "countries": [ - "CAN", - "UK" - ] - }, - "ussr 26th gviap, pvo": { - "name": "USSR 26th GvIAP, PVO", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf standard": { - "name": "RAF standard", - "countries": [ - "UK" - ] - }, - "ussr_3rd_ae_57th_gviap": { - "name": "USSR 3rd AE, 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, sept 1944": { - "name": "RAF, 2nd Tactical Air Force, September 1944", - "countries": [ - "UK" - ] - }, - "ussr spitfire 57th gviap": { - "name": "USSR 57th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf 2 taf, july 1944": { - "name": "RAF, 2nd Tactical Air Force, July 1944", - "countries": [ - "UK" - ] - }, - "raf, no. 16 squadron": { - "name": "RAF, No.16 Squadron", - "countries": [ - "UK" - ] - }, - "ussr pilot lt. col. v. a. matsiyevitch, 26th gviap": { - "name": "USSR Lt.Col. V.A. Matsiyevitch, 26th GvIAP", - "countries": [ - "RUS", - "SUN" - ] - }, - "raf, no. 126 squadron, harrowbeer": { - "name": "RAF, No.126 Squadron", - "countries": [ - "UK" - ] - }, - "raf 2 taf, june 1944": { - "name": "RAF, 2nd Tactical Air Force, June 1944", - "countries": [ - "UK" - ] - }, - "403 rcaf beurling": { - "name": "403 RCAF Beurling", - "countries": [ - "CAN", - "UK" - ] - }, - "raf, no. 145 squadron": { - "name": "RAF, No.145 Squadron", - "countries": [ - "UK" - ] - } - }, - "filename": "spitfire.png", - "description": "Single propellor, straight wing, 1 crew. Spitfire with clipped wingtips.." - }, - "P-51D": { - "name": "P-51D", - "coalition": "", - "era": "", - "label": "P-51D Mustang", - "shortLabel": "P51", - "type": "P_51D", - "enabled": false, - "liveries": {} - }, - "P-47D-30": { - "name": "P-47D-30", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30", - "enabled": false, - "liveries": {} - }, - "P-47D-30bl1": { - "name": "P-47D-30bl1", - "coalition": "", - "era": "", - "label": "P-47D-30", - "shortLabel": "P47", - "type": "P_47D_30bl1", - "enabled": false, - "liveries": {} - }, - "A-10A": { - "name": "A-10A", - "coalition": "", - "era": "", - "label": "A-10A Warthog", - "shortLabel": "A10", - "type": "A_10A", - "enabled": false, - "liveries": {} - }, - "A-10C": { - "name": "A-10C", - "coalition": "", - "era": "", - "label": "A-10C Warthog", - "shortLabel": "A10", - "type": "A_10C", - "enabled": false, - "liveries": {} - }, - "KC130": { - "name": "KC130", - "coalition": "", - "era": "", - "label": "KC130", - "shortLabel": "130", - "type": "KC130", - "enabled": false, - "liveries": {} - }, - "C-101EB": { - "name": "C-101EB", - "coalition": "", - "era": "", - "label": "C-101EB", - "shortLabel": "C-101EB", - "type": "C_101EB", - "enabled": false, - "liveries": {} - }, - "KJ-2000": { - "name": "KJ-2000", - "coalition": "", - "era": "", - "label": "KJ-2000", - "shortLabel": "KJ-2000", - "type": "KJ_2000", - "enabled": false, - "liveries": {} - }, - "WingLoong-I": { - "name": "WingLoong-I", - "coalition": "", - "era": "", - "label": "MQ-9 Reaper", - "shortLabel": "MQ9", - "type": "WingLoong_I", - "enabled": false, - "liveries": {} - }, - "Christen Eagle II": { - "name": "Christen Eagle II", - "coalition": "", - "era": "", - "label": "CHRISTEN EAGLE II", - "shortLabel": "CE2", - "type": "Christen_Eagle_II", - "enabled": false, - "liveries": {} - }, - "F-5E": { - "name": "F-5E", - "coalition": "", - "era": "", - "label": "F-5E", - "shortLabel": "5E", - "type": "F_5E", - "enabled": false, - "liveries": {} - }, - "F/A-18A": { - "name": "F/A-18A", - "coalition": "", - "era": "", - "label": "F/A-18A", - "shortLabel": "18A", - "type": "F_A_18A", - "enabled": false, - "liveries": {} - }, - "F/A-18C": { - "name": "F/A-18C", - "coalition": "", - "era": "", - "label": "F/A-18C", - "shortLabel": "18C", - "type": "F_A_18C", - "enabled": false, - "liveries": {} - }, - "Hawk": { - "name": "Hawk", - "coalition": "", - "era": "", - "label": "Hawk", - "shortLabel": "Hk", - "type": "Hawk", - "enabled": false, - "liveries": {} - }, - "L-39C": { - "name": "L-39C", - "coalition": "", - "era": "", - "label": "L-39C", - "shortLabel": "L39C", - "type": "L_39C", - "enabled": false, - "liveries": {} - }, - "MB-339APAN": { - "name": "MB-339APAN", - "coalition": "", - "era": "", - "label": "MB-339APAN", - "shortLabel": "339", - "type": "MB_339APAN", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C": { - "name": "Mirage-F1C", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C", - "shortLabel": "MF1", - "type": "Mirage_F1C", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CE": { - "name": "Mirage-F1CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CE", - "shortLabel": "MF1", - "type": "Mirage_F1CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-EE": { - "name": "Mirage-F1M-EE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-EE", - "shortLabel": "MF1", - "type": "Mirage_F1M_EE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1M-CE": { - "name": "Mirage-F1M-CE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1M-CE", - "shortLabel": "MF1", - "type": "Mirage_F1M_CE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1C-200": { - "name": "Mirage-F1C-200", - "coalition": "", - "era": "", - "label": "MIRAGE-F1C-200", - "shortLabel": "MF1", - "type": "Mirage_F1C_200", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EH": { - "name": "Mirage-F1EH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EH", - "shortLabel": "MF1", - "type": "Mirage_F1EH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CH": { - "name": "Mirage-F1CH", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CH", - "shortLabel": "MF1", - "type": "Mirage_F1CH", - "enabled": false, - "liveries": {} - }, - "Mirage-F1JA": { - "name": "Mirage-F1JA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1JA", - "shortLabel": "MF1", - "type": "Mirage_F1JA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CG": { - "name": "Mirage-F1CG", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CG", - "shortLabel": "MF1", - "type": "Mirage_F1CG", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CZ": { - "name": "Mirage-F1CZ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CZ", - "shortLabel": "MF1", - "type": "Mirage_F1CZ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CJ": { - "name": "Mirage-F1CJ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CJ", - "shortLabel": "MF1", - "type": "Mirage_F1CJ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CK": { - "name": "Mirage-F1CK", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CK", - "shortLabel": "MF1", - "type": "Mirage_F1CK", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EQ": { - "name": "Mirage-F1EQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EQ", - "shortLabel": "MF1", - "type": "Mirage_F1EQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1ED": { - "name": "Mirage-F1ED", - "coalition": "", - "era": "", - "label": "MIRAGE-F1ED", - "shortLabel": "MF1", - "type": "Mirage_F1ED", - "enabled": false, - "liveries": {} - }, - "Mirage-F1EDA": { - "name": "Mirage-F1EDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1EDA", - "shortLabel": "MF1", - "type": "Mirage_F1EDA", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CR": { - "name": "Mirage-F1CR", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CR", - "shortLabel": "MF1", - "type": "Mirage_F1CR", - "enabled": false, - "liveries": {} - }, - "Mirage-F1CT": { - "name": "Mirage-F1CT", - "coalition": "", - "era": "", - "label": "MIRAGE-F1CT", - "shortLabel": "MF1", - "type": "Mirage_F1CT", - "enabled": false, - "liveries": {} - }, - "Mirage-F1B": { - "name": "Mirage-F1B", - "coalition": "", - "era": "", - "label": "MIRAGE-F1B", - "shortLabel": "MF1", - "type": "Mirage_F1B", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BE": { - "name": "Mirage-F1BE", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BE", - "shortLabel": "MF1", - "type": "Mirage_F1BE", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BQ": { - "name": "Mirage-F1BQ", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BQ", - "shortLabel": "MF1", - "type": "Mirage_F1BQ", - "enabled": false, - "liveries": {} - }, - "Mirage-F1BD": { - "name": "Mirage-F1BD", - "coalition": "", - "era": "", - "label": "MIRAGE-F1BD", - "shortLabel": "MF1", - "type": "Mirage_F1BD", - "enabled": false, - "liveries": {} - }, - "Mirage-F1DDA": { - "name": "Mirage-F1DDA", - "coalition": "", - "era": "", - "label": "MIRAGE-F1DDA", - "shortLabel": "MF1", - "type": "Mirage_F1DDA", - "enabled": false, - "liveries": {} - }, - "Yak-52": { - "name": "Yak-52", - "coalition": "", - "era": "", - "label": "YAK-52", - "shortLabel": "52", - "type": "Yak_52", - "enabled": false, - "liveries": {} - }, - "B-17G": { - "name": "B-17G", - "coalition": "", - "era": "", - "label": "B-17G Flying Fortress", - "shortLabel": "B17", - "type": "B_17G", - "enabled": false, - "liveries": {} - }, - "Ju-88A4": { - "name": "Ju-88A4", - "coalition": "", - "era": "", - "label": "JU-88 A4", - "shortLabel": "Ju88", - "type": "Ju_88A4", - "enabled": false, - "liveries": {} - }, - "C-47": { - "name": "C-47", - "coalition": "", - "era": "", - "label": "C-47 Dakota", - "shortLabel": "C47", - "type": "C_47", - "enabled": false, - "liveries": {} - }, - "TF-51D": { - "name": "TF-51D", - "coalition": "", - "era": "", - "label": "TF-51D", - "shortLabel": "T51", - "type": "TF_51D", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/old/groundUnitDatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/old/groundUnitDatabase.json deleted file mode 100644 index 7082996f..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/old/groundUnitDatabase.json +++ /dev/null @@ -1,10359 +0,0 @@ -{ - "1L13 EWR": { - "name": "1L13 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Box Spring 1L13 EWR", - "shortLabel": "Box spring", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 300000, - "engagementRange": 0, - "description": "Box Spring 1L13 early warning radar built on the back of a trailer", - "abilities": "EWR, Radar, Fixed", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "2B11 mortar": { - "name": "2B11 mortar", - "coalition": "red", - "era": "Late Cold War", - "label": "2B11 mortar", - "shortLabel": "2B11 mortar", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 7000, - "engagementRange": 7000, - "description": "120mm mortar. Fixed. 30m min range, 7km max.", - "abilities": "Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 325, - "aimTime": 300, - "shotsToFire": 2, - "markerFile": "groundunit-artillery", - "tags": "120mm", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "2S6 Tunguska": { - "name": "2S6 Tunguska", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-19 Tunguska", - "shortLabel": "19", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 18000, - "engagementRange": 8000, - "description": "SA-19 Tunguska 2K22 optical SAM. Tracked radar 30 mm AAA gun with optically guided (SACLOS) missiles. Range/alt max: 8km, 14,000 ft.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 10, - "cost": null, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "", - "canAAA": true - }, - "55G6 EWR": { - "name": "55G6 EWR", - "coalition": "red", - "era": "Late Cold War", - "label": "Tall Rack 55G6 EWR", - "shortLabel": "Tall Rack", - "filename": "", - "type": "Radar (EWR)", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "Tall rack 55G6 early warning radar built on the back of a trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "5p73 s-125 ln": { - "name": "5p73 s-125 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Launcher", - "shortLabel": "5p73 s-125 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 18000, - "description": "4 SA-3 missiles on a static emplacement. Requires grouping with SA-3 components", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-3 SAM Battery" - }, - "AAV7": { - "name": "AAV7", - "coalition": "blue", - "era": "Late Cold War", - "label": "AAV7", - "shortLabel": "AAV7", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "Amphibious assault vehicle 7. Tracked. Turret mounted 12.7mm machine gun and 40mm grenade launcher.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 10, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "ATMZ-5": { - "name": "ATMZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATMZ-5", - "shortLabel": "ATMZ-5 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, CA", - "markerFile": "groundunit-truck" - }, - "ATZ-10": { - "name": "ATZ-10", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-10", - "shortLabel": "ATZ-10 Fuel", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled", - "abilities": "Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "BMD-1": { - "name": "BMD-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMD-1", - "shortLabel": "BMD-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - camo": { - "name": "IRAN - camo", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMD-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-1": { - "name": "BMP-1", - "coalition": "red", - "era": "Mid Cold War", - "label": "BMP-1", - "shortLabel": "BMP-1", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - } - }, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-1 IFV. Tracked. Amphibious. 73 mm gun, AT-3 Sagger wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.95, - "muzzleVelocity": 665, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BMP-2": { - "name": "BMP-2", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-2", - "shortLabel": "BMP-2", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 1.95, - "muzzleVelocity": 950, - "acquisitionRange": 3500, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 30 mm gun, AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "indirectFire": false, - "canAAA": true - }, - "BMP-3": { - "name": "BMP-3", - "coalition": "red", - "era": "Late Cold War", - "label": "BMP-3", - "shortLabel": "BMP-3", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "BMP-2 IFV. Tracked. Amphibious. 100 mm gun. 30 mm gun, AT-10 Stabber wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.3, - "muzzleVelocity": 1080, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "BRDM-2": { - "name": "BRDM-2", - "coalition": "red", - "era": "Mid Cold War", - "label": "BRDM-2", - "shortLabel": "BRDM-2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "BRDM-2 light armour tactical vehicle. Wheeled. Amphibious. 14.5 mm gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1005, - "barrelHeight": 2.25, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4 - }, - "BTR-80": { - "name": "BTR-80", - "coalition": "red", - "era": "Late Cold War", - "label": "BTR-80", - "shortLabel": "BTR-80", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "light green autumn": { - "name": "Light Green Autumn", - "countries": "All" - }, - "military police autumn": { - "name": "Military Police Autumn", - "countries": "All" - }, - "light green winter": { - "name": "Light Green Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "military police winter": { - "name": "Military Police Winter", - "countries": "All" - }, - "military police spring": { - "name": "Military Police Spring", - "countries": "All" - }, - "light green spring": { - "name": "Light Green Spring", - "countries": "All" - }, - "green autumn": { - "name": "Green_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "green winter": { - "name": "Green_Winter", - "countries": "All" - }, - "military police summer": { - "name": "Military Police Summer", - "countries": "All" - }, - "light green summer": { - "name": "Light_Green_Summer", - "countries": "All" - }, - "green spring": { - "name": "Green_Spring", - "countries": "All" - }, - "green summer": { - "name": "Green_Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "BTR 80 APC. Wheeled. Amphibious. 14.5 mm gun and 7.62 mm coax.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "BTR_D": { - "name": "BTR_D", - "coalition": "red", - "era": "Mid Cold War", - "label": "BTR_D", - "shortLabel": "BTR_D", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "BTR_D. Tracked. Amphibious. AT-5 Spandrel wire guided missile.", - "abilities": "Combined arms, Amphibious, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-apc" - }, - "Bunker": { - "name": "Bunker", - "coalition": "", - "era": "", - "label": "Bunker", - "shortLabel": "Bunker", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "Concrete bunker. Structure. Fixed Position. Light machine guns.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Challenger2": { - "name": "Challenger2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Challenger 2", - "shortLabel": "Challenger 2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1050, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 6, - "targetingRange": 100, - "aimMethodRange": 3500, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5 - }, - "Cobra": { - "name": "Cobra", - "coalition": "blue", - "era": "Modern", - "label": "Otokar Cobra", - "shortLabel": "Cobra", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Armoured car, MRAP. Wheeled. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Amphibious, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 6, - "shotsBaseScatter": 10, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Dog Ear radar": { - "name": "Dog Ear radar", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-13 Dog Ear", - "shortLabel": "Dog Ear", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "9S80-1 Sborka. Tracked. Fire control Radar that can integrate with missile and gun systems.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Search Radar", - "markerFile": "groundunit-sam-radar" - }, - "GAZ-3307": { - "name": "GAZ-3307", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3307", - "shortLabel": "GAZ-3307", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian truck. Wheeled. Single axle", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "GAZ-3308": { - "name": "GAZ-3308", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-3308", - "shortLabel": "GAZ-3308", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Canvas covered cargo bay", - "abilities": "Rearm", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "GAZ-66": { - "name": "GAZ-66", - "coalition": "red", - "era": "Early Cold War", - "label": "GAZ-66", - "shortLabel": "GAZ-66", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Single axle. Open cargo bay", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Gepard": { - "name": "Gepard", - "coalition": "blue", - "era": "Late Cold War", - "label": "Gepard", - "shortLabel": "Gepard", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "barrelHeight": 2.35, - "muzzleVelocity": 1440, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "Gepard. Tracked. 35mm radar detection and guided guns.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 8, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "targetingRange": 300, - "aimMethodRange": 6000, - "shotsBaseInterval": 15, - "alertnessTimeConstant": 15 - }, - "Grad-URAL": { - "name": "Grad-URAL", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-21 Grad", - "shortLabel": "Grad", - "filename": "", - "type": "Artillery", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 19000, - "description": "BM-21 Grad Wheeled. Multiple launch rocket system, 122mm rockets. 5 km min range, 18 km max.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "tags": "122 mm, MLRS", - "indirectFire": true, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "aimTime": 120 - }, - "HEMTT TFFT": { - "name": "HEMTT TFFT", - "coalition": "blue", - "era": "Late Cold War", - "label": "HEMTT TFFT", - "shortLabel": "HEMTT TFFT", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military Fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Hawk SAM Battery": { - "name": "Hawk SAM Battery", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Hawk SAM Battery", - "shortLabel": "Hk", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 90000, - "engagementRange": 45000, - "description": "Hawk radar SAM site MIM-23. Range/alt max: 40 km, 60,000 ft. Min: 2km. HAWK stands for 'Homing all the way killer'.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Hk" - }, - "Hawk cwar": { - "name": "Hawk cwar", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Continous Wave Acquisition Radar", - "shortLabel": "Hawk cwar", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "Hawk site Aquisition Radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hawk ln": { - "name": "Hawk ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Launcher", - "shortLabel": "Hawk ln", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 45000, - "description": "Hawk site missile laucher. 3 missiles. Needs rest of site to fuction", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Hawk SAM Battery" - }, - "Hawk pcp": { - "name": "Hawk pcp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Hawk Platoon Command Post", - "shortLabel": "Hawk pcp", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Hawk site command post. Medium sized trailer.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Hawk sr": { - "name": "Hawk sr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Search Radar", - "shortLabel": "Hawk sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site search Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam-radar" - }, - "Hawk tr": { - "name": "Hawk tr", - "coalition": "blue", - "era": "Early Cold War", - "label": "Hawk Track Radar", - "shortLabel": "Hawk tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "xx337 - 92 sqn blue tail": { - "name": "XX337-92Sqn", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-341 grey": { - "name": "HW-341 Grey", - "countries": [ - "FIN" - ] - }, - "xx245 - 2009 raf hawk display": { - "name": "XX245-RAF Hawk Display 2009", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "finland hw-329 green brown": { - "name": "HW-329 Green Brown", - "countries": [ - "FIN" - ] - }, - "swiss u-1268 - byebyehawk": { - "name": "U-1268 - ByeByeHawk", - "countries": [ - "SUI" - ] - }, - "25th fts, vance afb, oklahoma (vn)": { - "name": "25th FTS, Vance AFB, Oklahoma (VN)", - "countries": [ - "USA" - ] - }, - "xx226 - 74sqn 1992-2000": { - "name": "74Sqn XX226 1992-2000", - "countries": [ - "UK" - ] - }, - "finland hw-373 ex-swiss air force": { - "name": "HW-373 Ex-Swiss Air Force", - "countries": [ - "FIN" - ] - }, - "swiss u-1252 - normal": { - "name": "U-1252 - Normal", - "countries": [ - "SUI" - ] - }, - "swiss u-1270 - wallis": { - "name": "U-1270 - Wallis", - "countries": [ - "SUI" - ] - }, - "1st rs, beale afb, california (bb)": { - "name": "1st RS, Beale AFB, California (BB)", - "countries": [ - "USA" - ] - }, - "xx100 - tfc": { - "name": "The Fighter Collection XX100", - "countries": [ - "UK" - ] - }, - "509th bs, whitman afb, missouri (wm)": { - "name": "509th BS, Whiteman AFB, Missouri (WM)", - "countries": [ - "USA" - ] - }, - "xx218 - 208sqn": { - "name": "208Sqn XX218", - "countries": [ - "UK" - ] - }, - "xx316 - fradu royal navy": { - "name": "Royal Navy XX316", - "countries": [ - "UK" - ] - }, - "usaf aggressor 269": { - "name": "USAF-AGGRESSOR-269", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "swiss u-1251 - white": { - "name": "U-1251 - White", - "countries": [ - "SUI" - ] - }, - "xx201 - 2010 raf hawk display": { - "name": "XX201-4FTS-HawkDisplay2010", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx175 - fradu royal navy": { - "name": "Royal Navy XX175", - "countries": [ - "UK" - ] - }, - "1018 - united arab emirates": { - "name": "United Arab Emirates Air Force", - "countries": [ - "ARE" - ] - }, - "xx179 - red arrows 1979-2007": { - "name": "Red Arrows 1979-2007", - "countries": [ - "UK" - ] - }, - "xx178 - 1994 raf hawk display": { - "name": "XX178-RAF Hawk Display 1994", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - }, - "xx159 - fradu royal navy anniversary": { - "name": "Royal Navy XX159", - "countries": [ - "UK" - ] - }, - "xx189 - 100sqn": { - "name": "100Sqn XX189", - "countries": [ - "TUR", - "RUS", - "USA", - "ISR", - "NETH", - "NOR", - "RSO", - "BEL", - "GER", - "DEN", - "SPN", - "GRG", - "ABH", - "UKR", - "ITA", - "CAN", - "FRA", - "UK" - ] - }, - "xx228 - veao": { - "name": "VEAO, XX228", - "countries": [ - "UK" - ] - }, - "xx316 - 74sqn 1998-2000": { - "name": "74Sqn XX316 1998-2000", - "countries": [ - "UK" - ] - }, - "xx179 - red arrows 2008-2012": { - "name": "Red Arrows 2008-2012", - "countries": [ - "UK" - ] - }, - "12th ftw, randolph afb, texas (ra)": { - "name": "12th FTW, Randolph AFB, Texas (RA)", - "countries": [ - "USA" - ] - }, - "nas meridian, mississippi seven (vt-7)": { - "name": "NAS Meridian, Mississippi Seven (VT-7)", - "countries": [ - "USA" - ] - }, - "88th fts, sheppard afb, texas (en)": { - "name": "88th FTS, Sheppard AFB, Texas (EN)", - "countries": [ - "USA" - ] - }, - "xx159 - 2004 raf hawk display": { - "name": "XX159-RAF Hawk Display 2004", - "countries": [ - "USA", - "NOR", - "BEL", - "DEN", - "SPN", - "UKR", - "TUR", - "NETH", - "ISR", - "ABH", - "FRA", - "RUS", - "INS", - "RSO", - "AUS", - "CAN", - "UK", - "GER", - "GRG", - "ITA" - ] - } - }, - "acquisitionRange": 90000, - "engagementRange": 0, - "description": "Hawk site track Radar. Medium sized trailer", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Hummer": { - "name": "Hummer", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV Unarmed", - "shortLabel": "HMMWV", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "M-1025 HMMWV (Humvee). Wheeled. Unarmed.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA, Unarmed", - "markerFile": "groundunit-tactical" - }, - "IKARUS Bus": { - "name": "IKARUS Bus", - "coalition": "red", - "era": "Mid Cold War", - "label": "IKARUS Bus", - "shortLabel": "IKARUS Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian Bus. Yellow. Bendy bus", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Igla manpad INS": { - "name": "Igla manpad INS", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "SA-18 Igla 9K38 IR MANPADS. Range/alt max: 5 km, 12,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Infantry AK": { - "name": "Infantry AK", - "coalition": "red", - "era": "Mid Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "muzzleVelocity": 900, - "barrelHeight": 0.9, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 1", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "KAMAZ Truck": { - "name": "KAMAZ Truck", - "coalition": "red", - "era": "Mid Cold War", - "label": "KAMAZ Truck", - "shortLabel": "KAMAZ Truck", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck, 2 axle, wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Kub 1S91 str": { - "name": "Kub 1S91 str", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 Straight flush", - "shortLabel": "Kub 1S91 str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 70000, - "engagementRange": 0, - "description": "SA-6/Kub search and track Radar, tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Kub 2P25 ln": { - "name": "Kub 2P25 ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-6 Launcher", - "shortLabel": "Kub 2P25 ln", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 25000, - "description": "SA-6/Kub launcher. 3 missiles. Tracked. Needs rest of site to function", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-6 SAM Battery" - }, - "LAV-25": { - "name": "LAV-25", - "coalition": "blue", - "era": "Late Cold War", - "label": "LAV-25 IFV", - "shortLabel": "LAV-25", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "aus_winter": { - "name": "AUS_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "aus_summer": { - "name": "AUS_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "sand": { - "name": "sand", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "LAV-25 Infantry fighter vehicle. Wheeled. Amphibious. 25 mm gun , 2 x 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.28, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "LAZ Bus": { - "name": "LAZ Bus", - "coalition": "red", - "era": "Early Cold War", - "label": "LAZ Bus", - "shortLabel": "LAZ Bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian bus. Single Axle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Leclerc": { - "name": "Leclerc", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leclerc", - "shortLabel": "Leclerc", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 1.6, - "shotsBaseInterval": 5, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3 - }, - "Leopard-2": { - "name": "Leopard-2", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2", - "shortLabel": "Leopard-2", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "can_spring": { - "name": "CAN_spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "spn_summer": { - "name": "SPN_Summer", - "countries": "All" - }, - "de_desert_winter": { - "name": "winter", - "countries": "All" - }, - "de_desert_spring": { - "name": "spring", - "countries": "All" - }, - "de_summer": { - "name": "summer", - "countries": "All" - }, - "den_autumn": { - "name": "DEN_autumn", - "countries": "All" - }, - "den_spring": { - "name": "DEN_spring", - "countries": "All" - }, - "de_winter": { - "name": "winter", - "countries": "All" - }, - "neth_summer": { - "name": "NETH_summer", - "countries": "All" - }, - "de_autumn": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "de_desert_summer": { - "name": "DE_Desert_summer", - "countries": "All" - }, - "desert_summer": { - "name": "Desert_summer", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "den_summer": { - "name": "DEN_summer", - "countries": "All" - }, - "desert_autumn": { - "name": "Desert_autumn", - "countries": "All" - }, - "de_spring": { - "name": "spring", - "countries": "All" - }, - "den_winter": { - "name": "DEN_winter", - "countries": "All" - }, - "fin_winter": { - "name": "FIN_winter", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "desert_winter": { - "name": "Desert_winter", - "countries": "All" - }, - "can_winter": { - "name": "CAN_winter", - "countries": "All" - }, - "de_desert_autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "desert_spring": { - "name": "Desert_spring", - "countries": "All" - }, - "fin_spring": { - "name": "FIN_spring", - "countries": "All" - }, - "fin_summer": { - "name": "FIN_summer", - "countries": "All" - }, - "can_summer": { - "name": "CAN_summer", - "countries": "All" - }, - "can_autumn": { - "name": "CAN_autumn", - "countries": "All" - }, - "neth_winter": { - "name": "NETH_winter", - "countries": "All" - }, - "spn_winter": { - "name": "SPN_Winter", - "countries": "All" - }, - "fin_autumn": { - "name": "FIN_autumn", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.5, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "tags": "CA", - "aimTime": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 4, - "canAAA": true - }, - "Leopard1A3": { - "name": "Leopard1A3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard1A3", - "shortLabel": "Leopard1A3", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled main gun (APDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 560, - "barrelHeight": 2.49, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M 818": { - "name": "M 818", - "coalition": "blue", - "era": "Early Cold War", - "label": "M 818", - "shortLabel": "M 818", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy utility truck. Wheeled. Used for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Power, Re-Arming, Repair" - }, - "M-1 Abrams": { - "name": "M-1 Abrams", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-1 Abrams", - "shortLabel": "M-1 Abrams", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore M256 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 500, - "barrelHeight": 2.5, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 300, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "M-109": { - "name": "M-109", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-109 Paladin", - "shortLabel": "M-109", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "M-109 Paladin. Tracked. Turreted self propelled 155mm howitzer. 30m min range, 22km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "M-113": { - "name": "M-113", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-113", - "shortLabel": "M-113", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "grc_autumn_med": { - "name": "GRC_autumn", - "countries": "All" - }, - "winter_med": { - "name": "winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_summer", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "grc_spring_med": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_autumn", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_winter", - "countries": "All" - }, - "green_med": { - "name": "green", - "countries": "All" - }, - "green": { - "name": "green", - "countries": "All" - }, - "spring_med": { - "name": "spring", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_spring", - "countries": "All" - }, - "grc_winter_med": { - "name": "GRC_winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - }, - "grc_summer_med": { - "name": "GRC_summer", - "countries": "All" - }, - "autumn_med": { - "name": "autumn", - "countries": "All" - }, - "desert_med": { - "name": "Desert", - "countries": "All" - }, - "summer_med": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M-113. Tracked. Amphibious. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 950, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M-2 Bradley": { - "name": "M-2 Bradley", - "coalition": "blue", - "era": "Late Cold War", - "label": "M-2A2 Bradley IFV", - "shortLabel": "M-2 Bradley", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "M-2A2 Bradley Infantry fighting vehicle. Tracked. Amphibious. 25 mm gun, 7.62 mm machine gun, BGM-71 TOW missile.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.44, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3800, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M-60": { - "name": "M-60", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M-60", - "shortLabel": "M-60", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 105 mm rifled M68 main gun (APDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 600, - "barrelHeight": 2.8, - "shotsBaseInterval": 12, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M1043 HMMWV Armament": { - "name": "M1043 HMMWV Armament", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV .50 cal", - "shortLabel": "HMMWV M2", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1043 HMMWV (Humvee). Wheeled. 12.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "M1045 HMMWV TOW": { - "name": "M1045 HMMWV TOW", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV TOW", - "shortLabel": "HMMWV TOW", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "M1045 HMMWV (Humvee). Wheeled. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "M1097 Avenger": { - "name": "M1097 Avenger", - "coalition": "blue", - "era": "Modern", - "label": "M1097 Avenger", - "shortLabel": "97", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 5200, - "engagementRange": 4500, - "description": "M1097 Avenger IR SAM. Range/alt max: 5 km, 15,000 ft. Contains 8 x Stinger missiles.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M1126 Stryker ICV": { - "name": "M1126 Stryker ICV", - "coalition": "blue", - "era": "Modern", - "label": "Stryker MG", - "shortLabel": "Stryker MG", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1126 Stryker. Wheeled. 12.7mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1128 Stryker MGS": { - "name": "M1128 Stryker MGS", - "coalition": "blue", - "era": "Modern", - "label": "M1128 Stryker MGS", - "shortLabel": "M1128 Stryker MGS", - "filename": "", - "type": "Tactical Vehicle", - "enabled": true, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "M1128 Stryker Mobile Gun System. Wheeled. 105 mm gun and 7.6mm machine gun.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "M1134 Stryker ATGM": { - "name": "M1134 Stryker ATGM", - "coalition": "blue", - "era": "Modern", - "label": "Stryker ATGM", - "shortLabel": "Stryker ATGM", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 4000, - "engagementRange": 3800, - "description": "M1134 Stryker. Wheeled. 7.62 mm machine gun. BGM-71 TOW missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "muzzleVelocity": 900, - "barrelHeight": 2.8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "M48 Chaparral": { - "name": "M48 Chaparral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M48 Chaparral", - "shortLabel": "48", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 10000, - "engagementRange": 8500, - "description": "M48 Chaparral IR SAM. Range/alt max: 9 km, 13,000 ft. 4 x AIM 9 Sidewinder missiles.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M6 Linebacker": { - "name": "M6 Linebacker", - "coalition": "blue", - "era": "Late Cold War", - "label": "M6 Linebacker", - "shortLabel": "M6", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 4000, - "description": "M6 Linebacker IR SAM. Range/alt max: 5 km, 15,000 ft. 4 x Stinger on M2 Bradley.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "M978 HEMTT Tanker": { - "name": "M978 HEMTT Tanker", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M978 HEMTT Tanker", - "shortLabel": "M978 HEMTT Tanker", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Heavy Expanded Mobility Tactical Truck. Wheeled. Refueling for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Refueling, FARP" - }, - "MAZ-6303": { - "name": "MAZ-6303", - "coalition": "red", - "era": "Mid Cold War", - "label": "MAZ-6303", - "shortLabel": "MAZ-6303", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "winter", - "countries": "All" - }, - "spring": { - "name": "spring", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Logistical Military Truck. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "MCV-80": { - "name": "MCV-80", - "coalition": "blue", - "era": "Late Cold War", - "label": "Warrior IFV MCV-80", - "shortLabel": "Warrior", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Warrior MCV-80 Infantry Fighting Vehicle. Tracked. 30 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.21, - "muzzleVelocity": 1100, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 3500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS": { - "name": "MLRS", - "coalition": "blue", - "era": "Late Cold War", - "label": "M270", - "shortLabel": "M270", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 30000, - "description": "M270 Multiple Launch Rocket System. Tracked. Fires M26 270 mm DPICM rockets. Min range 10km, max 35km. Note cluster munition can be very laggy with many shots.", - "abilities": "Combined arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "270mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 60, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "MTLB": { - "name": "MTLB", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LB", - "shortLabel": "MT-LB", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "MT-LB. Tracked. Amphibious. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.05, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Marder": { - "name": "Marder", - "coalition": "blue", - "era": "Late Cold War", - "label": "Marder IFV", - "shortLabel": "Marder", - "filename": "", - "type": "APC", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Marder Infantry FIghting Vehicle. Tracked. Amphibious. 20 mm gun and 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.82, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Osa 9A33 ln": { - "name": "Osa 9A33 ln", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-8 Launcher", - "shortLabel": "Osa 9A33 ln", - "range": "Short", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 10300, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-8 SAM Battery" - }, - "Paratrooper AKS-74": { - "name": "Paratrooper AKS-74", - "coalition": "red", - "era": "Late Cold War", - "label": "AKS-74", - "shortLabel": "AKS-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian paratrooper carrying AKS-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Paratrooper RPG-16": { - "name": "Paratrooper RPG-16", - "coalition": "red", - "era": "Modern", - "label": "RPG-16", - "shortLabel": "Para RPG-16", - "filename": "", - "type": "Infantry", - "enabled": true, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Russian paratrooper carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian Para", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Patriot AMG": { - "name": "Patriot AMG", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Antenna Mast Group", - "shortLabel": "Patriot AMG", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ECS": { - "name": "Patriot ECS", - "coalition": "blue", - "era": "Modern", - "label": "Patriot Engagement Control Station", - "shortLabel": "Patriot ECS", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot EPP": { - "name": "Patriot EPP", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Electric Power Plant", - "shortLabel": "Patriot EPP", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot cp": { - "name": "Patriot cp", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Command Post", - "shortLabel": "Patriot cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Patriot ln": { - "name": "Patriot ln", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Launcher", - "shortLabel": "Patriot ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 100000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "Patriot site" - }, - "Patriot site": { - "name": "Patriot site", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot SAM Battery", - "shortLabel": "Pt", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 98000, - "description": "Patriot radar SAM site. Range/alt max: 150 km, 105,000 ft. Min: 5km. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "Pt" - }, - "Patriot str": { - "name": "Patriot str", - "coalition": "blue", - "era": "Late Cold War", - "label": "Patriot Search/Track Radar", - "shortLabel": "Patriot str", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "Predator GCS": { - "name": "Predator GCS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator GCS", - "shortLabel": "Predator GCS", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "usaf standard": { - "name": "USAF Standard", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Ground Control Station", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Predator TrojanSpirit": { - "name": "Predator TrojanSpirit", - "coalition": "blue", - "era": "Late Cold War", - "label": "Predator TrojanSpirit", - "shortLabel": "Predator TrojanSpirit", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Unmanned Aerial Vehicle (UAV) System", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "RLS_19J6": { - "name": "RLS_19J6", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Thin Shield", - "shortLabel": "RLS 19J6", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "spring": { - "name": "spring", - "countries": "All" - }, - "winter": { - "name": "winter", - "countries": "All" - }, - "autumn": { - "name": "autumn", - "countries": "All" - }, - "summer": { - "name": "summer", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "RPC_5N62V": { - "name": "RPC_5N62V", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Square Pair", - "shortLabel": "RPC 5N62V", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Radar_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Radar_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Radar_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Radar_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Radar_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Radar_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Radar_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Radar_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Radar_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Radar_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Radar_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Radar_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Radar_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Radar_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Radar_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Radar_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Roland ADS": { - "name": "Roland ADS", - "coalition": "blue", - "era": "Late Cold War", - "label": "Roland ADS", - "shortLabel": "RO", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 12000, - "engagementRange": 8000, - "description": "Roland ADS radar and optical SAM. Range/alt max: 11 km, 18,000 ft. Tracked vehicle.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, Optical, CA", - "markerFile": "groundunit-sam" - }, - "Roland Radar": { - "name": "Roland Radar", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Roland Search Radar", - "shortLabel": "Roland Radar", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 35000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-200_Launcher": { - "name": "S-200_Launcher", - "coalition": "Red", - "era": "Mid Cold War", - "label": "SA-5 Launcher", - "shortLabel": "S-200 Launcher", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert_spring": { - "name": "S-200_Launcher_Desert_Spring", - "countries": "All" - }, - "cam_autumn": { - "name": "S-200_Cam_Autumn", - "countries": "All" - }, - "cam_spring": { - "name": "S-200_Launcher_Cam_Spring", - "countries": "All" - }, - "green_summer": { - "name": "S-200_Launcher_Green_Summer", - "countries": "All" - }, - "green_winter": { - "name": "S-200_Launcher_Green_Winter", - "countries": "All" - }, - "cam_summer": { - "name": "S-200_Launcher_Cam_Summer", - "countries": "All" - }, - "desert_winter": { - "name": "S-200_Launcher_Desert_Winter", - "countries": "All" - }, - "syria_autumn": { - "name": "S-200_Launcher_Syria_Autumn", - "countries": "All" - }, - "syria_summer": { - "name": "S-200_Launcher_Syria_Summer", - "countries": "All" - }, - "syria_winter": { - "name": "S-200_Launcher_Syria_Winter", - "countries": "All" - }, - "green_spring": { - "name": "S-200_Launcher_Green_Spring", - "countries": "All" - }, - "syria_spring": { - "name": "S-200_Launcher_Syria_Spring", - "countries": "All" - }, - "desert_summer": { - "name": "S-200_Launcher_Desert_Summer", - "countries": "All" - }, - "green_autumn": { - "name": "S-200_Launcher_Green_Autumn", - "countries": "All" - }, - "desert_autumn": { - "name": "S-200_Launcher_Desert_Autumn", - "countries": "All" - }, - "cam_winter": { - "name": "S-200_Launcher_Cam_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 255000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-5 SAM Battery" - }, - "S-300PS 40B6M tr": { - "name": "S-300PS 40B6M tr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Tin Shield", - "shortLabel": "S-300PS 40B6M tr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 40B6MD sr": { - "name": "S-300PS 40B6MD sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Clam Shell", - "shortLabel": "S-300PS 40B6MD sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S-300PS 54K6 cp": { - "name": "S-300PS 54K6 cp", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Command Post", - "shortLabel": "S-300PS 54K6 cp", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "S-300PS 5P85C ln": { - "name": "S-300PS 5P85C ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85C ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85C", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 5P85D ln": { - "name": "S-300PS 5P85D ln", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Launcher", - "shortLabel": "S-300PS 5P85D ln", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 120000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "5P85D", - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-10 SAM Battery" - }, - "S-300PS 64H6E sr": { - "name": "S-300PS 64H6E sr", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 Big Bird", - "shortLabel": "S-300PS 64H6E sr", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SA-10 SAM Battery": { - "name": "SA-10 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-10 SAM Battery", - "shortLabel": "10", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 300000, - "engagementRange": 52000, - "description": "SA-10 Grumble radar SAM site S-300. Range/alt max: 52 km, 100,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "10" - }, - "SA-11 Buk CC 9S470M1": { - "name": "SA-11 Buk CC 9S470M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Command Post", - "shortLabel": "SA-11 Buk CC 9S470M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 Buk LN 9A310M1": { - "name": "SA-11 Buk LN 9A310M1", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 Launcher", - "shortLabel": "SA-11 Buk LN 9A310M1", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 35000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-11 SAM Battery" - }, - "SA-11 Buk SR 9S18M1": { - "name": "SA-11 Buk SR 9S18M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-11 Snown Drift", - "shortLabel": "SA-11 Buk SR 9S18M1", - "range": "Long", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA-11 SAM Battery": { - "name": "SA-11 SAM Battery", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-11 SAM Battery", - "shortLabel": "11", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 98000, - "engagementRange": 33000, - "description": "SA-11 Gadfly radar SAM site 9K37. Range/alt max: 42 km, 82,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "11" - }, - "SA-18 Igla manpad": { - "name": "SA-18 Igla manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S manpad": { - "name": "SA-18 Igla-S manpad", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "acquisitionRange": 5000, - "engagementRange": 5200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-2 SAM Battery": { - "name": "SA-2 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-2 SAM Battery", - "shortLabel": "2", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 42000, - "description": "SA-2 Guideline radar SAM site S-75. Range/alt max: 24 km, 66,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "2" - }, - "SA-3 SAM Battery": { - "name": "SA-3 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 SAM Battery", - "shortLabel": "3", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 160000, - "engagementRange": 18000, - "description": "SA-3 Goa radar SAM site S-125. Range/alt max: 35 km, 60,000 ft.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "3" - }, - "SA-5 SAM Battery": { - "name": "SA-5 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-5 SAM Battery", - "shortLabel": "5", - "range": "Long", - "filename": "", - "type": "SAM Site", - "enabled": true, - "acquisitionRange": 400000, - "engagementRange": 250000, - "description": "SA-5 Gammon radar SAM site S-200. Range/alt max: 300 km, 120,000 ft. Min 60km.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "5" - }, - "SA-6 SAM Battery": { - "name": "SA-6 SAM Battery", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-6 SAM Battery", - "shortLabel": "6", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "description": "SA-6 Gainful radar SAM site 2K12. Range/alt max: 55 km, 50,000 ft. Tracked vehicle.", - "abilities": "", - "acquisitionRange": 68000, - "engagementRange": 22000, - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar", - "markerFile": "groundunit-sam", - "unitWhenGrouped": "6" - }, - "SAU 2-C9": { - "name": "SAU 2-C9", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Nona", - "shortLabel": "SAU Nona", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 7000, - "description": "2S9 Nona. Tracked. 120mm howitzer. 30m min range, 7km max. Doesn't let you use the gun in CA.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "120mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Akatsia": { - "name": "SAU Akatsia", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Akatsiya", - "shortLabel": "SAU Akatsiya", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 17000, - "description": "SAU Akatsiya. Tracked. Self propelled 152mm howitzer. 30m min range, 17km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Gvozdika": { - "name": "SAU Gvozdika", - "coalition": "red", - "era": "Mid Cold War", - "label": "SAU Gvozdika", - "shortLabel": "SAU Gvozdika", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "2S1 SAU Gvozdika. Tracked. 122m howitzer. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "122mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SAU Msta": { - "name": "SAU Msta", - "coalition": "red", - "era": "Late Cold War", - "label": "SAU Msta", - "shortLabel": "SAU Msta", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 23500, - "description": "2S19 Msta. Tracked. 152.4mm howitzer. 1km min range, 24km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "SKP-11": { - "name": "SKP-11", - "coalition": "red", - "era": "Early Cold War", - "label": "SKP-11", - "shortLabel": "SKP-11", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Repair and recovery vehicle. Wheeled. Comms for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Comms" - }, - "SNR_75V": { - "name": "SNR_75V", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Fan Song", - "shortLabel": "SNR 75V", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "S_75M_Volhov": { - "name": "S_75M_Volhov", - "coalition": "Red", - "era": "Early Cold War", - "label": "SA-2 Launcher", - "shortLabel": "S75M Volhov", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 43000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-launcher", - "unitWhenGrouped": "SA-2 SAM Battery" - }, - "Sandbox": { - "name": "Sandbox", - "coalition": "", - "era": "", - "label": "Sandbox", - "shortLabel": "Sandbox", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Smerch": { - "name": "Smerch", - "coalition": "red", - "era": "Late Cold War", - "label": "BM-30 Smerch (Cluster)", - "shortLabel": "BM-30 Smerch", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm cluster rockets. 20km min range, 71 km max. Cluster munitions can be very laggy en masse.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier AK": { - "name": "Soldier AK", - "coalition": "red", - "era": "Early Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "muzzleVelocity": 900, - "barrelHeight": 1, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 4", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M249": { - "name": "Soldier M249", - "coalition": "blue", - "era": "Late Cold War", - "label": "M249", - "shortLabel": "M249", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M249.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 915, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 0.25, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4 GRG": { - "name": "Soldier M4 GRG", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.95, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Georgia", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier M4": { - "name": "Soldier M4", - "coalition": "blue", - "era": "Mid Cold War", - "label": "M4", - "shortLabel": "M4", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Solider carrying M4.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1, - "muzzleVelocity": 910, - "aimTime": 5, - "shotsToFire": 5, - "tags": "US", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Soldier RPG": { - "name": "Soldier RPG", - "coalition": "red", - "era": "Mid Cold War", - "label": "RPG", - "shortLabel": "Soldier RPG", - "filename": "", - "type": "Infantry", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 1500, - "engagementRange": 300, - "description": "Solider carrying RPG-16.", - "abilities": "Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.8, - "muzzleVelocity": 295, - "aimTime": 5, - "shotsToFire": 1, - "tags": "Russian", - "markerFile": "groundunit-infantry", - "canAAA": true, - "targetingRange": 50, - "aimMethodRange": 750, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Stinger comm dsr": { - "name": "Stinger comm dsr", - "coalition": "red", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS, IR", - "markerFile": "groundunit-sam" - }, - "Stinger comm": { - "name": "Stinger comm", - "coalition": "blue", - "era": "Late Cold War", - "label": "Stinger", - "shortLabel": "Stinger", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": false, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "multicam": { - "name": "multicam", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "Strela-1 9P31": { - "name": "Strela-1 9P31", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-9 Gaskin", - "shortLabel": "9", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 4200, - "description": "SA-9 Gaskin Strela 1. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA", - "markerFile": "groundunit-sam" - }, - "Strela-10M3": { - "name": "Strela-10M3", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-13 Gopher", - "shortLabel": "13", - "range": "Short", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 5000, - "description": "SA-13 Gopher Strela 10. Range/alt max: 5 km, 12,000 ft.", - "abilities": "Combined arms, Amphibious", - "canTargetPoint": false, - "canRearm": false, - "tags": "Optical, Radar, CA", - "markerFile": "groundunit-sam" - }, - "Suidae": { - "name": "Suidae", - "coalition": "", - "era": "Modern", - "label": "Suidae", - "shortLabel": "Suidae", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "The destroyer of all. Pre-Dates all living and un-living creatures.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Prehistoric" - }, - "T-55": { - "name": "T-55", - "coalition": "red", - "era": "Early Cold War", - "label": "T-55", - "shortLabel": "T-55", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 100 mm D-10T rifled gun (APFSDS and HEAT), 7.62 mm SGMT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.3, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 9, - "aimMethodRange": 2500, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "T-72B": { - "name": "T-72B", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B", - "shortLabel": "T-72B", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "shotsBaseScatter": 5, - "barrelHeight": 2.5, - "muzzleVelocity": 700, - "aimMethodRange": 2500, - "alertnessTimeConstant": 4, - "canAAA": true, - "tags": "CA" - }, - "T-80UD": { - "name": "T-80UD", - "coalition": "red", - "era": "Late Cold War", - "label": "T-80UD", - "shortLabel": "T-80UD", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "iran - 01": { - "name": "Iran - 01", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "iran - 02": { - "name": "Iran - 02", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M-1 smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 800, - "barrelHeight": 2.32, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "T-90": { - "name": "T-90", - "coalition": "red", - "era": "Late Cold War", - "label": "T-90", - "shortLabel": "T-90", - "filename": "", - "type": "Tank", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 6000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 8, - "tags": "CA", - "canAAA": true, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000 - }, - "TPZ": { - "name": "TPZ", - "coalition": "blue", - "era": "Late Cold War", - "label": "TPz Fuchs", - "shortLabel": "TPz Fuchs", - "filename": "", - "type": "APC", - "enabled": true, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "TPz Fuchs. Wheeled. 7.62 mm machine gun.", - "abilities": "Combined arms, Transport, Amphibious", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "Tigr_233036": { - "name": "Tigr_233036", - "coalition": "red", - "era": "Late Cold War", - "label": " LUV Tigr", - "shortLabel": " LUV Tigr", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Utility vehicle. Wheeled. Multi-Axle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tor 9A331": { - "name": "Tor 9A331", - "coalition": "red", - "era": "Late Cold War", - "label": "SA-15 Gauntlet", - "shortLabel": "15", - "range": "Medium", - "filename": "", - "type": "SAM Site", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 12000, - "description": "SA-15 Gauntlet 9K330 Tor. Range/alt max: 12 km, 20,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "Radar, CA", - "markerFile": "groundunit-sam" - }, - "Trolley bus": { - "name": "Trolley bus", - "coalition": "blue", - "era": "Late Cold War", - "label": "Trolley bus", - "shortLabel": "Trolley bus", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian. Public transportation bus. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "UAZ-469": { - "name": "UAZ-469", - "coalition": "red", - "era": "Mid Cold War", - "label": "UAZ-469", - "shortLabel": "UAZ-469", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "red_spring": { - "name": "RED_Spring", - "countries": "All" - }, - "red_summer": { - "name": "RED_Summer", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "orange_spring": { - "name": "ORANGE_Spring", - "countries": "All" - }, - "orange_autumn": { - "name": "ORANGE_Autumn", - "countries": "All" - }, - "red_autumn": { - "name": "RED_Autumn", - "countries": "All" - }, - "red_winter": { - "name": "RED_Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "orange_summer": { - "name": "ORANGE_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "orange_winter": { - "name": "ORANGE_Winter", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled. 4x4", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Uragan_BM-27": { - "name": "Uragan_BM-27", - "coalition": "red", - "era": "Late Cold War", - "label": "Bm-27 Uragan", - "shortLabel": "Uragan", - "filename": "", - "type": "Artillery", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 37000, - "description": "Uragan BM-27. Wheeled. 220 mm rocket artillery. 11km min range, 37 km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "220mm, Rocket, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Ural ATsP-6": { - "name": "Ural ATsP-6", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural ATsP-6", - "shortLabel": "Ural ATsP-6", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military fire truck. Wheeled. ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Ural-375 PBU": { - "name": "Ural-375 PBU", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375 PBU", - "shortLabel": "Ural-375 PBU", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military command vehicle. Wheeled. Re-arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Re-Arming, FARP" - }, - "Ural-375 ZU-23 Insurgent": { - "name": "Ural-375 ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23 Insurgent", - "shortLabel": "Ural-375 ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 8, - "muzzleVelocity": 1000, - "barrelHeight": 3, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "Ural-375 ZU-23": { - "name": "Ural-375 ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-375 with ZU-23", - "shortLabel": "Ural-375 ZU-23", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Ural ZU-23. Truck mounted ZU-23 AAA 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 3, - "muzzleVelocity": 1000, - "aimTime": 8, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "Ural-375": { - "name": "Ural-375", - "coalition": "red", - "era": "Mid Cold War", - "label": "Ural-375", - "shortLabel": "Ural-375", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. Refueling and Re-Arming for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA, Refueling, Re-Arming, FARP" - }, - "Ural-4320 APA-5D": { - "name": "Ural-4320 APA-5D", - "coalition": "red", - "era": "Early Cold War", - "label": "Ural-4320 APA-5D", - "shortLabel": "Ural-4320 APA-5D", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck" - }, - "Ural-4320-31": { - "name": "Ural-4320-31", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320-31", - "shortLabel": "Ural-4320-31", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "Ural-4320T": { - "name": "Ural-4320T", - "coalition": "red", - "era": "Late Cold War", - "label": "Ural-4320T", - "shortLabel": "Ural-4320T", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "abilities": "", - "description": "Military cargo truck. Wheeled. 6x6. Repair for FARPs", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "VAZ Car": { - "name": "VAZ Car", - "coalition": "red", - "era": "Early Cold War", - "label": "VAZ Car", - "shortLabel": "VAZ Car", - "filename": "", - "type": "Unarmed", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Civilian car. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "Vulcan": { - "name": "Vulcan", - "coalition": "blue", - "era": "Mid Cold War", - "label": "Vulcan", - "shortLabel": "Vulcan", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "usa_winter": { - "name": "USA_Winter", - "countries": "All" - }, - "isr_summer": { - "name": "ISR_Summer", - "countries": "All" - }, - "isr_spring": { - "name": "ISR_Spring", - "countries": "All" - }, - "usa_autumn": { - "name": "USA_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "isr_winter": { - "name": "ISR_Winter", - "countries": "All" - }, - "isr_autumn": { - "name": "ISR_Autumn", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "usa_summer": { - "name": "USA_Summer", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "usa_spring": { - "name": "USA_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "M113 Vulcan. Tracked M113 APC with radar guided Vulcan 20 mm cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2.5, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZIL-131 KUNG": { - "name": "ZIL-131 KUNG", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-131 KUNG", - "shortLabel": "ZIL-131 KUNG", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. KUNG Narrow specialized Body. 6x6. Repair for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Repair, FARP" - }, - "ZIL-4331": { - "name": "ZIL-4331", - "coalition": "red", - "era": "Early Cold War", - "label": "ZIL-4331", - "shortLabel": "ZIL-4331", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "ZSU-23-4 Shilka": { - "name": "ZSU-23-4 Shilka", - "coalition": "red", - "era": "Mid Cold War", - "label": "ZSU-23-4 Shilka", - "shortLabel": "ZSU-23-4 Shilka", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "ukr_summer": { - "name": "UKR_Summer", - "countries": "All" - }, - "ukr_spring": { - "name": "UKR_Spring", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "ukr_autumn": { - "name": "UKR_Autumn", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "grg_summer": { - "name": "GRG_Summer", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "grg_autumn": { - "name": "GRG_Autumn", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "ukr_winter": { - "name": "UKR_Winter", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "grg_winter": { - "name": "GRG_Winter", - "countries": "All" - }, - "grg_spring": { - "name": "GRG_Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 8000, - "engagementRange": 2000, - "description": "ZSU-23-4 Shilka. Tracked. 4 x 23 mm radar guided autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.8, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "Radar, CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Closed Insurgent": { - "name": "ZU-23 Closed Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Closed Insurgent", - "shortLabel": "ZU-23 Closed Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 9, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5 - }, - "ZU-23 Emplacement Closed": { - "name": "ZU-23 Emplacement Closed", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement Closed", - "shortLabel": "ZU-23 Emplacement Closed", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons. Sandbags.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Emplacement": { - "name": "ZU-23 Emplacement", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Emplacement", - "shortLabel": "ZU-23 Emplacement", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "grc_summer": { - "name": "GRC_Summer", - "countries": "All" - }, - "grc_spring": { - "name": "GRC_Spring", - "countries": "All" - }, - "grc_autumn": { - "name": "GRC_Autumn", - "countries": "All" - }, - "grc_winter": { - "name": "GRC_Winter", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "ZU-23 Insurgent": { - "name": "ZU-23 Insurgent", - "coalition": "red", - "era": "Early Cold War", - "label": "ZU-23 Insurgent", - "shortLabel": "ZU-23 Insurgent", - "filename": "", - "type": "AAA", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "ZSU-23. Fixed. Manually aimed AAA 23 mm autocannons.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "shotsToFire": 5, - "aimTime": 9, - "muzzleVelocity": 1000, - "barrelHeight": 1.5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "aimMethodRange": 4000, - "targetingRange": 100 - }, - "ZiL-131 APA-80": { - "name": "ZiL-131 APA-80", - "coalition": "red", - "era": "Early Cold War", - "label": "ZiL-131 APA-80", - "shortLabel": "ZiL-131 APA-80", - "filename": "", - "type": "Unarmed", - "enabled": true, - "liveries": { - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military truck. Wheeled. Arctic Self-Loading Device. Power for FARPs", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "Power, FARP" - }, - "house1arm": { - "name": "house1arm", - "coalition": "", - "era": "", - "label": "house1arm", - "shortLabel": "house1arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "house2arm": { - "name": "house2arm", - "coalition": "", - "era": "", - "label": "house2arm", - "shortLabel": "house2arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "houseA_arm": { - "name": "houseA_arm", - "coalition": "", - "era": "", - "label": "houseA_arm", - "shortLabel": "houseA_arm", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost": { - "name": "outpost", - "coalition": "", - "era": "", - "label": "outpost", - "shortLabel": "outpost", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "outpost_road": { - "name": "outpost_road", - "coalition": "", - "era": "", - "label": "outpost_road", - "shortLabel": "outpost_road", - "filename": "", - "type": "Structure", - "enabled": false, - "acquisitionRange": 0, - "engagementRange": 800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "p-19 s-125 sr": { - "name": "p-19 s-125 sr", - "coalition": "red", - "era": "Mid Cold War", - "label": "SA-3 Flat Face B", - "shortLabel": "Flat Face B", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "snr s-125 tr": { - "name": "snr s-125 tr", - "coalition": "red", - "era": "Early Cold War", - "label": "SA-3 Low Blow", - "shortLabel": "snr s-125 tr", - "range": "Medium", - "filename": "", - "type": "SAM Site Parts", - "enabled": true, - "liveries": { - "winter": { - "name": "Winter", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "rus_summer": { - "name": "RUS_Summer", - "countries": "All" - }, - "rus_winter": { - "name": "RUS_Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "rus_autumn": { - "name": "RUS_Autumn", - "countries": "All" - }, - "rus_spring": { - "name": "RUS_Spring", - "countries": "All" - }, - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "SpGH_Dana": { - "name": "SpGH_Dana", - "coalition": "red", - "era": "Late Cold War", - "label": "SpGH Dana 152mm", - "shortLabel": "SpGH Dana", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18400, - "description": "SpGH Dana 77. Wheeled. Self propelled 152mm howitzer. 1km min range, 18km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "tags": "152mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Grad_FDDM": { - "name": "Grad_FDDM", - "coalition": "red", - "era": "Mid Cold War", - "label": "MT-LBu ACRV", - "shortLabel": "MT-LBu ARCV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18500, - "description": "MT-LBu IV12 series tracked. Artillery command / recon vehicle, not an arty piece, speeds up artillery fire time in game when grouped.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 3, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "tags": "Command, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK Ins": { - "name": "Infantry AK Ins", - "coalition": "red", - "era": "Early Cold War", - "label": "Insurgent AK-74", - "shortLabel": "AK-74 (Ins)", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Insurgent solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Insurgent", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "MLRS FDDM": { - "name": "MLRS FDDM", - "coalition": "blue", - "era": "Late Cold War", - "label": "HMMWV MLRS ACRV", - "shortLabel": "HMMWV ACRV", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "A Humvee artillery command/ recon vehicle, not an arty piece, speeds up MLRS fire time in game when grouped. 12.7 mm machine gun.", - "abilities": "Combined arms, AA, Fast Artillery", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 2, - "barrelHeight": 2.49, - "tags": "Arty Command/Recon, CA", - "markerFile": "groundunit-artillery", - "indirectFire": false, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Infantry AK ver2": { - "name": "Infantry AK ver2", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 2", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Infantry AK ver3": { - "name": "Infantry AK ver3", - "coalition": "red", - "era": "Late Cold War", - "label": "AK-74", - "shortLabel": "AK-74", - "type": "Infantry", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 300, - "description": "Russian solider carrying AK-74.", - "abilities": "AA, Embark", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 0.9, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "Russian type 3", - "markerFile": "groundunit-infantry", - "canAAA": true, - "aimMethodRange": 2000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Smerch_HE": { - "name": "Smerch_HE", - "coalition": "red", - "era": "Mid Cold War", - "label": "BM-30 Smerch (HE)", - "shortLabel": "BM-30 Smerch", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 70000, - "description": "BM-30 9A52 Smerch. Wheeled. Multiple launch rocket system, 300 mm 9M55F rockets. 20km min range, 71 km max.", - "abilities": "Combined Arms, Indirect Fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "300mm, MLRS, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Soldier stinger": { - "name": "Soldier stinger", - "coalition": "", - "era": "", - "label": "FIM-92 Stinger", - "shortLabel": "St", - "type": "SAM Site", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 4500, - "description": "Stinger IR MANPADS FIM-92. Range/alt max: 5 km, 15,000 ft.", - "abilities": "Combined arms,", - "canTargetPoint": false, - "canRearm": false, - "tags": "IR, CA, MANPADS", - "markerFile": "groundunit-sam" - }, - "SA-18 Igla-S comm": { - "name": "SA-18 Igla-S comm", - "coalition": "", - "era": "", - "label": "SA-18 Igla \"Grouse\" C2", - "shortLabel": "18", - "type": "SAM Site", - "enabled": false, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "MANPADS", - "markerFile": "groundunit-sam" - }, - "TACAN_beacon": { - "name": "TACAN_beacon", - "coalition": "", - "era": "", - "label": "Beacon TACAN Portable TTS 3030", - "shortLabel": "Beacon TACAN Portable TTS 3030", - "type": "Structure", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Merkava_Mk4": { - "name": "Merkava_Mk4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Merkava IV", - "shortLabel": "Merkava IV", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore MG253 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 3.1, - "shotsBaseInterval": 6, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "canAAA": true, - "alertnessTimeConstant": 3 - }, - "LiAZ Bus": { - "name": "LiAZ Bus", - "coalition": "", - "era": "", - "label": "Bus LiAZ-677", - "shortLabel": "Bus LiAZ-677", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KrAZ6322": { - "name": "KrAZ6322", - "coalition": "", - "era": "", - "label": "Truck KrAZ-6322 6x6", - "shortLabel": "Truck KrAZ-6322 6x6", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled. 6x6", - "abilities": "", - "canTargetPoint": false, - "canRearm": true, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "JTAC": { - "name": "JTAC", - "coalition": "", - "era": "", - "label": "JTAC", - "shortLabel": "JTAC", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Electric locomotive": { - "name": "Electric locomotive", - "coalition": "", - "era": "", - "label": "VL80 Electric", - "shortLabel": "VL80 Electric", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Locomotive": { - "name": "Locomotive", - "coalition": "", - "era": "", - "label": "CHME3T", - "shortLabel": "CHME3T", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Coach cargo": { - "name": "Coach cargo", - "coalition": "", - "era": "", - "label": "Freight Van", - "shortLabel": "Freight Van", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach cargo open": { - "name": "Coach cargo open", - "coalition": "", - "era": "", - "label": "Open Wagon", - "shortLabel": "Open Wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank blue": { - "name": "Coach a tank blue", - "coalition": "", - "era": "", - "label": "Car blue", - "shortLabel": "Car blue", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a tank yellow": { - "name": "Coach a tank yellow", - "coalition": "", - "era": "", - "label": "Car yellow", - "shortLabel": "Car yellow", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a passenger": { - "name": "Coach a passenger", - "coalition": "", - "era": "", - "label": "Passenger Car", - "shortLabel": "Passenger Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Coach a platform": { - "name": "Coach a platform", - "coalition": "", - "era": "", - "label": "Coach Platform", - "shortLabel": "Coach Platform", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "tacr2a": { - "name": "tacr2a", - "coalition": "", - "era": "", - "label": "RAF Rescue", - "shortLabel": "RAF Rescue", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire and Rescue vehicle. Wheeled", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "LARC-V": { - "name": "LARC-V", - "coalition": "", - "era": "", - "label": "LARC-V", - "shortLabel": "LARC-V", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 500, - "engagementRange": 0, - "description": "Amphibious cargo vehicle.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "KS-19": { - "name": "KS-19", - "coalition": "", - "era": "Early Cold War", - "label": "KS-19 100mm", - "shortLabel": "KS-19 100mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 16000, - "engagementRange": 2000, - "description": "KS-19. 100 mm AAA gun. Fixed manually aimed large calibre anti aircraft gun.", - "abilities": "AA", - "canTargetPoint": false, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 25, - "shotsToFire": 5, - "barrelHeight": 5, - "cost": null, - "markerFile": "groundunit-aaa", - "canAAA": true, - "targetingRange": 100, - "aimMethodRange": 15000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "SON_9": { - "name": "SON_9", - "coalition": "red", - "era": "Early Cold War", - "label": "Fire Can SON-9", - "shortLabel": "Fire Can SON-9", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 92600, - "engagementRange": null, - "description": "SON-9 Fire Can. Gun laying radar, not AAA. Can be used to direct fire of up to 4 AAA guns if grouped with them.", - "abilities": "Fire Director", - "canTargetPoint": false, - "canRearm": false, - "cost": null, - "tags": "Radar", - "markerFile": "groundunit-aaa", - "canAAA": false - }, - "Scud_B": { - "name": "Scud_B", - "coalition": "", - "era": "", - "label": "SS-1C Scud-B", - "shortLabel": "Scud-B", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 283000, - "description": "SS-1C Scud-B wheeled vehicle firing R-17 tactical ballistic missile. 50 km min range, 300 km max. Approx 700 m CEP. Long setup time, check if the stabilisers are moving to see if launch command worked.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Ballistic Missile", - "markerFile": "groundunit-artillery", - "aimTime": 300, - "shotsToFire": 1, - "shotsBaseInterval": 300, - "shotsBaseScatter": 1, - "alertnessTimeConstant": 10 - }, - "HL_DSHK": { - "name": "HL_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical DSHK 12.7mm", - "shortLabel": "Technical DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "barrelHeight": 2, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "muzzleVelocity": 900 - }, - "HL_KORD": { - "name": "HL_KORD", - "coalition": "red", - "era": "Late Cold War", - "label": "Technical KORD 12.7mm", - "shortLabel": "Technical KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_DSHK": { - "name": "tt_DSHK", - "coalition": "red", - "era": "Late Cold War", - "label": "Pickup DSHK 12.7mm", - "shortLabel": "Pickup DSHK 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 300, - "engagementRange": 1000, - "description": "Technical. Car with DSHK 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "tt_KORD": { - "name": "tt_KORD", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup KORD 12.7mm", - "shortLabel": "Pickup KORD 12.7mm", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Technical. Car with KORD 12.7 mm gun manually aimed.", - "abilities": "Combined arms,", - "canTargetPoint": true, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical", - "targetingRange": 100, - "aimMethodRange": 2500, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true, - "barrelHeight": 2, - "muzzleVelocity": 900 - }, - "HL_ZU-23": { - "name": "HL_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Technical with ZU-23", - "shortLabel": "Technical with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2500, - "description": "Technical. Car with ZSU-23 23 mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 4000, - "targetingRange": 200, - "shotsBaseInterval": 15, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "tt_ZU-23": { - "name": "tt_ZU-23", - "coalition": "red", - "era": "Early Cold War", - "label": "Pickup with ZU-23", - "shortLabel": "Pickup with ZU-23", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 2000, - "description": "Box car with ZU-23 AAA 23mm gun manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": true, - "cost": null, - "barrelHeight": 2, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 15, - "aimMethodRange": 4500, - "targetingRange": 100 - }, - "HL_B8M1": { - "name": "HL_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Technical B8M1", - "shortLabel": "Technical B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4900, - "description": "Technical with a B8M1 80mm rocket pod on the back. 1km min range, max 15km.", - "abilities": "Combined Arms, Indirect Fire.", - "canTargetPoint": true, - "canRearm": false, - "tags": "Rocket, CA", - "markerFile": "groundunit-artillery", - "shotsToFire": 2, - "shotsBaseInterval": 30, - "aimTime": 120, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10, - "indirectFire": true - }, - "tt_B8M1": { - "name": "tt_B8M1", - "coalition": "red", - "era": "Mid Cold War", - "label": "Pickup B8M1", - "shortLabel": "Pickup B8M1", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 5000, - "description": "Pickup truck with B8M1 80mm rocket launcher. 1km min range, 15km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "80mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "NASAMS_Radar_MPQ64F1": { - "name": "NASAMS_Radar_MPQ64F1", - "coalition": "", - "era": "", - "label": "SAM NASAMS SR MPQ64F1", - "shortLabel": "SAM NASAMS SR MPQ64F1", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": "no", - "canRearm": "no", - "markerFile": "groundunit-sam-radar" - }, - "NASAMS_Command_Post": { - "name": "NASAMS_Command_Post", - "coalition": "", - "era": "", - "label": "SAM NASAMS C2", - "shortLabel": "SAM NASAMS C2", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_B": { - "name": "NASAMS_LN_B", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120B", - "shortLabel": "SAM NASAMS LN AIM-120B", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NASAMS_LN_C": { - "name": "NASAMS_LN_C", - "coalition": "", - "era": "", - "label": "SAM NASAMS LN AIM-120C", - "shortLabel": "SAM NASAMS LN AIM-120C", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "M4_Sherman": { - "name": "M4_Sherman", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4 Sherman", - "shortLabel": "Tk M4 Sherman", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm gun (AP and HE), 0.50 caliber coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 650, - "barrelHeight": 2.74, - "shotsBaseInterval": 5, - "tags": "CA", - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 8, - "canAAA": false - }, - "M2A1_halftrack": { - "name": "M2A1_halftrack", - "coalition": "blue", - "era": "WW2", - "label": "M2A1 Halftrack", - "shortLabel": "M2A1 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "M2 A1. Half tracked. 12.7 mm and 7.7 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.6, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "FPS-117 Dome": { - "name": "FPS-117 Dome", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117 (Dome)", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 400000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar in a domed building", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Dome", - "markerFile": "groundunit-ewr" - }, - "FPS-117 ECS": { - "name": "FPS-117 ECS", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 ECS", - "shortLabel": "ECS", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "AN/FPS-117 engagement control station, this is not a radar", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "C&C", - "markerFile": "groundunit-ewr" - }, - "FPS-117": { - "name": "FPS-117", - "coalition": "blue", - "era": "Late Cold War", - "label": "AN/FPS-117 EWR", - "shortLabel": "AN/FPS-117", - "type": "Radar (EWR)", - "enabled": true, - "liveries": {}, - "acquisitionRange": 463000, - "engagementRange": 0, - "description": "AN/FPS-117 early warning radar on a large metal platform", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-ewr" - }, - "RD_75": { - "name": "RD_75", - "coalition": "", - "era": "", - "label": "SA-2 S-75 RD-75 Amazonka RF", - "shortLabel": "SAM SA-2 S-75 RD-75 Amazonka RF", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZSU_57_2": { - "name": "ZSU_57_2", - "coalition": "red", - "era": "Early Cold War", - "label": "ZSU-57-2", - "shortLabel": "ZSU-57-2", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 3000, - "description": "ZSU-57-2. Tracked self propelled optically guided AA gun. 2 x 57 mm auto cannon.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1200, - "barrelHeight": 3, - "aimTime": 20, - "shotsToFire": 5, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "aimMethodRange": 9000, - "targetingRange": 100, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "S-60_Type59_Artillery": { - "name": "S-60_Type59_Artillery", - "coalition": "red", - "era": "Early Cold War", - "label": "S-60 57mm", - "shortLabel": "S-60 57mm", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 6000, - "engagementRange": 6000, - "description": "AZP S-60. Fixed. Automatic anti aircraft gun 57mm.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "barrelHeight": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "alertnessTimeConstant": 5, - "shotsBaseScatter": 5, - "shotsBaseInterval": 5, - "aimMethodRange": 5000, - "targetingRange": 2000 - }, - "generator_5i57": { - "name": "generator_5i57", - "coalition": "", - "era": "", - "label": "Diesel Power Station 5I57A", - "shortLabel": "Diesel Power Station 5I57A", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Diesel Power station.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "T-72B3": { - "name": "T-72B3", - "coalition": "red", - "era": "Late Cold War", - "label": "T-72B3", - "shortLabel": "T-72B3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm 2A46M smoothbore gun (APFSDS and HEAT), 7.62 mm PKT coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 8, - "shotsToFire": 5, - "aimTime": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "aimMethodRange": 3000, - "canAAA": true, - "tags": "" - }, - "PT_76": { - "name": "PT_76", - "coalition": "red", - "era": "Early Cold War", - "label": "LT PT-76", - "shortLabel": "LT PT-76", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "Amphibious Light tank. Tracked. 76.2 mm D-56T smoothbore gun (AP and HE), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "tags": "CA, Amphibious", - "targetingRange": 100, - "muzzleVelocity": 625, - "barrelHeight": 1.85, - "shotsBaseInterval": 9, - "shotsToFire": 5, - "aimTime": 5, - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "BTR-82A": { - "name": "BTR-82A", - "coalition": "red", - "era": "Modern", - "label": "BTR-82A", - "shortLabel": "BTR-82A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "description": "BTR 82A APC. Wheeled. Amphibious. 30 mm gun.", - "abilities": "Combined arms, Amphibious, Transport, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.8, - "muzzleVelocity": 900, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2500, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5, - "canAAA": true - }, - "ATZ-5": { - "name": "ATZ-5", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-5", - "shortLabel": "ATZ-5 Fuel", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler truck. Wheeled. Refueling for FARPs", - "abilities": "Combined arms, Refuel", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA, Refueling, FARP", - "markerFile": "groundunit-truck" - }, - "AA8": { - "name": "AA8", - "coalition": "", - "era": "Early Cold War", - "label": "Fire truck AA-7", - "shortLabel": "Fire truck", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Fire truck. Wheeled. Red", - "abilities": "Combined Arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "TZ-22_KrAZ": { - "name": "TZ-22_KrAZ", - "coalition": "", - "era": "", - "label": "Refueler TZ-22 Tractor", - "shortLabel": "Refueler TZ-22 Tractor (KrAZ-258B1)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "ATZ-60_Maz": { - "name": "ATZ-60_Maz", - "coalition": "red", - "era": "Early Cold War", - "label": "ATZ-60 Maz", - "shortLabel": "ATZ-60 Maz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Wheeled truck. Only the cab portion no trailers.", - "abilities": "Combined arms", - "canTargetPoint": false, - "canRearm": false, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "ZIL-135": { - "name": "ZIL-135", - "coalition": "", - "era": "", - "label": "Truck ZIL-135", - "shortLabel": "Truck ZIL-135", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "S_75_ZIL": { - "name": "S_75_ZIL", - "coalition": "", - "era": "", - "label": "S-75 Tractor", - "shortLabel": "S-75 Tractor (ZIL-131)", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Refueler vehicle. Wheeled. Tractor. Only the cab portion no trailers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-truck" - }, - "rapier_fsa_launcher": { - "name": "rapier_fsa_launcher", - "coalition": "", - "era": "", - "label": "SAM Rapier LN", - "shortLabel": "SAM Rapier LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 6800, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_optical_tracker_unit": { - "name": "rapier_fsa_optical_tracker_unit", - "coalition": "", - "era": "", - "label": "SAM Rapier Tracker", - "shortLabel": "SAM Rapier Tracker", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "rapier_fsa_blindfire_radar": { - "name": "rapier_fsa_blindfire_radar", - "coalition": "", - "era": "", - "label": "SAM Rapier Blindfire TR", - "shortLabel": "SAM Rapier Blindfire TR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "bofors40": { - "name": "bofors40", - "coalition": "blue", - "era": "WW2", - "label": "Bofors 40mm", - "shortLabel": "Bofor", - "type": "AAA", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 3000, - "description": "Bofors gun. Fixed anti aircraft 40mm gun. Manually aimed.", - "abilities": "Combined arms, AA", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.35, - "muzzleVelocity": 850, - "aimTime": 8, - "shotsToFire": 2, - "cost": null, - "tags": "CA", - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseScatter": 5, - "shotsBaseInterval": 10, - "alertnessTimeConstant": 15, - "targetingRange": 200, - "aimMethodRange": 4000 - }, - "Chieftain_mk3": { - "name": "Chieftain_mk3", - "coalition": "blue", - "era": "Late Cold War", - "label": "Chieftain Mk.3", - "shortLabel": "Chieftain Mk.3", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 4000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm rifled main gun (APFSDS and HESH), 7.62 mm coax machine gun.", - "abilities": "Combined arms", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 1.7, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "targetingRange": 100, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 2 - }, - "Bedford_MWD": { - "name": "Bedford_MWD", - "coalition": "blue", - "era": "WW2", - "label": "Truck Bedford", - "shortLabel": "Truck Bedford", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "Land_Rover_101_FC": { - "name": "Land_Rover_101_FC", - "coalition": "", - "era": "", - "label": "Truck Land Rover 101 FC", - "shortLabel": "Truck Land Rover 101 FC", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility truck. Wheeled. 4x4 ", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Land_Rover_109_S3": { - "name": "Land_Rover_109_S3", - "coalition": "", - "era": "", - "label": "LUV Land Rover 109", - "shortLabel": "LUV Land Rover 109", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "hy_launcher": { - "name": "hy_launcher", - "coalition": "red", - "era": "Mid Cold War", - "label": "SS-N 2 Silkworm", - "shortLabel": "SS-N 2 Silkworm", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 100000, - "engagementRange": 100000, - "description": "SS-N 2 Silkworm anti ship missile launcher. Max range 100 km. Must be grouped with SS-N 2 search radar to function.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Missile Launcher", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2", - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 10, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "Silkworm_SR": { - "name": "Silkworm_SR", - "coalition": "", - "era": "", - "label": "SS-N 2 Silkworm Radar", - "shortLabel": "SS-N 2 SR", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 200000, - "engagementRange": 0, - "description": "SS-N 2 Silkworm anti ship search radar. Must be grouped with SS N-2 missile launcher.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Missile Search Radar", - "markerFile": "groundunit-artillery", - "unitWhenGrouped": "N2" - }, - "ES44AH": { - "name": "ES44AH", - "coalition": "", - "era": "", - "label": "ES44AH", - "shortLabel": "ES44AH", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "Boxcartrinity": { - "name": "Boxcartrinity", - "coalition": "", - "era": "Mid Cold War", - "label": "Flatcar", - "shortLabel": "Flatcar", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Train carriage flatcar, modern train container (red)", - "abilities": "Train, Carriage", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Tankcartrinity": { - "name": "Tankcartrinity", - "coalition": "", - "era": "", - "label": "Cartrinity", - "shortLabel": "Cartrinity", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "Wellcarnsc": { - "name": "Wellcarnsc", - "coalition": "", - "era": "", - "label": "Well Car", - "shortLabel": "Well Car", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Carriage" - }, - "flak18": { - "name": "flak18", - "coalition": "", - "era": "WW2", - "label": "8.8cm Flak 18", - "shortLabel": "8.8cm Flak 18", - "type": "AAA", - "enabled": true, - "liveries": {}, - "aimTime": 18, - "shotsToFire": 5, - "acquisitionRange": 8000, - "engagementRange": 1000, - "description": "The flak 88. Fixed anti aircraft gun famously also used as an anti-tank gun. 88mm flak gun.", - "abilities": "AA", - "canTargetPoint": true, - "canRearm": false, - "muzzleVelocity": 880, - "barrelHeight": 2.1, - "cost": 40000, - "markerFile": "groundunit-aaa", - "canAAA": true, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "aimMethodRange": 100, - "targetingRange": 7000, - "alertnessTimeConstant": 5 - }, - "Pz_IV_H": { - "name": "Pz_IV_H", - "coalition": "red", - "era": "WW2", - "label": "Tk PzIV H", - "shortLabel": "Tk PzIV H", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Medium tank. Tracked. 75 mm KwK 40 L/48 gun (AP and HE), 7.92 mm MG34 coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.68, - "shotsBaseInterval": 4, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 2000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 9 - }, - "Leopard-2A5": { - "name": "Leopard-2A5", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A5", - "shortLabel": "Leopard-2A5", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/55 main gun (APFSDS and HEAT), 7.62 mm coaxial machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "aimMethodRange": 3000, - "barrelHeight": 2.7, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 6, - "tags": "CA", - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4": { - "name": "leopard-2A4", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4", - "shortLabel": "Leopard-2A4", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "tags": "CA", - "aimTime": 5, - "shotsToFire": 5, - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "leopard-2A4_trs": { - "name": "leopard-2A4_trs", - "coalition": "blue", - "era": "Late Cold War", - "label": "Leopard-2A4 Trs", - "shortLabel": "Leopard-2A4 Trs", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 120 mm smoothbore L/44 main gun (APFSDS and HEAT), 7.62 mm machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.7, - "shotsBaseInterval": 7, - "shotsToFire": 5, - "aimTime": 5, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 3, - "canAAA": true - }, - "Sd_Kfz_251": { - "name": "Sd_Kfz_251", - "coalition": "red", - "era": "WW2", - "label": "Sd.Kfz.251 Halftrack", - "shortLabel": "Sd.Kfz.251 Halftrack", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 2500, - "engagementRange": 1000, - "description": "Sd.Kfz.251. Half tracked. 7.92 mm machine gun.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.2, - "muzzleVelocity": 765, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 2000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "Blitz_36-6700A": { - "name": "Blitz_36-6700A", - "coalition": "red", - "era": "WW2", - "label": "Truck Opel Blitz", - "shortLabel": "Truck Opel Blitz", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Military cargo truck. Wheeled.", - "abilities": "Combined arms, Rearm", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, CA", - "markerFile": "groundunit-truck" - }, - "T155_Firtina": { - "name": "T155_Firtina", - "coalition": "blue", - "era": "Modern", - "label": "SPH T155 Firtina", - "shortLabel": "T155 Firtina", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 40000, - "description": "SPH T155 Firtina. Tracked. Self propelled 155mm howitzer. 1km min range, 40km max.", - "abilities": "Combined arms, Indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "VAB_Mephisto": { - "name": "VAB_Mephisto", - "coalition": "blue", - "era": "Late Cold War", - "label": "VAB Mephisto", - "shortLabel": "VAB Mephisto", - "type": "Tactical Vehicle", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3800, - "description": "VAB Mephisto. Wheeled vehicle armed with 4 x HOT 2 missiles.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "CA", - "markerFile": "groundunit-tactical" - }, - "ZTZ96B": { - "name": "ZTZ96B", - "coalition": "red", - "era": "Late Cold War", - "label": "Type 96B", - "shortLabel": "Type 96B", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 125 mm smoothbore gun (APFSDS and HEAT), 7.62 mm Type 86H-7 machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.9, - "muzzleVelocity": 700, - "aimTime": 5, - "shotsToFire": 5, - "markerFile": "groundunit-tank", - "shotsBaseInterval": 7, - "tags": "CA", - "targetingRange": 100, - "alertnessTimeConstant": 3, - "shotsBaseScatter": 5, - "aimMethodRange": 3000, - "canAAA": true - }, - "ZBD04A": { - "name": "ZBD04A", - "coalition": "red", - "era": "Late Cold War", - "label": "ZBD-04A IFV", - "shortLabel": "ZBD-04A", - "type": "APC", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Type 04 Infantry Fighting Vehicle. Tracked. 100 mm gun, 30 mm gun, AT-10 missile.", - "abilities": "Combined arms, Transport", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2.5, - "muzzleVelocity": 1000, - "aimTime": 5, - "shotsToFire": 5, - "tags": "CA", - "markerFile": "groundunit-apc", - "targetingRange": 100, - "aimMethodRange": 4000, - "shotsBaseInterval": 5, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 5 - }, - "HQ-7_LN_SP": { - "name": "HQ-7_LN_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled LN", - "shortLabel": "HQ-7 Self-Propelled LN", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_LN_EO": { - "name": "HQ-7_LN_EO", - "coalition": "", - "era": "", - "label": "HQ-7 LN Electro-Optics", - "shortLabel": "HQ-7 LN Electro-Optics", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 8000, - "engagementRange": 12000, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HQ-7_STR_SP": { - "name": "HQ-7_STR_SP", - "coalition": "", - "era": "", - "label": "HQ-7 Self-Propelled STR", - "shortLabel": "HQ-7 Self-Propelled STR", - "type": "SAM Site Parts", - "enabled": true, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-sam-radar" - }, - "PLZ05": { - "name": "PLZ05", - "coalition": "red", - "era": "Modern", - "label": "PLZ-05", - "shortLabel": "PLZ-05", - "type": "Artillery", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 22000, - "description": "PLZ-05 or the Type 05 tracked self propelled howitzer. 155 mm main gun with 12.7 mm machine gun. 1km min range, 22km max.", - "abilities": "Combined arms, indirect fire", - "canTargetPoint": true, - "canRearm": false, - "tags": "155mm, CA", - "markerFile": "groundunit-artillery", - "indirectFire": true, - "aimTime": 120, - "shotsToFire": 2, - "shotsBaseInterval": 30, - "shotsBaseScatter": 15, - "alertnessTimeConstant": 10 - }, - "TYPE-59": { - "name": "TYPE-59", - "coalition": "red", - "era": "Early Cold War", - "label": "Type 59", - "shortLabel": "Type 59", - "type": "Tank", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "description": "Main battle tank. Tracked. 100 mm Type 59 rifled gun (AP and HE), 7.62 mm Type 59T machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank", - "targetingRange": 100, - "muzzleVelocity": 700, - "barrelHeight": 2.5, - "aimTime": 5, - "shotsToFire": 5, - "shotsBaseInterval": 10, - "tags": "CA", - "aimMethodRange": 3000, - "shotsBaseScatter": 5, - "alertnessTimeConstant": 6, - "canAAA": true - }, - "Kubelwagen_82": { - "name": "Kubelwagen_82", - "coalition": "", - "era": "", - "label": "LUV Kubelwagen Jeep", - "shortLabel": "LUV Kubelwagen Jeep", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Wheeled.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_2": { - "name": "Sd_Kfz_2", - "coalition": "", - "era": "", - "label": "LUV Kettenrad", - "shortLabel": "LUV Kettenrad", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Light utility vehicle. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Sd_Kfz_7": { - "name": "Sd_Kfz_7", - "coalition": "", - "era": "", - "label": "Tractor Sd.Kfz.7 Art'y Tractor", - "shortLabel": "Tractor Sd.Kfz.7 Art'y Tractor", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Artillery tractor. Tracked.", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Horch_901_typ_40_kfz_21": { - "name": "Horch_901_typ_40_kfz_21", - "coalition": "", - "era": "", - "label": "LUV Horch 901 Staff Car", - "shortLabel": "LUV Horch 901 Staff Car", - "type": "Unarmed", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "Staff Car. Wheeled. Transportation of military personnel and officers", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck", - "tags": "CA" - }, - "Tiger_I": { - "name": "Tiger_I", - "coalition": "", - "era": "", - "label": "Tk Tiger 1", - "shortLabel": "Tk Tiger 1", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Tiger_II_H": { - "name": "Tiger_II_H", - "coalition": "", - "era": "", - "label": "Tk Tiger II", - "shortLabel": "Tk Tiger II", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Pz_V_Panther_G": { - "name": "Pz_V_Panther_G", - "coalition": "", - "era": "", - "label": "Tk Panther G", - "shortLabel": "Tk Panther G (Pz V)", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "tags": "Pz V", - "markerFile": "groundunit-tank" - }, - "Jagdpanther_G1": { - "name": "Jagdpanther_G1", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanther TD", - "shortLabel": "Self Propelled Gun Jagdpanther TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "JagdPz_IV": { - "name": "JagdPz_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Jagdpanzer IV TD", - "shortLabel": "Self Propelled Gun Jagdpanzer IV TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Stug_IV": { - "name": "Stug_IV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG IV AG", - "shortLabel": "Self Propelled Gun StuG IV AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "SturmPzIV": { - "name": "SturmPzIV", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Brummbaer AG", - "shortLabel": "Self Propelled Gun Brummbaer AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Wespe124": { - "name": "Wespe124", - "coalition": "", - "era": "", - "label": "SPH Sd.Kfz.124 Wespe 105mm", - "shortLabel": "SPH Sd.Kfz.124 Wespe 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "Sd_Kfz_234_2_Puma": { - "name": "Sd_Kfz_234_2_Puma", - "coalition": "", - "era": "", - "label": "Scout Puma AC", - "shortLabel": "Scout Puma AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "KDO_Mod40": { - "name": "KDO_Mod40", - "coalition": "", - "era": "", - "label": "AAA Kdo.G.40", - "shortLabel": "AAA Kdo.G.40", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Flakscheinwerfer_37": { - "name": "Flakscheinwerfer_37", - "coalition": "", - "era": "", - "label": "SL Flakscheinwerfer 37", - "shortLabel": "SL Flakscheinwerfer 37", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 15000, - "engagementRange": 15000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Maschinensatz_33": { - "name": "Maschinensatz_33", - "coalition": "", - "era": "", - "label": "Maschinensatz 33 Gen", - "shortLabel": "Maschinensatz 33 Gen", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "soldier_mauser98": { - "name": "soldier_mauser98", - "coalition": "", - "era": "", - "label": "Infantry Mauser 98", - "shortLabel": "Infantry Mauser 98", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "SK_C_28_naval_gun": { - "name": "SK_C_28_naval_gun", - "coalition": "", - "era": "", - "label": "Gun 15cm SK C/28 Naval in Bunker", - "shortLabel": "Gun 15cm SK C/28 Naval in Bunker", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 20000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "fire_control": { - "name": "fire_control", - "coalition": "", - "era": "", - "label": "Bunker with Fire Control Center", - "shortLabel": "Bunker with Fire Control Center", - "type": "SAM Site Parts", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1100, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stug_III": { - "name": "Stug_III", - "coalition": "", - "era": "", - "label": "Self Propelled Gun StuG III G AG", - "shortLabel": "Self Propelled Gun StuG III G AG", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Elefant_SdKfz_184": { - "name": "Elefant_SdKfz_184", - "coalition": "", - "era": "", - "label": "Self Propelled Gun Elefant TD", - "shortLabel": "Self Propelled Gun Elefant TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "v1_launcher": { - "name": "v1_launcher", - "coalition": "", - "era": "", - "label": "V-1 Launch Ramp", - "shortLabel": "V-1 Launch Ramp", - "type": "Missile System", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "FuMG-401": { - "name": "FuMG-401", - "coalition": "", - "era": "", - "label": "FuMG-401 Freya LZ", - "shortLabel": "FuMG-401 Freya LZ", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 160000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "FuSe-65": { - "name": "FuSe-65", - "coalition": "", - "era": "", - "label": "FuSe-65 Würzburg-Riese", - "shortLabel": "FuSe-65 Würzburg-Riese", - "type": "Radar (EWR)", - "enabled": false, - "liveries": {}, - "acquisitionRange": 60000, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Pak40": { - "name": "Pak40", - "coalition": "", - "era": "", - "label": "FH Pak 40 75mm", - "shortLabel": "FH Pak 40 75mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "LeFH_18-40-105": { - "name": "LeFH_18-40-105", - "coalition": "", - "era": "", - "label": "FH LeFH-18 105mm", - "shortLabel": "FH LeFH-18 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 10500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "Cromwell_IV": { - "name": "Cromwell_IV", - "coalition": "", - "era": "", - "label": "Tk Cromwell IV", - "shortLabel": "Tk Cromwell IV", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M4A4_Sherman_FF": { - "name": "M4A4_Sherman_FF", - "coalition": "blue", - "era": "WW2", - "label": "Tk M4A4 Sherman Firefly", - "shortLabel": "Tk M4A4 Sherman Firefly", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "soldier_wwii_br_01": { - "name": "soldier_wwii_br_01", - "coalition": "", - "era": "", - "label": "Infantry SMLE No.4 Mk-1", - "shortLabel": "Infantry SMLE No.4 Mk-1", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "Centaur_IV": { - "name": "Centaur_IV", - "coalition": "", - "era": "", - "label": "Tk Centaur IV CS", - "shortLabel": "Tk Centaur IV CS", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "Churchill_VII": { - "name": "Churchill_VII", - "coalition": "blue", - "era": "WW2", - "label": "Churchill VII", - "shortLabel": "Churchill VII", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 3000, - "description": "Tank. Tracked. 95 mm main gun, 7.92 mm coax machine gun.", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "barrelHeight": 2, - "muzzleVelocity": 800, - "aimTime": 5, - "shotsToFire": 100, - "markerFile": "groundunit-tank" - }, - "Daimler_AC": { - "name": "Daimler_AC", - "coalition": "", - "era": "", - "label": "Car Daimler Armored", - "shortLabel": "Car Daimler Armored", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Tetrarch": { - "name": "Tetrarch", - "coalition": "", - "era": "", - "label": "Tk Tetrach", - "shortLabel": "Tk Tetrach", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "QF_37_AA": { - "name": "QF_37_AA", - "coalition": "", - "era": "", - "label": "AAA QF 3.7\"", - "shortLabel": "AAA QF 3.7\"", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 9000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "Allies_Director": { - "name": "Allies_Director", - "coalition": "blue", - "era": "WW2", - "label": "Allies Rangefinder", - "shortLabel": "Allies Rangefinder (DRT)", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 30000, - "engagementRange": 0, - "description": "Rangefinder from WW2 for guns", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "DRT", - "markerFile": "groundunit-truck" - }, - "CCKW_353": { - "name": "CCKW_353", - "coalition": "blue", - "era": "WW2", - "label": "GMC 6x6 'Jimmy'", - "shortLabel": "GMC 6x6", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "GMC 6x6 'Jimmy' wheeled truck aka 2 1/2 ton truck.", - "abilities": "Rearm,", - "canTargetPoint": false, - "canRearm": true, - "tags": "Military, Rearm", - "markerFile": "groundunit-truck" - }, - "Willys_MB": { - "name": "Willys_MB", - "coalition": "", - "era": "", - "label": "Car Willys Jeep", - "shortLabel": "Car Willys Jeep", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M12_GMC": { - "name": "M12_GMC", - "coalition": "", - "era": "", - "label": "SPH M12 GMC 155mm", - "shortLabel": "SPH M12 GMC 155mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 18300, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery" - }, - "M30_CC": { - "name": "M30_CC", - "coalition": "", - "era": "", - "label": "Ammo M30 Cargo Carrier", - "shortLabel": "Ammo M30 Cargo Carrier", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "soldier_wwii_us": { - "name": "soldier_wwii_us", - "coalition": "", - "era": "", - "label": "Infantry M1 Garand", - "shortLabel": "Infantry M1 Garand", - "type": "Infantry", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-infantry" - }, - "M10_GMC": { - "name": "M10_GMC", - "coalition": "", - "era": "", - "label": "Self Propelled Gun M10 GMC TD", - "shortLabel": "Self Propelled Gun M10 GMC TD", - "type": "Tank", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 6000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-tank" - }, - "M8_Greyhound": { - "name": "M8_Greyhound", - "coalition": "", - "era": "", - "label": "Scout M8 Greyhound AC", - "shortLabel": "Scout M8 Greyhound AC", - "type": "Armoured Car", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 2000, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "M2A1-105": { - "name": "M2A1-105", - "coalition": "", - "era": "", - "label": "FH M2A1 105mm", - "shortLabel": "FH M2A1 105mm", - "type": "Artillery", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 11500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-artillery", - "indirectFire": true - }, - "M4_Tractor": { - "name": "M4_Tractor", - "coalition": "", - "era": "", - "label": "Tractor M4 High Speed", - "shortLabel": "Tractor M4 High Speed", - "type": "Unarmed", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1200, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "markerFile": "groundunit-truck" - }, - "M45_Quadmount": { - "name": "M45_Quadmount", - "coalition": "", - "era": "", - "label": "AAA M45 Quadmount HB 12.7mm", - "shortLabel": "AAA M45 Quadmount HB 12.7mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 1500, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "M1_37mm": { - "name": "M1_37mm", - "coalition": "", - "era": "", - "label": "AAA M1 37mm", - "shortLabel": "AAA M1 37mm", - "type": "AAA", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 5700, - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false, - "markerFile": "groundunit-aaa", - "canAAA": true - }, - "DR_50Ton_Flat_Wagon": { - "name": "DR_50Ton_Flat_Wagon", - "coalition": "", - "era": "", - "label": "DR 50-ton flat wagon", - "shortLabel": "DR 50-ton flat wagon", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Car" - }, - "DRG_Class_86": { - "name": "DRG_Class_86", - "coalition": "", - "era": "", - "label": "DRG Class 86", - "shortLabel": "DRG Class 86", - "type": "Train", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Loco" - }, - "German_covered_wagon_G10": { - "name": "German_covered_wagon_G10", - "coalition": "", - "era": "", - "label": "Wagon G10", - "shortLabel": "Wagon G10 (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "German_tank_wagon": { - "name": "German_tank_wagon", - "coalition": "", - "era": "", - "label": "Tank Car", - "shortLabel": "Tank Car (Germany)", - "type": "Carriage", - "enabled": false, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false, - "tags": "Germany" - }, - "SA-18 Igla comm": { - "name": "SA-18 Igla comm", - "coalition": "", - "era": "", - "label": "MANPADS SA-18 Igla \"Grouse\" C2", - "shortLabel": "MANPADS SA-18 Igla \"Grouse\" C2", - "type": "AirDefence", - "enabled": false, - "liveries": {} - }, - "flak30": { - "name": "flak30", - "coalition": "", - "era": "", - "label": "AAA Flak 38 20mm", - "shortLabel": "AAA Flak 38 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak36": { - "name": "flak36", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 36", - "shortLabel": "AAA 8,8cm Flak 36", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak37": { - "name": "flak37", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 37", - "shortLabel": "AAA 8,8cm Flak 37", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak38": { - "name": "flak38", - "coalition": "", - "era": "", - "label": "AAA Flak-Vierling 38 Quad 20mm", - "shortLabel": "AAA Flak-Vierling 38 Quad 20mm", - "type": "AAA", - "enabled": false, - "liveries": {} - }, - "flak41": { - "name": "flak41", - "coalition": "", - "era": "", - "label": "AAA 8,8cm Flak 41", - "shortLabel": "AAA 8,8cm Flak 41", - "type": "AAA", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/old/helicopterDatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/old/helicopterDatabase.json deleted file mode 100644 index aa0f442c..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/old/helicopterDatabase.json +++ /dev/null @@ -1,4482 +0,0 @@ -{ - "AH-1W": { - "name": "AH-1W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "AH-1W Cobra", - "shortLabel": "AH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70 WP", - "name": "14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70 WP", - "name": "38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70", - "name": "8xBGM-71, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 14xHYDRA-70 WP", - "name": "8xBGM-71, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70 WP", - "name": "8xBGM-71, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "14xHYDRA-70", - "name": "14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "38xHYDRA-70", - "name": "38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114", - "name": "8xAGM-114", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 4 - } - ], - "enabled": true, - "code": "28xHYDRA-70", - "name": "28xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70", - "name": "8xAGM-114, 14xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70 WP", - "name": "8xAGM-114, 38xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71", - "name": "8xBGM-71", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M260 pod - 7 x 2.75\" Hydra, UnGd Rkts M156, Wht Phos", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 14xHYDRA-70 WP", - "name": "8xAGM-114, 14xHYDRA-70 WP", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 4 - } - ], - "enabled": true, - "code": "76xHYDRA-70", - "name": "76xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xAGM-114, 38xHYDRA-70", - "name": "8xAGM-114, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "4 x BGM-71D TOW ATGM", - "quantity": 2 - }, - { - "name": "LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE", - "quantity": 2 - } - ], - "enabled": true, - "code": "8xBGM-71, 38xHYDRA-70", - "name": "8xBGM-71, 38xHYDRA-70", - "roles": [ - "Escort", - "CAS", - "Strike" - ] - } - ], - "filename": "ah-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "usa marines": { - "name": "Marines", - "countries": [ - "USA" - ] - }, - "turkey 1": { - "name": "Turkey", - "countries": [ - "TUR" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "ISR", - "USA" - ] - }, - "usa x black": { - "name": "Black", - "countries": [ - "USA" - ] - }, - "turkey 2": { - "name": "Turkey 2", - "countries": [ - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Cobra", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "AH-64D_BLK_II": { - "name": "AH-64D_BLK_II", - "coalition": "blue", - "era": "Modern", - "label": "AH-64D Apache", - "shortLabel": "AH64", - "loadouts": [ - { - "items": [ - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal", - "name": "2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "name": "2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M257", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: A/B - M151; E - M274", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M257; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70, Pod Zones: C - M274; D/E - M151", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "Fuel tank 230 gal", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "name": "2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 2 - }, - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 2 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "name": "2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114K Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114K", - "name": "4 * Hellfire station: 4*AGM-114K", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M299 - 4 x AGM-114L Hellfire", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * Hellfire station: 4*AGM-114L", - "name": "4 * Hellfire station: 4*AGM-114L", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [ - { - "name": "M261 - 19 x UnGd Rkts, 70 mm Hydra 70 M151 HE", - "quantity": 4 - }, - { - "name": "Internal Auxiliary Fuel tank 100 gal Combo Pak", - "quantity": 1 - } - ], - "enabled": true, - "code": "4 * M261: M151 (6PD)", - "name": "4 * M261: M151 (6PD)", - "roles": [ - "FAC-A", - "Antiship Strike", - "CAS", - "Escort", - "Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ah-64.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "avengers 1-227th arb": { - "name": "A Company, Avengers, 1-227th ARB", - "countries": [ - "USA" - ] - }, - "devils 1-1 arb": { - "name": "A Company, Devils, 1-1 ARB", - "countries": [ - "USA" - ] - }, - "egypt air force": { - "name": "Egyptian Air Force", - "countries": [ - "EGY" - ] - }, - "indonesian army - 11th squadron by dendi wirson": { - "name": "Indonesian Army - 11th Squadron/Serbu by Dendi Wirson", - "countries": "All" - }, - "south carolina national guard - 40332": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40332", - "countries": [ - "USA" - ] - }, - "301 squadron redskins netherlands": { - "name": "301 Squadron Redskins, Royal Netherlands Air Force", - "countries": [ - "NETH" - ] - }, - "korea air force": { - "name": "Republic of Korea Army", - "countries": [ - "KOR" - ] - }, - "south carolina national guard - 40331": { - "name": "Ghostriders, 1-151st ATKHB SCNG - 40331", - "countries": [ - "USA" - ] - }, - "saudi arabian national guard": { - "name": "Saudi Arabian National Guard", - "countries": [ - "SAU" - ] - }, - "south carolina national guard": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Gray TADS", - "countries": [ - "USA" - ] - }, - "664 squadron 9 regiment uk": { - "name": "664 Squadron 9 Regiment AAC UK", - "countries": [ - "UK" - ] - }, - "uae armed forces - od": { - "name": "UAE Armed Forces - Olive Drab", - "countries": [ - "ARE" - ] - }, - "grim reapers 4-2 arb": { - "name": "B Company, Grim Reapers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "default": { - "name": "default livery", - "countries": [ - "USA" - ] - }, - "662 squadron 3 regiment zj171 uk": { - "name": "662 Squadron 3 Regiment AAC UK - ZJ171", - "countries": [ - "UK" - ] - }, - "12th combat aviation brigade griffins": { - "name": "12th Combat Aviation Brigade Griffins", - "countries": [ - "USA" - ] - }, - "silver spurs 3-17 cav": { - "name": "A Troop, Silver Spurs, 3-17 CAV", - "countries": [ - "USA" - ] - }, - "qatar qeaf": { - "name": "Qatar Emiri Air Force", - "countries": [ - "QAT" - ] - }, - "south carolina national guard - drab tads": { - "name": "Ghostriders, 1-151st ATKHB SCNG - Drab TADS", - "countries": [ - "USA" - ] - }, - "archangel 4-2 arb": { - "name": "A Company, Archangel, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "killer bees 1-130th arb ncng": { - "name": "B Company, Killer Bees, 1-130th ARB NCNG", - "countries": [ - "USA" - ] - }, - "wolfpack 1-82 arb": { - "name": "Wolfpack, 1-82 ARB", - "countries": [ - "USA" - ] - }, - "gunslingers 2-159th arb": { - "name": "C Company, Gunslingers, 2-159th ARB", - "countries": [ - "USA" - ] - }, - "the air pirates 1-211th arb": { - "name": "A Company, The Air Pirates, 1-211th ARB UTNG", - "countries": [ - "USA" - ] - }, - "25th_combat_aviation_brigade_by_lee1hy": { - "name": "2-6 CAV, 25th Combat Aviation Brigade", - "countries": [ - "USA" - ] - }, - "apache iaf grey": { - "name": "Indian Air Force - Gray", - "countries": [ - "IND" - ] - }, - "jgsdf——1st_combat_helicopter_unit": { - "name": "1st Combat Helicopter Unit, Japanese Ground SDF", - "countries": [ - "JPN" - ] - }, - "slayers 4-2 arb": { - "name": "C Company, Slayers, 4-2 ARB", - "countries": [ - "USA" - ] - }, - "iaf 113th hornet squadron": { - "name": "IAF 113th Hornet Squadron", - "countries": [ - "ISR" - ] - }, - "1st attack helicopter battalion greece": { - "name": "1st Attack Helicopter Battalion, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - }, - "1st_bat_greek_pegasus_es1008": { - "name": "Pegasus Display Team - ES1008, Hellenic Army Aviation", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Apache", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Ka-50_3": { - "name": "Ka-50_3", - "coalition": "red", - "era": "Late Cold War", - "label": "Ka-50 Hokum A", - "shortLabel": "Ka50", - "loadouts": [ - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-250, 4xIgla", - "name": "10xS-13, 2xFAB-250, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13, 2xFAB-500, 4xIgla", - "name": "10xS-13, 2xFAB-500, 4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 2xFuel, 4xIgla", - "name": "12x9A4172, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-13, 4xIgla", - "name": "12x9A4172, 40xS-13, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8KOM, 4xIgla", - "name": "12x9A4172, 40xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "APU-6 - 6 x 9M127-1 Vikhr-M ATGM, LOSBR, Tandem HEAT/Frag", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - } - ], - "enabled": true, - "code": "12x9A4172, 40xS-8OFP, 4xIgla", - "name": "12x9A4172, 40xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-20, 4xIgla", - "name": "20xS-20, 4xIgla", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "Kh-25ML (AS-10 Karen) - 300kg, ASM, Semi-Act Laser", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKh-25ML, 10xS-13, 4xIgla", - "name": "2xKh-25ML, 10xS-13, 4xIgla", - "roles": [ - "Antiship Strike", - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8OFP, 2xFuel, 4xIgla", - "name": "40xS-8OFP, 2xFuel, 4xIgla", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xIgla", - "name": "4xIgla", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23, 4xIgla", - "name": "4xUPK-23, 4xIgla", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8KOM, 4xIgla", - "name": "80xS-8KOM, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OFP, 4xIgla", - "name": "80xS-8OFP, 4xIgla", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OM IL", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8OM, 4xIgla", - "name": "80xS-8OM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "9S846 Strelets - 2 x 9M39 Igla", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8TsM, 4xIgla", - "name": "80xS-8TsM, 4xIgla", - "roles": [ - "FAC-A" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "ka-50.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "ka-50_camo_chechnya_ussr": { - "name": "Standart camo n/a 2000-2001 Chechnya", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "default": { - "name": "Standart camo Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_desert_blackshark": { - "name": "Desert camo #018 Zhukovsky 1997 Black Shark", - "countries": [ - "RUS" - ] - }, - "ka-50_standart_black_russianairforce": { - "name": "Standart black Russian Air Force", - "countries": [ - "RUS" - ] - }, - "ka-50_black_neutral": { - "name": "Black neutral n/a", - "countries": [ - "RSI", - "GRC", - "EGY", - "ITA", - "CHN", - "INS", - "SUI", - "AUT", - "SVK", - "AUSAF", - "MAR", - "CUB", - "NZG", - "UKR", - "RUS", - "DZA", - "ARE", - "BGR", - "POL", - "HUN", - "MYS", - "PHL", - "QAT", - "SYR", - "CAN", - "BEL", - "ABH", - "OMN", - "ROU", - "ETH", - "UK", - "BHR", - "USA", - "DEN", - "TUR", - "VEN", - "JOR", - "YUG", - "THA", - "SWE", - "JPN", - "BLR", - "HND", - "CHL", - "BRA", - "SRB", - "FRA", - "GRG", - "NETH", - "KAZ", - "MEX", - "PAK", - "ISR", - "KOR", - "SDN", - "FIN", - "SPN", - "RSO", - "CZE", - "SUN", - "YEM", - "PRK", - "LBY", - "NOR", - "VNM", - "IDN", - "GER", - "IND", - "IRN", - "HRV", - "KWT", - "TUN", - "IRQ", - "SAU", - "RSA", - "AUS" - ] - }, - "ka-50_desert_werewolf": { - "name": "Desert camo #018 Zhukovsky 1995 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_blackshark_torzhok": { - "name": "344th Center for Combat Employment Torzhok city Shark 1997", - "countries": [ - "RUS" - ] - }, - "ka-50_black_werewolf": { - "name": "Black #020 Farnborough 1992 Werewolf", - "countries": [ - "RUS" - ] - }, - "ka-50_black_h347_blackshark": { - "name": "Black H347 Le Bourget 1997 Black Shark", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 1 crew attack helicopter. Blackshark", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-24P": { - "name": "Mi-24P", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-24P Hind", - "shortLabel": "Mi24", - "loadouts": [ - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB-13L+4xATGM 9M114", - "name": "2xB-13L+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "name": "2xB8V20 ( S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "name": "2xB8V20 (S-8KOM)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8OFP2 MPP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "name": "2xB8V20 (S-8OFP2)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xBombs-500+4xATGM 9M114", - "name": "2xBombs-500+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "name": "2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114", - "roles": [ - "CAS", - "Escort" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xGUV-1 AP30+4xATGM 9M114", - "name": "2xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 4 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "name": "2xKMGU (96 AO 2.5RT)+8xATGM 9M114", - "roles": [ - "CAS", - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-500 - 268 x PTAB-1M, 500kg CBU Light HEAT/AP", - "quantity": 2 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "name": "2xRBK-500 (PTAB-1M)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "RBK-500U - 126 x OAB-2.5RT, 500kg CBU HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "name": "2xRBK-500U (OAB 2.5RT)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xS-24B+4xATGM 9M114", - "name": "2xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "name": "4xB8V20 (S-8KOM)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xBombs-250+4ATGM 9M114", - "name": "4xBombs-250+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xGUV-1 AP30+4xATGM 9M114", - "name": "4xGUV-1 AP30+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - }, - { - "name": "Missile Launcher Rack (Empty)", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xPTB-450 Fuel tank", - "name": "4xPTB-450 Fuel tank", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "RBK-250 - 42 x PTAB-2.5M, 250kg CBU Medium HEAT/AP", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "name": "4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "RBK-250-275 - 150 x AO-1SCh, 250kg CBU HE/Frag", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "name": "4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "APU-68 - S-24B", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xS-24B+4xATGM 9M114", - "name": "4xS-24B+4xATGM 9M114", - "roles": [ - "CAS", - "Antiship Strike", - "Strike" - ] - }, - { - "items": [ - { - "name": "UB-32A-24 pod - 32 x S-5KO", - "quantity": 4 - }, - { - "name": "2 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "4xUB-32A (S-5KO)+4xATGM 9M114", - "name": "4xUB-32A (S-5KO)+4xATGM 9M114", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "mi-24.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "af torzhok afb": { - "name": "RF Air Force, aerobatics team 'Berkuts'", - "countries": [ - "SUN", - "RUS" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "united nations": { - "name": "United Nations ", - "countries": [ - "UN", - "GRG", - "UKR", - "RUS" - ] - }, - "iqaf": { - "name": "Iraqi Army Air Corps", - "countries": [ - "IRQ" - ] - }, - "russian air force": { - "name": "RF Air Force Standard", - "countries": [ - "SUN", - "RUS" - ] - }, - "af 440 ovp": { - "name": "RF Air Force, 440th Helicopter Regiment", - "countries": [ - "SUN", - "RUS" - ] - }, - "syaaf": { - "name": "Syrian Air Force", - "countries": [ - "SYR" - ] - }, - "af syzran afb": { - "name": "RF Air Force, Syzran AFB", - "countries": [ - "SUN", - "RUS" - ] - }, - "af ussr": { - "name": "USSR Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "ukrainian army aviation": { - "name": "Ukrainian Army Aviation", - "countries": [ - "UKR" - ] - }, - "af standard3 old": { - "name": "RF Air Force (weathered) type3", - "countries": [ - "SUN", - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Hind", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-26": { - "name": "Mi-26", - "coalition": "red", - "era": "Late Cold War", - "label": "Mi-26 Halo", - "shortLabel": "Mi26", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "mi-26.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "united nations": { - "name": "United Nations", - "countries": "All" - }, - "rf air force": { - "name": "RF Air Force", - "countries": [ - "SUN", - "RUS" - ] - }, - "7th separate brigade of aa (kalinov)": { - "name": "7th Separate Brigade of AA (Kalinov)", - "countries": [ - "UKR" - ] - }, - "china flying dragon aviation": { - "name": "China Flying Dragon Aviation", - "countries": [ - "CHN" - ] - }, - "russia_fsb": { - "name": "Russia_FSB", - "countries": [ - "RUS" - ] - }, - "russia_mvd": { - "name": "Russia_MVD", - "countries": [ - "RUS" - ] - }, - "algerian air force sl-22": { - "name": "Algerian AF SL-22 ", - "countries": [ - "DZA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 5 crew transport helicopter. Halo", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-28N": { - "name": "Mi-28N", - "coalition": "red", - "era": "Modern", - "label": "Mi-28N Havoc", - "shortLabel": "M28", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250", - "name": "2xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFuel tank", - "name": "4xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8", - "name": "80xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AP", - "name": "4xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xUPK-23", - "name": "4xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AT", - "name": "16x9M114, 2xKMGU AT", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-500", - "name": "4xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xFAB-500", - "name": "16x9M114, 2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8", - "name": "40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "40xS-8 TsM", - "name": "40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AP", - "name": "2xKMGU AP", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xUPK-23", - "name": "2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xUPK-23", - "name": "16x9M114, 2xUPK-23", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-500 M-62 - 500kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-500", - "name": "2xFAB-500", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8", - "name": "16x9M114, 40xS-8", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114", - "name": "16x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "20xS-13", - "name": "20xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "KMGU-2 - 96 x AO-2.5RT Dispenser (CBU) HE/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 2xKMGU AP", - "name": "16x9M114, 2xKMGU AP", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xFAB-250", - "name": "4xFAB-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 4 - } - ], - "enabled": true, - "code": "4xKMGU AT", - "name": "4xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 40xS-8 TsM", - "name": "16x9M114, 40xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8TsM SM Orange", - "quantity": 4 - } - ], - "enabled": true, - "code": "80xS-8 TsM", - "name": "80xS-8 TsM", - "roles": [ - "FAC-A" - ] - }, - { - "items": [ - { - "name": "KMGU-2 - 96 x PTAB-2.5KO Dispenser (CBU) HEAT/AP", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xKMGU AT", - "name": "2xKMGU AT", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 1 - } - ], - "enabled": true, - "code": "9x9M114", - "name": "9x9M114", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "Fuel tank PTB-450", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFuel tank", - "name": "2xFuel tank", - "roles": [ - "No task" - ] - }, - { - "items": [ - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "10xS-13", - "name": "10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "FAB-250 - 250kg GP Bomb LD", - "quantity": 2 - } - ], - "enabled": true, - "code": "2xFAB-250, 16x9M114", - "name": "2xFAB-250, 16x9M114", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "8 x 9M114 Shturm-V (AT-6 Spiral) - ATGM, SACLOS, HEAT", - "quantity": 2 - }, - { - "name": "B-13L pod - 5 x S-13-OF, 122mm UnGd Rkts, Blast/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "16x9M114, 10xS-13", - "name": "16x9M114, 10xS-13", - "roles": [ - "CAS", - "Strike", - "Escort", - "Antiship Strike" - ] - } - ], - "filename": "mi-28.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "CAP", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "aaf sc-12": { - "name": "Algerian AF Desert SC-12", - "countries": [ - "DZA" - ] - }, - "night": { - "name": "Night", - "countries": [ - "RUS" - ] - }, - "aaf sc-11": { - "name": "Algerian AF Desert SC-11", - "countries": [ - "DZA" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew attack helicopter. Havoc", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": true, - "canRearm": false - }, - "Mi-8MT": { - "name": "Mi-8MT", - "coalition": "red", - "era": "Mid Cold War", - "label": "Mi-8MT Hip", - "shortLabel": "Mi8", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - } - ], - "enabled": true, - "code": "4 x B8", - "name": "4 x B8", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 4 - }, - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - } - ], - "enabled": true, - "code": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "name": "4 x B8 + 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK +2 x B8", - "name": "2 x UPK +2 x B8", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "GUV-8700 w AP-30 - 30mm Grenade Launcher", - "quantity": 2 - }, - { - "name": "GUV-8700 w 1x12.7 mm & 2x7.62 mm Rotary HMG", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "name": "2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "FAB-100 - 100kg GP Bomb LD", - "quantity": 6 - } - ], - "enabled": true, - "code": "6 x FAB-100", - "name": "6 x FAB-100", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - }, - { - "name": "B-8V20A - 20 x UnGd Rkts, 80 mm S-8KOM HEAT/Frag", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x B8 + 2 x UPK-23-250", - "name": "2 x B8 + 2 x UPK-23-250", - "roles": [ - "Strike" - ] - }, - { - "items": [ - { - "name": "UPK-23-250 - 2 x 23mm GSh-23L Autocannon Pod", - "quantity": 2 - } - ], - "enabled": true, - "code": "2 x UPK--23-250", - "name": "2 x UPK--23-250", - "roles": [ - "Strike" - ] - } - ], - "filename": "mi-8.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport", - "AFAC", - "Antiship Strike" - ], - "liveries": { - "algerian af green": { - "name": "Algerian AF Green", - "countries": [ - "DZA" - ] - }, - "russia_mvd_mozdok": { - "name": "RF MVD Mozdok", - "countries": [ - "RUS" - ] - }, - "south ossetia": { - "name": "Fictional RSO", - "countries": [ - "RSO" - ] - }, - "united kingdom": { - "name": "Project curium", - "countries": [ - "UK" - ] - }, - "russia_kazanvz": { - "name": "Civil KazanVZ", - "countries": [ - "RUS" - ] - }, - "germany": { - "name": "Germany ARMY", - "countries": [ - "GER" - ] - }, - "china plaaa camo": { - "name": "PLA Army Aviation Camo", - "countries": [ - "CHN" - ] - }, - "russia_vvs_grey_2": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "algerian af new desert": { - "name": "Algerian AF New Desert", - "countries": [ - "DZA" - ] - }, - "denmark": { - "name": "Fictional Olive", - "countries": [ - "DEN" - ] - }, - "russia_vvs_grey": { - "name": "RF Army Gray", - "countries": [ - "RUS" - ] - }, - "russia_aeroflot": { - "name": "Civil AEROFLOT", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_fsb": { - "name": "RF FSB Standard", - "countries": [ - "RUS" - ] - }, - "china plaaa white": { - "name": "PLA Army Aviation White", - "countries": [ - "CHN" - ] - }, - "ir afagir blue": { - "name": "AFAGIR Blue", - "countries": [ - "IRN" - ] - }, - "usa_afg": { - "name": "438th Air Expeditionary Wing", - "countries": [ - "USA" - ] - }, - "spain": { - "name": "Fictional Spain AF", - "countries": [ - "SPN" - ] - }, - "italy navy": { - "name": "Fictional NAVY", - "countries": [ - "ITA" - ] - }, - "russia_pf_ambulance": { - "name": "Russia Ambulance (PF)", - "countries": [ - "RUS" - ] - }, - "georgia": { - "name": "Georgian Standard", - "countries": [ - "GRG" - ] - }, - "russia_vertolety_russia_2": { - "name": "Civil Vertolety RUSSIA 22880", - "countries": [ - "RUS" - ] - }, - "ukraine": { - "name": "Standard", - "countries": [ - "UKR" - ] - }, - "russia_gazprom": { - "name": "Civil Gazprom Avia", - "countries": [ - "RUS" - ] - }, - "russia_utair": { - "name": "Civil Russia UTair", - "countries": [ - "RUS" - ] - }, - "russia_vvs_ma": { - "name": "RF Navy", - "countries": [ - "RUS" - ] - }, - "russia_vvs_standard_2": { - "name": "RF Army Standart", - "countries": [ - "RUS" - ] - }, - "hellenic army aviation": { - "name": "Hellenic Army Aviation (Fictional)", - "countries": [ - "GRC" - ] - }, - "belgium": { - "name": "Fictional Olive", - "countries": [ - "BEL" - ] - }, - "insurgents": { - "name": "Standard", - "countries": [ - "INS" - ] - }, - "ir afagir sand": { - "name": "AFAGIR Sand", - "countries": [ - "IRN" - ] - }, - "ir iranian special police forces": { - "name": "NAJA", - "countries": [ - "IRN" - ] - }, - "russia_lii_gromov ra-25546": { - "name": "Civil Lii Gromov RA-25546", - "countries": [ - "RUS" - ] - }, - "russia_naryan-mar": { - "name": "Civil_Russia Naryan-Mar", - "countries": [ - "RUS" - ] - }, - "algerian af vip": { - "name": "Algerian AF VIP", - "countries": [ - "DZA" - ] - }, - "russia_vvs_standard": { - "name": " RF Army Standard", - "countries": [ - "RUS" - ] - }, - "russia_mvd_standard": { - "name": "RF MVD Standard", - "countries": [ - "RUS" - ] - }, - "israel": { - "name": "Fictional ARMY", - "countries": [ - "ISR" - ] - }, - "china un": { - "name": "PLA Army Aviation United Nations", - "countries": [ - "CHN" - ] - }, - "algerian af green evsan": { - "name": "Algerian AF Green EVSAN", - "countries": [ - "DZA" - ] - }, - "algerian af old desert": { - "name": "Algerian AF Old Desert", - "countries": [ - "DZA" - ] - }, - "italy army": { - "name": "Fictional ARMY", - "countries": [ - "ITA" - ] - }, - "france army": { - "name": "Fictional ARMY", - "countries": [ - "FRA" - ] - }, - "abkhazia": { - "name": "Abkhazia", - "countries": [ - "ABH" - ] - }, - "czech air force dark camo": { - "name": "Czech Air Force ID-9XXX", - "countries": [ - "CZE" - ] - }, - "norway": { - "name": "Fictional NAVY", - "countries": [ - "NOR" - ] - }, - "netherlands navy": { - "name": "Fictional NAVY", - "countries": [ - "NETH" - ] - }, - "russia_un": { - "name": "RF UN", - "countries": [ - "UN", - "RUS" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - Search and Rescue (Fictional)", - "countries": [ - "GRC" - ] - }, - "canada": { - "name": "Canada_Afghanistan", - "countries": [ - "CAN" - ] - }, - "russia_army_weather": { - "name": "Russia Army Weather", - "countries": [ - "SUN", - "RUS" - ] - }, - "russia_vertolety_russia": { - "name": "Civil Vertolety RUSSIA", - "countries": [ - "RUS" - ] - }, - "turkey": { - "name": "JANDARMA", - "countries": [ - "TUR" - ] - }, - "france navy": { - "name": "Fictional NAVY", - "countries": [ - "FRA" - ] - }, - "netherlands army": { - "name": "Fictional ARMY", - "countries": [ - "NETH" - ] - }, - "standard": { - "name": "Standard", - "countries": [ - "SPN", - "ITA", - "INS", - "CAN", - "FRA", - "NETH", - "NOR", - "GER", - "UK", - "USA", - "ISR", - "TUR", - "AUS" - ] - }, - "australia": { - "name": "Fictional ARMY", - "countries": [ - "AUS" - ] - }, - "bulgarian af": { - "name": "Bulgarian Air Force", - "countries": [ - "BGR" - ] - }, - "russia_police": { - "name": "Civil Russia Police", - "countries": [ - "RUS" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Hip", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342L": { - "name": "SA342L", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342L Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "FN HMP400 (400rnds)", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HMP400, IR Deflector, Sand Filter", - "name": "2x HMP400, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "1xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x Mistral, IR Deflector, Sand Filter", - "name": "2x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "2xMistral ATAM", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x Mistral, IR Deflector, Sand Filter", - "name": "4x Mistral, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - }, - { - "items": [ - { - "name": "GIAT M621 (240x Combat mix 4x AP 1x HE)", - "quantity": 1 - }, - { - "name": "Telson 8 - 8 x UnGd Rkts, 68 mm SNEB Type 251 H1 HE", - "quantity": 1 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "name": "M621, 8x SNEB68 EAP, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "fr green armee hri daguet": { - "name": "Armee HRI Daguet", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "lebanon": { - "name": "Lebanon", - "countries": "All" - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "fr green armee hri": { - "name": "Armee HRI", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342M": { - "name": "SA342M", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342M Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [ - { - "name": "HOT3 x1", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "2x HOT3, IR Deflector, Sand Filter", - "name": "2x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "HOT3 x2", - "quantity": 2 - }, - { - "name": "FAS}", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "4x HOT3, IR Deflector, Sand Filter", - "name": "4x HOT3, IR Deflector, Sand Filter", - "roles": [ - "CAS" - ] - }, - { - "items": [ - { - "name": "Smoke Generator - red", - "quantity": 1 - }, - { - "name": "Smoke Generator - blue", - "quantity": 1 - } - ], - "enabled": true, - "code": "Display Team Smoke, Red & Blue", - "name": "Display Team Smoke, Red & Blue", - "roles": [ - "CAS" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "CAS" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "nato_drab_us": { - "name": "US Army Olive Drab", - "countries": "All" - }, - "nato_drab_nl": { - "name": "RNLAF Olive Drab", - "countries": "All" - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "nato_drab_hel": { - "name": "Hellenic Airforce Olive Drab", - "countries": "All" - }, - "nato_drab_uk": { - "name": "Army Air Corps Olive Drab", - "countries": "All" - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SA342Mistral": { - "name": "SA342Mistral", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SA342 Mistral Gazelle", - "shortLabel": "342", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - } - ], - "enabled": true, - "code": "Mistral x 4", - "name": "Mistral x 4", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector", - "name": "Mistral x 4, IR Deflector", - "roles": [ - "Escort" - ] - }, - { - "items": [ - { - "name": "{MBDA_MistralD}", - "quantity": 2 - }, - { - "name": "{MBDA_MistralG}", - "quantity": 2 - }, - { - "name": "Sand Filter", - "quantity": 1 - }, - { - "name": "IR Deflector", - "quantity": 1 - } - ], - "enabled": true, - "code": "Mistral x 4, IR Deflector, Sand Filter", - "name": "Mistral x 4, IR Deflector, Sand Filter", - "roles": [ - "Escort" - ] - } - ], - "filename": "sa-342.png", - "enabled": true, - "roles": [ - "AFAC", - "CAP", - "Reconnaissance" - ], - "liveries": { - "portuguese modern fictional": { - "name": "Portuguese modern Fictional", - "countries": [ - "", - "FRA", - "PRT" - ] - }, - "greece cyprus fictional desert": { - "name": "Greece Cyprus Fictional Desert", - "countries": [ - "GRC" - ] - }, - "russia fictional": { - "name": "Russia Fictional", - "countries": [ - "RUS" - ] - }, - "training ealat": { - "name": "Training EALAT", - "countries": [ - "FRA" - ] - }, - "tiger meet 2": { - "name": "Tiger Meet 2", - "countries": [ - "FRA" - ] - }, - "combat sable": { - "name": "Combat desert", - "countries": [ - "FRA" - ] - }, - "germany fictional": { - "name": "Germany Fictional", - "countries": [ - "GER" - ] - }, - "tiger meet": { - "name": "Tiger Meet", - "countries": [ - "FRA" - ] - }, - "uk fictional": { - "name": "UK Fictional", - "countries": [ - "UK" - ] - }, - "syria fictional": { - "name": "Syria Fictional", - "countries": [ - "SYR" - ] - }, - "dutch fictional": { - "name": "RNLAF fictional", - "countries": [ - "", - "NETH" - ] - }, - "yugoslav fictional": { - "name": "Yugoslav Fictional", - "countries": [ - "SRB" - ] - }, - "us marines fictional": { - "name": "US Marines Fictional", - "countries": [ - "USA" - ] - }, - "israel fictional": { - "name": "Israel Fictional", - "countries": [ - "ISR" - ] - }, - "training": { - "name": "Training", - "countries": [ - "FRA" - ] - }, - "combat": { - "name": "Combat", - "countries": [ - "FRA" - ] - }, - "serbia fictional": { - "name": "Serbia Fictional", - "countries": [ - "SRB" - ] - }, - "cyprus air force": { - "name": "Cyprus air force", - "countries": [ - "", - "CYP" - ] - } - }, - "type": "Helicopter", - "description": "1 engine, 2 crew scout helicopter. Gazelle", - "abilities": "", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "SH-60B": { - "name": "SH-60B", - "coalition": "blue", - "era": "Late Cold War", - "label": "SH-60B Seahawk", - "shortLabel": "S60", - "loadouts": [ - { - "items": [ - { - "name": "AGM-119B Penguin ASM", - "quantity": 1 - } - ], - "enabled": true, - "code": "AGM-119", - "name": "AGM-119", - "roles": [ - "Antiship Strike" - ] - }, - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Antiship Strike", - "Transport" - ], - "liveries": { - "standard": { - "name": "standard", - "countries": [ - "USA" - ] - }, - "hellenic navy": { - "name": "Hellenic Navy", - "countries": [ - "GRC" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Seahawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "UH-1H": { - "name": "UH-1H", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-1H Huey", - "shortLabel": "UH1", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - }, - { - "items": [ - { - "name": "M134 - 6 x 7.62mm MiniGun left", - "quantity": 1 - }, - { - "name": "XM158 pod - 7 x 2.75\" Hydra, UnGd Rkts Mk5, HEAT", - "quantity": 2 - }, - { - "name": "M134 - 6 x 7.62mm MiniGun right", - "quantity": 1 - } - ], - "enabled": true, - "code": "M134 Minigun*2, XM158*2", - "name": "M134 Minigun*2, XM158*2", - "roles": [ - "Strike", - "CAS", - "Transport", - "FAC-A" - ] - } - ], - "filename": "uh-1.png", - "enabled": true, - "roles": [ - "CAS", - "Strike", - "Transport" - ], - "liveries": { - "[civilian] nasa": { - "name": "[Civilian] NASA", - "countries": [ - "USA" - ] - }, - "norwegian coast guard (235)": { - "name": "Norwegian Coast Guard (235)", - "countries": [ - "NOR" - ] - }, - "australia royal navy": { - "name": "Royal Australian Navy", - "countries": [ - "AUS" - ] - }, - "australia raaf 171 sqn": { - "name": "RAAF 171 Sqn", - "countries": [ - "AUS" - ] - }, - "spanish un": { - "name": "Spanish UN", - "countries": [ - "UN", - "SPN" - ] - }, - "xw-pfj air america": { - "name": "XW-PFJ Air America", - "countries": [ - "USA" - ] - }, - "rf air force broken": { - "name": "RF Air Force Broken", - "countries": [ - "RUS" - ] - }, - "[civilian] standard": { - "name": "Olive drab", - "countries": [ - "RSO", - "INS", - "BEL", - "ABH", - "NOR", - "UK", - "DEN", - "USA" - ] - }, - "greek army aviation": { - "name": "Greek Army Aviation", - "countries": [ - "GRC" - ] - }, - "greek army aviation medic": { - "name": "Greek Army Aviation Medic", - "countries": [ - "GRC" - ] - }, - "italy marina militare s.n. 80951 7-20": { - "name": "Marina Militare s.n. 80951 7-20", - "countries": [ - "ITA" - ] - }, - "us navy": { - "name": "US NAVY", - "countries": [ - "USA" - ] - }, - "australia raaf 1968": { - "name": "RAAF 1968", - "countries": [ - "AUS" - ] - }, - "ukrainian army": { - "name": "Ukrainian Army", - "countries": [ - "UKR" - ] - }, - "[civilian] vip": { - "name": "[Civilian] VIP", - "countries": [ - "USA" - ] - }, - "usa un": { - "name": "USA UN", - "countries": [ - "USA", - "UN" - ] - }, - "royal netherlands af": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - }, - "turkish air force": { - "name": "Turkish Air Force", - "countries": [ - "TUR" - ] - }, - "israel army": { - "name": "Israel Army", - "countries": [ - "ISR" - ] - }, - "[civilian] medical": { - "name": "[Civilian] Medical", - "countries": [ - "USA" - ] - }, - "luftwaffe": { - "name": "Luftwaffe", - "countries": [ - "GER" - ] - }, - "usa red flag": { - "name": "USA Red Flag", - "countries": [ - "USA" - ] - }, - "canadian force": { - "name": "Canadian Force", - "countries": [ - "CAN" - ] - }, - "italy e.i. 4b regg. altair": { - "name": "E.I. 4В° Regg. ALTAIR", - "countries": [ - "ITA" - ] - }, - "georgian af camo": { - "name": "Georgian AF Camo", - "countries": [ - "GRG" - ] - }, - "us army 1972": { - "name": "US ARMY 1972", - "countries": [ - "USA" - ] - }, - "georgian air force": { - "name": "Georgian Air Force", - "countries": [ - "GRG" - ] - }, - "french army": { - "name": "French Army", - "countries": [ - "FRA" - ] - }, - "algerian af bv-32": { - "name": "Algerian AF BV-32", - "countries": [ - "DZA" - ] - }, - "hellenic airforce sar": { - "name": "Hellenic Airforce - S.A.R.", - "countries": [ - "GRC" - ] - }, - "italy 15b stormo s.a.r -soccorso": { - "name": "15В° Stormo S.A.R -Soccorso", - "countries": [ - "ITA" - ] - }, - "rf air force grey": { - "name": "RF Air Force Grey", - "countries": [ - "RUS" - ] - }, - "spanish army": { - "name": "Spanish Army", - "countries": [ - "SPN" - ] - }, - "norwegian un": { - "name": "Norwegian UN", - "countries": [ - "UN", - "NOR" - ] - }, - "us dos": { - "name": "US DOS", - "countries": [ - "USA" - ] - }, - "army standard": { - "name": "Army Standard", - "countries": [ - "USA" - ] - }, - "us ft. rucker": { - "name": "US Ft. Rucker", - "countries": [ - "USA" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 2 crew transport helicopter. Huey", - "abilities": "Transport", - "acquisitionRange": "", - "engagementRange": "", - "canTargetPoint": false, - "canRearm": false - }, - "UH-60A": { - "name": "UH-60A", - "coalition": "blue", - "era": "Mid Cold War", - "label": "UH-60A Blackhawk", - "shortLabel": "U60", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "filename": "uh-60.png", - "enabled": true, - "roles": [ - "Transport" - ], - "liveries": { - "israil_un": { - "name": "ISRAIL_UN", - "countries": [ - "ISR", - "UN" - ] - }, - "standard": { - "name": "standard", - "countries": [ - "SPN", - "RSO", - "ITA", - "BEL", - "CAN", - "FRA", - "GRG", - "NETH", - "NOR", - "ABH", - "GER", - "UK", - "USA", - "UKR", - "DEN", - "RUS", - "ISR", - "TUR" - ] - } - }, - "type": "Helicopter", - "description": "2 engine, 3 crew transport helicopter. Blackhawk", - "acquisitionRange": "", - "engagementRange": "", - "abilities": "Transport", - "canTargetPoint": false, - "canRearm": false - }, - "Mi-24V": { - "name": "Mi-24V", - "coalition": "", - "era": "", - "label": "MI-24V", - "shortLabel": "Mi24", - "type": "Mi_24V", - "enabled": false, - "liveries": {} - }, - "Ka-27": { - "name": "Ka-27", - "coalition": "", - "era": "", - "label": "KA-27", - "shortLabel": "Ka27", - "type": "Ka_27", - "enabled": false, - "liveries": {} - }, - "CH-53E": { - "name": "CH-53E", - "coalition": "", - "era": "", - "label": "CH-53E", - "shortLabel": "CH53", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_53E", - "enabled": true, - "liveries": {} - }, - "CH-47D": { - "name": "CH-47D", - "coalition": "", - "era": "", - "label": "CH-47D Chinook", - "shortLabel": "CH47", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "CH_47D", - "enabled": true, - "liveries": { - "Australia RAAF": { - "name": "RAAF CH-47D", - "countries": [ - "AUS" - ] - }, - "Greek Army": { - "name": "Greek Army", - "countries": [ - "GRC" - ] - }, - "ch-47_green uk": { - "name": "UK", - "countries": [ - "UK" - ] - }, - "ch-47_green spain": { - "name": "Spain", - "countries": [ - "SPN" - ] - }, - "ch-47_green neth": { - "name": "Royal Netherlands AF", - "countries": [ - "NETH" - ] - } - } - }, - "SH-3W": { - "name": "SH-3W", - "coalition": "blue", - "era": "Mid Cold War", - "label": "SH-3W Sea King", - "shortLabel": "SH3", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "SH_3W", - "enabled": true, - "liveries": {}, - "description": "2 engine, 2 crew scout helicopter. SH-3 Sea King." - }, - "AH-64A": { - "name": "AH-64A", - "coalition": "", - "era": "", - "label": "AH-64A", - "shortLabel": "AH64", - "type": "AH_64A", - "enabled": false, - "liveries": {} - }, - "AH-64D": { - "name": "AH-64D", - "coalition": "", - "era": "", - "label": "AH-64D", - "shortLabel": "AH64", - "type": "AH_64D", - "enabled": false, - "liveries": {} - }, - "OH-58D": { - "name": "OH-58D", - "coalition": "", - "era": "", - "label": "OH-58D", - "shortLabel": "OH58", - "loadouts": [ - { - "items": [], - "enabled": true, - "code": "", - "name": "Empty loadout", - "roles": [ - "No task", - "Transport" - ] - } - ], - "type": "OH_58D", - "enabled": true, - "liveries": {} - }, - "Ka-50": { - "name": "Ka-50", - "coalition": "", - "era": "", - "label": "KA-50", - "shortLabel": "Ka50", - "type": "Ka_50", - "enabled": false, - "liveries": {} - }, - "SA342Minigun": { - "name": "SA342Minigun", - "coalition": "", - "era": "", - "label": "SA342 Minigun Gazelle", - "shortLabel": "342", - "type": "SA342Minigun", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/moc_dcs/Mods/Services/Olympus/databases/units/old/navyUnitDatabase.json b/moc_dcs/Mods/Services/Olympus/databases/units/old/navyUnitDatabase.json deleted file mode 100644 index 0c90d0ad..00000000 --- a/moc_dcs/Mods/Services/Olympus/databases/units/old/navyUnitDatabase.json +++ /dev/null @@ -1,1748 +0,0 @@ -{ - "CVN_71": { - "name": "CVN_71", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-71 Theodore Roosevelt", - "shortLabel": "CVN-71", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_72": { - "name": "CVN_72", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-72 Abraham Lincoln", - "shortLabel": "CVN-72", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_73": { - "name": "CVN_73", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-73 George Washington", - "shortLabel": "CVN-73", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CVN_75": { - "name": "CVN_75", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-75 Harry S. Truman", - "shortLabel": "CVN-75", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "autumn": { - "name": "Autumn", - "countries": "All" - }, - "winter": { - "name": "Winter", - "countries": "All" - }, - "summer": { - "name": "Summer", - "countries": "All" - }, - "spring": { - "name": "Spring", - "countries": "All" - }, - "desert": { - "name": "Desert", - "countries": "All" - } - }, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CV_1143_5": { - "name": "CV_1143_5", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Modern", - "label": "Admiral Kuznetsov (2017)", - "shortLabel": "Admiral Kuznetsov", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "Admiral Kuznetsov. Conventional STOBAR carrier", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "CastleClass_01": { - "name": "CastleClass_01", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Leeds Castle (P-258)", - "shortLabel": "HMS Leeds Castle (P-258)", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "dumbarton": { - "name": "Dumbarton", - "countries": "All" - } - }, - "acquisitionRange": 25000, - "engagementRange": 3000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "HandyWind": { - "name": "HandyWind", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Bulker Handy Wind", - "shortLabel": "Bulker Handy Wind", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "noname": { - "name": "NoName", - "countries": "All" - }, - "handy_wind": { - "name": "Handy Wind", - "countries": "All" - }, - "baltic_cove": { - "name": "Baltic Cove", - "countries": "All" - }, - "baltic_wind": { - "name": "Baltic Wind", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "HarborTug": { - "name": "HarborTug", - "coalition": "", - "type": "Cargo/Transport", - "era": "Mid Cold War", - "label": "Harbor Tug", - "shortLabel": "Harbor Tug", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "harbor tug blue": { - "name": "Harbor Tug Blue", - "countries": "All" - }, - "harbor tug red": { - "name": "Harbor Tug Red", - "countries": "All" - }, - "harbor tug black": { - "name": "Harbor Tug Black", - "countries": "All" - }, - "harbor tug green": { - "name": "Harbor Tug Green", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LHA_Tarawa": { - "name": "LHA_Tarawa", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "LHA-1 Tarawa", - "shortLabel": "LHA-1 Tarawa", - "range": "Short", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 20000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "La_Combattante_II": { - "name": "La_Combattante_II", - "coalition": "blue", - "type": "Fast Attack Craft", - "era": "Mid Cold War", - "label": "FAC La Combattante lla", - "shortLabel": "FAC La Combattante", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "irn_217": { - "name": "217", - "countries": [ - "IRN" - ] - }, - "syr_35": { - "name": "35", - "countries": [ - "SYR" - ] - }, - "lib_521": { - "name": "521", - "countries": [ - "LIB" - ] - }, - "grg_dioskuria": { - "name": "Dioskuria", - "countries": [ - "GRG" - ] - }, - "grc_p77_plotarchis sakipis": { - "name": "Plotarchis_Sakipis", - "countries": [ - "GRC" - ] - }, - "grc_p72_ypoploiarchos votsis": { - "name": "Ypoploiarchos_Votsis", - "countries": [ - "GRC" - ] - }, - "egp_601": { - "name": "601", - "countries": [ - "EGP" - ] - }, - "irn_215": { - "name": "215", - "countries": [ - "IRN" - ] - }, - "ger_s50_panther": { - "name": "S50_Panther", - "countries": [ - "GER" - ] - }, - "lib_520": { - "name": "520", - "countries": [ - "LIB" - ] - }, - "grc_p73_antiploiarchos pezopoulos": { - "name": "Antiploiarchos_Pezopoulos", - "countries": [ - "GRC" - ] - }, - "ger_s54_elster": { - "name": "S54_Elster", - "countries": [ - "GER" - ] - }, - "ger_s58_pinguin": { - "name": "S58_Pinguin", - "countries": [ - "GER" - ] - }, - "grc_p74_plotarchis vlachavas": { - "name": "Plotarchis_Vlachavas", - "countries": [ - "GRC" - ] - }, - "ger_s52_storch": { - "name": "S52_Storch", - "countries": [ - "GER" - ] - }, - "ger_s57_weihe": { - "name": "S57_Weihe", - "countries": [ - "GER" - ] - }, - "egp_604": { - "name": "604", - "countries": [ - "EGP" - ] - }, - "ger_s53_pelikan": { - "name": "S53_Pelikan", - "countries": [ - "GER" - ] - }, - "lib_522": { - "name": "522", - "countries": [ - "LIB" - ] - }, - "ger_s56_dommel": { - "name": "S56_Dommel", - "countries": [ - "GER" - ] - }, - "irn_216": { - "name": "216", - "countries": [ - "IRN" - ] - }, - "ger_s59_reiher": { - "name": "S59_Reiher", - "countries": [ - "GER" - ] - }, - "lib_519": { - "name": "519", - "countries": [ - "LIB" - ] - }, - "syr_34": { - "name": "34", - "countries": [ - "SYR" - ] - }, - "irn_218": { - "name": "218", - "countries": [ - "IRN" - ] - }, - "grc_p76_ypoploiarchos tournas": { - "name": "Ypoploiarchos_Tournas", - "countries": [ - "GRC" - ] - }, - "grc_p75_plotarchis maridakis": { - "name": "Plotarchis_Maridakis", - "countries": [ - "GRC" - ] - }, - "ger_s55_alk": { - "name": "S55_Alk", - "countries": [ - "GER" - ] - }, - "grg_305": { - "name": "305", - "countries": [ - "GRG" - ] - }, - "egp_602": { - "name": "602", - "countries": [ - "EGP" - ] - }, - "irn_212": { - "name": "212", - "countries": [ - "IRN" - ] - }, - "grg_304": { - "name": "304", - "countries": [ - "GRG" - ] - }, - "irn_214": { - "name": "214", - "countries": [ - "IRN" - ] - }, - "irn_219": { - "name": "219", - "countries": [ - "IRN" - ] - }, - "syr_36": { - "name": "36", - "countries": [ - "SYR" - ] - }, - "lib_518": { - "name": "518", - "countries": [ - "LIB" - ] - }, - "egp_605": { - "name": "605", - "countries": [ - "EGP" - ] - }, - "ger_s51_haher": { - "name": "S51_Haher", - "countries": [ - "GER" - ] - }, - "egp_603": { - "name": "603", - "countries": [ - "EGP" - ] - } - }, - "acquisitionRange": 19000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Seawise_Giant": { - "name": "Seawise_Giant", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Seawise Giant (Tanker)", - "shortLabel": "Seawise Giant", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Ship_Tilde_Supply": { - "name": "Ship_Tilde_Supply", - "coalition": "blue", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Supply Ship MV Tilde", - "shortLabel": "Supply Ship Tilde", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Stennis": { - "name": "Stennis", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "CVN-74 John C. Stennis", - "shortLabel": "CVN-74", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "TICONDEROG": { - "name": "TICONDEROG", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Ticonderoga Class (Cruiser)", - "shortLabel": "Ticonderoga", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "vellagulf": { - "name": "USS Vella Gulf CG-72", - "countries": [ - "USA" - ] - }, - "huecity": { - "name": "USS Hue City CG-66", - "countries": [ - "USA" - ] - }, - "capestgeorge": { - "name": "USS Cape St. George CG-71", - "countries": [ - "USA" - ] - }, - "lakeerie": { - "name": "USS Lake Erie CG-70", - "countries": [ - "USA" - ] - }, - "chosin": { - "name": "USS Chosin CG-65", - "countries": [ - "USA" - ] - }, - "normandy": { - "name": "USS Normandy CG-60", - "countries": [ - "USA" - ] - }, - "portroyal": { - "name": "USS Port Royal CG-73", - "countries": [ - "USA" - ] - }, - "shiloh": { - "name": "USS Shiloh CG-67", - "countries": [ - "USA" - ] - }, - "viksburg": { - "name": "USS Viksburg CG-69", - "countries": [ - "USA" - ] - }, - "anzio": { - "name": "USS Anzio CG-68", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052B": { - "name": "Type_052B", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52B Guangzhou", - "shortLabel": "Type 52B", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "general": { - "name": "General", - "countries": "All" - }, - "ddg-169": { - "name": "DDG-169 Wuhan", - "countries": [ - "CHN" - ] - }, - "ddg-168": { - "name": "DDG-168 Guangzhou", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 100000, - "engagementRange": 30000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_052C": { - "name": "Type_052C", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 52C Haikou (Destroyer)", - "shortLabel": "Type 52C", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "ddg-171": { - "name": "DDG-171 Haikou", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ddg-151": { - "name": "DDG-151 Zhengzhou", - "countries": [ - "CHN" - ] - }, - "ddg-170": { - "name": "DDG-170 Lanzhou", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "DDG-150 Changchun", - "countries": [ - "CHN" - ] - }, - "ddg-152": { - "name": "DDG-152 Jinan", - "countries": [ - "CHN" - ] - }, - "ddg-153": { - "name": "DDG-153 Xi'an", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 260000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_054A": { - "name": "Type_054A", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Type 54A Yantai (Frigate)", - "shortLabel": "Type 54A", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ffg-573": { - "name": "FFG-573 Liuzhou", - "countries": [ - "CHN" - ] - }, - "ffg-578": { - "name": "FFG-578 Yangzhou", - "countries": [ - "CHN" - ] - }, - "ffg-531": { - "name": "FFG-531 Xiangtan", - "countries": [ - "CHN" - ] - }, - "ffg-550": { - "name": "FFG-550 Weifang", - "countries": [ - "CHN" - ] - }, - "ffg-536": { - "name": "FFG-536 Xuchang", - "countries": [ - "CHN" - ] - }, - "ffg-549": { - "name": "FFG-549 Changzhou", - "countries": [ - "CHN" - ] - }, - "ffg-574": { - "name": "FFG-574 Sanya", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "FFG-515 Binzhou", - "countries": [ - "CHN" - ] - }, - "ffg-576": { - "name": "FFG-576 Daqing", - "countries": [ - "CHN" - ] - }, - "ffg-599": { - "name": "FFG-599 Anyang", - "countries": [ - "CHN" - ] - }, - "ffg-547": { - "name": "FFG-547 Linyi", - "countries": [ - "CHN" - ] - }, - "ffg-571": { - "name": "FFG-571 Yuncheng", - "countries": [ - "CHN" - ] - }, - "ffg-546": { - "name": "FFG-546 Yancheng", - "countries": [ - "CHN" - ] - }, - "ffg-579": { - "name": "FFG-579 Handan", - "countries": [ - "CHN" - ] - }, - "ffg-532": { - "name": "FFG-532 Jingzhou", - "countries": [ - "CHN" - ] - }, - "ffg-569": { - "name": "FFG-569 Yulin", - "countries": [ - "CHN" - ] - }, - "ffg-538": { - "name": "FFG-538 Yantai", - "countries": [ - "CHN" - ] - }, - "ffg-577": { - "name": "FFG-577 Huanggang", - "countries": [ - "CHN" - ] - }, - "general": { - "name": "General", - "countries": "All" - }, - "ffg-572": { - "name": "FFG-572 Hengshui", - "countries": [ - "CHN" - ] - }, - "ffg-539": { - "name": "FFG-539 Wuhu", - "countries": [ - "CHN" - ] - }, - "ffg-548": { - "name": "FFG-548 Yiyang", - "countries": [ - "CHN" - ] - }, - "ffg-575": { - "name": "FFG-575 Yueyang", - "countries": [ - "CHN" - ] - }, - "ffg-598": { - "name": "FFG-598 Rizhao", - "countries": [ - "CHN" - ] - }, - "ffg-500": { - "name": "FFG-500 Xianning", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 160000, - "engagementRange": 45000, - "tags": "", - "description": "", - "abilities": "35nm >50,000ft range" - }, - "Type_071": { - "name": "Type_071", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Type 071 (Transport dock)", - "shortLabel": "Type 071", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "lpd-978": { - "name": "978 Wuzhi Shan", - "countries": [ - "CHN" - ] - }, - "lpd-989": { - "name": "989 Changbai Shan", - "countries": [ - "CHN" - ] - }, - "default": { - "name": "998 Kunlun Shan", - "countries": [ - "CHN" - ] - }, - "lpd-999": { - "name": "999 Jinggang Shan", - "countries": [ - "CHN" - ] - }, - "lpd-988": { - "name": "988 Yimeng Shan", - "countries": [ - "CHN" - ] - }, - "lpd-980": { - "name": "980 Longhu Shan", - "countries": [ - "CHN" - ] - } - }, - "acquisitionRange": 300000, - "engagementRange": 150000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Type_093": { - "name": "Type_093", - "coalition": "red", - "type": "Submarine", - "era": "Modern", - "label": "Type 093 (Shang)", - "shortLabel": "Type 093", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "periscope_state_1": { - "name": "Periscope State 1", - "countries": "All" - } - }, - "acquisitionRange": 40000, - "engagementRange": 40000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Arleigh_Burke_IIa": { - "name": "USS_Arleigh_Burke_IIa", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "Arleigh Burke Class (Destroyer)", - "shortLabel": "Arleigh Burke Class (Destroyer)", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "ddg-107_uss_gravely": { - "name": "DDG-107 USS Gravely", - "countries": [ - "USA" - ] - }, - "ddg-112_uss_michael_murphy": { - "name": "DDG-112 USS Michael Murphy", - "countries": [ - "USA" - ] - }, - "ddg-101_uss_gridley": { - "name": "DDG-101 USS Gridley", - "countries": [ - "USA" - ] - }, - "ddg-106_uss_stockdale": { - "name": "DDG-106 USS Stockdale", - "countries": [ - "USA" - ] - }, - "ddg-115_uss_rafael_peralta": { - "name": "DDG-115 USS Rafael Peralta", - "countries": [ - "USA" - ] - }, - "ddg-114_uss_ralph_johnson": { - "name": "DDG-114 USS Ralph Johnson", - "countries": [ - "USA" - ] - }, - "ddg-116_uss_thomas_hudner": { - "name": "DDG-116 USS Thomas Hudner", - "countries": [ - "USA" - ] - }, - "ddg-113_uss_john_finn": { - "name": "DDG-113 USS John Finn", - "countries": [ - "USA" - ] - }, - "ddg-108_uss_wayne_e.meyer": { - "name": "DDG-108 USS Wayne E. Meyer", - "countries": [ - "USA" - ] - }, - "ddg-110_uss_william_p.lawrence": { - "name": "DDG-110 USS William P. Lawrence", - "countries": [ - "USA" - ] - }, - "ddg-103_uss_truxtun": { - "name": "DDG-103 USS Truxtun", - "countries": [ - "USA" - ] - }, - "ddg-109_uss_jason_dunham": { - "name": "DDG-109 USS Jason Dunham", - "countries": [ - "USA" - ] - }, - "ddg-105_uss_dewey": { - "name": "DDG-105 USS Dewey", - "countries": [ - "USA" - ] - }, - "ddg-104_uss_sterett": { - "name": "DDG-104 USS Sterett", - "countries": [ - "USA" - ] - }, - "ddg-102_uss_sampson": { - "name": "DDG-102 USS Sampson", - "countries": [ - "USA" - ] - }, - "ddg-111_uss_spruance": { - "name": "DDG-111 USS Spruance", - "countries": [ - "USA" - ] - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "abilities": "", - "tags": "", - "description": "", - "canTargetPoint": true, - "canRearm": false - }, - "ara_vdm": { - "name": "ara_vdm", - "coalition": "", - "type": "Aircraft Carrier", - "era": "Mid Cold War", - "label": "ARA Vienticinco de Mayo", - "shortLabel": "ARA Vienticinco de Mayo", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 18000, - "engagementRange": 5000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "hms_invincible": { - "name": "hms_invincible", - "coalition": "blue", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "HMS Invincible", - "shortLabel": "HMS Invincible", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 100000, - "engagementRange": 74000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-achilles": { - "name": "leander-gun-achilles", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Achilles (F12)", - "shortLabel": "HMS Achilles", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 8000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-andromeda": { - "name": "leander-gun-andromeda", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Andromeda (F57)", - "shortLabel": "HMS Andromeda", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-ariadne": { - "name": "leander-gun-ariadne", - "coalition": "blue", - "type": "Combatants", - "era": "Late Cold War", - "label": "HMS Ariadne (F72)", - "shortLabel": "HMS Ariadne", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-condell": { - "name": "leander-gun-condell", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Almirante Condell PFG-06", - "shortLabel": "Almirante Condell", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "leander-gun-lynch": { - "name": "leander-gun-lynch", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "CNS Almirante Lynch (PFG-07)", - "shortLabel": "CNS Almirante Lynch", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 180000, - "engagementRange": 140000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "santafe": { - "name": "santafe", - "coalition": "", - "type": "Submarine", - "era": "WW2", - "label": "ARA Santa Fe S-21", - "shortLabel": "ARA Santa", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "speedboat": { - "name": "speedboat", - "coalition": "", - "era": "", - "label": "Boat Armed Hi-speed", - "shortLabel": "Boat Armed Hi-speed", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 5000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "PERRY": { - "name": "PERRY", - "coalition": "blue", - "type": "Combatants", - "era": "Mid Cold War", - "label": "Oliver H. Perry", - "shortLabel": "Oliver H. Perry", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "gary": { - "name": "USS Gary FFG-51", - "countries": "All" - }, - "carr": { - "name": "USS Carr FFG-52", - "countries": "All" - }, - "reubenjames": { - "name": "USS Reuben James FFG-57", - "countries": "All" - }, - "hawes": { - "name": "USS Hawes FFG-53", - "countries": "All" - }, - "ford": { - "name": "USS Ford FFG-54", - "countries": "All" - }, - "elrod": { - "name": "USS Elrod FFG-55", - "countries": "All" - }, - "vandergrift": { - "name": "USS Vandergrift FFG-48", - "countries": "All" - }, - "rentz": { - "name": "USS Rentz FFG-46", - "countries": "All" - }, - "nicholas": { - "name": "USS Nicholas FFG-47", - "countries": "All" - }, - "kauffman": { - "name": "USS Kauffman FFG-59", - "countries": "All" - } - }, - "acquisitionRange": 150000, - "engagementRange": 100000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ALBATROS": { - "name": "ALBATROS", - "coalition": "red", - "type": "Combatants", - "era": "Modern", - "label": "Albatros (Grisha-5)", - "shortLabel": "Albatros", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "141": { - "name": "141", - "countries": "All" - }, - "142": { - "name": "142", - "countries": "All" - }, - "143": { - "name": "143", - "countries": "All" - }, - "144": { - "name": "144", - "countries": "All" - }, - "145": { - "name": "145", - "countries": "All" - }, - "146": { - "name": "146", - "countries": "All" - }, - "147": { - "name": "147", - "countries": "All" - }, - "148": { - "name": "148", - "countries": "All" - }, - "149": { - "name": "149", - "countries": "All" - } - }, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KUZNECOW": { - "name": "KUZNECOW", - "coalition": "red", - "type": "Aircraft Carrier", - "era": "Late Cold War", - "label": "Admiral Kuznetsov", - "shortLabel": "AK", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 25000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOLNIYA": { - "name": "MOLNIYA", - "coalition": "", - "type": "Combatants", - "era": "Late Cold War", - "label": "Molniya (Tarantul-3)", - "shortLabel": "Molniya", - "range": "Short", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 21000, - "engagementRange": 2000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "MOSCOW": { - "name": "MOSCOW", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Moscow", - "shortLabel": "Moscow", - "range": "Medium", - "filename": "", - "enabled": true, - "liveries": { - "default": { - "name": "default", - "countries": "All" - }, - "cow1": { - "name": "cow1", - "countries": "All" - }, - "cow3": { - "name": "cow3", - "countries": "All" - }, - "cow2": { - "name": "cow2", - "countries": "All" - } - }, - "acquisitionRange": 160000, - "engagementRange": 75000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "NEUSTRASH": { - "name": "NEUSTRASH", - "coalition": "red", - "type": "Combatants", - "era": "Late Cold War", - "label": "Neustrashimy", - "shortLabel": "Neustrashimy", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 27000, - "engagementRange": 12000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "PIOTR": { - "name": "PIOTR", - "coalition": "red", - "era": "Late Cold War", - "label": "Pyotr Velikiy (Battlecruiser)", - "shortLabel": "Pyotr Velikiy", - "type": "Combatants", - "enabled": true, - "liveries": {}, - "acquisitionRange": 250000, - "engagementRange": 190000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "REZKY": { - "name": "REZKY", - "coalition": "red", - "type": "Combatants", - "era": "WW2", - "label": "Rezky (Krivak-2)", - "shortLabel": "Rezky", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 30000, - "engagementRange": 16000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ELNYA": { - "name": "ELNYA", - "coalition": "red", - "type": "Cargo/Transport", - "era": "Late Cold War", - "label": "Elnya tanker", - "shortLabel": "Elnya tanker", - "range": "", - "filename": "", - "enabled": true, - "liveries": { - "952": { - "name": "952", - "countries": "All" - }, - "953": { - "name": "953", - "countries": "All" - }, - "954": { - "name": "954", - "countries": "All" - } - }, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-2": { - "name": "Dry-cargo ship-2", - "coalition": "", - "era": "", - "label": "Cargo Ivanov", - "shortLabel": "Cargo Ivanov", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Dry-cargo ship-1": { - "name": "Dry-cargo ship-1", - "coalition": "", - "era": "", - "label": "Bulker Yakushev", - "shortLabel": "Bulker Yakushev", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "ZWEZDNY": { - "name": "ZWEZDNY", - "coalition": "", - "type": "Cargo/Transport", - "era": "Modern", - "label": "Zwezdny", - "shortLabel": "Zwezdny", - "range": "", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "KILO": { - "name": "KILO", - "coalition": "red", - "type": "Submarine", - "era": "Mid Cold War", - "label": "Project 636 Varshavyanka Basic", - "shortLabel": "Varshavyanka Basic", - "range": "Medium", - "filename": "", - "enabled": true, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "IMPROVED_KILO": { - "name": "IMPROVED_KILO", - "coalition": "red", - "era": "", - "label": "SSK 636 Improved Kilo", - "shortLabel": "Kilo", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "SOM": { - "name": "SOM", - "coalition": "", - "era": "", - "label": "SSK 641B Tango", - "shortLabel": "Tango", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 0, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "Forrestal": { - "name": "Forrestal", - "coalition": "blue", - "era": "Early Cold War", - "label": "CV-59 Forrestal", - "shortLabel": "CV-59 Forrestal", - "type": "Aircraft Carrier", - "enabled": true, - "liveries": {}, - "acquisitionRange": 50000, - "engagementRange": 25000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": false, - "canRearm": false - }, - "LST_Mk2": { - "name": "LST_Mk2", - "coalition": "blue", - "era": "WW2", - "label": "LST Mk.II", - "shortLabel": "LST Mk.II", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "USS_Samuel_Chase": { - "name": "USS_Samuel_Chase", - "coalition": "blue", - "era": "WW2", - "label": "LS Samuel Chase", - "shortLabel": "LS Samuel Chase", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 0, - "engagementRange": 7000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Higgins_boat": { - "name": "Higgins_boat", - "coalition": "blue", - "era": "WW2", - "label": "Boat LCVP Higgins", - "shortLabel": "Boat LCVP Higgins", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {}, - "acquisitionRange": 3000, - "engagementRange": 1000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Uboat_VIIC": { - "name": "Uboat_VIIC", - "coalition": "red", - "era": "WW2", - "label": "U-boat VIIC", - "shortLabel": "U-boat", - "type": "Submarine", - "enabled": true, - "liveries": {}, - "acquisitionRange": 20000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "Schnellboot_type_S130": { - "name": "Schnellboot_type_S130", - "coalition": "red", - "era": "WW2", - "label": "Boat Schnellboot type S130", - "shortLabel": "Boat Schnellboot type S130", - "type": "Fast Attack Craft", - "enabled": true, - "liveries": {}, - "acquisitionRange": 10000, - "engagementRange": 4000, - "tags": "", - "description": "", - "abilities": "", - "canTargetPoint": true, - "canRearm": false - }, - "BDK-775": { - "name": "BDK-775", - "coalition": "", - "era": "Late Cold War", - "label": "LS Ropucha", - "shortLabel": "LS Ropucha", - "type": "Cargo/Transport", - "enabled": true, - "liveries": {} - }, - "VINSON": { - "name": "VINSON", - "coalition": "", - "era": "", - "label": "Do not enable - CVN-70 Carl Vinson - Very legacy, invisible unit ", - "shortLabel": "CVN-70 Carl Vinson", - "type": "Bugged", - "enabled": false, - "liveries": {} - } -} \ No newline at end of file diff --git a/package.bat b/package.bat deleted file mode 100644 index 3448b6e7..00000000 --- a/package.bat +++ /dev/null @@ -1,52 +0,0 @@ -rmdir /s /q package - -mkdir package - -echo F|xcopy /Y .\olympus.json .\package\olympus.json - -echo F|xcopy /Y .\scripts\OlympusHook.lua .\package\Scripts\OlympusHook.lua -echo F|xcopy /Y .\scripts\install.bat .\package\Scripts\install.bat -echo F|xcopy /Y .\scripts\OlympusCommand.lua .\package\mod\scripts\OlympusCommand.lua -echo F|xcopy /Y .\scripts\unitPayloads.lua .\package\mod\scripts\unitPayloads.lua -echo F|xcopy /Y .\scripts\templates.lua .\package\mod\scripts\templates.lua -echo F|xcopy /Y .\scripts\mist.lua .\package\mod\scripts\mist.lua -echo F|xcopy /Y .\scripts\mods.lua .\package\mod\scripts\mods.lua - -echo D|xcopy /Y /S /E .\mod .\package\mod - -echo F|xcopy /Y /I .\bin\*.dll .\package\mod\bin - -echo D|xcopy /Y /S /E .\client\public\databases .\package\mod\databases - -echo D|xcopy /Y /S /E .\client\bin .\package\client\bin -echo D|xcopy /Y /S /E .\client\public .\package\client\public -echo D|xcopy /Y /S /E .\client\routes .\package\client\routes -echo D|xcopy /Y /S /E .\client\views .\package\client\views - -echo F|xcopy /Y .\client\app.js .\package\client\app.js -echo F|xcopy /Y .\client\client.js .\package\client\client.js -echo F|xcopy /Y .\client\package.json .\package\client\package.json -echo F|xcopy /Y .\client\configurator.js .\package\client\configurator.js - -echo F|xcopy /Y /I .\client\*.vbs .\package\client - -echo D|xcopy /Y /S /E .\manager\icons .\package\manager\icons -echo D|xcopy /Y /S /E .\manager\ejs .\package\manager\ejs -echo D|xcopy /Y /S /E .\manager\javascripts .\package\manager\javascripts -echo D|xcopy /Y /S /E .\manager\stylesheets .\package\manager\stylesheets - -echo F|xcopy /Y /I .\manager\*.* .\package\manager - -echo F|xcopy /Y .\img\olympus.ico .\package\img\olympus.ico -echo F|xcopy /Y .\img\olympus_server.ico .\package\img\olympus_server.ico -echo F|xcopy /Y .\img\olympus_configurator.ico .\package\img\olympus_configurator.ico -echo F|xcopy /Y .\img\configurator_logo.png .\package\img\configurator_logo.png -echo F|xcopy /Y .\img\OlympusLogoFinal_4k.png .\package\img\OlympusLogoFinal_4k.png - -echo F|xcopy /Y .\LEGAL.txt .\package\LEGAL.txt -echo F|xcopy /Y .\INSTRUCTIONS.txt .\package\INSTRUCTIONS.txt -echo F|xcopy /Y .\notes.txt .\package\notes.txt - -echo D|xcopy /Y /S /E .\dependencies .\package\dependencies - -echo F|xcopy /Y .\install.bat .\package\install.bat \ No newline at end of file diff --git a/build.bat b/scripts/batch/build.bat similarity index 60% rename from build.bat rename to scripts/batch/build.bat index 48ad13aa..0da0da4a 100644 --- a/build.bat +++ b/scripts/batch/build.bat @@ -1,24 +1,25 @@ -call node increase_version.js - -cd src +cd backend msbuild olympus.sln /t:Build /p:Configuration=Release cd .. cd client -rmdir /s /q "hgt" +rmdir /s /q hgt call npm install -call npm run copy call npm run emit-declarations call npm run build-release -cd "plugins\controltips" +cd plugins\controltips call npm install call npm run build-release -cd "..\.." +cd ..\.. -cd "plugins\databasemanager" +cd plugins\databasemanager call npm install call npm run build-release -cd "..\.." +cd ..\.. -cd.. +cd .. + +cd manager +call npm run build-release +cd .. \ No newline at end of file diff --git a/scripts/install.bat b/scripts/batch/install.bat similarity index 100% rename from scripts/install.bat rename to scripts/batch/install.bat diff --git a/install.bat b/scripts/batch/installer.bat similarity index 100% rename from install.bat rename to scripts/batch/installer.bat diff --git a/scripts/batch/package.bat b/scripts/batch/package.bat new file mode 100644 index 00000000..f392705a --- /dev/null +++ b/scripts/batch/package.bat @@ -0,0 +1,39 @@ +rmdir /s /q package +mkdir package + +REM copy the main configuration file +echo F|xcopy /Y .\olympus.json .\package\olympus.json + +REM copy the installation scripts +echo F|xcopy /Y .\scripts\batch\install.bat .\package\Scripts\install.bat +echo F|xcopy /Y .\scripts\batch\installer.bat .\package\installer.bat + +REM copy the hooks script +echo F|xcopy /Y .\scripts\lua\hooks\OlympusHook.lua .\package\Scripts\OlympusHook.lua + +REM copy the lua scripts +echo F|xcopy /Y .\scripts\lua\backend .\package\mod\scripts + +REM copy the mod folder +echo D|xcopy /Y /S /E .\mod .\package\mod + +REM copy the backend dll +echo F|xcopy /Y /I .\build\backend\bin\*.dll .\package\mod\bin + +REM copy the client +echo D|xcopy /Y /S /E .\build\client .\package\client + +REM copy the manager +echo D|xcopy /Y /S /E .\build\manager .\package\manager + +REM copy the images folder +echo D|xcopy /Y /S /E .\img\ .\package\img + +REM copy the instructions and text files +echo F|xcopy /Y .\LEGAL.txt .\package\LEGAL.txt +echo F|xcopy /Y .\INSTRUCTIONS.txt .\package\INSTRUCTIONS.txt +echo F|xcopy /Y .\notes.txt .\package\notes.txt + +REM copy the dependencies +echo D|xcopy /Y /S /E .\dependencies .\package\dependencies + diff --git a/scripts/OlympusCommand.lua b/scripts/lua/backend/OlympusCommand.lua similarity index 100% rename from scripts/OlympusCommand.lua rename to scripts/lua/backend/OlympusCommand.lua diff --git a/scripts/mist.lua b/scripts/lua/backend/mist.lua similarity index 100% rename from scripts/mist.lua rename to scripts/lua/backend/mist.lua diff --git a/scripts/mods.lua b/scripts/lua/backend/mods.lua similarity index 100% rename from scripts/mods.lua rename to scripts/lua/backend/mods.lua diff --git a/scripts/templates.lua b/scripts/lua/backend/templates.lua similarity index 100% rename from scripts/templates.lua rename to scripts/lua/backend/templates.lua diff --git a/scripts/unitPayloads.lua b/scripts/lua/backend/unitPayloads.lua similarity index 98% rename from scripts/unitPayloads.lua rename to scripts/lua/backend/unitPayloads.lua index aa8438c8..26b2c4bc 100644 --- a/scripts/unitPayloads.lua +++ b/scripts/lua/backend/unitPayloads.lua @@ -1,17057 +1,17057 @@ -Olympus.unitPayloads = { - ["A-10A"] = { - ["MK-84*2 , LAU-68*2 , AGM-65K*2"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["LAU-68-MK5*6"] = { - [2] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [3] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [4] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [8] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [9] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [10] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"} - }, - ["AGM-65K*2,Mk20*6,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [7] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["Mk-82*6,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["Mk20*6,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [7] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [9] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*4,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65K, AGM-65D"] = { - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [9] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"} - }, - ["ECM"] = {[1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}}, - ["Mk-82*6, Mk-84*2"] = { - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} - }, - ["Mk20*8"] = { - [2] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [7] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [9] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [10] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"} - }, - ["AGM-65K*2,Mk-84*2,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65K*2,Mk-82*6,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["Mk-84*2,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65K*2,Mk84*2,Mk82*4,AIM-9M*2,ECM"] = { - [11] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65H*6,Mk82*10,AIM-9M*2,ECM"] = { - [11] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - } - }, - ["A-10C"] = { - ["LAU-68 42 rkt M156 WP, AIM-9*2, ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [9] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [8] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [4] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [2] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [1] = {["CLSID"] = "ALQ_184"} - }, - ["AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"} - }, - ["LAU-131 98 rkt M156 WP, AIM-9*2,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [9] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, - [8] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [4] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, - [3] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, - [2] = {["CLSID"] = "{2AF2EC3F-9065-4de5-93E1-1739C9A71EF7}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["SUU-25*9,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [9] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [8] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [6] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [5] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [4] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [3] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"} - }, - ["AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"} - }, - ["Mk-82AIR*8,AIM-9*2,ECM"] = { - [7] = {["CLSID"] = "{Mk82AIR}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [9] = {["CLSID"] = "{Mk82AIR}"}, - [10] = {["CLSID"] = "{Mk82AIR}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [3] = {["CLSID"] = "{Mk82AIR}"}, - [2] = {["CLSID"] = "{Mk82AIR}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["MK-84*2,LAU-68*2,AGM-65K*2"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{DAD45FE5-CFF0-4a2b-99D4-5D044D3BC22F}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{DAD45FE5-CFF0-4a2b-99D4-5D044D3BC22F}"} - }, - ["BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1"] = { - [7] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [5] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [4] = {["CLSID"] = "{BDU-50LGB}"}, - [8] = {["CLSID"] = "{BDU-50LGB}"}, - [3] = {["CLSID"] = "LAU_117_TGM_65D"}, - [9] = {["CLSID"] = "LAU_117_TGM_65H"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["Mk-82*6,Mk-84*2,AIM-9*2,ECM"] = { - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["Mk-84*4,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} - }, - ["Mk-82*8,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} - }, - ["BDU-33*12, TGP, CAP-9*1"] = { - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, - [7] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [5] = {["CLSID"] = "BRU-42_3*BDU-33"} - }, - ["AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"} - }, - ["BDU-50HD*6,Mk1*7,TGP, CAP-9*1"] = { - [8] = {["CLSID"] = "{BDU-50HD}"}, - [4] = {["CLSID"] = "{BDU-50HD}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, - [7] = {["CLSID"] = "{BDU-50HD}"}, - [5] = {["CLSID"] = "{BDU-50HD}"}, - [3] = {["CLSID"] = "{BDU-50HD}"}, - [9] = {["CLSID"] = "{BDU-50HD}"}, - [2] = {["CLSID"] = "{D22C2D63-E5C9-4247-94FB-5E8F3DE22B71}"} - }, - ["AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"} - }, - ["AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [5] = {["CLSID"] = "{CBU-87}"} - }, - ["AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [5] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["BDU-33*6, TGP, CAP-9*1"] = { - [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [2] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP"] = { - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["BDU-33*6, TGP, CAP-9*1, BDU-50LD*2"] = { - [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [7] = {["CLSID"] = "{BDU-50LD}"}, - [5] = {["CLSID"] = "{BDU-50LD}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["GBU-12*6,GBU-10*2,TGP, AIM-9*2"] = { - [3] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [9] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [5] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP, CBU-87*3, M151*28, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{CBU-87}"}, - [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7"] = { - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [2] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [10] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM"] = { - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "ALQ_184"} - }, - ["AGM-65D*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP, CAP-9*1, CATM-65K*1, TGM-65G*1"] = { - [3] = {["CLSID"] = "LAU_117_CATM_65K"}, - [9] = {["CLSID"] = "LAU_117_TGM_65G"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [8] = {["CLSID"] = "{GBU-31}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65G"}, - [1] = {["CLSID"] = "ALQ_184"}, - [4] = {["CLSID"] = "{GBU-31}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65G"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{Mk82AIR}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [5] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "LAU_117_AGM_65G"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [5] = {["CLSID"] = "{GBU-31}"}, - [7] = {["CLSID"] = "{GBU-31}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65G"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["CBU-103*4, M151*14, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{CBU_103}"}, - [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [5] = {["CLSID"] = "{CBU_103}"}, - [7] = {["CLSID"] = "{CBU_103}"}, - [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [9] = {["CLSID"] = "{CBU_103}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["CBU-87*4, M151*42, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{CBU-87}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{CBU-87}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"} - }, - ["CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{CBU_105}"}, - [8] = {["CLSID"] = "{CBU_105}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{CBU_105}"}, - [4] = {["CLSID"] = "{CBU_105}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"} - }, - ["BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1"] = { - [8] = {["CLSID"] = "{BDU-50HD}"}, - [4] = {["CLSID"] = "{BDU-50HD}"}, - [9] = {["CLSID"] = "{BDU-50LGB}"}, - [3] = {["CLSID"] = "{BDU-50LGB}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [2] = {["CLSID"] = "{65396399-9F5C-4ec3-A7D2-5A8F4C1D90C4}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["CBU-87*4, M151*28, AIM-9*2,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{CBU-87}"}, - [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [2] = {["CLSID"] = "{CBU-87}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["M151*98, Mk-82*2,AIM-9*2,ECM"] = { - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [8] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [10] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{GBU-38}"} - }, - ["TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [5] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP, M151*84, Mk-82*2,AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1"] = { - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [7] = {["CLSID"] = "{BDU-50HD}"}, - [5] = {["CLSID"] = "{BDU-50HD}"}, - [4] = {["CLSID"] = "{BDU-50LD}"}, - [8] = {["CLSID"] = "{BDU-50LD}"}, - [9] = {["CLSID"] = "LAU_117_CATM_65K"}, - [3] = {["CLSID"] = "LAU_117_TGM_65G"}, - [2] = {["CLSID"] = "{DDCE7D70-5313-4181-8977-F11018681662}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{CBU-87}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{CBU-87}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP, CAP-9*1, BDU-50LGB*4"] = { - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, - [8] = {["CLSID"] = "{BDU-50LGB}"}, - [7] = {["CLSID"] = "{BDU-50LGB}"}, - [5] = {["CLSID"] = "{BDU-50LGB}"}, - [4] = {["CLSID"] = "{BDU-50LGB}"} - }, - ["GBU-12*14,TGP, AIM-9*2"] = { - [8] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [4] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [3] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_3"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"} - }, - ["AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "ALQ_184"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{Mk82AIR}"} - }, - ["AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{CBU_105}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{CBU_105}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"} - }, - ["AGM-65D*2,Mk-82*6,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2"] = { - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["GBU-38*4,GBU-31*2,TGP, AIM-9*2"] = { - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [7] = {["CLSID"] = "{GBU-31}"}, - [5] = {["CLSID"] = "{GBU-31}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [3] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "{GBU-38}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [2] = {["CLSID"] = "{319293F2-392C-4617-8315-7C88C22AF7C4}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM"] = { - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65G"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "ALQ_184"} - }, - ["AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65G"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{GBU-38}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [5] = {["CLSID"] = "{GBU-31}"}, - [7] = {["CLSID"] = "{GBU-31}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "{GBU-38}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP"] = { - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "ALQ_184"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [8] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [4] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP"] = { - [11] = {["CLSID"] = "ALQ_184"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - } - }, - ["A-10C_2"] = { - ["LAU-68 42 rkt M156 WP, AIM-9*2, ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [9] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [8] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [4] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [2] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [1] = {["CLSID"] = "ALQ_184"} - }, - ["AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"} - }, - ["LAU-131 98 rkt M156 WP, AIM-9*2,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [9] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, - [8] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [4] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, - [3] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, - [2] = {["CLSID"] = "{2AF2EC3F-9065-4de5-93E1-1739C9A71EF7}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["SUU-25*9,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [9] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [8] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [6] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [5] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [4] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [3] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"} - }, - ["AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"} - }, - ["Mk-82AIR*8,AIM-9*2,ECM"] = { - [7] = {["CLSID"] = "{Mk82AIR}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [9] = {["CLSID"] = "{Mk82AIR}"}, - [10] = {["CLSID"] = "{Mk82AIR}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [3] = {["CLSID"] = "{Mk82AIR}"}, - [2] = {["CLSID"] = "{Mk82AIR}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["MK-84*2,LAU-68*2,AGM-65K*2"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{DAD45FE5-CFF0-4a2b-99D4-5D044D3BC22F}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{DAD45FE5-CFF0-4a2b-99D4-5D044D3BC22F}"} - }, - ["BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1"] = { - [7] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [5] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [4] = {["CLSID"] = "{BDU-50LGB}"}, - [8] = {["CLSID"] = "{BDU-50LGB}"}, - [3] = {["CLSID"] = "LAU_117_TGM_65D"}, - [9] = {["CLSID"] = "LAU_117_TGM_65H"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["Mk-82*6,Mk-84*2,AIM-9*2,ECM"] = { - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["Mk-84*4,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} - }, - ["Mk-82*8,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} - }, - ["BDU-33*12, TGP, CAP-9*1"] = { - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, - [7] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [5] = {["CLSID"] = "BRU-42_3*BDU-33"} - }, - ["AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"} - }, - ["BDU-50HD*6,Mk1*7,TGP, CAP-9*1"] = { - [8] = {["CLSID"] = "{BDU-50HD}"}, - [4] = {["CLSID"] = "{BDU-50HD}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, - [7] = {["CLSID"] = "{BDU-50HD}"}, - [5] = {["CLSID"] = "{BDU-50HD}"}, - [3] = {["CLSID"] = "{BDU-50HD}"}, - [9] = {["CLSID"] = "{BDU-50HD}"}, - [2] = {["CLSID"] = "{D22C2D63-E5C9-4247-94FB-5E8F3DE22B71}"} - }, - ["AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"} - }, - ["AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [5] = {["CLSID"] = "{CBU-87}"} - }, - ["AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [5] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["BDU-33*6, TGP, CAP-9*1"] = { - [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [2] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP"] = { - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["BDU-33*6, TGP, CAP-9*1, BDU-50LD*2"] = { - [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, - [7] = {["CLSID"] = "{BDU-50LD}"}, - [5] = {["CLSID"] = "{BDU-50LD}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["GBU-12*6,GBU-10*2,TGP, AIM-9*2"] = { - [3] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [9] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [5] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP, CBU-87*3, M151*28, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{CBU-87}"}, - [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7"] = { - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [2] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [10] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM"] = { - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "ALQ_184"} - }, - ["AGM-65D*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP, CAP-9*1, CATM-65K*1, TGM-65G*1"] = { - [3] = {["CLSID"] = "LAU_117_CATM_65K"}, - [9] = {["CLSID"] = "LAU_117_TGM_65G"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [8] = {["CLSID"] = "{GBU-31}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65G"}, - [1] = {["CLSID"] = "ALQ_184"}, - [4] = {["CLSID"] = "{GBU-31}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65G"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{Mk82AIR}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [5] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "LAU_117_AGM_65G"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [5] = {["CLSID"] = "{GBU-31}"}, - [7] = {["CLSID"] = "{GBU-31}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65G"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["CBU-103*4, M151*14, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{CBU_103}"}, - [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [5] = {["CLSID"] = "{CBU_103}"}, - [7] = {["CLSID"] = "{CBU_103}"}, - [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [9] = {["CLSID"] = "{CBU_103}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["CBU-87*4, M151*42, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{CBU-87}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{CBU-87}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"} - }, - ["CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{CBU_105}"}, - [8] = {["CLSID"] = "{CBU_105}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{CBU_105}"}, - [4] = {["CLSID"] = "{CBU_105}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"} - }, - ["BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1"] = { - [8] = {["CLSID"] = "{BDU-50HD}"}, - [4] = {["CLSID"] = "{BDU-50HD}"}, - [9] = {["CLSID"] = "{BDU-50LGB}"}, - [3] = {["CLSID"] = "{BDU-50LGB}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [2] = {["CLSID"] = "{65396399-9F5C-4ec3-A7D2-5A8F4C1D90C4}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["CBU-87*4, M151*28, AIM-9*2,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{CBU-87}"}, - [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [5] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, - [2] = {["CLSID"] = "{CBU-87}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["M151*98, Mk-82*2,AIM-9*2,ECM"] = { - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [8] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [10] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{GBU-38}"} - }, - ["TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [5] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP, M151*84, Mk-82*2,AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1"] = { - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [7] = {["CLSID"] = "{BDU-50HD}"}, - [5] = {["CLSID"] = "{BDU-50HD}"}, - [4] = {["CLSID"] = "{BDU-50LD}"}, - [8] = {["CLSID"] = "{BDU-50LD}"}, - [9] = {["CLSID"] = "LAU_117_CATM_65K"}, - [3] = {["CLSID"] = "LAU_117_TGM_65G"}, - [2] = {["CLSID"] = "{DDCE7D70-5313-4181-8977-F11018681662}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} - }, - ["TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [4] = {["CLSID"] = "{CBU-87}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{CBU-87}"}, - [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["TGP, CAP-9*1, BDU-50LGB*4"] = { - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, - [8] = {["CLSID"] = "{BDU-50LGB}"}, - [7] = {["CLSID"] = "{BDU-50LGB}"}, - [5] = {["CLSID"] = "{BDU-50LGB}"}, - [4] = {["CLSID"] = "{BDU-50LGB}"} - }, - ["GBU-12*14,TGP, AIM-9*2"] = { - [8] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [4] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [3] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_3"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"} - }, - ["AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "ALQ_184"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{Mk82AIR}"} - }, - ["AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{CBU_105}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{CBU_105}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"} - }, - ["AGM-65D*2,Mk-82*6,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2"] = { - [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [1] = {["CLSID"] = "ALQ_184"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["GBU-38*4,GBU-31*2,TGP, AIM-9*2"] = { - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [7] = {["CLSID"] = "{GBU-31}"}, - [5] = {["CLSID"] = "{GBU-31}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [3] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "{GBU-38}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [2] = {["CLSID"] = "{319293F2-392C-4617-8315-7C88C22AF7C4}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM"] = { - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65G"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "ALQ_184"} - }, - ["AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM"] = { - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65G"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2"] = { - [1] = {["CLSID"] = "ALQ_184"}, - [3] = {["CLSID"] = "{GBU-38}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [5] = {["CLSID"] = "{GBU-31}"}, - [7] = {["CLSID"] = "{GBU-31}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "{GBU-38}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP"] = { - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "ALQ_184"}, - [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [8] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [4] = {["CLSID"] = "BRU-42_3*GBU-12"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP"] = { - [11] = {["CLSID"] = "ALQ_184"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} - }, - ["AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - }, - ["AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{CBU_105}"}, - [8] = {["CLSID"] = "{CBU_105}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [5] = {["CLSID"] = "{CBU_105}"}, - [4] = {["CLSID"] = "{CBU_105}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - }, - ["Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM"] = { - [2] = {["CLSID"] = "{Mk82AIR}"}, - [3] = {["CLSID"] = "{Mk82AIR}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{Mk82AIR}"}, - [10] = {["CLSID"] = "{Mk82AIR}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["Mk-82*20,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [5] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [9] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"} - }, - ["Mk-82*6,AIM-9*2,TGP,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} - }, - ["Mk-84*6,AIM-9*2,TGP,ECM"] = { - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM"] = { - [3] = {["CLSID"] = "{Mk82AIR}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{Mk82AIR}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [9] = {["CLSID"] = "{Mk82AIR}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} - }, - ["GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM"] = { - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [5] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65H"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - }, - ["GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [5] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - }, - ["GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - }, - ["GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - }, - ["GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - }, - ["GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [4] = {["CLSID"] = "{GBU-31V3B}"}, - [8] = {["CLSID"] = "{GBU-31V3B}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - }, - ["GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [4] = {["CLSID"] = "{GBU_54_V_1B}"}, - [5] = {["CLSID"] = "{GBU_54_V_1B}"}, - [7] = {["CLSID"] = "{GBU_54_V_1B}"}, - [8] = {["CLSID"] = "{GBU_54_V_1B}"}, - [9] = {["CLSID"] = "LAU_117_AGM_65L"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - }, - ["GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM"] = { - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{GBU_54_V_1B}"}, - [5] = {["CLSID"] = "{GBU_54_V_1B}"}, - [7] = {["CLSID"] = "{GBU_54_V_1B}"}, - [8] = {["CLSID"] = "{GBU_54_V_1B}"}, - [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, - [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - } - }, - ["AH-64D_BLK_II"] = { - ["2 * Fuel Tank 230 gal"] = { - [3] = {["CLSID"] = "{EFT_230GAL}"}, - [2] = {["CLSID"] = "{EFT_230GAL}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K"] = { - [4] = {["CLSID"] = "M261_MK151"}, - [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [1] = {["CLSID"] = "M261_MK151"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["4 * Hellfire station: 4*AGM-114K"] = { - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["4 * M261: M151 (6PD)"] = { - [4] = {["CLSID"] = "M261_MK151"}, - [3] = {["CLSID"] = "M261_MK151"}, - [2] = {["CLSID"] = "M261_MK151"}, - [1] = {["CLSID"] = "M261_MK151"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal"] = { - [4] = {["CLSID"] = "M261_MK151"}, - [3] = {["CLSID"] = "{EFT_230GAL}"}, - [2] = {["CLSID"] = "{EFT_230GAL}"}, - [1] = {["CLSID"] = "M261_MK151"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K"] = { - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [3] = {["CLSID"] = "{EFT_230GAL}"}, - [2] = {["CLSID"] = "{EFT_230GAL}"}, - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K"] = { - [4] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M274}"}, - [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [1] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M274}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K"] = { - [4] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M257}"}, - [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [1] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M257}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K"] = { - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [3] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M257}"}, - [2] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M257}"}, - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K"] = { - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [3] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M274}"}, - [2] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M274}"}, - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L"] = { - [4] = {["CLSID"] = "M261_MK151"}, - [3] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [2] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [1] = {["CLSID"] = "M261_MK151"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["4 * Hellfire station: 4*AGM-114L"] = { - [4] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [3] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [2] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [1] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L"] = { - [4] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [3] = {["CLSID"] = "{EFT_230GAL}"}, - [2] = {["CLSID"] = "{EFT_230GAL}"}, - [1] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L"] = { - [4] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M274}"}, - [3] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [2] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [1] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M274}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L"] = { - [4] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M257}"}, - [3] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [2] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [1] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M257}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L"] = { - [4] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [3] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M257}"}, - [2] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M257}"}, - [1] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - }, - ["2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L"] = { - [4] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [3] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M274}"}, - [2] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M274}"}, - [1] = {["CLSID"] = "{M299_4xAGM_114L}"}, - [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} - } - }, - ["AJS37"] = { - ["Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT"] = { - [5] = {["CLSID"] = "{RB75}"}, - [3] = {["CLSID"] = "{RB75}"}, - [2] = {["CLSID"] = "{RB75}"}, - [6] = {["CLSID"] = "{RB75}"}, - [1] = {["CLSID"] = "{Robot24J}"}, - [7] = {["CLSID"] = "{Robot24J}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} - }, - ["Anti-ship: RB-04E*2, RB-74*2, XT"] = { - [6] = {["CLSID"] = "{Rb04}"}, - [2] = {["CLSID"] = "{Rb04}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [3] = {["CLSID"] = "{Robot74}"}, - [5] = {["CLSID"] = "{Robot74}"} - }, - ["Anti-ship (Heavy Mav): RB-75T*4, XT"] = { - [5] = {["CLSID"] = "{RB75T}"}, - [3] = {["CLSID"] = "{RB75T}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [2] = {["CLSID"] = "{RB75T}"}, - [6] = {["CLSID"] = "{RB75T}"} - }, - ["Hard Target (Countermeasures): RB-05, XT, KB, U22"] = { - [5] = {["CLSID"] = "{Robot05}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [3] = {["CLSID"] = "{Robot05}"}, - [6] = {["CLSID"] = "{U22}"}, - [2] = {["CLSID"] = "{KB}"}, - [7] = {["CLSID"] = "{Robot24J}"}, - [1] = {["CLSID"] = "{Robot24J}"} - }, - ["Hard Target (MAV): RB-75T*2, RB-74*2, XT"] = { - [5] = {["CLSID"] = "{RB75T}"}, - [3] = {["CLSID"] = "{RB75T}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [6] = {["CLSID"] = "{Robot74}"}, - [2] = {["CLSID"] = "{Robot74}"} - }, - ["Ferry Flight: XT"] = {[4] = {["CLSID"] = "{VIGGEN_X-TANK}"}}, - ["CAS (75 GUN): RB-75*2, AKAN"] = { - [5] = {["CLSID"] = "{RB75}"}, - [3] = {["CLSID"] = "{RB75}"}, - [6] = {["CLSID"] = "{AKAN}"}, - [2] = {["CLSID"] = "{AKAN}"} - }, - ["CAP: RB-74*4, XT"] = { - [5] = {["CLSID"] = "{Robot74}"}, - [3] = {["CLSID"] = "{Robot74}"}, - [6] = {["CLSID"] = "{Robot74}"}, - [2] = {["CLSID"] = "{Robot74}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} - }, - ["Countermeasures Escort: U/22A, KB"] = { - [6] = {["CLSID"] = "{U22A}"}, - [2] = {["CLSID"] = "{KB}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [5] = {["CLSID"] = "{Robot74}"}, - [3] = {["CLSID"] = "{Robot74}"} - }, - ["Strike: BK90 (MJ1)*2, RB-74*2, XT"] = { - [2] = {["CLSID"] = "{BK90MJ1}"}, - [6] = {["CLSID"] = "{BK90MJ1}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [5] = {["CLSID"] = "{Robot74}"}, - [3] = {["CLSID"] = "{Robot74}"} - }, - ["CAS: AKAN, RB-05A"] = { - [5] = {["CLSID"] = "{Robot05}"}, - [3] = {["CLSID"] = "{Robot05}"}, - [2] = {["CLSID"] = "{AKAN}"}, - [6] = {["CLSID"] = "{AKAN}"} - }, - ["CAP (6 AAM): RB-74*4, RB-24J*2, XT"] = { - [5] = {["CLSID"] = "{Robot74}"}, - [3] = {["CLSID"] = "{Robot74}"}, - [6] = {["CLSID"] = "{Robot74}"}, - [2] = {["CLSID"] = "{Robot74}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [7] = {["CLSID"] = "{Robot24J}"}, - [1] = {["CLSID"] = "{Robot24J}"} - }, - ["Rocket Half Load HE: ARAK HE*2, RB-74*2, XT"] = { - [3] = {["CLSID"] = "{ARAKM70BHE}"}, - [5] = {["CLSID"] = "{ARAKM70BHE}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [2] = {["CLSID"] = "{Robot74}"}, - [6] = {["CLSID"] = "{Robot74}"} - }, - ["CAP / Intecept: RB-05A*2, RB-74*2, XT"] = { - [5] = {["CLSID"] = "{Robot05}"}, - [3] = {["CLSID"] = "{Robot05}"}, - [6] = {["CLSID"] = "{Robot74}"}, - [2] = {["CLSID"] = "{Robot74}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} - }, - ["Bombs Low-drag: SB71LD*16, RB-24J*2, XT"] = { - [5] = {["CLSID"] = "{M71BOMB}"}, - [6] = {["CLSID"] = "{M71BOMB}"}, - [3] = {["CLSID"] = "{M71BOMB}"}, - [2] = {["CLSID"] = "{M71BOMB}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [7] = {["CLSID"] = "{Robot24J}"}, - [1] = {["CLSID"] = "{Robot24J}"} - }, - ["SEAD: RB-75T*2, U22/A, KB, XT"] = { - [5] = {["CLSID"] = "{RB75T}"}, - [3] = {["CLSID"] = "{RB75T}"}, - [2] = {["CLSID"] = "{KB}"}, - [6] = {["CLSID"] = "{U22}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} - }, - ["Anti-Ship (Modern): RB-15F*2, RB-74*2, XT"] = { - [6] = {["CLSID"] = "{Rb15}"}, - [2] = {["CLSID"] = "{Rb15}"}, - [3] = {["CLSID"] = "{Robot74}"}, - [5] = {["CLSID"] = "{Robot74}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} - }, - ["New Payload"] = {}, - ["CAP (AJ37): RB-24J*2"] = { - [5] = {["CLSID"] = "{Robot24J}"}, - [3] = {["CLSID"] = "{Robot24J}"}, - [6] = {["CLSID"] = "{Robot24J}"}, - [2] = {["CLSID"] = "{Robot24J}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} - }, - ["ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT"] = { - [6] = {["CLSID"] = "{KB}"}, - [2] = {["CLSID"] = "{Rb04}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [3] = {["CLSID"] = "{Robot74}"}, - [5] = {["CLSID"] = "{Robot74}"} - }, - ["Bombs High-drag: SB71HD*16, XT, RB-24J"] = { - [6] = {["CLSID"] = "{M71BOMBD}"}, - [5] = {["CLSID"] = "{M71BOMBD}"}, - [3] = {["CLSID"] = "{M71BOMBD}"}, - [2] = {["CLSID"] = "{M71BOMBD}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [7] = {["CLSID"] = "{Robot24J}"}, - [1] = {["CLSID"] = "{Robot24J}"} - }, - ["Anti-ship (Light Mav): RB-75*4, XT"] = { - [5] = {["CLSID"] = "{RB75}"}, - [3] = {["CLSID"] = "{RB75}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [2] = {["CLSID"] = "{RB75}"}, - [6] = {["CLSID"] = "{RB75}"} - }, - ["Rocket Full Load HE: ARAK HE*4, RB-24J, XT"] = { - [3] = {["CLSID"] = "{ARAKM70BHE}"}, - [5] = {["CLSID"] = "{ARAKM70BHE}"}, - [2] = {["CLSID"] = "{ARAKM70BHE}"}, - [6] = {["CLSID"] = "{ARAKM70BHE}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [7] = {["CLSID"] = "{Robot24J}"}, - [1] = {["CLSID"] = "{Robot24J}"} - }, - ["Illumination: LYSB*8, XT"] = { - [6] = {["CLSID"] = "{LYSBOMB}"}, - [5] = {["CLSID"] = "{LYSBOMB}"}, - [3] = {["CLSID"] = "{LYSBOMB}"}, - [2] = {["CLSID"] = "{LYSBOMB}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} - }, - ["Anti-ship (RB05): RB-05A*2, RB-74*2, XT"] = { - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [3] = {["CLSID"] = "{Robot05}"}, - [5] = {["CLSID"] = "{Robot05}"}, - [2] = {["CLSID"] = "{Robot74}"}, - [6] = {["CLSID"] = "{Robot74}"} - }, - ["CAP (Gun): AKAN*2, RB-74*2, XT"] = { - [5] = {["CLSID"] = "{Robot74}"}, - [3] = {["CLSID"] = "{Robot74}"}, - [6] = {["CLSID"] = "{AKAN}"}, - [2] = {["CLSID"] = "{AKAN}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} - }, - ["Hard Target: RB-05A*2, RB-74*2, XT"] = { - [5] = {["CLSID"] = "{Robot05}"}, - [3] = {["CLSID"] = "{Robot05}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [2] = {["CLSID"] = "{Robot74}"}, - [6] = {["CLSID"] = "{Robot74}"} - }, - ["RB-05*2, XT"] = { - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [3] = {["CLSID"] = "{Robot05}"}, - [5] = {["CLSID"] = "{Robot05}"} - }, - ["CAS: ARAK M70 HE*4, XT"] = { - [3] = {["CLSID"] = "{ARAKM70BHE}"}, - [2] = {["CLSID"] = "{ARAKM70BHE}"}, - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [5] = {["CLSID"] = "{ARAKM70BHE}"}, - [6] = {["CLSID"] = "{ARAKM70BHE}"} - }, - ["Runway Strike: SB71HD*16, RB-24J, XT"] = { - [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, - [3] = {["CLSID"] = "{M71BOMBD}"}, - [5] = {["CLSID"] = "{M71BOMBD}"}, - [2] = {["CLSID"] = "{M71BOMBD}"}, - [6] = {["CLSID"] = "{M71BOMBD}"}, - [1] = {["CLSID"] = "{Robot24J}"}, - [7] = {["CLSID"] = "{Robot24J}"} - } - }, - ["AV8BNA"] = { - ["H-L-H: Mk-82SEx6, GAU-12"] = { - [8] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [7] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [1] = {["CLSID"] = "{Mk82SNAKEYE}"} - }, - ["AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [6] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [6] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [2] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{BRU-42_2*GBU-38_LEFT}"}, - [6] = {["CLSID"] = "{AV8BNA_AERO1D}"}, - [3] = {["CLSID"] = "{AV8BNA_AERO1D}"}, - [2] = {["CLSID"] = "{BRU-42_2*GBU-38_RIGHT}"}, - [1] = {["CLSID"] = "{AGM_122_SIDEARM}"} - }, - ["Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [6] = {["CLSID"] = "{BRU-42_2*Mk-83_RIGHT}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [3] = {["CLSID"] = "{BRU-42_2*Mk-83_LEFT}"}, - [2] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"} - }, - ["Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{AV8BNA_AERO1D}"}, - [6] = {["CLSID"] = "{BRU-42_2*Mk-83_RIGHT}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [3] = {["CLSID"] = "{BRU-42_2*Mk-83_LEFT}"}, - [2] = {["CLSID"] = "{AV8BNA_AERO1D}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"} - }, - ["AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod"] = { - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [6] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_LEFT}"}, - [6] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_RIGHT}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_LEFT}"}, - [2] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_RIGHT}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["H-M-H: Mk-82LDx6, GAU-12"] = { - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} - }, - ["PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2"] = { - [7] = {["CLSID"] = "{BRU-42A_2*GBU-12_SIDE_RIGHT}"}, - [6] = {["CLSID"] = "{AV8BNA_AERO1D}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "{AV8BNA_AERO1D}"}, - [2] = {["CLSID"] = "{BRU-42A_2*GBU-12_SIDE_LEFT}"} - }, - ["L-L-L: Mk-82SEx10, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [7] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_RIGHT}"}, - [6] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_RIGHT}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [3] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_LEFT}"}, - [2] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_LEFT}"}, - [1] = {["CLSID"] = "{Mk82SNAKEYE}"} - }, - ["AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [6] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, - [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["H-M-H: Mk-82LDx10, GAU-12"] = { - [7] = {["CLSID"] = "{BRU-42_3*Mk-82LD}"}, - [6] = {["CLSID"] = "{BRU-42_2*Mk-82_RIGHT}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{BRU-42_2*Mk-82_LEFT}"}, - [2] = {["CLSID"] = "{BRU-42_3*Mk-82LD}"} - }, - ["Area Suppression: Mk-20x10, GAU-12"] = { - [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [7] = {["CLSID"] = "{BRU-42_2*MK-20_RIGHT}"}, - [6] = {["CLSID"] = "{BRU-42_2*MK-20_RIGHT}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{BRU-42_2*MK-20_LEFT}"}, - [2] = {["CLSID"] = "{BRU-42_2*MK-20_LEFT}"}, - [1] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"} - }, - ["Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2"] = { - [7] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, - [6] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [3] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [2] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"} - }, - ["AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "LAU_117_AGM_65F"}, - [6] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [2] = {["CLSID"] = "LAU_117_AGM_65F"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{AIM-9M-ON-ADAPTER}"}, - [2] = {["CLSID"] = "{AIM-9M-ON-ADAPTER}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"} - }, - ["PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12"] = { - [7] = {["CLSID"] = "{BRU-42A_2*GBU-12_SIDE_RIGHT}"}, - [6] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [2] = {["CLSID"] = "{BRU-42A_2*GBU-12_SIDE_LEFT}"} - }, - ["Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{AIM-9M-ON-ADAPTER}"}, - [6] = {["CLSID"] = "{AV8BNA_AERO1D}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{AV8BNA_AERO1D}"}, - [2] = {["CLSID"] = "{AIM-9M-ON-ADAPTER}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [6] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [2] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "LAU_117_AGM_65F"}, - [6] = {["CLSID"] = "LAU_117_AGM_65F"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65F"}, - [2] = {["CLSID"] = "LAU_117_AGM_65F"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [6] = {["CLSID"] = "{BRU-42_2*Mk-83_RIGHT}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{BRU-42_2*Mk-83_LEFT}"}, - [2] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "LAU_117_AGM_65F"}, - [6] = {["CLSID"] = "LAU_117_AGM_65F"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65F"}, - [2] = {["CLSID"] = "LAU_117_AGM_65F"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, - [6] = {["CLSID"] = "LAU_117_AGM_65F"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65F"}, - [2] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, - [2] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, - [6] = {["CLSID"] = "LAU_117_AGM_65F"}, - [3] = {["CLSID"] = "LAU_117_AGM_65F"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"} - }, - ["Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, - [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [2] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, - [6] = {["CLSID"] = "{BRU-42_2*MK-20_RIGHT}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{BRU-42_2*MK-20_LEFT}"}, - [2] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12"] = { - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "LAU_117_AGM_65L"}, - [6] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, - [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [2] = {["CLSID"] = "LAU_117_AGM_65L"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "LAU_117_AGM_65L"}, - [6] = {["CLSID"] = "LAU_117_AGM_65L"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65L"}, - [2] = {["CLSID"] = "LAU_117_AGM_65L"} - }, - ["PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, - [7] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"}, - [6] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [3] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"}, - [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} - } - }, - ["C-101CC"] = { - ["2*AIM-9P, DEFA 553 CANNON (I)"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*AIM-9M, DEFA 553 CANNON (I)"] = { - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*AIM-9P, DEFA 533 CANNON (II)"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*AIM-9P, AN-M3 CANNON (IV)"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{AN-M3}"} - }, - ["2*R.550 MAGIC, DEFA 553 CANNON"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*AIM-9M, AN-M3 CANNON (III)"] = { - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{AN-M3}"} - }, - ["2*AIM-9P, DEFA 553 CANNON"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*R.550 MAGIC, DEFA 553 CANNON (III)"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON"] = { - [4] = {["CLSID"] = "{C-101-DEFA553}"}, - [5] = {["CLSID"] = "{BLG66_BELOUGA}"}, - [3] = {["CLSID"] = "{BLG66_BELOUGA}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"}, - [6] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, - [2] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"} - }, - ["2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON"] = { - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, - [6] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, - [4] = {["CLSID"] = "{AN-M3}"} - }, - ["2*AIM-9M, AN-M3 CANNON"] = { - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{AN-M3}"} - }, - ["2*BELOUGA,2*BDU-33, DEFA-553 CANNON"] = { - [6] = {["CLSID"] = "{BLG66_BELOUGA}"}, - [2] = {["CLSID"] = "{BLG66_BELOUGA}"}, - [3] = {["CLSID"] = "CBLS-200"}, - [5] = {["CLSID"] = "CBLS-200"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2* SEA EAGLE, DEFA-553 CANNON"] = { - [6] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, - [2] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON"] = { - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "BR_250"}, - [6] = {["CLSID"] = "BR_250"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, - [6] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*R.550 MAGIC, DEFA 553 CANNON (IV)"] = { - [4] = {["CLSID"] = "{C-101-DEFA553}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - }, - ["2*BELOUGA, 2*BR-500, DEFA 553 CANNON"] = { - [2] = {["CLSID"] = "{BLG66_BELOUGA}"}, - [3] = {["CLSID"] = "BR_500"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"}, - [5] = {["CLSID"] = "BR_500"}, - [6] = {["CLSID"] = "{BLG66_BELOUGA}"} - }, - ["2*AIM-9M, DEFA 553 CANNON (IV)"] = { - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*R.550 MAGIC, AN-M3 CANNON (II)"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [4] = {["CLSID"] = "{AN-M3}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - }, - ["2*R550 Magic, DEFA 553 CANNON (I)"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON"] = { - [4] = {["CLSID"] = "{AN-M3}"}, - [3] = {["CLSID"] = "BIN_200"}, - [5] = {["CLSID"] = "BIN_200"}, - [6] = {["CLSID"] = "{BLG66_BELOUGA}"}, - [2] = {["CLSID"] = "{BLG66_BELOUGA}"}, - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON"] = { - [4] = {["CLSID"] = "{C-101-DEFA553}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["2*AIM-9P, AN-M3 CANNON (III)"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{AN-M3}"} - }, - ["2*AIM-9M, DEFA 533 CANNON (II)"] = { - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{C-101-DEFA553}"} - }, - ["2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON"] = { - [4] = {["CLSID"] = "{C-101-DEFA553}"}, - [3] = {["CLSID"] = "CBLS-200"}, - [5] = {["CLSID"] = "CBLS-200"}, - [6] = {["CLSID"] = "BR_250"}, - [2] = {["CLSID"] = "BR_250"}, - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - } - }, - ["C-101EB"] = { - ["Smoke System: White Smoke"] = { - [1] = {["CLSID"] = "{SMOKE-SYSTEM-AVIOJET}"} - }, - ["Smoke System: White Smoke+Red Colorant"] = { - [2] = {["CLSID"] = "{SMOKE-RED-AVIOJET}"}, - [1] = {["CLSID"] = "{SMOKE-SYSTEM-AVIOJET}"} - }, - ["Smoke System: White Smoke+Yellow Colorant"] = { - [2] = {["CLSID"] = "{SMOKE-YELLOW-AVIOJET}"}, - [1] = {["CLSID"] = "{SMOKE-SYSTEM-AVIOJET}"} - } - }, - ["H-6J"] = { - ["YJ-12 x 2"] = { - [3] = {["CLSID"] = "DIS_DF4B_YJ12"}, - [4] = {["CLSID"] = "DIS_DF4B_YJ12"} - }, - ["YJ-12 x 4"] = { - [3] = {["CLSID"] = "DIS_DF4B_YJ12"}, - [4] = {["CLSID"] = "DIS_DF4B_YJ12"}, - [5] = {["CLSID"] = "DIS_DF4B_YJ12"}, - [2] = {["CLSID"] = "DIS_DF4B_YJ12"} - }, - ["YJ-83K x 6"] = { - [4] = {["CLSID"] = "DIS_GDJ_YJ83K"}, - [3] = {["CLSID"] = "DIS_GDJ_YJ83K"}, - [6] = {["CLSID"] = "DIS_GDJ_YJ83K"}, - [5] = {["CLSID"] = "DIS_GDJ_YJ83K"}, - [2] = {["CLSID"] = "DIS_GDJ_YJ83K"}, - [1] = {["CLSID"] = "DIS_GDJ_YJ83K"} - }, - ["250-2 HD Bomb x 12 in Bay"] = {[8] = {["CLSID"] = "DIS_H6_250_2_N12"}}, - ["250-2 HD Bomb x 24 in Bay"] = {[8] = {["CLSID"] = "DIS_H6_250_2_N24"}}, - ["250-3 LD Bomb x 36"] = { - [6] = {["CLSID"] = "DIS_MER6_250_3_N6"}, - [5] = {["CLSID"] = "DIS_MER6_250_3_N6"}, - [4] = {["CLSID"] = "DIS_MER6_250_3_N6"}, - [3] = {["CLSID"] = "DIS_MER6_250_3_N6"}, - [2] = {["CLSID"] = "DIS_MER6_250_3_N6"}, - [1] = {["CLSID"] = "DIS_MER6_250_3_N6"} - }, - ["KD-63 x 4"] = { - [2] = {["CLSID"] = "DIS_GDJ_KD63"}, - [7] = {["CLSID"] = "DIS_AKG_DLPOD"}, - [3] = {["CLSID"] = "DIS_GDJ_KD63"}, - [4] = {["CLSID"] = "DIS_GDJ_KD63"}, - [5] = {["CLSID"] = "DIS_GDJ_KD63"} - }, - ["KD-20 x 6"] = { - [6] = {["CLSID"] = "DIS_DF4A_KD20"}, - [5] = {["CLSID"] = "DIS_DF4A_KD20"}, - [4] = {["CLSID"] = "DIS_DF4A_KD20"}, - [3] = {["CLSID"] = "DIS_DF4A_KD20"}, - [2] = {["CLSID"] = "DIS_DF4A_KD20"}, - [1] = {["CLSID"] = "DIS_DF4A_KD20"} - }, - ["KD-20 x 4"] = { - [5] = {["CLSID"] = "DIS_DF4A_KD20"}, - [4] = {["CLSID"] = "DIS_DF4A_KD20"}, - [3] = {["CLSID"] = "DIS_DF4A_KD20"}, - [2] = {["CLSID"] = "DIS_DF4A_KD20"} - }, - ["KD-63 x 2, KD-20 x 4"] = { - [3] = {["CLSID"] = "DIS_GDJ_KD63"}, - [4] = {["CLSID"] = "DIS_GDJ_KD63"}, - [7] = {["CLSID"] = "DIS_AKG_DLPOD"}, - [6] = {["CLSID"] = "DIS_DF4A_KD20"}, - [5] = {["CLSID"] = "DIS_DF4A_KD20"}, - [2] = {["CLSID"] = "DIS_DF4A_KD20"}, - [1] = {["CLSID"] = "DIS_DF4A_KD20"} - }, - ["KD-63 x 2, KD-20 x 2"] = { - [3] = {["CLSID"] = "DIS_GDJ_KD63"}, - [4] = {["CLSID"] = "DIS_GDJ_KD63"}, - [7] = {["CLSID"] = "DIS_AKG_DLPOD"}, - [5] = {["CLSID"] = "DIS_DF4A_KD20"}, - [2] = {["CLSID"] = "DIS_DF4A_KD20"} - } - }, - ["J-11A"] = { - ["FAB-100x36,R-73x2,ECM"] = { - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [3] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [4] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [6] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"} - }, - ["FAB-250x8,R-73x2,ECM"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FAB_250_DUAL_L}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{FAB_250_DUAL_R}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"} - }, - ["FAB-500x8,R-73x2,ECM"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FAB_500_DUAL_L}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [8] = {["CLSID"] = "{FAB_500_DUAL_R}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["S-8KOMx80,FAB-250x4,R-73x2,ECM"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B8M1_20_S8KOM_DUAL_L}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{B8M1_20_S8KOM_DUAL_R}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["S-13x20,FAB-250x4,R-73x2,ECM"] = { - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{B13_5_S13OF_DUAL_R}"}, - [3] = {["CLSID"] = "{B13_5_S13OF_DUAL_L}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["S-25x4,FAB-500x4,R-73x2,ECM"] = { - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{S25_DUAL_R}"}, - [3] = {["CLSID"] = "{S25_DUAL_L}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["R-27ERx4,R-27ETx2,R-73x2,ECM"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [10] = {["CLSID"] = "{RKL609_R}"} - }, - ["R-77x6,R-73x2,ECM"] = { - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"} - }, - ["R-27ERx6,R-73x2,ECM"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [10] = {["CLSID"] = "{RKL609_R}"} - }, - ["R-77x4,R-27ETx2,R-73x2,ECM"] = { - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [10] = {["CLSID"] = "{RKL609_R}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"} - }, - ["R-77x4,R-27ERx2,R-73x2,ECM"] = { - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [10] = {["CLSID"] = "{RKL609_R}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [3] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"} - }, - ["BetAB-500ShPx6,R-73x2,ECM"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [6] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [10] = {["CLSID"] = "{RKL609_R}"} - }, - ["R-73x4,ECM"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [10] = {["CLSID"] = "{RKL609_R}"} - }, - ["R-77x2,R-27ETx2,R-73x2,ECM"] = { - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [10] = {["CLSID"] = "{RKL609_R}"} - }, - ["R-77x6,R-73x4"] = { - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"} - }, - ["R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM"] = { - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [10] = {["CLSID"] = "{RKL609_R}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"} - }, - ["R-27ETx2,R-27ERx4,R-73x2,ECM"] = { - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [10] = {["CLSID"] = "{RKL609_R}"} - }, - ["S-8TsMx80,FAB-250x4,R-73x2,ECM"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B8M1_20_S8TsM_DUAL_L}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{B8M1_20_S8TsM_DUAL_R}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["S-8OFP2x80,FAB-250x4,R-73x2,ECM"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B8M1_20_S8OFP2_DUAL_L}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{B8M1_20_S8OFP2_DUAL_R}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["FAB-250x18,R-73x2,ECM"] = { - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, - [3] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, - [6] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"} - }, - ["2*S8-KOMx2, R-73x2, ECM"] = { - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{B8M1_20_S8KOM_DUAL_R}"}, - [3] = {["CLSID"] = "{B8M1_20_S8KOM_DUAL_L}"} - }, - ["2*S8-OFP2x2, R-73x2, ECM"] = { - [10] = {["CLSID"] = "{RKL609_R}"}, - [1] = {["CLSID"] = "{RKL609_L}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{B8M1_20_S8OFP2_DUAL_R}"}, - [3] = {["CLSID"] = "{B8M1_20_S8OFP2_DUAL_L}"} - }, - ["FAB-250x4, 2*FAB-500x2, R-73x2"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{FAB_500_DUAL_R}"}, - [3] = {["CLSID"] = "{FAB_500_DUAL_L}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["FAB-250x4, 2*FAB-250x2, R-73x2"] = { - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{FAB_250_DUAL_R}"}, - [3] = {["CLSID"] = "{FAB_250_DUAL_L}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2"] = { - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, - [4] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} - } - }, - ["JF-17"] = { - ["PL-5Ex2, C802AKx2, 800L Tank"] = { - [5] = {["CLSID"] = "DIS_C-802AK"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "DIS_C-802AK"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_C-701IR"}, - [2] = {["CLSID"] = "DIS_C-701IR"} - }, - ["PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [6] = {["CLSID"] = "DIS_C-701IR"}, - [2] = {["CLSID"] = "DIS_C-701IR"} - }, - ["PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [6] = {["CLSID"] = "DIS_SD-10"}, - [2] = {["CLSID"] = "DIS_SD-10"} - }, - ["PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [6] = {["CLSID"] = "DIS_LD-10"}, - [2] = {["CLSID"] = "DIS_LD-10"} - }, - ["PL-5Ex2, 800L Tank, WMD7"] = { - [3] = {["CLSID"] = "DIS_TANK800"}, - [5] = {["CLSID"] = "DIS_TANK800"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"} - }, - ["PL-5Ex2, GBU-10x2, WMD7"] = { - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_GBU_10"}, - [3] = {["CLSID"] = "DIS_GBU_10"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"} - }, - ["PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [3] = {["CLSID"] = "DIS_TANK800"}, - [5] = {["CLSID"] = "DIS_TANK800"}, - [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, - [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"} - }, - ["PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [5] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [2] = {["CLSID"] = "DIS_MK_82S_DUAL_GDJ_II19_L"}, - [6] = {["CLSID"] = "DIS_MK_82S_DUAL_GDJ_II19_R"} - }, - ["PL-5Ex2, 1100L Tankx2, 800L Tank"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"} - }, - ["PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "DIS_CM-802AKG"}, - [5] = {["CLSID"] = "DIS_CM-802AKG"}, - [6] = {["CLSID"] = "DIS_WMD7"}, - [2] = {["CLSID"] = "DIS_AKG_DLPOD"} - }, - ["PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [6] = {["CLSID"] = "DIS_C-701T"}, - [2] = {["CLSID"] = "DIS_C-701T"} - }, - ["PL-5Ex2, GBU-12x2, 1100L Tank, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [6] = {["CLSID"] = "DIS_GBU_12"}, - [2] = {["CLSID"] = "DIS_GBU_12"} - }, - ["PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [3] = {["CLSID"] = "DIS_GBU_16"}, - [5] = {["CLSID"] = "DIS_GBU_16"}, - [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, - [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"} - }, - ["PL-5Ex2, 1100L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [4] = {["CLSID"] = "DIS_WMD7"} - }, - ["PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [5] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "DIS_TANK800"}, - [6] = {["CLSID"] = "DIS_WMD7"}, - [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"} - }, - ["PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [6] = {["CLSID"] = "DIS_LS_6_500"}, - [2] = {["CLSID"] = "DIS_LS_6_500"} - }, - ["PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [2] = {["CLSID"] = "DIS_C-701IR"}, - [6] = {["CLSID"] = "DIS_C-701IR"} - }, - ["PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [6] = {["CLSID"] = "DIS_GBU_12"}, - [2] = {["CLSID"] = "DIS_GBU_12"} - }, - ["PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, - [6] = {["CLSID"] = "DIS_LD-10_DUAL_R"} - }, - ["PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [2] = {["CLSID"] = "DIS_LD-10"}, - [6] = {["CLSID"] = "DIS_LD-10"} - }, - ["PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"}, - [5] = {["CLSID"] = "DIS_LS_6_500"}, - [3] = {["CLSID"] = "DIS_LS_6_500"}, - [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, - [6] = {["CLSID"] = "DIS_LD-10_DUAL_R"} - }, - ["PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"}, - [5] = {["CLSID"] = "DIS_GB6_HE"}, - [3] = {["CLSID"] = "DIS_GB6_HE"}, - [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, - [6] = {["CLSID"] = "DIS_LD-10_DUAL_R"} - }, - ["PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [3] = {["CLSID"] = "DIS_TANK800"}, - [5] = {["CLSID"] = "DIS_TANK800"}, - [2] = {["CLSID"] = "DIS_C-701IR"}, - [6] = {["CLSID"] = "DIS_C-701IR"} - }, - ["PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [2] = {["CLSID"] = "DIS_C-701T"}, - [6] = {["CLSID"] = "DIS_C-701T"} - }, - ["PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [3] = {["CLSID"] = "DIS_TANK800"}, - [5] = {["CLSID"] = "DIS_TANK800"}, - [2] = {["CLSID"] = "DIS_C-701T"}, - [6] = {["CLSID"] = "DIS_C-701T"} - }, - ["PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, - [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"} - }, - ["PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_C-701IR"}, - [2] = {["CLSID"] = "DIS_C-701IR"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"} - }, - ["PL-5Ex2, C-701 IRx2, 800L Tank, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_C-701IR"}, - [2] = {["CLSID"] = "DIS_C-701IR"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "DIS_TANK800"} - }, - ["PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_C-701T"}, - [2] = {["CLSID"] = "DIS_C-701T"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"} - }, - ["PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_C-701T"}, - [2] = {["CLSID"] = "DIS_C-701T"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "DIS_TANK800"} - }, - ["PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_C-701IR"}, - [2] = {["CLSID"] = "DIS_C-701T"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [5] = {["CLSID"] = "DIS_LS_6_500"}, - [3] = {["CLSID"] = "DIS_LS_6_500"} - }, - ["PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_C-701IR"}, - [2] = {["CLSID"] = "DIS_C-701T"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [5] = {["CLSID"] = "DIS_GB6_HE"}, - [3] = {["CLSID"] = "DIS_GB6_HE"} - }, - ["PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_C-701IR"}, - [2] = {["CLSID"] = "DIS_C-701T"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [5] = {["CLSID"] = "DIS_GB6_TSP"}, - [3] = {["CLSID"] = "DIS_GB6_TSP"} - }, - ["PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [6] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_GB6_TSP"}, - [3] = {["CLSID"] = "DIS_GB6_TSP"}, - [2] = {["CLSID"] = "DIS_BRM1_90"} - }, - ["PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [6] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_GB6_TSP"}, - [3] = {["CLSID"] = "DIS_GB6_TSP"}, - [2] = {["CLSID"] = "DIS_GBU_12"} - }, - ["PL-5Ex2, 2*Mk-82SEx2, Mk-83x3"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [5] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [2] = {["CLSID"] = "DIS_MK_82S_DUAL_GDJ_II19_L"}, - [6] = {["CLSID"] = "DIS_MK_82S_DUAL_GDJ_II19_R"}, - [4] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"} - }, - ["PL-5Ex2, Mk-84x3"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} - }, - ["PL-5Ex2, 2*Mk5x2, 800L Tank"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [2] = {["CLSID"] = "DIS_LAU68_MK5_DUAL_GDJ_II19_L"}, - [6] = {["CLSID"] = "DIS_LAU68_MK5_DUAL_GDJ_II19_R"}, - [4] = {["CLSID"] = "DIS_TANK800"} - }, - ["PL-5Ex2, Unguided 90mmx2, 800L Tank"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [2] = {["CLSID"] = "DIS_RKT_90_UG"}, - [6] = {["CLSID"] = "DIS_RKT_90_UG"}, - [4] = {["CLSID"] = "DIS_TANK800"} - }, - ["PL-5Ex2, 2*Mk5x2, Mk-83x3"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [5] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [4] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [2] = {["CLSID"] = "DIS_LAU68_MK5_DUAL_GDJ_II19_L"}, - [6] = {["CLSID"] = "DIS_LAU68_MK5_DUAL_GDJ_II19_R"} - }, - ["PL-5Ex2, BRM1x2, 1100L Tank, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [2] = {["CLSID"] = "DIS_BRM1_90"}, - [6] = {["CLSID"] = "DIS_BRM1_90"} - }, - ["PL-5Ex2, 2x1100L Tank"] = { - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"} - }, - ["PL-5Ex2, SD-10x2, 2x1100L Tank"] = { - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_SD-10"}, - [2] = {["CLSID"] = "DIS_SD-10"} - }, - ["PL-5Ex2, 2*SD-10x2, 2x1100L Tank"] = { - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, - [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} - }, - ["PL-5Ex2, 800L Tank"] = { - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"} - }, - ["PL-5Ex2, SD-10x2, 800L Tank"] = { - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [6] = {["CLSID"] = "DIS_SD-10"}, - [2] = {["CLSID"] = "DIS_SD-10"} - }, - ["PL-5Ex2, 2*SD-10x2, 800L Tank"] = { - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, - [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} - }, - ["PL-5Ex2, SD-10x2, SPJ"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"}, - [6] = {["CLSID"] = "DIS_SD-10"}, - [2] = {["CLSID"] = "DIS_SD-10"} - }, - ["PL-5Ex2, SPJ"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"} - }, - ["PL-5Ex2, 2*SD-10x2, SPJ"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"}, - [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, - [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} - }, - ["PL-5Ex2"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"} - }, - ["PL-5Ex2, SD-10x2"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_SD-10"}, - [2] = {["CLSID"] = "DIS_SD-10"} - }, - ["PL-5Ex2, 2*SD-10"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, - [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} - }, - ["PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2"] = { - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_SD-10"}, - [2] = {["CLSID"] = "DIS_SD-10"} - }, - ["PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank"] = { - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, - [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} - }, - ["PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank"] = { - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [6] = {["CLSID"] = "DIS_SD-10"}, - [2] = {["CLSID"] = "DIS_SD-10"} - }, - ["PL-5Ex2, GBU-16x2, BRM1x2, WMD7"] = { - [2] = {["CLSID"] = "DIS_BRM1_90"}, - [6] = {["CLSID"] = "DIS_BRM1_90"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [3] = {["CLSID"] = "DIS_GBU_16"}, - [5] = {["CLSID"] = "DIS_GBU_16"} - }, - ["PL-5Ex2, WMD7"] = { - [4] = {["CLSID"] = "DIS_WMD7"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [7] = {["CLSID"] = "DIS_PL-5EII"} - }, - ["PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, - [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, - [5] = {["CLSID"] = "DIS_GB6"}, - [3] = {["CLSID"] = "DIS_GB6"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"} - }, - ["PL-5Ex2, C-701 CCDx2, SPJ"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [2] = {["CLSID"] = "DIS_C-701T"}, - [6] = {["CLSID"] = "DIS_C-701T"}, - [4] = {["CLSID"] = "DIS_SPJ_POD"} - }, - ["PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, - [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, - [5] = {["CLSID"] = "DIS_CM-802AKG"}, - [3] = {["CLSID"] = "DIS_CM-802AKG"}, - [4] = {["CLSID"] = "DIS_AKG_DLPOD"} - }, - ["PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84"] = { - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [6] = {["CLSID"] = "DIS_MK_82_DUAL_GDJ_II19_R"}, - [2] = {["CLSID"] = "DIS_MK_82_DUAL_GDJ_II19_L"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [5] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"} - }, - ["PL-5Ex2, LS-6x2, GB-6x2, 800L Tank"] = { - [4] = {["CLSID"] = "DIS_TANK800"}, - [6] = {["CLSID"] = "DIS_LS_6_500"}, - [2] = {["CLSID"] = "DIS_LS_6_500"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [5] = {["CLSID"] = "DIS_GB6"}, - [3] = {["CLSID"] = "DIS_GB6"} - }, - ["PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7"] = { - [4] = {["CLSID"] = "DIS_WMD7"}, - [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, - [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [5] = {["CLSID"] = "DIS_LS_6_500"}, - [3] = {["CLSID"] = "DIS_LS_6_500"} - }, - ["PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7"] = { - [4] = {["CLSID"] = "DIS_WMD7"}, - [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, - [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"}, - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [5] = {["CLSID"] = "DIS_GB6"}, - [3] = {["CLSID"] = "DIS_GB6"} - }, - ["PL-5Ex2, 2*Type-200Ax2"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [2] = {["CLSID"] = "DIS_TYPE200_DUAL_L"}, - [6] = {["CLSID"] = "DIS_TYPE200_DUAL_R"} - }, - ["PL-5Ex2, Type-200Ax2"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [2] = {["CLSID"] = "DIS_TYPE200"}, - [6] = {["CLSID"] = "DIS_TYPE200"} - }, - ["PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [3] = {["CLSID"] = "DIS_TANK800"}, - [5] = {["CLSID"] = "DIS_TANK800"}, - [2] = {["CLSID"] = "DIS_LS_6_250_DUAL_L"}, - [6] = {["CLSID"] = "DIS_LS_6_250_DUAL_R"} - }, - ["PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [2] = {["CLSID"] = "DIS_LS_6_250_DUAL_L"}, - [6] = {["CLSID"] = "DIS_LS_6_250_DUAL_R"} - }, - ["PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK1100"}, - [3] = {["CLSID"] = "DIS_TANK1100"}, - [2] = {["CLSID"] = "DIS_LS_6_100_DUAL_L"}, - [6] = {["CLSID"] = "DIS_LS_6_100_DUAL_R"} - }, - ["PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7"] = { - [7] = {["CLSID"] = "DIS_PL-5EII"}, - [1] = {["CLSID"] = "DIS_PL-5EII"}, - [4] = {["CLSID"] = "DIS_WMD7"}, - [5] = {["CLSID"] = "DIS_TANK800"}, - [3] = {["CLSID"] = "DIS_TANK800"}, - [2] = {["CLSID"] = "DIS_LS_6_100_DUAL_L"}, - [6] = {["CLSID"] = "DIS_LS_6_100_DUAL_R"} - } - }, - ["WingLoong-I"] = { - ["AKD-10 x 2"] = { - [2] = {["CLSID"] = "DIS_AKD-10"}, - [1] = {["CLSID"] = "DIS_AKD-10"} - } - }, - ["Christen Eagle II"] = { - ["Smoke - white"] = {[1] = {["CLSID"] = "{CE2_SMOKE_WHITE}"}} - }, - ["F-15ESE"] = { - ["AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank"] = { - [8] = {["CLSID"] = "{F15E_EXTTANK}"}, - [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [12] = {["CLSID"] = "{CFT_R_BLU107_x_6}"}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [4] = {["CLSID"] = "{CFT_L_BLU107_x_6}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2"] = { - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [5] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2"] = { - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [12] = {["CLSID"] = "{CFT_R_CBU_87_x_3}"}, - [8] = {["CLSID"] = ""}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [4] = {["CLSID"] = "{CFT_L_CBU_87_x_3}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2"] = { - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [5] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9M x 4, TGP, NVP, Fuel Tanks x 2"] = { - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [8] = {["CLSID"] = ""}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{CFT_L_MK82LD_x_6}"}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [8] = {["CLSID"] = ""}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [12] = {["CLSID"] = "{CFT_R_CBU_97_x_3}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [14] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["CATM-9M x 3, AIM-120B"] = { - [1] = {["CLSID"] = "CATM-9M"}, - [8] = {["CLSID"] = ""}, - [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [13] = {["CLSID"] = "CATM-9M"}, - [3] = {["CLSID"] = "CATM-9M"} - }, - ["AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [5] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [8] = {["CLSID"] = ""}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["CATM-9M, CAIM-120"] = { - [1] = {["CLSID"] = "CATM-9M"}, - [8] = {["CLSID"] = ""}, - [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - [" AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP"] = { - [3] = {["CLSID"] = "CATM-9M"}, - [4] = {["CLSID"] = "{CFT_L_BDU50LGB_x_2}"}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [8] = {["CLSID"] = ""}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [12] = {["CLSID"] = "{CFT_R_BDU50LGB_x_2}"}, - [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{CFT_L_GBU_12_x_4}"}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [12] = {["CLSID"] = "{CFT_R_GBU_12_x_4}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"} - }, - [" AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2"] = { - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [12] = {["CLSID"] = "{CFT_R_MK82LD_x_6}"}, - [8] = {["CLSID"] = ""}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [4] = {["CLSID"] = "{CFT_L_MK82LD_x_6}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP"] = { - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [12] = {["CLSID"] = "{CFT_R_CBU_87_x_6}"}, - [8] = {["CLSID"] = ""}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [5] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{CFT_L_GBU_12_x_4}"}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [8] = {["CLSID"] = ""}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [12] = {["CLSID"] = "{CFT_R_GBU_10_x_2}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"} - }, - ["Clean"] = { - [8] = {["CLSID"] = ""}, - [14] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{CFT_L_CBU_100_x_6}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [12] = {["CLSID"] = "{CFT_R_CBU_100_x_6}"}, - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"} - }, - ["AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F15E_EXTTANK}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [14] = {["CLSID"] = "{F15E_EXTTANK}"}, - [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{AIM-7H}"}, - [10] = {["CLSID"] = "{AIM-7H}"}, - [4] = {["CLSID"] = "{CFT_L_CBU_100_x_6}"}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"} - }, - ["AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{CFT_L_MK82AR_x_6}"}, - [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, - [12] = {["CLSID"] = "{CFT_R_MK82AR_x_6}"}, - [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [14] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - } - }, - ["F-16C_50"] = { - ["AIM-120B*2, AIM-9M*4, FUEL*3"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120B*4, AIM-9M*2, FUEL*3"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120B*6, FUEL*3"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120C*2, AIM-9X*4, FUEL*2"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = ""}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C*4, AIM-9X*2, FUEL*3"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C*4, AIM-9X*2, FUEL*3, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*4, AIM-9X*2, FUEL*2"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = ""}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C*6, FUEL*3"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C*4, AIM-9X*2, FUEL*2, ECM"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*6, FUEL*2, ECM"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C*6, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*6, FUEL*2"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = ""}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C*6, FUEL*3, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65H"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "LAU_117_AGM_65H"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_2L*CBU-97}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_2R*CBU-97}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_2L*MK-82}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_2R*MK-82}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_2L*CBU-87}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_2R*CBU-87}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_2L*MK-82AIR}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_2R*MK-82AIR}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{BRU57_2*CBU-103}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{BRU57_2*CBU-103}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{BRU57_2*CBU-105}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{BRU57_2*CBU-105}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_3*MK-82}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_3*MK-82}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_3*MK-82AIR}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_3*MK-82AIR}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_2L*MK-82_Snakeye}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_2R*MK-82_Snakeye}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_3*MK-82_Snakeye}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_3*MK-82_Snakeye}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_2L*MK-82AIR}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_2R*MK-82AIR}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{TER_9A_2L*GBU-12}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{TER_9A_2R*GBU-12}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{GBU-31}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{GBU-31}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{GBU-31V3B}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{GBU-31V3B}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{GBU-38}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{BRU57_2*GBU-38}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{BRU57_2*GBU-38}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65G"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "LAU_117_AGM_65G"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "LAU_117_AGM_65G"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{AN_ASQ_213}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{AN_ASQ_213}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{AN_ASQ_213}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{AN_ASQ_213}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{AN_ASQ_213}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*4, AGM-88C*4, ECM, TGP, HTS"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{AN_ASQ_213}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [3] = {["CLSID"] = "LAU3_WP61"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "ALQ_184_Long"}, - [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "LAU3_WP61"}, - [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - } - }, - ["F-5E-3"] = { - ["Mk-82LD*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["AIM-9P*2, Fuel 275*3"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9P5*2, Fuel 275*3"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [1] = {["CLSID"] = "{AIM-9P5}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9P*2, Fuel 150*3"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{PTB-150GAL}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"}, - [3] = {["CLSID"] = "{PTB-150GAL}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["AIM-9P5*2, Fuel 150*3"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [5] = {["CLSID"] = "{PTB-150GAL}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"}, - [3] = {["CLSID"] = "{PTB-150GAL}"}, - [1] = {["CLSID"] = "{AIM-9P5}"} - }, - ["Mk-82SE*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [5] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["CBU-52B*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{CBU-52B}"}, - [3] = {["CLSID"] = "{CBU-52B}"}, - [6] = {["CLSID"] = "{CBU-52B}"}, - [2] = {["CLSID"] = "{CBU-52B}"} - }, - ["LAU-3 HE*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "LAU3_HE151"}, - [3] = {["CLSID"] = "LAU3_HE151"}, - [6] = {["CLSID"] = "LAU3_HE151"}, - [2] = {["CLSID"] = "LAU3_HE151"} - }, - ["LAU-3 HEAT*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "LAU3_HE5"}, - [3] = {["CLSID"] = "LAU3_HE5"}, - [6] = {["CLSID"] = "LAU3_HE5"}, - [2] = {["CLSID"] = "LAU3_HE5"} - }, - ["LAU-68 HE*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [3] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} - }, - ["LAU-68 HEAT*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [3] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [6] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [2] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"} - }, - ["M-117*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [6] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [5] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [3] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [2] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} - }, - ["GBU-12*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [6] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} - }, - ["CBU-52B*5,AIM-9*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{CBU-52B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{CBU-52B}"}, - [3] = {["CLSID"] = "{CBU-52B}"}, - [6] = {["CLSID"] = "{CBU-52B}"}, - [2] = {["CLSID"] = "{CBU-52B}"} - }, - ["Mk-82LD*5,AIM-9*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["Mk-82SE*5,AIM-9*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [4] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [5] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["Mk-82LD*7,AIM-9P*2, Fuel 275*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{MER-5E_MK82x5}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["Mk-82SE*7,AIM-9P*2, Fuel 275*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{MER-5E_Mk82SNAKEYEx5}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [6] = {["CLSID"] = "LAU3_HE151"}, - [2] = {["CLSID"] = "LAU3_HE151"} - }, - ["LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} - }, - ["M-117*5,AIM-9*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [6] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [5] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [3] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [2] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} - }, - ["AIM-9P*2, Fuel 275"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9P*2, Fuel 150"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"} - }, - ["AIM-9P5*2, Fuel 275"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [1] = {["CLSID"] = "{AIM-9P5}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9P5*2, Fuel 150"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [1] = {["CLSID"] = "{AIM-9P5}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"} - }, - ["AIM-9B*2, Fuel 275"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [1] = {["CLSID"] = "{AIM-9B}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9B*2, Fuel 150"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [1] = {["CLSID"] = "{AIM-9B}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"} - }, - ["AIM-9B*2, Fuel 275*3"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [1] = {["CLSID"] = "{AIM-9B}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9B*2, Fuel 150*3"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [5] = {["CLSID"] = "{PTB-150GAL}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"}, - [3] = {["CLSID"] = "{PTB-150GAL}"}, - [1] = {["CLSID"] = "{AIM-9B}"} - }, - ["AN/ASQ-T50, AIM-9P, Fuel 150"] = { - [7] = {["CLSID"] = "{AIS_ASQ_T50}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"} - }, - ["AIM-9B*2"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [1] = {["CLSID"] = "{AIM-9B}"} - }, - ["AIM-9P*2"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["AIM-9P5*2"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [1] = {["CLSID"] = "{AIM-9P5}"} - }, - ["Antiship Mk82"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [1] = {["CLSID"] = "{AIM-9P5}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"} - } - }, - ["F-5E"] = { - ["Mk-82LD*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["AIM-9P*2, Fuel 275*3"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9P5*2, Fuel 275*3"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [1] = {["CLSID"] = "{AIM-9P5}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9P*2, Fuel 150*3"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{PTB-150GAL}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"}, - [3] = {["CLSID"] = "{PTB-150GAL}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["AIM-9P5*2, Fuel 150*3"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [5] = {["CLSID"] = "{PTB-150GAL}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"}, - [3] = {["CLSID"] = "{PTB-150GAL}"}, - [1] = {["CLSID"] = "{AIM-9P5}"} - }, - ["Mk-82SE*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [5] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["CBU-52B*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{CBU-52B}"}, - [3] = {["CLSID"] = "{CBU-52B}"}, - [6] = {["CLSID"] = "{CBU-52B}"}, - [2] = {["CLSID"] = "{CBU-52B}"} - }, - ["LAU-3 HE*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "LAU3_HE151"}, - [3] = {["CLSID"] = "LAU3_HE151"}, - [6] = {["CLSID"] = "LAU3_HE151"}, - [2] = {["CLSID"] = "LAU3_HE151"} - }, - ["LAU-3 HEAT*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "LAU3_HE5"}, - [3] = {["CLSID"] = "LAU3_HE5"}, - [6] = {["CLSID"] = "LAU3_HE5"}, - [2] = {["CLSID"] = "LAU3_HE5"} - }, - ["LAU-68 HE*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [3] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} - }, - ["LAU-68 HEAT*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [3] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [6] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, - [2] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"} - }, - ["M-117*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [6] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [5] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [3] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [2] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} - }, - ["GBU-12*4,AIM-9P*2,Fuel 275"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [6] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} - }, - ["CBU-52B*5,AIM-9*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{CBU-52B}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{CBU-52B}"}, - [3] = {["CLSID"] = "{CBU-52B}"}, - [6] = {["CLSID"] = "{CBU-52B}"}, - [2] = {["CLSID"] = "{CBU-52B}"} - }, - ["Mk-82LD*5,AIM-9*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["Mk-82SE*5,AIM-9*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [4] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [5] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["Mk-82LD*7,AIM-9P*2, Fuel 275*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{MER-5E_MK82x5}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["Mk-82SE*7,AIM-9P*2, Fuel 275*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{MER-5E_Mk82SNAKEYEx5}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [6] = {["CLSID"] = "LAU3_HE151"}, - [2] = {["CLSID"] = "LAU3_HE151"} - }, - ["LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, - [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} - }, - ["M-117*5,AIM-9*2"] = { - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [6] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [5] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [3] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [2] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} - }, - ["AIM-9P*2, Fuel 275"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9P*2, Fuel 150"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"} - }, - ["AIM-9P5*2, Fuel 275"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [1] = {["CLSID"] = "{AIM-9P5}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9P5*2, Fuel 150"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [1] = {["CLSID"] = "{AIM-9P5}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"} - }, - ["AIM-9B*2, Fuel 275"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [1] = {["CLSID"] = "{AIM-9B}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9B*2, Fuel 150"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [1] = {["CLSID"] = "{AIM-9B}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"} - }, - ["AIM-9B*2, Fuel 275*3"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [1] = {["CLSID"] = "{AIM-9B}"}, - [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, - [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} - }, - ["AIM-9B*2, Fuel 150*3"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [5] = {["CLSID"] = "{PTB-150GAL}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"}, - [3] = {["CLSID"] = "{PTB-150GAL}"}, - [1] = {["CLSID"] = "{AIM-9B}"} - }, - ["AN/ASQ-T50, AIM-9P, Fuel 150"] = { - [7] = {["CLSID"] = "{AIS_ASQ_T50}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [4] = {["CLSID"] = "{PTB-150GAL}"} - }, - ["AIM-9B*2"] = { - [7] = {["CLSID"] = "{AIM-9B}"}, - [1] = {["CLSID"] = "{AIM-9B}"} - }, - ["AIM-9P*2"] = { - [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["AIM-9P5*2"] = { - [7] = {["CLSID"] = "{AIM-9P5}"}, - [1] = {["CLSID"] = "{AIM-9P5}"} - } - }, - ["F-86F Sabre"] = { - ["120gal Fuel*2"] = { - [4] = {["CLSID"] = "{PTB_120_F86F35}"}, - [7] = {["CLSID"] = "{PTB_120_F86F35}"} - }, - ["200gal Fuel*2"] = { - [10] = {["CLSID"] = "{PTB_200_F86F35}"}, - [1] = {["CLSID"] = "{PTB_200_F86F35}"} - }, - ["120gal Fuel*2, 200gal Fuel*2"] = { - [10] = {["CLSID"] = "{PTB_200_F86F35}"}, - [7] = {["CLSID"] = "{PTB_120_F86F35}"}, - [4] = {["CLSID"] = "{PTB_120_F86F35}"}, - [1] = {["CLSID"] = "{PTB_200_F86F35}"} - }, - ["GAR-8*2"] = { - [6] = {["CLSID"] = "{GAR-8}"}, - [5] = {["CLSID"] = "{GAR-8}"} - }, - ["120gal Fuel*2, GAR-8*2"] = { - [7] = {["CLSID"] = "{PTB_120_F86F35}"}, - [6] = {["CLSID"] = "{GAR-8}"}, - [5] = {["CLSID"] = "{GAR-8}"}, - [4] = {["CLSID"] = "{PTB_120_F86F35}"} - }, - ["HVAR*16"] = { - [10] = {["CLSID"] = "{HVARx2}"}, - [9] = {["CLSID"] = "{HVARx2}"}, - [8] = {["CLSID"] = "{HVARx2}"}, - [7] = {["CLSID"] = "{HVARx2}"}, - [4] = {["CLSID"] = "{HVARx2}"}, - [3] = {["CLSID"] = "{HVARx2}"}, - [2] = {["CLSID"] = "{HVARx2}"}, - [1] = {["CLSID"] = "{HVARx2}"} - }, - ["200gal Fuel*2, HVARx2*4"] = { - [10] = {["CLSID"] = "{PTB_200_F86F35}"}, - [1] = {["CLSID"] = "{PTB_200_F86F35}"}, - [8] = {["CLSID"] = "{HVARx2}"}, - [7] = {["CLSID"] = "{HVARx2}"}, - [4] = {["CLSID"] = "{HVARx2}"}, - [3] = {["CLSID"] = "{HVARx2}"} - }, - ["AN-M64*2"] = { - [7] = {["CLSID"] = "{F86ANM64}"}, - [4] = {["CLSID"] = "{F86ANM64}"} - }, - ["200gal Fuel*2, AN-M64*2"] = { - [10] = {["CLSID"] = "{PTB_200_F86F35}"}, - [1] = {["CLSID"] = "{PTB_200_F86F35}"}, - [7] = {["CLSID"] = "{F86ANM64}"}, - [4] = {["CLSID"] = "{F86ANM64}"} - }, - ["M117*2"] = { - [7] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, - [4] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} - } - }, - ["F-14A-135-GR"] = { - ["XT*2"] = { - [8] = {["CLSID"] = "{F14-300gal}"}, - [3] = {["CLSID"] = "{F14-300gal}"} - }, - ["AIM-54A-MK47*6, AIM-9L*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-7F*6, AIM-9L*2, XT*2"] = { - [7] = {["CLSID"] = "{BELLY AIM-7F}"}, - [4] = {["CLSID"] = "{BELLY AIM-7F}"}, - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [5] = {["CLSID"] = "{BELLY AIM-7F}"}, - [6] = {["CLSID"] = "{BELLY AIM-7F}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [5] = {["CLSID"] = "{BELLY AIM-7F}"} - }, - ["AIM-54A-MK47*4, AIM-9L*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK47*4, AIM-9M*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK60*4, AIM-9M*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-7F*4, AIM-9L*4, XT*2"] = { - [7] = {["CLSID"] = "{BELLY AIM-7F}"}, - [4] = {["CLSID"] = "{BELLY AIM-7F}"}, - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [5] = {["CLSID"] = "{BELLY AIM-7F}"}, - [6] = {["CLSID"] = "{BELLY AIM-7F}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["BDU-33*14"] = { - [4] = {["CLSID"] = "{MAK79_BDU33 4}"}, - [7] = {["CLSID"] = "{MAK79_BDU33 4}"}, - [5] = {["CLSID"] = "{MAK79_BDU33 3L}"}, - [6] = {["CLSID"] = "{MAK79_BDU33 3R}"} - }, - ["BDU-33*12"] = { - [4] = {["CLSID"] = "{BRU3242_3*BDU33}"}, - [7] = {["CLSID"] = "{BRU3242_3*BDU33}"}, - [5] = {["CLSID"] = "{BRU3242_3*BDU33}"}, - [6] = {["CLSID"] = "{BRU3242_3*BDU33}"} - }, - ["GBU-10*2"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-10}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-10}"} - }, - ["GBU-12*4"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [5] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [6] = {["CLSID"] = "{BRU-32 GBU-12}"} - }, - ["GBU-16*4"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-16}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-16}"}, - [5] = {["CLSID"] = "{BRU-32 GBU-16}"}, - [6] = {["CLSID"] = "{BRU-32 GBU-16}"} - }, - ["GBU-24*2"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, - [6] = {["CLSID"] = "{BRU-32 GBU-24}"} - }, - ["Mk-84*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-84}"}, - [7] = {["CLSID"] = "{BRU-32 MK-84}"}, - [5] = {["CLSID"] = "{BRU-32 MK-84}"}, - [6] = {["CLSID"] = "{BRU-32 MK-84}"} - }, - ["Mk-83*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-83}"}, - [7] = {["CLSID"] = "{BRU-32 MK-83}"}, - [5] = {["CLSID"] = "{BRU-32 MK-83}"}, - [6] = {["CLSID"] = "{BRU-32 MK-83}"} - }, - ["Mk-82*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-82}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [5] = {["CLSID"] = "{BRU-32 MK-82}"}, - [6] = {["CLSID"] = "{BRU-32 MK-82}"} - }, - ["Mk-82*14"] = { - [4] = {["CLSID"] = "{MAK79_MK82 4}"}, - [7] = {["CLSID"] = "{MAK79_MK82 4}"}, - [5] = {["CLSID"] = "{MAK79_MK82 3L}"}, - [6] = {["CLSID"] = "{MAK79_MK82 3R}"} - }, - ["Mk-81*14"] = { - [4] = {["CLSID"] = "{MAK79_MK81 4}"}, - [7] = {["CLSID"] = "{MAK79_MK81 4}"}, - [5] = {["CLSID"] = "{MAK79_MK81 3L}"}, - [6] = {["CLSID"] = "{MAK79_MK81 3R}"} - }, - ["Mk-20*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-20}"}, - [7] = {["CLSID"] = "{BRU-32 MK-20}"}, - [5] = {["CLSID"] = "{BRU-32 MK-20}"}, - [6] = {["CLSID"] = "{BRU-32 MK-20}"} - }, - ["Mk-82AIR*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, - [5] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, - [6] = {["CLSID"] = "{BRU-32 MK-82AIR}"} - }, - ["Zuni*12"] = { - [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, - [7] = {["CLSID"] = "{BRU3242_LAU10}"} - }, - ["Zuni*28"] = { - [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, - [7] = {["CLSID"] = "{BRU3242_LAU10}"}, - [2] = {["CLSID"] = "{PHXBRU3242_2*LAU10 LS}"}, - [9] = {["CLSID"] = "{PHXBRU3242_2*LAU10 RS}"} - }, - ["LUU-2*24"] = { - [5] = {["CLSID"] = "{BRU3242_2*SUU25 R}"}, - [6] = {["CLSID"] = "{BRU3242_SUU25}"} - }, - ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [4] = {["CLSID"] = "{BRU-32 MK-82}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-20}"}, - [4] = {["CLSID"] = "{BRU-32 MK-20}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [4] = {["CLSID"] = "{BRU-32 MK-82}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-20}"}, - [4] = {["CLSID"] = "{BRU-32 MK-20}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - } - }, - ["F-14A-95-GR"] = { - ["AIM-54A-MK47*6, AIM-9L*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 R}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK60*6, AIM-9L*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-7F*6, AIM-9L*2"] = { - [7] = {["CLSID"] = "{BELLY AIM-7F}"}, - [4] = {["CLSID"] = "{BELLY AIM-7F}"}, - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [5] = {["CLSID"] = "{BELLY AIM-7F}"}, - [6] = {["CLSID"] = "{BELLY AIM-7F}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK60*4, AIM-7F*2, AIM-9L*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [5] = {["CLSID"] = "{BELLY AIM-7F}"} - }, - ["AIM-54A-MK60*2, AIM-7F*1, AIM-9L*4"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [5] = {["CLSID"] = "{BELLY AIM-7F}"} - }, - ["AIM-54A-MK47*4, AIM-9L*4"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK60*4, AIM-9L*4"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-7F*4, AIM-9L*4"] = { - [7] = {["CLSID"] = "{BELLY AIM-7F}"}, - [4] = {["CLSID"] = "{BELLY AIM-7F}"}, - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [5] = {["CLSID"] = "{BELLY AIM-7F}"}, - [6] = {["CLSID"] = "{BELLY AIM-7F}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK47*2, AIM-7F*3, AIM-9L*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [5] = {["CLSID"] = "{BELLY AIM-7F}"} - }, - ["AIM-54A-MK60*2, AIM-7F*3, AIM-9L*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [5] = {["CLSID"] = "{BELLY AIM-7F}"} - }, - ["BDU-33*14"] = { - [4] = {["CLSID"] = "{MAK79_BDU33 4}"}, - [7] = {["CLSID"] = "{MAK79_BDU33 4}"}, - [5] = {["CLSID"] = "{MAK79_BDU33 3L}"}, - [6] = {["CLSID"] = "{MAK79_BDU33 3R}"} - }, - ["BDU-33*12"] = { - [4] = {["CLSID"] = "{BRU3242_3*BDU33}"}, - [7] = {["CLSID"] = "{BRU3242_3*BDU33}"}, - [5] = {["CLSID"] = "{BRU3242_3*BDU33}"}, - [6] = {["CLSID"] = "{BRU3242_3*BDU33}"} - }, - ["GBU-10*2"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-10}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-10}"} - }, - ["GBU-12*4"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [5] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [6] = {["CLSID"] = "{BRU-32 GBU-12}"} - }, - ["GBU-16*4"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-16}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-16}"}, - [5] = {["CLSID"] = "{BRU-32 GBU-16}"}, - [6] = {["CLSID"] = "{BRU-32 GBU-16}"} - }, - ["GBU-24*2"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, - [6] = {["CLSID"] = "{BRU-32 GBU-24}"} - }, - ["Mk-84*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-84}"}, - [7] = {["CLSID"] = "{BRU-32 MK-84}"}, - [5] = {["CLSID"] = "{BRU-32 MK-84}"}, - [6] = {["CLSID"] = "{BRU-32 MK-84}"} - }, - ["Mk-83*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-83}"}, - [7] = {["CLSID"] = "{BRU-32 MK-83}"}, - [5] = {["CLSID"] = "{BRU-32 MK-83}"}, - [6] = {["CLSID"] = "{BRU-32 MK-83}"} - }, - ["Mk-82*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-82}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [5] = {["CLSID"] = "{BRU-32 MK-82}"}, - [6] = {["CLSID"] = "{BRU-32 MK-82}"} - }, - ["Mk-82*14"] = { - [4] = {["CLSID"] = "{MAK79_MK82 4}"}, - [7] = {["CLSID"] = "{MAK79_MK82 4}"}, - [5] = {["CLSID"] = "{MAK79_MK82 3L}"}, - [6] = {["CLSID"] = "{MAK79_MK82 3R}"} - }, - ["Mk-81*14"] = { - [4] = {["CLSID"] = "{MAK79_MK81 4}"}, - [7] = {["CLSID"] = "{MAK79_MK81 4}"}, - [5] = {["CLSID"] = "{MAK79_MK81 3L}"}, - [6] = {["CLSID"] = "{MAK79_MK81 3R}"} - }, - ["Mk-20*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-20}"}, - [7] = {["CLSID"] = "{BRU-32 MK-20}"}, - [5] = {["CLSID"] = "{BRU-32 MK-20}"}, - [6] = {["CLSID"] = "{BRU-32 MK-20}"} - }, - ["Mk-82AIR*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, - [5] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, - [6] = {["CLSID"] = "{BRU-32 MK-82AIR}"} - }, - ["Zuni*12"] = { - [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, - [7] = {["CLSID"] = "{BRU3242_LAU10}"} - }, - ["Zuni*28"] = { - [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, - [7] = {["CLSID"] = "{BRU3242_LAU10}"}, - [2] = {["CLSID"] = "{PHXBRU3242_2*LAU10 LS}"}, - [9] = {["CLSID"] = "{PHXBRU3242_2*LAU10 RS}"} - }, - ["LUU-2*24"] = { - [5] = {["CLSID"] = "{BRU3242_2*SUU25 R}"}, - [6] = {["CLSID"] = "{BRU3242_SUU25}"} - }, - ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, Mk-82*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [4] = {["CLSID"] = "{BRU-32 MK-82}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, Mk-82*1"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, Mk-20*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [7] = {["CLSID"] = "{BRU-32 MK-20}"}, - [4] = {["CLSID"] = "{BRU-32 MK-20}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - } - }, - ["F-14B"] = { - ["XT*2"] = { - [8] = {["CLSID"] = "{F14-300gal}"}, - [3] = {["CLSID"] = "{F14-300gal}"} - }, - ["AIM-54A-MK47*6, AIM-9M*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK47*6, AIM-9L*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK60*6, AIM-9M*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54C-MK47*6, AIM-9M*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54C_Mk47 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54C_Mk47 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-7M*6, AIM-9M*2, XT*2"] = { - [7] = {["CLSID"] = "{BELLY AIM-7M}"}, - [4] = {["CLSID"] = "{BELLY AIM-7M}"}, - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"}, - [6] = {["CLSID"] = "{BELLY AIM-7M}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-7M*6, AIM-9L*2, XT*2"] = { - [7] = {["CLSID"] = "{BELLY AIM-7M}"}, - [4] = {["CLSID"] = "{BELLY AIM-7M}"}, - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"}, - [6] = {["CLSID"] = "{BELLY AIM-7M}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"} - }, - ["AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"} - }, - ["AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"} - }, - ["AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"} - }, - ["AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK47*4, AIM-9M*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK60*4, AIM-9M*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54C-MK47*4, AIM-9M*4, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [6] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [5] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"}, - [6] = {["CLSID"] = "{BELLY AIM-7M}"}, - [4] = {["CLSID"] = "{BELLY AIM-7M}"}, - [7] = {["CLSID"] = "{BELLY AIM-7M}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-7M*4, AIM-9L*4, XT*2"] = { - [7] = {["CLSID"] = "{BELLY AIM-7M}"}, - [4] = {["CLSID"] = "{BELLY AIM-7M}"}, - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, - [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"}, - [6] = {["CLSID"] = "{BELLY AIM-7M}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} - }, - ["AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"} - }, - ["AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"} - }, - ["AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"} - }, - ["BDU-33*14"] = { - [4] = {["CLSID"] = "{MAK79_BDU33 4}"}, - [7] = {["CLSID"] = "{MAK79_BDU33 4}"}, - [5] = {["CLSID"] = "{MAK79_BDU33 3L}"}, - [6] = {["CLSID"] = "{MAK79_BDU33 3R}"} - }, - ["BDU-33*12"] = { - [4] = {["CLSID"] = "{BRU3242_3*BDU33}"}, - [7] = {["CLSID"] = "{BRU3242_3*BDU33}"}, - [5] = {["CLSID"] = "{BRU3242_3*BDU33}"}, - [6] = {["CLSID"] = "{BRU3242_3*BDU33}"} - }, - ["GBU-10*2"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-10}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-10}"} - }, - ["GBU-12*4"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [5] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [6] = {["CLSID"] = "{BRU-32 GBU-12}"} - }, - ["GBU-16*4"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-16}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-16}"}, - [5] = {["CLSID"] = "{BRU-32 GBU-16}"}, - [6] = {["CLSID"] = "{BRU-32 GBU-16}"} - }, - ["GBU-24*2"] = { - [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, - [6] = {["CLSID"] = "{BRU-32 GBU-24}"} - }, - ["Mk-84*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-84}"}, - [7] = {["CLSID"] = "{BRU-32 MK-84}"}, - [5] = {["CLSID"] = "{BRU-32 MK-84}"}, - [6] = {["CLSID"] = "{BRU-32 MK-84}"} - }, - ["Mk-83*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-83}"}, - [7] = {["CLSID"] = "{BRU-32 MK-83}"}, - [5] = {["CLSID"] = "{BRU-32 MK-83}"}, - [6] = {["CLSID"] = "{BRU-32 MK-83}"} - }, - ["Mk-82*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-82}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [5] = {["CLSID"] = "{BRU-32 MK-82}"}, - [6] = {["CLSID"] = "{BRU-32 MK-82}"} - }, - ["Mk-82*14"] = { - [4] = {["CLSID"] = "{MAK79_MK82 4}"}, - [7] = {["CLSID"] = "{MAK79_MK82 4}"}, - [5] = {["CLSID"] = "{MAK79_MK82 3L}"}, - [6] = {["CLSID"] = "{MAK79_MK82 3R}"} - }, - ["Mk-81*14"] = { - [4] = {["CLSID"] = "{MAK79_MK81 4}"}, - [7] = {["CLSID"] = "{MAK79_MK81 4}"}, - [5] = {["CLSID"] = "{MAK79_MK81 3L}"}, - [6] = {["CLSID"] = "{MAK79_MK81 3R}"} - }, - ["Mk-20*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-20}"}, - [7] = {["CLSID"] = "{BRU-32 MK-20}"}, - [5] = {["CLSID"] = "{BRU-32 MK-20}"}, - [6] = {["CLSID"] = "{BRU-32 MK-20}"} - }, - ["Mk-82AIR*4"] = { - [4] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, - [5] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, - [6] = {["CLSID"] = "{BRU-32 MK-82AIR}"} - }, - ["Zuni*12"] = { - [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, - [7] = {["CLSID"] = "{BRU3242_LAU10}"} - }, - ["Zuni*28"] = { - [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, - [7] = {["CLSID"] = "{BRU3242_LAU10}"}, - [2] = {["CLSID"] = "{PHXBRU3242_2*LAU10 LS}"}, - [9] = {["CLSID"] = "{PHXBRU3242_2*LAU10 RS}"} - }, - ["LUU-2*24"] = { - [5] = {["CLSID"] = "{BRU3242_2*SUU25 R}"}, - [6] = {["CLSID"] = "{BRU3242_SUU25}"} - }, - ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [4] = {["CLSID"] = "{BRU-32 MK-82}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-20}"}, - [4] = {["CLSID"] = "{BRU-32 MK-20}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-82}"}, - [4] = {["CLSID"] = "{BRU-32 MK-82}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - }, - ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN"] = { - [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, - [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, - [8] = {["CLSID"] = "{F14-300gal}"}, - [7] = {["CLSID"] = "{BRU-32 MK-20}"}, - [4] = {["CLSID"] = "{BRU-32 MK-20}"}, - [5] = {["CLSID"] = "{BELLY AIM-7M}"}, - [3] = {["CLSID"] = "{F14-300gal}"}, - [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, - [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} - } - }, - ["F/A-18A"] = { - ["GBU-16*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9*6,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Mk-84*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-65D*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM88*4_AIM9*2_AIM7_FLIR Pod_Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9*4,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["LAU-10*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-88*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["MK-82*8,AIM-9*2,AIM-7,FLIR Pod,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [3] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [8] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["MK-82*4,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9*4,AIM-7*2,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-65K*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Fuel*3"] = { - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"} - }, - ["AGM88*2_AGM65D*2_AIM9*2_AIM7_FLIR Pod_Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["GBU-12*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9*4,AIM-7*4,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Mk20*4,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["GBU-10*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-84A*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, - [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - } - }, - ["F/A-18C"] = { - ["AGM-62*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{C40A1E3A-DD05-40D9-85A4-217729E37FAE}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{C40A1E3A-DD05-40D9-85A4-217729E37FAE}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["GBU-10*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["GBU-12*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Fuel*3"] = { - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"} - }, - ["Mk-84*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["GBU-16*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-154*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*4,AIM-9*2,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-65D*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM88*2_AGM65D*2_AIM9*2_AIM7_FLIR Pod_Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM88*4_AIM9*2_AIM7_FLIR Pod_Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9*2,AIM-7*6,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Mk20*4,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*6,AIM-9*2,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["LAU-10*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9*2,AIM-7*4,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["MK-82*8,AIM-9*2,AIM-7,FLIR Pod,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [3] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [8] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*2,AIM-9*2,AIM-7*2,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-88*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-84E*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["MK-82*4,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-84A*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9M*2,AGM-65D*2,Mk-82*4,FLIR Pod,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [3] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{1C2B16EB-8EB0-43de-8788-8EBB2D70B8BC}"}, - [7] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*4,AIM-9*2,AIM-7*2,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-65K*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, - [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - } - }, - ["FA-18C_hornet"] = { - ["AIM-9M*6, AIM-7M*2, FUEL*3"] = { - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [2] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-9M"}, - [8] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-9M"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} - }, - ["AIM-9M*6, AIM-7M*2, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-9M"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-9M"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} - }, - ["AIM-9M*2, MK-84*2, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} - }, - ["AIM-9M*2, MK-83*4, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{BRU33_2X_MK-83}"}, - [8] = {["CLSID"] = "{BRU33_2X_MK-83}"} - }, - ["Carrier Landing"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9M*2, AIM-7M*4, FUEL*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{LAU-115 - AIM-7M}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{LAU-115 - AIM-7M}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} - }, - ["AIM-9M*2, CBU-99*4, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{BRU33_2X_CBU-99}"}, - [8] = {["CLSID"] = "{BRU33_2X_CBU-99}"} - }, - ["AIM-9M*2, MK-82SE*4, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{BRU33_2X_MK-82_Snakeye}"}, - [8] = {["CLSID"] = "{BRU33_2X_MK-82_Snakeye}"} - }, - ["AIM-9M*2, MK-20*4, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{BRU33_2X_ROCKEYE}"}, - [8] = {["CLSID"] = "{BRU33_2X_ROCKEYE}"} - }, - ["AIM-9M*2, MK-82*4, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{BRU33_2X_MK-82}"}, - [8] = {["CLSID"] = "{BRU33_2X_MK-82}"} - }, - ["AIM-9M*2, AIM-7M*2, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} - }, - ["AIM-9M*2, MK-83*2, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [8] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"} - }, - ["AIM-9M*2, ZUNI*4, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{BRU33_2*LAU10}"}, - [8] = {["CLSID"] = "{BRU33_2*LAU10}"} - }, - ["AIM-9M*2, LAU-61*4, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{BRU33_2*LAU61}"}, - [8] = {["CLSID"] = "{BRU33_2*LAU61}"} - }, - ["AIM-9M*2, LAU-68*4, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [2] = {["CLSID"] = "{BRU33_2*LAU68_MK5}"}, - [8] = {["CLSID"] = "{BRU33_2*LAU68_MK5}"} - }, - ["AIM-9M*2, AIM-7M*2, FUEL*1"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} - }, - ["AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL"] = { - [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [2] = {["CLSID"] = "{GBU_31_V_4B}"}, - [3] = {["CLSID"] = "{GBU_31_V_4B}"}, - [4] = {["CLSID"] = "{AN_ASQ_228}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [7] = {["CLSID"] = "{GBU_31_V_4B}"}, - [8] = {["CLSID"] = "{GBU_31_V_4B}"}, - [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"} - }, - ["AIM-9X*2, AIM-120C-5*6, FUEL*3"] = { - [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [4] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-120C"}, - [8] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-120C"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} - }, - ["AIM-9X*2, AIM-120C-5*6, FUEL*2"] = { - [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [4] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-120C"}, - [8] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-120C"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} - }, - ["AIM-9X*2, AIM-120C-5*2, FUEL*1"] = { - [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [4] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} - }, - ["AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL"] = { - [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [8] = {["CLSID"] = "LAU_117_AGM_65F"}, - [7] = {["CLSID"] = "LAU_117_AGM_65F"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [4] = {["CLSID"] = "{AN_ASQ_228}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65F"}, - [2] = {["CLSID"] = "LAU_117_AGM_65F"}, - [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"} - }, - ["AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL"] = { - [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"} - }, - ["AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL"] = { - [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [2] = {["CLSID"] = "{BRU55_2*GBU-38}"}, - [3] = {["CLSID"] = "{BRU33_2X_GBU-12}"}, - [4] = {["CLSID"] = "{AN_ASQ_228}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [7] = {["CLSID"] = "{BRU33_2X_GBU-12}"}, - [8] = {["CLSID"] = "{BRU55_2*GBU-38}"} - }, - ["AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2"] = { - [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, - [2] = {["CLSID"] = "{AGM_84H}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [4] = {["CLSID"] = "{AN_ASQ_228}"}, - [5] = {["CLSID"] = "{AWW-13}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [8] = {["CLSID"] = "{AGM_84H}"} - }, - ["AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{AGM_84D}"}, - [3] = {["CLSID"] = "{AGM_84D}"}, - [4] = {["CLSID"] = "{AN_ASQ_228}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [7] = {["CLSID"] = "{AGM_84D}"}, - [8] = {["CLSID"] = "{AGM_84D}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9M*2, ATFLIR, FUEL"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{AN_ASQ_228}"} - }, - ["AIM-9M*2, ATFLIR, FUEL*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [4] = {["CLSID"] = "{AN_ASQ_228}"}, - [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - } - }, - ["I-16"] = { - ["6xRS-82"] = { - [1] = {["CLSID"] = "I16_RS_82"}, - [2] = {["CLSID"] = "I16_RS_82"}, - [3] = {["CLSID"] = "I16_RS_82"}, - [6] = {["CLSID"] = "I16_RS_82"}, - [7] = {["CLSID"] = "I16_RS_82"}, - [8] = {["CLSID"] = "I16_RS_82"} - }, - ["2xFAB-100"] = { - [4] = {["CLSID"] = "I16_FAB_100SV"}, - [5] = {["CLSID"] = "I16_FAB_100SV"} - }, - ["6xRS-82, 2xFAB-100"] = { - [1] = {["CLSID"] = "I16_RS_82"}, - [2] = {["CLSID"] = "I16_RS_82"}, - [3] = {["CLSID"] = "I16_RS_82"}, - [6] = {["CLSID"] = "I16_RS_82"}, - [7] = {["CLSID"] = "I16_RS_82"}, - [8] = {["CLSID"] = "I16_RS_82"}, - [4] = {["CLSID"] = "I16_FAB_100SV"}, - [5] = {["CLSID"] = "I16_FAB_100SV"} - }, - ["6xRS-82, 2xDropTank-93L"] = { - [1] = {["CLSID"] = "I16_RS_82"}, - [2] = {["CLSID"] = "I16_RS_82"}, - [3] = {["CLSID"] = "I16_RS_82"}, - [6] = {["CLSID"] = "I16_RS_82"}, - [7] = {["CLSID"] = "I16_RS_82"}, - [8] = {["CLSID"] = "I16_RS_82"}, - [4] = {["CLSID"] = "I16_DROP_FUEL_TANK"}, - [5] = {["CLSID"] = "I16_DROP_FUEL_TANK"} - }, - ["2xDropTank-93L"] = { - [4] = {["CLSID"] = "I16_DROP_FUEL_TANK"}, - [5] = {["CLSID"] = "I16_DROP_FUEL_TANK"} - } - }, - ["Ka-50"] = { - ["4xFAB-500"] = { - [1] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["2xFuel tank, 2xKMGU AP"] = { - [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} - }, - ["80xS-8 TsM"] = { - [1] = {["CLSID"] = "B_8V20A_CM"}, - [2] = {["CLSID"] = "B_8V20A_CM"}, - [3] = {["CLSID"] = "B_8V20A_CM"}, - [4] = {["CLSID"] = "B_8V20A_CM"} - }, - ["2xFuel tank, 40xS-8"] = { - [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["80xS-8"] = { - [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["4xKMGU AT"] = { - [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} - }, - ["2xKMGU AP"] = { - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} - }, - ["2xFuel tank, 12x9A4172"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["2xFuel tank, 2xUPK-23"] = { - [1] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} - }, - ["12x9A4172, 40xS-8"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["12x9A4172, 2xKMGU AT"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["4xKMGU AP"] = { - [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} - }, - ["2xFAB-250, 2xFuel tank"] = { - [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["12x9A4172, 2xFAB-500"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["20xS-13"] = { - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["40xS-8"] = { - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["12x9A4172, 2xUPK-23"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["2xKMGU AT"] = { - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} - }, - ["6x9A4172"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["2xFuel tank, 2xKMGU AT"] = { - [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} - }, - ["4xFuel tank"] = { - [1] = {["CLSID"] = "{PTB_450}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{PTB_450}"} - }, - ["2xKMGU AP, 12x9A4172"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["12x9A4172"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["2xFuel tank"] = { - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"} - }, - ["40xS-8 TsM, 12x9A4172"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "B_8V20A_CM"}, - [3] = {["CLSID"] = "B_8V20A_CM"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["2xFAB-500"] = { - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["40xS-8 TsM, 2xFuel tank"] = { - [1] = {["CLSID"] = "B_8V20A_CM"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "B_8V20A_CM"} - }, - ["4xUPK-23"] = { - [1] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} - }, - ["10xS-13"] = { - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["40xS-8 TsM"] = { - [2] = {["CLSID"] = "B_8V20A_CM"}, - [3] = {["CLSID"] = "B_8V20A_CM"} - }, - ["2xUPK-23"] = { - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} - }, - ["2xFuel tank, 2xFAB-500"] = { - [1] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["2xFAB-250"] = { - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["4xFAB-250"] = { - [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["2xFuel tank, 10xS-13"] = { - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["2xFAB-250, 12x9A4172"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["12x9A4172, 10xS-13"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - } - }, - ["Ka-50_3"] = { - ["4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"} - }, - ["2xKh-25ML, 10xS-13, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["12x9A4172, 40xS-8KOM, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["12x9A4172, 40xS-8OFP, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [3] = {["CLSID"] = "B_8V20A_OFP2"}, - [2] = {["CLSID"] = "B_8V20A_OFP2"} - }, - ["12x9A4172, 40xS-13, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["80xS-8KOM, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["80xS-8OFP, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "B_8V20A_OFP2"}, - [3] = {["CLSID"] = "B_8V20A_OFP2"}, - [2] = {["CLSID"] = "B_8V20A_OFP2"}, - [1] = {["CLSID"] = "B_8V20A_OFP2"} - }, - ["20xS-20, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["4xUPK-23, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [1] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} - }, - ["10xS-13, 2xFAB-500, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["10xS-13, 2xFAB-250, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["80xS-8OM, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "B_8V20A_OM"}, - [3] = {["CLSID"] = "B_8V20A_OM"}, - [2] = {["CLSID"] = "B_8V20A_OM"}, - [1] = {["CLSID"] = "B_8V20A_OM"} - }, - ["80xS-8TsM, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "B_8V20A_CM"}, - [3] = {["CLSID"] = "B_8V20A_CM"}, - [2] = {["CLSID"] = "B_8V20A_CM"}, - [1] = {["CLSID"] = "B_8V20A_CM"} - }, - ["40xS-8OFP, 2xFuel, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "B_8V20A_OFP2"}, - [1] = {["CLSID"] = "B_8V20A_OFP2"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [2] = {["CLSID"] = "{PTB_450}"} - }, - ["12x9A4172, 2xFuel, 4xIgla"] = { - [6] = {["CLSID"] = "{9S846_2xIGLA}"}, - [5] = {["CLSID"] = "{9S846_2xIGLA}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [2] = {["CLSID"] = "{PTB_450}"} - } - }, - ["L-39C"] = { - ["SAB-100x2"] = { - [3] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [1] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"} - }, - ["R-3Sx2"] = { - [3] = {["CLSID"] = "{R-3S}"}, - [1] = {["CLSID"] = "{R-3S}"} - }, - ["Smokes"] = { - [3] = {["CLSID"] = "{D3F65166-1AB8-490f-AF2F-2FB6E22568B4}"}, - [1] = {["CLSID"] = "{D3F65166-1AB8-490f-AF2F-2FB6E22568B1}"} - }, - ["Central Smoke"] = {[2] = {["CLSID"] = "{INV-SMOKE-WHITE}"}}, - ["FAB-100x2"] = { - [3] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} - }, - ["S-5KOx32"] = { - [3] = {["CLSID"] = "{UB-16-57UMP}"}, - [1] = {["CLSID"] = "{UB-16-57UMP}"} - } - }, - ["L-39ZA"] = { - ["S-5KOx32"] = { - [5] = {["CLSID"] = "{UB-16-57UMP}"}, - [1] = {["CLSID"] = "{UB-16-57UMP}"} - }, - ["S-5KOx64"] = { - [5] = {["CLSID"] = "{UB-16-57UMP}"}, - [1] = {["CLSID"] = "{UB-16-57UMP}"}, - [4] = {["CLSID"] = "{UB-16-57UMP}"}, - [2] = {["CLSID"] = "{UB-16-57UMP}"} - }, - ["S-5KOx32, PTB-150x2"] = { - [5] = {["CLSID"] = "{UB-16-57UMP}"}, - [1] = {["CLSID"] = "{UB-16-57UMP}"}, - [4] = {["CLSID"] = "{PTB_150L_L39}"}, - [2] = {["CLSID"] = "{PTB_150L_L39}"} - }, - ["S-5KOx32, PTB-350x2"] = { - [5] = {["CLSID"] = "{UB-16-57UMP}"}, - [1] = {["CLSID"] = "{UB-16-57UMP}"}, - [4] = {["CLSID"] = "{PTB_350L_L39}"}, - [2] = {["CLSID"] = "{PTB_350L_L39}"} - }, - ["S-5KOx32, FAB-100x2"] = { - [5] = {["CLSID"] = "{UB-16-57UMP}"}, - [1] = {["CLSID"] = "{UB-16-57UMP}"}, - [4] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [2] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} - }, - ["OFAB-100 Jupiter x4, FAB-100x2"] = { - [5] = {["CLSID"] = "{FAB-100x2}"}, - [1] = {["CLSID"] = "{FAB-100x2}"}, - [4] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [2] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} - }, - ["FAB-100x2"] = { - [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} - }, - ["FAB-100x4"] = { - [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [4] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [2] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} - }, - ["OFAB-100 Jupiter x8"] = { - [5] = {["CLSID"] = "{FAB-100x2}"}, - [1] = {["CLSID"] = "{FAB-100x2}"}, - [4] = {["CLSID"] = "{FAB-100x2}"}, - [2] = {["CLSID"] = "{FAB-100x2}"} - }, - ["FAB-100x2, PTB-150x2"] = { - [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [4] = {["CLSID"] = "{PTB_150L_L39}"}, - [2] = {["CLSID"] = "{PTB_150L_L39}"} - }, - ["FAB-100x2, PTB-350x2"] = { - [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [4] = {["CLSID"] = "{PTB_350L_L39}"}, - [2] = {["CLSID"] = "{PTB_350L_L39}"} - }, - ["PK-3x4"] = { - [5] = {["CLSID"] = "{PK-3}"}, - [1] = {["CLSID"] = "{PK-3}"}, - [4] = {["CLSID"] = "{PK-3}"}, - [2] = {["CLSID"] = "{PK-3}"} - }, - ["PK-3x2, PTB-150x2"] = { - [5] = {["CLSID"] = "{PK-3}"}, - [1] = {["CLSID"] = "{PK-3}"}, - [4] = {["CLSID"] = "{PTB_150L_L39}"}, - [2] = {["CLSID"] = "{PTB_150L_L39}"} - }, - ["R-60Mx2"] = { - [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [1] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["SAB-100x4"] = { - [5] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [1] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [4] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"} - }, - ["R-3Sx2"] = { - [5] = {["CLSID"] = "{R-3S}"}, - [1] = {["CLSID"] = "{R-3S}"} - }, - ["R-3Sx2, PK-3x2"] = { - [5] = {["CLSID"] = "{R-3S}"}, - [1] = {["CLSID"] = "{R-3S}"}, - [4] = {["CLSID"] = "{PK-3}"}, - [2] = {["CLSID"] = "{PK-3}"} - }, - ["R-60Mx2, PK-3x2"] = { - [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{PK-3}"}, - [2] = {["CLSID"] = "{PK-3}"} - } - }, - ["M-2000C"] = { - ["Fox"] = {[5] = {["CLSID"] = "{M2KC_RPL_522}"}}, - ["Fox / Magic (QRA)"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [5] = {["CLSID"] = "{M2KC_RPL_522}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Alpha / S530D"] = { - [8] = {["CLSID"] = "{Matra_S530D}"}, - [2] = {["CLSID"] = "{Matra_S530D}"} - }, - ["Fox / S530D / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{Matra_S530D}"}, - [5] = {["CLSID"] = "{M2KC_RPL_522}"}, - [2] = {["CLSID"] = "{Matra_S530D}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Fox / S530D / Magic / Eclair"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{Matra_S530D}"}, - [5] = {["CLSID"] = "{M2KC_RPL_522}"}, - [2] = {["CLSID"] = "{Matra_S530D}"}, - [1] = {["CLSID"] = "{MMagicII}"}, - [10] = {["CLSID"] = "{Eclair}"} - }, - ["Bravo"] = { - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"} - }, - ["Bravo / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Kilo"] = { - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [5] = {["CLSID"] = "{M2KC_RPL_522}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"} - }, - ["Kilo / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [5] = {["CLSID"] = "{M2KC_RPL_522}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Bravo / 4xMk-82 / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Bravo / GBU-12 / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Bravo / 2xGBU-12 / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [5] = {["CLSID"] = "{M2KC_RAFAUT_GBU12}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Bravo / GBU-16 / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [5] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Bravo / GBU-24 / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [5] = {["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Bravo / BAP-100 / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [5] = {["CLSID"] = "{M2KC_BAP100_18_RACK}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Bravo / 4xSnakeEye / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [7] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [4] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Fox / 4xMk-82 / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{M2KC_RPL_522}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{MMagicII}"} - }, - ["Kilo / 4xMk-82 / Magic"] = { - [9] = {["CLSID"] = "{MMagicII}"}, - [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{M2KC_RPL_522}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, - [1] = {["CLSID"] = "{MMagicII}"} - } - }, - ["MB-339A"] = { - ["A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 "] = { - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [8] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, - [9] = {["CLSID"] = "{90321C8E-7ED1-47D4-A160-E074D5ABD902}"}, - [2] = {["CLSID"] = "{90321C8E-7ED1-47D4-A160-E074D5ABD902}"}, - [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, - [4] = {["CLSID"] = "{MB339_DEFA553_L}"} - }, - ["A - 2*320L TipTanks [Clean]"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [9] = {["CLSID"] = ""}, - [8] = {["CLSID"] = ""}, - [7] = {["CLSID"] = ""}, - [4] = {["CLSID"] = ""}, - [3] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["Recon"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [7] = {["CLSID"] = "{MB339_ANM3_R}"}, - [4] = {["CLSID"] = "{MB339_VINTEN}"}, - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["Training"] = { - [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, - [8] = {["CLSID"] = "{BRD_4_250_4xMK76}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""}, - [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, - [4] = {["CLSID"] = "{MB339_DEFA553_L}"} - }, - ["AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [8] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, - [3] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, - [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, - [4] = {["CLSID"] = "{MB339_DEFA553_L}"} - }, - ["AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [9] = {["CLSID"] = "LAU3_HE151"}, - [2] = {["CLSID"] = "LAU3_HE151"}, - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = "{MB339_ANM3_R}"}, - [4] = {["CLSID"] = "{MB339_ANM3_L}"} - }, - ["A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]"] = { - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = ""}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, - [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, - [4] = {["CLSID"] = "{MB339_TRAVELPOD}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)"] = { - [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, - [9] = {["CLSID"] = "{LR25_ARF8M3_API}"}, - [2] = {["CLSID"] = "{LR25_ARF8M3_API}"}, - [8] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [7] = {["CLSID"] = "{Mk82SNAKEYE}"}, - [4] = {["CLSID"] = "{Mk82SNAKEYE}"} - }, - ["A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = ""}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga"] = { - [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, - [9] = {["CLSID"] = "{Matra155RocketPod}"}, - [2] = {["CLSID"] = "{Matra155RocketPod}"}, - [8] = {["CLSID"] = "{BLG66_BELOUGA_AC}"}, - [3] = {["CLSID"] = "{BLG66_BELOUGA_AC}"}, - [7] = {["CLSID"] = "{MB339_ANM3_R}"}, - [4] = {["CLSID"] = "{MB339_ANM3_L}"} - }, - ["Runway Interdiction"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [9] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [8] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [7] = {["CLSID"] = "{Matra155RocketPod}"}, - [4] = {["CLSID"] = "{Matra155RocketPod}"} - }, - ["A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)"] = { - [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, - [4] = {["CLSID"] = "{MB339_DEFA553_L}"}, - [9] = {["CLSID"] = "{LR25_ARF8M3_API}"}, - [2] = {["CLSID"] = "{LR25_ARF8M3_API}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"} - }, - ["A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)"] = { - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [2] = {["CLSID"] = "{LR25_ARF8M3_API}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{MB339_DEFA553_L}"}, - [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [9] = {["CLSID"] = "{LR25_ARF8M3_API}"} - }, - ["A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)"] = { - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [2] = {["CLSID"] = "{LR25_ARF8M3_HEI}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{MB339_DEFA553_L}"}, - [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [9] = {["CLSID"] = "{LR25_ARF8M3_HEI}"} - }, - ["A - 2*320L TipTanks + 6*Mk.82LD"] = { - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} - }, - ["Runway Interdiction (36*BAP-100)"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [9] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, - [2] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, - [8] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, - [3] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, - [7] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, - [4] = {["CLSID"] = "{14_3_M2_6xBAP100}"} - }, - ["Anti - Light Armoured Vehicle (36*BAT-120 ABL)"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [9] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, - [2] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, - [8] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, - [3] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, - [7] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, - [4] = {["CLSID"] = "{14_3_M2_6xBAT120}"} - }, - ["AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [9] = {["CLSID"] = "{Matra155RocketPod}"}, - [2] = {["CLSID"] = "{Matra155RocketPod}"}, - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, - [4] = {["CLSID"] = "{MB339_DEFA553_L}"} - } - }, - ["MB-339APAN"] = { - ["PAN - Smoke White"] = { - [7] = {["CLSID"] = "{WHITE-TANK}"}, - [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, - [4] = {["CLSID"] = "{COLOR-TANK}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["PAN - Smoke White and Color Red"] = { - [7] = {["CLSID"] = "{WHITE-TANK}"}, - [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, - [5] = {["CLSID"] = "{SMOKE-RED-MB339}"}, - [4] = {["CLSID"] = "{COLOR-TANK}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["PAN - Fuel External [RED SMOKE]"] = { - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = "{WHITE-TANK}"}, - [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, - [5] = {["CLSID"] = "{SMOKE-RED-MB339}"}, - [4] = {["CLSID"] = "{COLOR-TANK}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["PAN - Full Payload [RED SMOKE] + 2*320L TipTanks"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = "{WHITE-TANK}"}, - [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, - [5] = {["CLSID"] = "{SMOKE-RED-MB339}"}, - [4] = {["CLSID"] = "{COLOR-TANK}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [2] = {["CLSID"] = ""}, - [9] = {["CLSID"] = ""} - }, - ["PAN - Full Payload [GREEN SMOKE] + 2*320L TipTanks"] = { - [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = "{WHITE-TANK}"}, - [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, - [5] = {["CLSID"] = "{SMOKE-GREEN-MB339}"}, - [4] = {["CLSID"] = "{COLOR-TANK}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [2] = {["CLSID"] = ""}, - [9] = {["CLSID"] = ""} - }, - ["PAN - Fuel External [GREEN SMOKE]"] = { - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = "{WHITE-TANK}"}, - [4] = {["CLSID"] = "{COLOR-TANK}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, - [5] = {["CLSID"] = "{SMOKE-GREEN-MB339}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["PAN - Full Payload [RED SMOKE] + 2*500L TipTanks"] = { - [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = "{WHITE-TANK}"}, - [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, - [5] = {["CLSID"] = "{SMOKE-RED-MB339}"}, - [4] = {["CLSID"] = "{COLOR-TANK}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["PAN - Smoke White and Color Green"] = { - [7] = {["CLSID"] = "{WHITE-TANK}"}, - [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, - [5] = {["CLSID"] = "{SMOKE-GREEN-MB339}"}, - [4] = {["CLSID"] = "{COLOR-TANK}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - }, - ["PAN - Full Payload [GREEN SMOKE] + 2*500L TipTanks"] = { - [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, - [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, - [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [7] = {["CLSID"] = "{WHITE-TANK}"}, - [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, - [5] = {["CLSID"] = "{SMOKE-GREEN-MB339}"}, - [4] = {["CLSID"] = "{COLOR-TANK}"}, - [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, - [9] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""} - } - }, - ["Mi-24P"] = { - ["2xB8V20 (S-8KOM)+8xATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["2xB8V20 ( S-8KOM)+4xATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["4xB8V20 (S-8KOM)+4xATGM 9M114"] = { - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114"] = { - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["2xB8V20 (S-8OFP2)+4xATGM 9M114"] = { - [4] = {["CLSID"] = "B_8V20A_OFP2"}, - [3] = {["CLSID"] = "B_8V20A_OFP2"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["4xUB-32A (S-5KO)+4xATGM 9M114"] = { - [4] = {["CLSID"] = "{UB-32A-24}"}, - [3] = {["CLSID"] = "{UB-32A-24}"}, - [2] = {["CLSID"] = "{UB-32A-24}"}, - [5] = {["CLSID"] = "{UB-32A-24}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["4xGUV-1 AP30+4xATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [5] = {["CLSID"] = "GUV_VOG"}, - [4] = {["CLSID"] = "GUV_VOG"}, - [3] = {["CLSID"] = "GUV_VOG"}, - [2] = {["CLSID"] = "GUV_VOG"} - }, - ["2xGUV-1 AP30+4xATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [4] = {["CLSID"] = "GUV_VOG"}, - [3] = {["CLSID"] = "GUV_VOG"} - }, - ["2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114"] = { - [4] = {["CLSID"] = "GUV_YakB_GSHP"}, - [3] = {["CLSID"] = "GUV_YakB_GSHP"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["2xKMGU (96 AO 2.5RT)+8xATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["2xB-13L+4xATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [5] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["2xS-24B+4xATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{APU_68_S-24}"}, - [5] = {["CLSID"] = "{APU_68_S-24}"} - }, - ["4xS-24B+4xATGM 9M114"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{APU_68_S-24}"}, - [3] = {["CLSID"] = "{APU_68_S-24}"}, - [4] = {["CLSID"] = "{APU_68_S-24}"}, - [5] = {["CLSID"] = "{APU_68_S-24}"} - }, - ["2xBombs-500+4xATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["4xBombs-250+4ATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["2xRBK-500 (PTAB-1M)+4xATGM 9M114"] = { - [4] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, - [3] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["2xRBK-500U (OAB 2.5RT)+4xATGM 9M114"] = { - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "{RBK_500U_OAB_2_5RT}"}, - [4] = {["CLSID"] = "{RBK_500U_OAB_2_5RT}"} - }, - ["4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114"] = { - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114"] = { - [5] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, - [4] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, - [3] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, - [2] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["4xPTB-450 Fuel tank"] = { - [5] = {["CLSID"] = "{PTB_450}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{PTB_450}"}, - [1] = {["CLSID"] = "{9M114 Shturm-V-2 Rack}"}, - [6] = {["CLSID"] = "{9M114 Shturm-V-2 Rack}"} - } - }, - ["MiG-19P"] = { - ["PTB-760 x 2"] = { - [5] = {["CLSID"] = "PTB760_MIG19"}, - [2] = {["CLSID"] = "PTB760_MIG19"} - }, - ["K-13A x 2, PTB-760 x 2"] = { - [6] = {["CLSID"] = "{K-13A}"}, - [1] = {["CLSID"] = "{K-13A}"}, - [5] = {["CLSID"] = "PTB760_MIG19"}, - [2] = {["CLSID"] = "PTB760_MIG19"} - }, - ["K-13A x 2"] = { - [6] = {["CLSID"] = "{K-13A}"}, - [1] = {["CLSID"] = "{K-13A}"} - }, - ["K-13A x 2, ORO-57K x 2, PTB-760 x 2"] = { - [6] = {["CLSID"] = "{K-13A}"}, - [5] = {["CLSID"] = "PTB760_MIG19"}, - [2] = {["CLSID"] = "PTB760_MIG19"}, - [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, - [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, - [1] = {["CLSID"] = "{K-13A}"} - }, - ["ORO-57K x 2, PTB-760 x 2"] = { - [5] = {["CLSID"] = "PTB760_MIG19"}, - [2] = {["CLSID"] = "PTB760_MIG19"}, - [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, - [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} - }, - ["ORO-57K x 4"] = { - [5] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, - [2] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, - [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, - [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} - }, - ["ORO-57K x 2"] = { - [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, - [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} - }, - ["FAB-100M x 2, ORO-57K x 2"] = { - [5] = {["CLSID"] = "FAB_100M"}, - [2] = {["CLSID"] = "FAB_100M"}, - [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, - [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} - }, - ["FAB-250 x 2, ORO-57K x 2"] = { - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, - [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} - }, - ["FAB-100M x 2"] = { - [5] = {["CLSID"] = "FAB_100M"}, - [2] = {["CLSID"] = "FAB_100M"} - }, - ["FAB-250 x 2"] = { - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - } - }, - ["MiG-21Bis"] = { - ["Patrol, long range"] = { - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3R}"}, - [1] = {["CLSID"] = "{R-3S}"}, - [5] = {["CLSID"] = "{R-3S}"}, - [6] = {["CLSID"] = "{ASO-2}"} - }, - ["Patrol, medium range"] = { - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3R}"}, - [1] = {["CLSID"] = "{R-60 2L}"}, - [5] = {["CLSID"] = "{R-60 2R}"}, - [6] = {["CLSID"] = "{ASO-2}"} - }, - ["Patrol, short range"] = { - [3] = {["CLSID"] = "{PTB_490C_MIG21}"}, - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3R}"}, - [1] = {["CLSID"] = "{R-60 2L}"}, - [5] = {["CLSID"] = "{R-60 2R}"}, - [6] = {["CLSID"] = "{ASO-2}"} - }, - ["Hard targets, BOMBS"] = { - [6] = {["CLSID"] = "{ASO-2}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["Unknown or mixed targets, BOMBS + ROCKETS"] = { - [6] = {["CLSID"] = "{ASO-2}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [2] = {["CLSID"] = "{UB-32_S5M}"}, - [4] = {["CLSID"] = "{UB-32_S5M}"}, - [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["Soft targets, CLUSTERS + ROCKETS"] = { - [6] = {["CLSID"] = "{ASO-2}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [2] = {["CLSID"] = "{UB-32_S5M}"}, - [4] = {["CLSID"] = "{UB-32_S5M}"}, - [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} - }, - ["Soft targets, CLUSTERS"] = { - [6] = {["CLSID"] = "{ASO-2}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [2] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, - [4] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, - [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} - }, - ["Soft targets, scattered"] = { - [6] = {["CLSID"] = "{ASO-2}"}, - [2] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, - [4] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["Few big targets, GROM + BOMBS"] = { - [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [2] = {["CLSID"] = "{Kh-66_Grom}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [4] = {["CLSID"] = "{Kh-66_Grom}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{ASO-2}"} - }, - ["Very hard target, PENETRATION"] = { - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [6] = {["CLSID"] = "{ASO-2}"}, - [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} - }, - ["Aerial attack, hard targets, CLUSTERS"] = { - [6] = {["CLSID"] = "{ASO-2}"}, - [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"} - }, - ["Hard targets, ROCKETS, PENETRATION"] = { - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [1] = {["CLSID"] = "{S-24A}"}, - [2] = {["CLSID"] = "{S-24A}"}, - [4] = {["CLSID"] = "{S-24A}"}, - [5] = {["CLSID"] = "{S-24A}"}, - [6] = {["CLSID"] = "{ASO-2}"} - }, - ["Soft targets, ROCKETS, BLAST-FRAGMENTS"] = { - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [1] = {["CLSID"] = "{S-24B}"}, - [2] = {["CLSID"] = "{S-24B}"}, - [4] = {["CLSID"] = "{S-24B}"}, - [5] = {["CLSID"] = "{S-24B}"}, - [6] = {["CLSID"] = "{ASO-2}"} - }, - ["Long range, MIX"] = { - [3] = {["CLSID"] = "{PTB_490C_MIG21}"}, - [6] = {["CLSID"] = "{ASO-2}"}, - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3S}"}, - [1] = {["CLSID"] = "{PTB_490_MIG21}"}, - [5] = {["CLSID"] = "{PTB_490_MIG21}"} - }, - ["Long range, RADAR GUIDED MISSILES"] = { - [3] = {["CLSID"] = "{PTB_490C_MIG21}"}, - [6] = {["CLSID"] = "{ASO-2}"}, - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3R}"}, - [5] = {["CLSID"] = "{PTB_490_MIG21}"}, - [1] = {["CLSID"] = "{PTB_490_MIG21}"} - }, - ["Long range, INFRA RED MISSILES"] = { - [3] = {["CLSID"] = "{PTB_490C_MIG21}"}, - [6] = {["CLSID"] = "{ASO-2}"}, - [2] = {["CLSID"] = "{R-3S}"}, - [4] = {["CLSID"] = "{R-3S}"}, - [1] = {["CLSID"] = "{PTB_490_MIG21}"}, - [5] = {["CLSID"] = "{PTB_490_MIG21}"} - }, - ["Escort"] = { - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [6] = {["CLSID"] = "{ASO-2}"}, - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3R}"}, - [1] = {["CLSID"] = "{R-3S}"}, - [5] = {["CLSID"] = "{R-3S}"} - }, - ["Escort, JAMMER"] = { - [3] = {["CLSID"] = "{SPS-141-100}"}, - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3S}"}, - [1] = {["CLSID"] = "{PTB_490_MIG21}"}, - [5] = {["CLSID"] = "{PTB_490_MIG21}"} - }, - ["Night, ILLUMINATOR"] = { - [6] = {["CLSID"] = "{ASO-2}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [1] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [5] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [4] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"} - }, - ["Long range, JAMMER"] = { - [3] = {["CLSID"] = "{SPS-141-100}"}, - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3S}"}, - [1] = {["CLSID"] = "{PTB_490_MIG21}"}, - [5] = {["CLSID"] = "{PTB_490_MIG21}"} - }, - ["Soft targets, UPK + ROCKETS"] = { - [6] = {["CLSID"] = "{ASO-2}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [2] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, - [4] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, - [1] = {["CLSID"] = "{UB-16_S5M}"}, - [5] = {["CLSID"] = "{UB-16_S5M}"} - }, - ["Soft targets, UPK + CLUSTERS"] = { - [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [2] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [4] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{ASO-2}"} - }, - ["Patrol, JAMMER"] = { - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3S}"}, - [3] = {["CLSID"] = "{SPS-141-100}"}, - [1] = {["CLSID"] = "{PTB_490_MIG21}"}, - [5] = {["CLSID"] = "{PTB_490_MIG21}"} - }, - ["NUCLEAR A"] = { - [3] = {["CLSID"] = "{RN-24}"}, - [6] = {["CLSID"] = "{ASO-2}"}, - [5] = {["CLSID"] = "{PTB_490_MIG21}"}, - [1] = {["CLSID"] = "{PTB_490_MIG21}"}, - [4] = {["CLSID"] = "{R-3S}"}, - [2] = {["CLSID"] = "{R-3R}"} - }, - ["NUCLEAR B"] = { - [3] = {["CLSID"] = "{RN-28}"}, - [6] = {["CLSID"] = "{ASO-2}"}, - [5] = {["CLSID"] = "{PTB_490_MIG21}"}, - [1] = {["CLSID"] = "{PTB_490_MIG21}"}, - [4] = {["CLSID"] = "{R-3S}"}, - [2] = {["CLSID"] = "{R-3R}"} - }, - ["Short range"] = { - [3] = {["CLSID"] = "{PTB_800_MIG21}"}, - [2] = {["CLSID"] = "{R-3R}"}, - [4] = {["CLSID"] = "{R-3R}"}, - [1] = {["CLSID"] = "{R-3S}"}, - [5] = {["CLSID"] = "{R-3S}"}, - [6] = {["CLSID"] = "{ASO-2}"} - }, - ["AEROBATIC"] = {[7] = {["CLSID"] = "{SMOKE_WHITE}"}} - }, - ["Mirage-F1B"] = { - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP250LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1BD"] = { - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"} - }, - ["2*R550 Magic I, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1BE"] = { - ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM9-JULI, 1*R530IR"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530EM"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_EM}"} - }, - ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9JULI, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*AIM-9JULI, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9JULI, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - }, - ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - } - }, - ["Mirage-F1BQ"] = { - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"} - }, - ["2*R550 Magic I, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1C-200"] = { - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250LD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1C"] = { - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250LD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1CE"] = { - ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM9-JULI, 1*R530IR"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530EM"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_EM}"} - }, - ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9JULI, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*AIM-9JULI, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9JULI, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - }, - ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - } - }, - ["Mirage-F1CG"] = { - ["2*AIM-9 JULI, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["4*AIM-9 JULI, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [6] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9 JULI, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9 JULI, 1*R530IR"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM-9 JULI, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM-9 JULI, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "CLB4-PYLON-SAMP400LD"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*AIM-9 JULI, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9 JULI, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9 JULI, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9 JULI, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9 JULI, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "CLB4-PYLON-SAMP250HD"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1CH"] = { - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1CJ"] = { - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1CK"] = { - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1CR"] = { - ["2*R550 Magic I"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1CT"] = { - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"} - }, - ["2*R550 Magic I, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1CZ"] = { - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1DDA"] = { - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"} - }, - ["2*R550 Magic I, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1ED"] = { - ["2*R550 Magic II, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic II"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - }, - ["2*R550 Magic II, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic II, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic II, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic II, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic II, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic II, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic II, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1EDA"] = { - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"} - }, - ["2*R550 Magic I, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1EE"] = { - ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM9-JULI, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM9-JULI, 1*R530EM"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [4] = {["CLSID"] = "{R530F_EM}"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9JULI, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*AIM-9JULI, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9JULI, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - }, - ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"}, - [6] = {["CLSID"] = "BARAX_ECM"} - } - }, - ["Mirage-F1EH"] = { - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_EM}"}, - [3] = {["CLSID"] = "{R530F_EM}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1EQ"] = { - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"} - }, - ["2*R550 Magic I, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1JA"] = { - ["2*R550 Magic I, 2*Python III, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "DIS_PL-8B"}, - [6] = {["CLSID"] = "DIS_PL-8B"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*Python III, 2*MATRA F4 SNEB251 (HE)"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "DIS_PL-8B"}, - [6] = {["CLSID"] = "DIS_PL-8B"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT251}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*Python III, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "DIS_PL-8B"}, - [6] = {["CLSID"] = "DIS_PL-8B"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550_Magic_1, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*R550_Magic_1, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*R550_Magic_1, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - } - }, - ["Mirage-F1M-CE"] = { - ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM9-JULI, 1*R530IR"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9JULI, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*AIM-9JULI, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9JULI, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - }, - ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - } - }, - ["Mirage-F1M-EE"] = { - ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM9-JULI, 1*R530IR"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{R530F_IR}"} - }, - ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, - [5] = {["CLSID"] = "{R530F_IR}"}, - [3] = {["CLSID"] = "{R530F_IR}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { - [7] = {["CLSID"] = "{AIM-9J}"}, - [1] = {["CLSID"] = "{AIM-9J}"}, - [3] = {["CLSID"] = "PTB-1200-F1"}, - [5] = {["CLSID"] = "PTB-1200-F1"}, - [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*AIM-9JULI, 8*SAMP 250 HD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP250HD}"}, - [6] = {["CLSID"] = "{SAMP250HD}"}, - [3] = {["CLSID"] = "{SAMP250HD}"}, - [5] = {["CLSID"] = "{SAMP250HD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} - }, - ["2*AIM-9JULI, 8*SAMP 400 LD"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{SAMP400LD}"}, - [6] = {["CLSID"] = "{SAMP400LD}"}, - [3] = {["CLSID"] = "{SAMP400LD}"}, - [5] = {["CLSID"] = "{SAMP400LD}"}, - [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} - }, - ["2*AIM-9JULI, 8*BLU107 Durandal"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, - [4] = {["CLSID"] = "{CLB4_BLU107}"} - }, - ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{AIM-9JULI}"}, - [1] = {["CLSID"] = "{AIM-9JULI}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - }, - ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { - [7] = {["CLSID"] = "{R550_Magic_1}"}, - [1] = {["CLSID"] = "{R550_Magic_1}"}, - [5] = {["CLSID"] = "{S530F}"}, - [3] = {["CLSID"] = "{S530F}"}, - [4] = {["CLSID"] = "PTB-1200-F1"} - } - }, - ["SA342L"] = { - ["M621, 8x SNEB68 EAP, IR Deflector, Sand Filter"] = { - [1] = {["CLSID"] = "{GIAT_M621_APHE}"}, - [2] = {["CLSID"] = "{TELSON8_SNEBT251}"}, - [3] = {["CLSID"] = "{FAS}"}, - [4] = {["CLSID"] = "{IR_Deflector}"} - }, - ["2x HMP400, IR Deflector, Sand Filter"] = { - [1] = {["CLSID"] = "{FN_HMP400}"}, - [2] = {["CLSID"] = "{FN_HMP400}"}, - [3] = {["CLSID"] = "{FAS}"}, - [4] = {["CLSID"] = "{IR_Deflector}"} - }, - ["4x HOT3, IR Deflector, Sand Filter"] = { - [1] = {["CLSID"] = "{HOT3_R2}"}, - [2] = {["CLSID"] = "{HOT3_L2}"}, - [3] = {["CLSID"] = "{FAS}"}, - [4] = {["CLSID"] = "{IR_Deflector}"} - }, - ["4x Mistral, IR Deflector, Sand Filter"] = { - [1] = {["CLSID"] = "{SA342_Mistral_R2}"}, - [2] = {["CLSID"] = "{SA342_Mistral_L2}"}, - [3] = {["CLSID"] = "{FAS}"}, - [4] = {["CLSID"] = "{IR_Deflector}"} - }, - ["2x Mistral, IR Deflector, Sand Filter"] = { - [1] = {["CLSID"] = "{SA342_Mistral_R1}"}, - [2] = {["CLSID"] = "{SA342_Mistral_L1}"}, - [3] = {["CLSID"] = "{FAS}"}, - [4] = {["CLSID"] = "{IR_Deflector}"} - }, - ["Display Team Smoke, Red & Blue"] = { - [6] = {["CLSID"] = "{INV-SMOKE-RED}"}, - [7] = {["CLSID"] = "{INV-SMOKE-BLUE}"} - } - }, - ["SA342M"] = { - ["4x HOT3, IR Deflector, Sand Filter"] = { - [1] = {["CLSID"] = "{HOT3_R2_M}"}, - [2] = {["CLSID"] = "{HOT3_L2_M}"}, - [3] = {["CLSID"] = "FAS}"}, - [4] = {["CLSID"] = "{IR_Deflector}"} - }, - ["2x HOT3, IR Deflector, Sand Filter"] = { - [1] = {["CLSID"] = "{HOT3_R1_M}"}, - [2] = {["CLSID"] = "{HOT3_L1_M}"}, - [3] = {["CLSID"] = "FAS}"}, - [4] = {["CLSID"] = "{IR_Deflector}"} - }, - ["Display Team Smoke, Red & Blue"] = { - [6] = {["CLSID"] = "{INV-SMOKE-RED}"}, - [7] = {["CLSID"] = "{INV-SMOKE-BLUE}"} - } - }, - ["SA342Minigun"] = { - ["IR Deflector, Sand Filter"] = { - [3] = {["CLSID"] = "{FAS}"}, - [4] = {["CLSID"] = "{IR_Deflector}"} - }, - ["Display Team Smoke, Red & Blue"] = { - [6] = {["CLSID"] = "{INV-SMOKE-RED}"}, - [7] = {["CLSID"] = "{INV-SMOKE-BLUE}"} - } - }, - ["SA342Mistral"] = { - ["Mistral x 4"] = { - [1] = {["CLSID"] = "{MBDA_MistralD}"}, - [2] = {["CLSID"] = "{MBDA_MistralG}"}, - [3] = {["CLSID"] = "{MBDA_MistralD}"}, - [4] = {["CLSID"] = "{MBDA_MistralG}"} - }, - ["Mistral x 4, IR Deflector"] = { - [1] = {["CLSID"] = "{MBDA_MistralD}"}, - [2] = {["CLSID"] = "{MBDA_MistralG}"}, - [3] = {["CLSID"] = "{MBDA_MistralD}"}, - [4] = {["CLSID"] = "{MBDA_MistralG}"}, - [6] = {["CLSID"] = "{IR_Deflector}"} - }, - ["Mistral x 4, IR Deflector, Sand Filter"] = { - [1] = {["CLSID"] = "{MBDA_MistralD}"}, - [2] = {["CLSID"] = "{MBDA_MistralG}"}, - [3] = {["CLSID"] = "{MBDA_MistralD}"}, - [4] = {["CLSID"] = "{MBDA_MistralG}"}, - [5] = {["CLSID"] = "{FAS}"}, - [6] = {["CLSID"] = "{IR_Deflector}"} - } - }, - ["B-1B"] = { - ["Mk-82*84"] = { - [1] = {["CLSID"] = "MK_82*28"}, - [2] = {["CLSID"] = "MK_82*28"}, - [3] = {["CLSID"] = "MK_82*28"} - }, - ["AGM-154*12"] = { - [1] = {["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}"}, - [2] = {["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}"}, - [3] = {["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}"} - }, - ["GBU-38*48"] = { - [3] = {["CLSID"] = "GBU-38*16"}, - [2] = {["CLSID"] = "GBU-38*16"}, - [1] = {["CLSID"] = "GBU-38*16"} - }, - ["CBU-87*30"] = { - [3] = {["CLSID"] = "CBU87*10"}, - [2] = {["CLSID"] = "CBU87*10"}, - [1] = {["CLSID"] = "CBU87*10"} - }, - ["CBU-97*30"] = { - [3] = {["CLSID"] = "CBU97*10"}, - [2] = {["CLSID"] = "CBU97*10"}, - [1] = {["CLSID"] = "CBU97*10"} - }, - ["GBU-38*16, CBU-97*20"] = { - [3] = {["CLSID"] = "CBU97*10"}, - [2] = {["CLSID"] = "GBU-38*16"}, - [1] = {["CLSID"] = "CBU97*10"} - }, - ["Mk-84*24"] = { - [3] = {["CLSID"] = "B-1B_Mk-84*8"}, - [2] = {["CLSID"] = "B-1B_Mk-84*8"}, - [1] = {["CLSID"] = "B-1B_Mk-84*8"} - }, - ["GBU-31*24"] = { - [3] = {["CLSID"] = "GBU-31*8"}, - [2] = {["CLSID"] = "GBU-31*8"}, - [1] = {["CLSID"] = "GBU-31*8"} - }, - ["GBU-31(V)3/B*24"] = { - [3] = {["CLSID"] = "GBU-31V3B*8"}, - [2] = {["CLSID"] = "GBU-31V3B*8"}, - [1] = {["CLSID"] = "GBU-31V3B*8"} - }, - ["GBU-31*8, GBU-38*32"] = { - [3] = {["CLSID"] = "GBU-38*16"}, - [2] = {["CLSID"] = "GBU-31*8"}, - [1] = {["CLSID"] = "GBU-38*16"} - } - }, - ["B-52H"] = { - ["Mk-84*18"] = { - [1] = {["CLSID"] = "{696CFFC4-0BDE-42A8-BE4B-0BE3D9DD723C}"}, - [3] = {["CLSID"] = "{696CFFC4-0BDE-42A8-BE4B-0BE3D9DD723C}"} - }, - ["Mk 82*51"] = { - [1] = {["CLSID"] = "{585D626E-7F42-4073-AB70-41E728C333E2}"}, - [2] = {["CLSID"] = "{6C47D097-83FF-4FB2-9496-EAB36DDF0B05}"}, - [3] = {["CLSID"] = "{585D626E-7F42-4073-AB70-41E728C333E2}"} - }, - ["Mk20*18"] = { - [1] = {["CLSID"] = "{4CD2BB0F-5493-44EF-A927-9760350F7BA1}"}, - [3] = {["CLSID"] = "{4CD2BB0F-5493-44EF-A927-9760350F7BA1}"} - }, - ["AGM-86C*20"] = { - [1] = {["CLSID"] = "{45447F82-01B5-4029-A572-9AAD28AF0275}"}, - [2] = {["CLSID"] = "{8DCAF3A3-7FCF-41B8-BB88-58DEDA878EDE}"}, - [3] = {["CLSID"] = "{45447F82-01B5-4029-A572-9AAD28AF0275}"} - }, - ["AGM-84A*8"] = { - [2] = {["CLSID"] = "{46ACDCF8-5451-4E26-BDDB-E78D5830E93C}"} - } - }, - ["A-20G"] = { - ["500 lb GP bomb LD*4"] = { - [1] = {["CLSID"] = "{4xAN-M64_on_InvCountedAttachmentPoints}"} - } - }, - ["Bf-109K-4"] = { - ["Fuel Tank"] = {[1] = {["CLSID"] = "BF109K_4_FUEL_TANK"}}, - ["SC250"] = {[1] = {["CLSID"] = "SC_501_SC250"}}, - ["SC500"] = {[1] = {["CLSID"] = "SC_501_SC500"}} - }, - ["FW-190A8"] = { - ["Without pylon"] = {[1] = {["CLSID"] = ""}}, - ["SC 50 * 4"] = {[1] = {["CLSID"] = "ER_4_SC50"}}, - ["AB 250 (w/ SD 10A)"] = {[1] = {["CLSID"] = "{AB_250_2_SD_10A}"}}, - ["AB 250 (w/ SD 2)"] = {[1] = {["CLSID"] = "{AB_250_2_SD_2}"}}, - ["AB 500 (w/ SD 10A)"] = {[1] = {["CLSID"] = "{AB_500_1_SD_10A}"}}, - ["SC 250 L2"] = {[1] = {["CLSID"] = "{SC_250_T1_L2}"}}, - ["SC 250 J"] = {[1] = {["CLSID"] = "SC_501_SC250"}}, - ["SC 500 J"] = {[1] = {["CLSID"] = "SC_501_SC500"}}, - ["SC 500 L2"] = {[1] = {["CLSID"] = "{SC_500_L2}"}}, - ["SD 250 Stg"] = {[1] = {["CLSID"] = "{SD_250_Stg}"}}, - ["SD 500 A"] = {[1] = {["CLSID"] = "{SD_500_A}"}}, - ["Fuel Tank 300 liters"] = {[1] = {["CLSID"] = "BF109K_4_FUEL_TANK"}}, - ["BR 21"] = { - [3] = {["CLSID"] = "{WGr21}"}, - [2] = {["CLSID"] = "{WGr21}"} - } - }, - ["FW-190D9"] = { - ["SC500"] = {[1] = {["CLSID"] = "SC_501_SC500"}}, - ["Fuel Tank"] = {[1] = {["CLSID"] = "FW109_FUEL_TANK"}}, - ["R4M"] = { - [3] = {["CLSID"] = "{FW_190_R4M_RGHT_WING}"}, - [2] = {["CLSID"] = "{FW_190_R4M_LEFT_WING}"} - }, - ["BR 21"] = { - [3] = {["CLSID"] = "{WGr21}"}, - [2] = {["CLSID"] = "{WGr21}"} - } - }, - ["MosquitoFBMkVI"] = { - ["250 lb S.A.P*2; 500 lb S.A.P.*2"] = { - [2] = {["CLSID"] = "{British_SAP_500LB_Bomb_Mk5}"}, - [1] = {["CLSID"] = "{British_SAP_500LB_Bomb_Mk5}"}, - [4] = { - ["CLSID"] = "{British_SAP_250LB_Bomb_Mk5_on_Handley_Page_Type_B_Cut_Bar}" - }, - [3] = { - ["CLSID"] = "{British_SAP_250LB_Bomb_Mk5_on_Handley_Page_Type_B_Cut_Bar}" - } - }, - ["500 lb GP Mk.V*2, 500 lb GP Short tail*2"] = { - [2] = {["CLSID"] = "{British_GP_500LB_Bomb_Mk5}"}, - [1] = {["CLSID"] = "{British_GP_500LB_Bomb_Mk5}"}, - [4] = { - ["CLSID"] = "{British_MC_500LB_Bomb_Mk1_Short_on_Handley_Page_Type_B_Cut_Bar}" - }, - [3] = { - ["CLSID"] = "{British_MC_500LB_Bomb_Mk1_Short_on_Handley_Page_Type_B_Cut_Bar}" - } - }, - ["100 gal Drop tank*2, 500 lb MC Short tail*2"] = { - [2] = {["CLSID"] = "{MOSQUITO_100GAL_SLIPPER_TANK}"}, - [1] = {["CLSID"] = "{MOSQUITO_100GAL_SLIPPER_TANK}"}, - [4] = { - ["CLSID"] = "{British_MC_500LB_Bomb_Mk1_Short_on_Handley_Page_Type_B_Cut_Bar}" - }, - [3] = { - ["CLSID"] = "{British_MC_500LB_Bomb_Mk1_Short_on_Handley_Page_Type_B_Cut_Bar}" - } - }, - ["RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2"] = { - [1] = {["CLSID"] = ""}, - [2] = {["CLSID"] = ""}, - [3] = { - ["CLSID"] = "{British_SAP_250LB_Bomb_Mk5_on_Handley_Page_Type_B_Cut_Bar}" - }, - [4] = { - ["CLSID"] = "{British_SAP_250LB_Bomb_Mk5_on_Handley_Page_Type_B_Cut_Bar}" - }, - [5] = { - ["CLSID"] = "{MOSSIE_4_British_HE_60LBSAPNo2_3INCHNo1_ON_LEFT_WING_RAILS}" - }, - [6] = { - ["CLSID"] = "{MOSSIE_4_British_HE_60LBSAPNo2_3INCHNo1_ON_RIGHT_WING_RAILS}" - } - }, - ["100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4"] = { - [5] = { - ["CLSID"] = "{MOSSIE_2_British_HE_60LBFNo1_3INCHNo1_ON_LEFT_WING_RAILS}" - }, - [6] = { - ["CLSID"] = "{MOSSIE_2_British_HE_60LBFNo1_3INCHNo1_ON_RIGHT_WING_RAILS}" - }, - [1] = {["CLSID"] = "{MOSQUITO_100GAL_SLIPPER_TANK}"}, - [2] = {["CLSID"] = "{MOSQUITO_100GAL_SLIPPER_TANK}"}, - [3] = { - ["CLSID"] = "{British_MC_250LB_Bomb_Mk2_on_Handley_Page_Type_B_Cut_Bar}" - }, - [4] = { - ["CLSID"] = "{British_MC_250LB_Bomb_Mk2_on_Handley_Page_Type_B_Cut_Bar}" - } - }, - ["500 lb GP Short tail*4"] = { - [2] = {["CLSID"] = "{British_GP_500LB_Bomb_Mk4_Short}"}, - [1] = {["CLSID"] = "{British_GP_500LB_Bomb_Mk4_Short}"}, - [4] = { - ["CLSID"] = "{British_GP_500LB_Bomb_Mk4_Short_on_Handley_Page_Type_B_Cut_Bar}" - }, - [3] = { - ["CLSID"] = "{British_GP_500LB_Bomb_Mk4_Short_on_Handley_Page_Type_B_Cut_Bar}" - } - } - }, - ["P-47D-30"] = { - ["AN-M65*2"] = { - [2] = {["CLSID"] = "{AN_M65}"}, - [3] = {["CLSID"] = "{AN_M65}"} - }, - ["Fuel150*2"] = { - [2] = {["CLSID"] = "{US_150GAL_FUEL_TANK}"}, - [3] = {["CLSID"] = "{US_150GAL_FUEL_TANK}"} - }, - ["AN-M64*2, Fuel110"] = { - [2] = {["CLSID"] = "{AN-M64}"}, - [3] = {["CLSID"] = "{AN-M64}"}, - [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} - }, - ["AN-M57*3"] = { - [2] = {["CLSID"] = "{AN_M57}"}, - [3] = {["CLSID"] = "{AN_M57}"}, - [1] = {["CLSID"] = "{AN_M57}"} - } - }, - ["P-47D-30bl1"] = { - ["AN-M57*2"] = { - [2] = {["CLSID"] = "{AN_M57}"}, - [3] = {["CLSID"] = "{AN_M57}"} - }, - ["AN-M64*2, Fuel110"] = { - [2] = {["CLSID"] = "{AN-M64}"}, - [3] = {["CLSID"] = "{AN-M64}"}, - [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} - } - }, - ["P-47D-40"] = { - ["AN-M65*2"] = { - [2] = {["CLSID"] = "{AN_M65}"}, - [3] = {["CLSID"] = "{AN_M65}"} - }, - ["Fuel150*2"] = { - [2] = {["CLSID"] = "{US_150GAL_FUEL_TANK}"}, - [3] = {["CLSID"] = "{US_150GAL_FUEL_TANK}"} - }, - ["AN-M57*3"] = { - [2] = {["CLSID"] = "{AN_M57}"}, - [3] = {["CLSID"] = "{AN_M57}"}, - [1] = {["CLSID"] = "{AN_M57}"} - }, - ["AN-M64*2, Fuel110"] = { - [2] = {["CLSID"] = "{AN-M64}"}, - [3] = {["CLSID"] = "{AN-M64}"}, - [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} - }, - ["M8*6, AN-M57*2, Fuel110"] = { - [4] = {["CLSID"] = "{3xM8_ROCKETS_IN_TUBES}"}, - [5] = {["CLSID"] = "{3xM8_ROCKETS_IN_TUBES}"}, - [2] = {["CLSID"] = "{AN_M57}"}, - [3] = {["CLSID"] = "{AN_M57}"}, - [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} - }, - ["HVAR*10, Fuel110"] = { - [4] = {["CLSID"] = "{P47_5_HVARS_ON_LEFT_WING_RAILS}"}, - [5] = {["CLSID"] = "{P47_5_HVARS_ON_RIGHT_WING_RAILS}"}, - [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} - } - }, - ["P-51D-30-NA"] = { - ["Fuel75*2"] = { - [7] = {["CLSID"] = "{DT75GAL}"}, - [4] = {["CLSID"] = "{DT75GAL}"} - }, - ["HVAR*6,Fuel75*2"] = { - [10] = {["CLSID"] = "{HVAR}"}, - [9] = {["CLSID"] = "{HVAR}"}, - [8] = {["CLSID"] = "{HVAR}"}, - [7] = {["CLSID"] = "{DT75GAL}"}, - [4] = {["CLSID"] = "{DT75GAL}"}, - [3] = {["CLSID"] = "{HVAR}"}, - [2] = {["CLSID"] = "{HVAR}"}, - [1] = {["CLSID"] = "{HVAR}"} - }, - ["HVAR*6,M64*2"] = { - [10] = {["CLSID"] = "{HVAR}"}, - [9] = {["CLSID"] = "{HVAR}"}, - [8] = {["CLSID"] = "{HVAR}"}, - [7] = {["CLSID"] = "{AN-M64}"}, - [4] = {["CLSID"] = "{AN-M64}"}, - [3] = {["CLSID"] = "{HVAR}"}, - [2] = {["CLSID"] = "{HVAR}"}, - [1] = {["CLSID"] = "{HVAR}"} - }, - ["HVAR*6"] = { - [10] = {["CLSID"] = "{HVAR}"}, - [9] = {["CLSID"] = "{HVAR}"}, - [2] = {["CLSID"] = "{HVAR}"}, - [1] = {["CLSID"] = "{HVAR}"}, - [8] = {["CLSID"] = "{HVAR}"}, - [3] = {["CLSID"] = "{HVAR}"} - }, - ["M64*2"] = { - [7] = {["CLSID"] = "{AN-M64}"}, - [4] = {["CLSID"] = "{AN-M64}"} - }, - ["HVAR*10"] = { - [10] = {["CLSID"] = "{HVAR}"}, - [9] = {["CLSID"] = "{HVAR}"}, - [8] = {["CLSID"] = "{HVAR}"}, - [7] = {["CLSID"] = "{HVAR}"}, - [6] = {["CLSID"] = "{HVAR}"}, - [5] = {["CLSID"] = "{HVAR}"}, - [4] = {["CLSID"] = "{HVAR}"}, - [3] = {["CLSID"] = "{HVAR}"}, - [2] = {["CLSID"] = "{HVAR}"}, - [1] = {["CLSID"] = "{HVAR}"} - }, - ["Smokes"] = { - [10] = {["CLSID"] = "{HVAR_SMOKE_GENERATOR}"}, - [1] = {["CLSID"] = "{HVAR_SMOKE_GENERATOR}"} - } - }, - ["P-51D"] = { - ["Fuel75*2"] = { - [7] = {["CLSID"] = "{DT75GAL}"}, - [4] = {["CLSID"] = "{DT75GAL}"} - }, - ["HVAR*6,Fuel75*2"] = { - [10] = {["CLSID"] = "{HVAR}"}, - [9] = {["CLSID"] = "{HVAR}"}, - [8] = {["CLSID"] = "{HVAR}"}, - [7] = {["CLSID"] = "{DT75GAL}"}, - [4] = {["CLSID"] = "{DT75GAL}"}, - [3] = {["CLSID"] = "{HVAR}"}, - [2] = {["CLSID"] = "{HVAR}"}, - [1] = {["CLSID"] = "{HVAR}"} - }, - ["HVAR*6,M64*2"] = { - [10] = {["CLSID"] = "{HVAR}"}, - [9] = {["CLSID"] = "{HVAR}"}, - [8] = {["CLSID"] = "{HVAR}"}, - [7] = {["CLSID"] = "{AN-M64}"}, - [4] = {["CLSID"] = "{AN-M64}"}, - [3] = {["CLSID"] = "{HVAR}"}, - [2] = {["CLSID"] = "{HVAR}"}, - [1] = {["CLSID"] = "{HVAR}"} - }, - ["HVAR*6"] = { - [10] = {["CLSID"] = "{HVAR}"}, - [9] = {["CLSID"] = "{HVAR}"}, - [2] = {["CLSID"] = "{HVAR}"}, - [1] = {["CLSID"] = "{HVAR}"}, - [8] = {["CLSID"] = "{HVAR}"}, - [3] = {["CLSID"] = "{HVAR}"} - }, - ["M64*2"] = { - [7] = {["CLSID"] = "{AN-M64}"}, - [4] = {["CLSID"] = "{AN-M64}"} - }, - ["HVAR*10"] = { - [10] = {["CLSID"] = "{HVAR}"}, - [9] = {["CLSID"] = "{HVAR}"}, - [8] = {["CLSID"] = "{HVAR}"}, - [7] = {["CLSID"] = "{HVAR}"}, - [6] = {["CLSID"] = "{HVAR}"}, - [5] = {["CLSID"] = "{HVAR}"}, - [4] = {["CLSID"] = "{HVAR}"}, - [3] = {["CLSID"] = "{HVAR}"}, - [2] = {["CLSID"] = "{HVAR}"}, - [1] = {["CLSID"] = "{HVAR}"} - }, - ["Smokes"] = { - [10] = {["CLSID"] = "{HVAR_SMOKE_GENERATOR}"}, - [1] = {["CLSID"] = "{HVAR_SMOKE_GENERATOR}"} - } - }, - ["A-50"] = {}, - ["AH-1W"] = { - ["14xHYDRA-70 WP"] = { - [2] = {["CLSID"] = "M260_HYDRA_WP"}, - [3] = {["CLSID"] = "M260_HYDRA_WP"} - }, - ["38xHYDRA-70 WP"] = { - [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"} - }, - ["8xBGM-71, 14xHYDRA-70"] = { - [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, - [2] = {["CLSID"] = "M260_HYDRA"}, - [3] = {["CLSID"] = "M260_HYDRA"}, - [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} - }, - ["8xBGM-71, 14xHYDRA-70 WP"] = { - [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, - [2] = {["CLSID"] = "M260_HYDRA_WP"}, - [3] = {["CLSID"] = "M260_HYDRA_WP"}, - [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} - }, - ["8xBGM-71, 38xHYDRA-70 WP"] = { - [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, - [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} - }, - ["14xHYDRA-70"] = { - [2] = {["CLSID"] = "M260_HYDRA"}, - [3] = {["CLSID"] = "M260_HYDRA"} - }, - ["38xHYDRA-70"] = { - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} - }, - ["8xAGM-114"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["28xHYDRA-70"] = { - [1] = {["CLSID"] = "M260_HYDRA"}, - [2] = {["CLSID"] = "M260_HYDRA"}, - [3] = {["CLSID"] = "M260_HYDRA"}, - [4] = {["CLSID"] = "M260_HYDRA"} - }, - ["8xAGM-114, 14xHYDRA-70"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "M260_HYDRA"}, - [3] = {["CLSID"] = "M260_HYDRA"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["8xAGM-114, 38xHYDRA-70 WP"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["8xBGM-71"] = { - [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, - [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} - }, - ["8xAGM-114, 14xHYDRA-70 WP"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "M260_HYDRA_WP"}, - [3] = {["CLSID"] = "M260_HYDRA_WP"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["76xHYDRA-70"] = { - [1] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [4] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} - }, - ["8xAGM-114, 38xHYDRA-70"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["8xBGM-71, 38xHYDRA-70"] = { - [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} - } - }, - ["AH-64A"] = { - ["8xAGM-114"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["38xHYDRA-70 WP"] = { - [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"} - }, - ["76xHYDRA-70"] = { - [1] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [4] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} - }, - ["8xAGM-114, 38xHYDRA-70 WP"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["38xHYDRA-70"] = { - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} - }, - ["8xAGM-114, 38xHYDRA-70"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["AGM-114K*16"] = { - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - } - }, - ["AH-64D"] = { - ["76xHYDRA-70"] = { - [1] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [4] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} - }, - ["38xHYDRA-70"] = { - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} - }, - ["38xHYDRA-70 WP"] = { - [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"} - }, - ["8xAGM-114"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["8xAGM-114, 38xHYDRA-70 WP"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["AGM-114K*16"] = { - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["8xAGM-114, 38xHYDRA-70"] = { - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - } - }, - ["An-26B"] = {}, - ["An-30M"] = {}, - ["C-130"] = {}, - ["C-17A"] = {}, - ["CH-47D"] = {}, - ["CH-53E"] = {}, - ["E-2C"] = {}, - ["E-3A"] = {}, - ["F-117A"] = { - ["GBU-12*2"] = { - [1] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} - }, - ["GBU-10*2"] = { - [1] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [2] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"} - }, - ["GBU-27*2"] = { - [1] = {["CLSID"] = "{EF0A9419-01D6-473B-99A3-BEBDB923B14D}"}, - [2] = {["CLSID"] = "{EF0A9419-01D6-473B-99A3-BEBDB923B14D}"} - } - }, - ["F-14A"] = { - ["AIM-9*2"] = { - [12] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-54C*6,AIM-9*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [4] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [5] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [8] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [9] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [11] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [12] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-54C*4,AIM-9*2,AIM-7*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [4] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [5] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [8] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [9] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, - [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [12] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - } - }, - ["F-15C"] = { - ["AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3"] = { - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} - }, - ["AIM-9*2,AIM-120*6,Fuel"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-9*4,AIM-120*4,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9*4,AIM-120*4,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-9*2,AIM-120*6,Fuel*3"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-9*4,AIM-7*4,Fuel"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*8,Fuel"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-9*4,AIM-7*4,Fuel*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*8,Fuel*3"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-9*2,AIM-120*2,AIM-7*4,Fuel"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - } - }, - ["F-15E"] = { - ["AIM-120B*2,AIM-9M*2,FUEL*3,CBU-87*6,Mk-82AIR*6"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{CBU-87}"}, - [9] = {["CLSID"] = "{CBU-87}"}, - [8] = {["CLSID"] = "{CBU-87}"}, - [12] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [13] = {["CLSID"] = "{CBU-87}"}, - [6] = {["CLSID"] = "{Mk82AIR}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [16] = {["CLSID"] = "{Mk82AIR}"}, - [15] = {["CLSID"] = "{Mk82AIR}"}, - [14] = {["CLSID"] = "{Mk82AIR}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL*3,CBU-97*12"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [16] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [15] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [14] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [13] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [12] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [11] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [9] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [6] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL*3,Mk-82*12"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [16] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [15] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [14] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [13] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [12] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [11] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} - }, - ["AIM-120B*4,AIM-120C*4,FUEL*3"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [17] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,GBU-31*4,AGM-65H,AGM-65D"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "LAU_117_AGM_65H"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{GBU-31}"}, - [9] = {["CLSID"] = "{GBU-31}"}, - [7] = {["CLSID"] = "{GBU-31}"}, - [13] = {["CLSID"] = "{GBU-31}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,CBU-103*2,GBU-12,GBU-38,AGM-154C*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{CBU_103}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{CBU_103}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [13] = {["CLSID"] = "{GBU-38}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"} - }, - ["AIM-120B*4,AIM-9M*4,FUEL*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [19] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"} - }, - ["AIM-120B*2,AIM-9M*2,AIM-120C*2,AIM-7M*2,FUEL*3"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*4,GBU-38*4,AGM-154C*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [6] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [13] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [14] = {["CLSID"] = "{GBU-38}"}, - [16] = {["CLSID"] = "{GBU-38}"}, - [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,GBU-31*4,AGM-154C*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{GBU-31}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [13] = {["CLSID"] = "{GBU-31}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{GBU-31}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{GBU-31}"}, - [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"} - }, - ["AIM-120B*2,AIM-9M*2,AIM-7M*4,FUEL*3"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [13] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL*3,Mk-84*8"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [16] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [13] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [14] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [11] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [6] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,AGM-154C*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [6] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{CBU_103}"}, - [8] = {["CLSID"] = "{CBU_103}"}, - [9] = {["CLSID"] = "{CBU_103}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{CBU_103}"}, - [12] = {["CLSID"] = "{CBU_103}"}, - [13] = {["CLSID"] = "{CBU_103}"}, - [14] = {["CLSID"] = "{Mk82AIR}"}, - [15] = {["CLSID"] = "{Mk82AIR}"}, - [16] = {["CLSID"] = "{Mk82AIR}"}, - [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*4,GBU-38*4,AGM-65D*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [6] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [13] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [14] = {["CLSID"] = "{GBU-38}"}, - [16] = {["CLSID"] = "{GBU-38}"}, - [18] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*4,GBU-38*4,AGM-65K*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [6] = {["CLSID"] = "{GBU-38}"}, - [4] = {["CLSID"] = "{GBU-38}"}, - [16] = {["CLSID"] = "{GBU-38}"}, - [14] = {["CLSID"] = "{GBU-38}"}, - [13] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [11] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} - }, - ["AIM-120C*2,AIM-9M*4,AIM-7M*2,FUEL*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [19] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"} - }, - ["AIM-9M*4,AIM-7M*4,FUEL*3"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [19] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [13] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} - }, - ["AIM-120C*2,AIM-9M*2,FUEL*3"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [19] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,Mk-84*8,AGM-154C*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [6] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [9] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [13] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [14] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [16] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL*3,Mk-82AIR*12"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [16] = {["CLSID"] = "{Mk82AIR}"}, - [15] = {["CLSID"] = "{Mk82AIR}"}, - [14] = {["CLSID"] = "{Mk82AIR}"}, - [13] = {["CLSID"] = "{Mk82AIR}"}, - [12] = {["CLSID"] = "{Mk82AIR}"}, - [11] = {["CLSID"] = "{Mk82AIR}"}, - [9] = {["CLSID"] = "{Mk82AIR}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{Mk82AIR}"}, - [6] = {["CLSID"] = "{Mk82AIR}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [4] = {["CLSID"] = "{Mk82AIR}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*2,GBU-38*2,AGM-154C*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [16] = {["CLSID"] = "{GBU-38}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [13] = {["CLSID"] = "{GBU-38}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*2,GBU-38*2,AGM-65H,AGM-65D"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "LAU_117_AGM_65H"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [6] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [13] = {["CLSID"] = "{GBU-38}"}, - [16] = {["CLSID"] = "{GBU-38}"} - }, - ["AIM-120B*2,AIM-120C*4,AIM-9M*2,FUEL*3"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL*3,Mk-82*6,Mk-82AIR*6"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [16] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{Mk82AIR}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [9] = {["CLSID"] = "{Mk82AIR}"}, - [11] = {["CLSID"] = "{Mk82AIR}"}, - [12] = {["CLSID"] = "{Mk82AIR}"}, - [13] = {["CLSID"] = "{Mk82AIR}"}, - [14] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [15] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,CBU-103*2,GBU-12,GBU-38,AGM-65H*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "LAU_117_AGM_65H"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [18] = {["CLSID"] = "LAU_117_AGM_65H"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [13] = {["CLSID"] = "{GBU-38}"}, - [7] = {["CLSID"] = "{CBU_103}"}, - [11] = {["CLSID"] = "{CBU_103}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,AGM-65D*2"] = { - [18] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{CBU_103}"}, - [9] = {["CLSID"] = "{CBU_103}"}, - [8] = {["CLSID"] = "{CBU_103}"}, - [7] = {["CLSID"] = "{CBU_103}"}, - [12] = {["CLSID"] = "{CBU_103}"}, - [13] = {["CLSID"] = "{CBU_103}"}, - [6] = {["CLSID"] = "{Mk82AIR}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [14] = {["CLSID"] = "{Mk82AIR}"}, - [15] = {["CLSID"] = "{Mk82AIR}"}, - [16] = {["CLSID"] = "{Mk82AIR}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL*2,SUU-25*2,GBU-12,GBU-38"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [9] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, - [11] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [7] = {["CLSID"] = "{GBU-38}"}, - [13] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"} - }, - ["AIM-120B*6,AIM-9M*2,FUEL*3"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [11] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [13] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120B*2,AIM-9M*2,FUEL,Mk-82AIR*12,AGM-154C*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{Mk82AIR}"}, - [5] = {["CLSID"] = "{Mk82AIR}"}, - [6] = {["CLSID"] = "{Mk82AIR}"}, - [7] = {["CLSID"] = "{Mk82AIR}"}, - [8] = {["CLSID"] = "{Mk82AIR}"}, - [9] = {["CLSID"] = "{Mk82AIR}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [11] = {["CLSID"] = "{Mk82AIR}"}, - [12] = {["CLSID"] = "{Mk82AIR}"}, - [13] = {["CLSID"] = "{Mk82AIR}"}, - [14] = {["CLSID"] = "{Mk82AIR}"}, - [15] = {["CLSID"] = "{Mk82AIR}"}, - [16] = {["CLSID"] = "{Mk82AIR}"}, - [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120C*6,AIM-9M*2,FUEL*3"] = { - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, - [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [19] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"} - }, - ["GBU-31(V)3/B*5, AIM-120C*2, AIM-9M*2"] = { - [19] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [18] = {["CLSID"] = "{GBU-31V3B}"}, - [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [12] = {["CLSID"] = "{GBU-31V3B}"}, - [10] = {["CLSID"] = "{GBU-31V3B}"}, - [8] = {["CLSID"] = "{GBU-31V3B}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{GBU-31V3B}"}, - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - } - }, - ["F-16A MLU"] = { - ["Fuel*3"] = { - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"} - }, - ["AGM-88*2, AGM-65D*2, AIM-120B*2, ECM"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"} - }, - ["Mk-82*6,AIM-120*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["Mk-82*2,AIM-120*2,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM88*2,AGM-65D*6,AIM-120*2,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"} - }, - ["AIM-120*2,GBU-10*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-9*4,ECM"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Mk20*4,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*6,ECM"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*4,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM88, AGM-65D, AIM-120*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"} - }, - ["AGM-65D*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-9*4,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*4,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-88*2,AIM-120*2,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"} - }, - ["Mk-84*2,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*6,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-154*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-88*2,AGM-65D*2,AIM-120B*2,AIM-9M*2,ECM"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["Mk20*2,AIM-120*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*2,AIM-9*2,GBU-12*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-65K*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120B*2_AIM-9M*2_AGM-119*4_ALQ-131"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, - [4] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, - [8] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - } - }, - ["F-16A"] = { - ["AGM-88*2,AIM-120*2,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["Mk20*4,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-9*4,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-65D*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*4,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM88*2_AGM-65D*6_AIM-120*2_AIM-9*2_ECM"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-65K*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*2,AIM-9*2,GBU-12*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*2,GBU-10*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*6,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*6,ECM"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-9*4,ECM"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Fuel*3"] = { - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"} - }, - ["Mk-84*2,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120*4,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["Mk-82*6,AIM-120*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["Mk-82*2,AIM-120*2,AIM-9*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-154*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["Mk20*2,AIM-120*2,ECM,Fuel*2"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-119*2,AIM-120B*2,AIM-9M*2,ALQ-184,Fuel*2"] = { - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "ALQ_184"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - } - }, - ["F-16C bl.50"] = { - ["AIM-120B*4, AIM-9M*2, Fuel"] = { - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} - }, - ["AIM-120C*4, AIM-9M*2, Fuel"] = { - [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} - }, - ["AGM-65G*2, AIM-120C*2, AIM-9M*2, Fuel, ECM"] = { - [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "LAU_117_AGM_65G"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "LAU_117_AGM_65G"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AGM-65D*6, AIM-120B*2, AIM-9M*2, ECM, Fuel"] = { - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["Mk86*6, AIM-9M*4, ECM, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - }, - ["CBU-97*4, AIM-9M*4, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [3] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} - }, - ["CBU-87*4, AIM-9M*4, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{CBU-87}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{CBU-87}"}, - [3] = {["CLSID"] = "{CBU-87}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} - }, - ["AGM-65D*2, CBU-87*2, AIM-9M*4, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [7] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{CBU-87}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} - }, - ["AGM-65D*2, CBU-97*2, AIM-9M*4, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} - }, - ["Mk84*2, AIM-9M*4, ECM, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["GBU-31v1*2, AIM-9M*4, ECM, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{GBU-31}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{GBU-31}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["GBU-31v3*2, AIM-9M*4, ECM, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{GBU-31V3B}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{GBU-31V3B}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["GBU-31v1*2, Mk82*6, AIM-9M*4, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{GBU-31}"}, - [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [3] = {["CLSID"] = "{GBU-31}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Mk84*4, AIM-9M*4, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["Mk82*12, AIM-9M*4, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AGM-154C*2, AIM-9M*4, ECM, Fuel"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - } - }, - ["F-16C bl.52d"] = { - ["AGM-88*2, AGM-65D*2, AIM-120B*2, ECM,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["Mk-82*6,AIM-120*2,ECM,Fuel*2,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM88*2,AGM-65D*6,AIM-120*2,AIM-9*2,ECM,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM-65D*4,AIM-120*2,ECM,Fuel*2,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*2,GBU-31*2,ECM,Fuel*2,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{GBU-31}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{GBU-31}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*2,GBU-31(v)*2,ECM,Fuel*2,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{GBU-31V3B}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{GBU-31V3B}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-88*2,AIM-120*2,AIM-9*2,ECM,Fuel*2,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["Copy AIM-120*2,GBU-38*2,ECM,Fuel*2,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{GBU-38}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{GBU-38}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-120*2,GBU-10*2,ECM,Fuel*2,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["Mk-84*2,AIM-120*2,ECM,Fuel*2,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM-154*2,AIM-120*2,ECM,Fuel*2,LIGHTNING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["Mk-82AIR*6,AIM-120*2,ECM,Fuel*2,LITENING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["CBU97*4,AIM120*2,ECM,Fuel*2,LITENING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM-88*2,AGM-65D*2,AIM-120B*2,AIM-9M*2,ECM,LITENING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["CBU87*2,AIM-120*2,ECM,Fuel*2,LITENING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{CBU-87}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{CBU-87}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} - }, - ["AGM88, AGM-65D, AIM-120*2,Fuel*2,ECM,LITENING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"} - }, - ["AIM-120*2,GBU-12*2,ECM,Fuel*2,LITENING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-65K*2,AIM-120*2,ECM,Lantirn ,Fuel*2,LITENING"] = { - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AGM-65G*4,AIM-120C*2,AIM-9M*2,ECM"] = { - [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "LAU_117_AGM_65G"}, - [7] = {["CLSID"] = "LAU_117_AGM_65G"}, - [6] = {["CLSID"] = "ALQ_184"}, - [4] = {["CLSID"] = "LAU_117_AGM_65G"}, - [3] = {["CLSID"] = "LAU_117_AGM_65G"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120C*4,AIM-9M*2,ECM,Fuel*2"] = { - [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "ALQ_184"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} - }, - ["AIM-120B*4,AIM-9M*2,ECM,Fuel*2"] = { - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-9M*4,Fuel*2"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} - }, - ["AIM-120C*2,AIM-120B*2,AIM-9M*2,Fuel*3"] = { - [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, - [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, - [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, - [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, - [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} - }, - ["AIM-9P*4"] = { - [10] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [9] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [2] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, - [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} - }, - ["AIM-9M*2,ECM"] = { - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} - } - }, - ["F-4E"] = { - ["AIM-9*4,AIM-7*4"] = { - [2] = {["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}"}, - [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}"} - }, - ["AGM45*2_AGM-65D*4_AIM7*2_ECM"] = { - [1] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, - [2] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, - [9] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"} - }, - ["AGM-45*2,AIM-7*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, - [2] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, - [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} - }, - ["Mk-82*18,AIM-7*2,ECM"] = { - [1] = {["CLSID"] = "{1C97B4A0-AA3B-43A8-8EE7-D11071457185}"}, - [2] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [9] = {["CLSID"] = "{1C97B4A0-AA3B-43A8-8EE7-D11071457185}"} - }, - ["GBU-12*2,AIM-7*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, - [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} - }, - ["Mk20*12,AIM-7*2,ECM"] = { - [1] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, - [2] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, - [9] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"} - }, - ["Mk-82*6,AIM-7*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, - [2] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} - }, - ["GBU-10*2,AIM-7*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, - [2] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, - [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} - }, - ["Mk20*6,AIM-7*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, - [2] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, - [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} - }, - ["AGM-45*4,AIM-7*2,ECM"] = { - [1] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, - [2] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, - [9] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"} - }, - ["AGM-65K*4,AIM-7*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, - [2] = {["CLSID"] = "{D7670BC7-881B-4094-906C-73879CF7EB28}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{D7670BC7-881B-4094-906C-73879CF7EB27}"}, - [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} - }, - ["Fuel*3"] = { - [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, - [5] = {["CLSID"] = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}"}, - [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} - }, - ["AIM-9*4,AIM-7*4,Fuel*2"] = { - [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, - [2] = {["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}"}, - [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [8] = {["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}"}, - [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} - }, - ["Mk-84*2,AIM-7*2,ECM"] = { - [1] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [9] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} - }, - ["AGM-65K*4,AIM-7M*4,Fuel*3"] = { - [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, - [8] = {["CLSID"] = "{D7670BC7-881B-4094-906C-73879CF7EB27}"}, - [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [5] = {["CLSID"] = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}"}, - [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, - [2] = {["CLSID"] = "{D7670BC7-881B-4094-906C-73879CF7EB28}"}, - [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} - } - }, - ["IL-76MD"] = {}, - ["IL-78M"] = {}, - ["Ka-27"] = {}, - ["Ka-52"] = { - ["APU-6 Vikhr-M*2, Kh-25ML*2"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [3] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["APU-6 Vikhr-M*2"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["B-8*4"] = { - [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["KMGU-2 (AO-2.5RT)*4"] = { - [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} - }, - ["B-8*2, APU-6 Vikhr-M*2"] = { - [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} - }, - ["FAB-500*2"] = { - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["UB-13*2"] = { - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["FAB-250*4"] = { - [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["Kh-25ML*2, R-73*2"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [3] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [4] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - } - }, - ["KC-10A"] = {}, - ["KC-135"] = {}, - ["Mi-24V"] = { - ["2xFAB-500"] = { - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["10xS-13"] = { - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["2xFAB-250"] = { - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["4x9M114, 2xFuel tank"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{PTB_450}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["128xS-5"] = { - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [5] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} - }, - ["80xS-8 TsM"] = { - [2] = {["CLSID"] = "B_8V20A_CM"}, - [3] = {["CLSID"] = "B_8V20A_CM"}, - [4] = {["CLSID"] = "B_8V20A_CM"}, - [5] = {["CLSID"] = "B_8V20A_CM"} - }, - ["4x9M114, 40xS-8 TsM"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "B_8V20A_CM"}, - [4] = {["CLSID"] = "B_8V20A_CM"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["64xS-5"] = { - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} - }, - ["8x9M114"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["4x9M114, 80xS-8"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["4x9M114, 128xS-5"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [5] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["2xKMGU AP"] = { - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} - }, - ["4xFuel tank"] = { - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{PTB_450}"}, - [5] = {["CLSID"] = "{PTB_450}"} - }, - ["4xUPK-23"] = { - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [5] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} - }, - ["4x9M114, 10xS-13"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["4x9M114, 80xS-8 TsM"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "B_8V20A_CM"}, - [3] = {["CLSID"] = "B_8V20A_CM"}, - [4] = {["CLSID"] = "B_8V20A_CM"}, - [5] = {["CLSID"] = "B_8V20A_CM"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["4x9M114"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["80xS-8"] = { - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["40xS-8 TsM"] = { - [3] = {["CLSID"] = "B_8V20A_CM"}, - [4] = {["CLSID"] = "B_8V20A_CM"} - }, - ["8x9M114, 40xS-8 TsM"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "B_8V20A_CM"}, - [4] = {["CLSID"] = "B_8V20A_CM"}, - [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["8x9M114, 10xS-13"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["2xFuel tank"] = { - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{PTB_450}"} - }, - ["4x9M114, 4xUPK-23"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [5] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["2xUPK-23"] = { - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} - }, - ["8x9M114, 64xS-5"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["8x9M114, 40xS-8"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - }, - ["20xS-13"] = { - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [5] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["40xS-8"] = { - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["8x9M114, 2xUPK-23"] = { - [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, - [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} - } - }, - ["Mi-26"] = {}, - ["Mi-28N"] = { - ["2xFAB-250"] = { - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["4xFuel tank"] = { - [1] = {["CLSID"] = "{PTB_450}"}, - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"}, - [4] = {["CLSID"] = "{PTB_450}"} - }, - ["80xS-8"] = { - [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["4xKMGU AP"] = { - [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} - }, - ["4xUPK-23"] = { - [1] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} - }, - ["16x9M114, 2xKMGU AT"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - }, - ["4xFAB-500"] = { - [1] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["16x9M114, 2xFAB-500"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - }, - ["40xS-8"] = { - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["40xS-8 TsM"] = { - [2] = {["CLSID"] = "B_8V20A_CM"}, - [3] = {["CLSID"] = "B_8V20A_CM"} - }, - ["2xKMGU AP"] = { - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} - }, - ["2xUPK-23"] = { - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} - }, - ["16x9M114, 2xUPK-23"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - }, - ["2xFAB-500"] = { - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["16x9M114, 40xS-8"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - }, - ["16x9M114"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, - [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - }, - ["20xS-13"] = { - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["16x9M114, 2xKMGU AP"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - }, - ["4xFAB-250"] = { - [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["4xKMGU AT"] = { - [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} - }, - ["16x9M114, 40xS-8 TsM"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, - [2] = {["CLSID"] = "B_8V20A_CM"}, - [3] = {["CLSID"] = "B_8V20A_CM"}, - [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - }, - ["80xS-8 TsM"] = { - [1] = {["CLSID"] = "B_8V20A_CM"}, - [2] = {["CLSID"] = "B_8V20A_CM"}, - [3] = {["CLSID"] = "B_8V20A_CM"}, - [4] = {["CLSID"] = "B_8V20A_CM"} - }, - ["2xKMGU AT"] = { - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} - }, - ["9x9M114"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - }, - ["2xFuel tank"] = { - [2] = {["CLSID"] = "{PTB_450}"}, - [3] = {["CLSID"] = "{PTB_450}"} - }, - ["10xS-13"] = { - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["2xFAB-250, 16x9M114"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - }, - ["16x9M114, 10xS-13"] = { - [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} - } - }, - ["Mi-8MT"] = { - ["4 x B8"] = { - [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["4 x B8 + 2GUV_AP-30 (GrL 30mm)"] = { - [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [6] = {["CLSID"] = "GUV_VOG"}, - [1] = {["CLSID"] = "GUV_VOG"} - }, - ["2 x UPK +2 x B8"] = { - [5] = {["CLSID"] = "GUV_YakB_GSHP"}, - [2] = {["CLSID"] = "GUV_YakB_GSHP"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)"] = { - [6] = {["CLSID"] = "GUV_VOG"}, - [1] = {["CLSID"] = "GUV_VOG"}, - [5] = {["CLSID"] = "GUV_YakB_GSHP"}, - [2] = {["CLSID"] = "GUV_YakB_GSHP"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["6 x FAB-100"] = { - [6] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [4] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [3] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [2] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} - }, - ["2 x B8 + 2 x UPK-23-250"] = { - [5] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, - [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} - }, - ["2 x UPK--23-250"] = { - [5] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, - [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} - } - }, - ["MiG-15bis"] = { - ["2*FAB-50"] = { - [1] = {["CLSID"] = "FAB_50"}, - [2] = {["CLSID"] = "FAB_50"} - }, - ["2*FAB-100M"] = { - [1] = {["CLSID"] = "FAB_100M"}, - [2] = {["CLSID"] = "FAB_100M"} - }, - ["2*300L"] = { - [1] = {["CLSID"] = "PTB300_MIG15"}, - [2] = {["CLSID"] = "PTB300_MIG15"} - }, - ["2*400L"] = { - [1] = {["CLSID"] = "PTB400_MIG15"}, - [2] = {["CLSID"] = "PTB400_MIG15"} - }, - ["2*600L"] = { - [1] = {["CLSID"] = "PTB600_MIG15"}, - [2] = {["CLSID"] = "PTB600_MIG15"} - }, - ["Fuel tank 300"] = { - [2] = {["CLSID"] = "PTB300_MIG15"}, - [1] = {["CLSID"] = "PTB300_MIG15"} - }, - ["Fuel tank 400"] = { - [2] = {["CLSID"] = "PTB400_MIG15"}, - [1] = {["CLSID"] = "PTB400_MIG15"} - } - }, - ["MiG-23MLD"] = { - ["R-60M*4"] = { - [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"} - }, - ["B-8*2,R-60M*2,Fuel-800"] = { - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} - }, - ["UB-32*2,R-60M*2,Fuel-800"] = { - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [6] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} - }, - ["R-24R*2,R-60M*4,Fuel-800"] = { - [2] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"}, - [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"}, - [6] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"} - }, - ["R-24R,R-24T,R-60M*4,Fuel-800"] = { - [2] = {["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}"}, - [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"}, - [6] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"} - }, - ["R-60M*4,Fuel-800"] = { - [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"} - }, - ["FAB-500*2,R-60M*2,Fuel-800"] = { - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["R-24R*2,R-60M*4"] = { - [2] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"}, - [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"}, - [6] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"} - }, - ["FAB-250*2,R-60M*2,Fuel-800"] = { - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["RBK-250*2,R-60M*2,Fuel-800"] = { - [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} - }, - ["RBK-500*2,R-60M*2,Fuel-800"] = { - [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"} - }, - ["R-24R,R-24T,R-60M*4"] = { - [2] = {["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}"}, - [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"}, - [6] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"} - } - }, - ["MiG-25PD"] = { - ["R-40R*2,R-40T*2"] = { - [1] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"}, - [2] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, - [3] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, - [4] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"} - }, - ["R-40R*4"] = { - [1] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, - [2] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, - [3] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, - [4] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"} - }, - ["R-40R*2,R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, - [3] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, - [4] = {["CLSID"] = "{APU-60-1_R_60M}"} - } - }, - ["MiG-25RBT"] = { - ["FAB-500x2_60x2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{APU-60-1_R_60M}"} - } - }, - ["MiG-27K"] = { - ["FAB-250*6,R-60M*2,Fuel"] = { - [2] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"} - }, - ["BetAB-500ShP*2,FAB-250*2,R-60*2"] = { - [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"} - }, - ["Kh-25MR*2,R-60M*2,Fuel"] = { - [2] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"} - }, - ["Kh-29L*2,R-60M*2,Fuel"] = { - [2] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"} - }, - ["B-8*4"] = { - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [7] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} - }, - ["BetAB-500*2,FAB-500*2,R-60*2"] = { - [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"} - }, - ["Kh-25MPU*2,R-60M*2,Fuel"] = { - [2] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"} - }, - ["Kh-29T*2,R-60M*2,Fuel"] = { - [2] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"} - }, - ["FAB-500*2,FAB-250*2,R-60M*2,Fuel"] = { - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["Kh-25ML*2,R-60M*2,Fuel"] = { - [2] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"} - }, - ["KAB-500*2,R-60M*2,Fuel"] = { - [2] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"} - }, - ["RBK-500AO*2,RBK-250*2,R-60M*2"] = { - [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"} - }, - ["UB-32*4"] = { - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [7] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} - }, - ["Kh-29L*2,R-60*2,Fuel"] = { - [8] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"} - } - }, - ["MiG-29A"] = { - ["Fuel-1150*2,Fuel-1500"] = { - [3] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"} - }, - ["RBK-500AO*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["FAB-250*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["B-8*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-60M*4,R-27R*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-73*4,R-27R*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*6,Fuel-1500"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-60M*6,Fuel-1500"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-24*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["FAB-500*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-60M*6"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["BetAB-500*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*6"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*2,R-60M*2,R-27R*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-60M*4,R-27R*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-250*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*4,R-27R*2"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*2,R-60M*2,R-27R*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-24*2,FAB-500*2,R-73*2,Fuel"] = { - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"} - } - }, - ["MiG-29G"] = { - ["R-73*6,Fuel-1500"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*4,R-27R*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*2,R-60M*2,R-27R*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-60M*4,R-27R*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-73*6"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-60M*4,R-27R*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-73*4,R-27R*2"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["Fuel-1150*2,Fuel-1500"] = { - [3] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"} - }, - ["R-60M*6"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-60M*6,Fuel-1500"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-73*2,R-60M*2,R-27R*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - } - }, - ["MiG-29S"] = { - ["R-73*2,R-60M*2,R-27R*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-73*4,R-27R*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*6,Fuel-1500"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-60M*6,Fuel-1500"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-24*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["FAB-500*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["BetAB-500*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["RBK-500AO*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*2,R-60M*2,R-27R*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-77*2,R-73*2,Fuel-1500,Fuel-1150*2"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [3] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["B-8*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["RBK-250*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*6"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["Fuel-1150*2,Fuel-1500"] = { - [3] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"} - }, - ["R-60M*6"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-60M*4,R-27R*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-73*4,R-27R*2"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-77*4,R-73*2"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["FAB-250*4,R-73*2,Fuel"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-60M*4,R-27R*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["R-77*4,R-73*2,Fuel-1500"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["S-24*2,FAB-500*2,R-73*2,Fuel"] = { - [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - } - }, - ["MiG-31"] = { - ["R-40T*2,R-33*4"] = { - [1] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"}, - [2] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [3] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [4] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [5] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [6] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"} - }, - ["R-40T,R-33*4,R-40R"] = { - [1] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, - [2] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [3] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [4] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [5] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [6] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"} - }, - ["R-40R*2,R-33*4"] = { - [1] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, - [2] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [3] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [4] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [5] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [6] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"} - }, - ["R-60M*4,R-33*4"] = { - [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [2] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [3] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [4] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [5] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, - [6] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"} - } - }, - ["Mirage 2000-5"] = { - ["R 550*2,MICA IR*4"] = { - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [3] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [4] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [6] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [7] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - }, - ["R 550*2,MICA IR*2,MICA AR*2,Fuel*3"] = { - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [3] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [4] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [6] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [7] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [8] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - }, - ["R 550*2,MICA AR*4,Fuel*3"] = { - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [3] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [4] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [6] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [7] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [8] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - }, - ["R 550*2,SUPER 530F*2,Fuel"] = { - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}"}, - [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [8] = {["CLSID"] = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}"}, - [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - }, - ["Fuel*3"] = { - [2] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [8] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"} - }, - ["R 550*2,MICA IR*4,Fuel*3"] = { - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [3] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [4] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [6] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [7] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, - [8] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, - [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - }, - ["R 550*2,MICA AR*4"] = { - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [3] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [4] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [6] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [7] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, - [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - }, - ["R 550*2,SUPER 530F*2"] = { - [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, - [2] = {["CLSID"] = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}"}, - [8] = {["CLSID"] = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}"}, - [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} - } - }, - ["MQ-9 Reaper"] = { - ["GBU-12*4"] = { - [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, - [1] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} - }, - ["GBU-38*4"] = { - [4] = {["CLSID"] = "{GBU-38}"}, - [3] = {["CLSID"] = "{GBU-38}"}, - [2] = {["CLSID"] = "{GBU-38}"}, - [1] = {["CLSID"] = "{GBU-38}"} - }, - ["AGM-114K*8,GBU-38*2"] = { - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [3] = {["CLSID"] = "{GBU-38}"}, - [2] = {["CLSID"] = "{GBU-38}"}, - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - }, - ["AGM-114K*12"] = { - [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, - [3] = {["CLSID"] = "AGM114x2_OH_58"}, - [2] = {["CLSID"] = "AGM114x2_OH_58"}, - [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} - } - }, - ["OH-58D"] = { - ["2xAGM-114, 7xHYDRA-70"] = { - [1] = {["CLSID"] = "AGM114x2_OH_58"}, - [2] = {["CLSID"] = "M260_HYDRA"} - }, - ["4xAGM-114"] = { - [1] = {["CLSID"] = "AGM114x2_OH_58"}, - [2] = {["CLSID"] = "AGM114x2_OH_58"} - }, - ["M-3, 7xHYDRA-70"] = { - [1] = {["CLSID"] = "oh-58-brauning"}, - [2] = {["CLSID"] = "M260_HYDRA"} - }, - ["2xAGM-114, M-3"] = { - [1] = {["CLSID"] = "oh-58-brauning"}, - [2] = {["CLSID"] = "AGM114x2_OH_58"} - }, - ["14xHYDRA-70"] = { - [1] = {["CLSID"] = "M260_HYDRA"}, - [2] = {["CLSID"] = "M260_HYDRA"} - }, - ["14xHYDRA-70 WP"] = { - [1] = {["CLSID"] = "M260_HYDRA_WP"}, - [2] = {["CLSID"] = "M260_HYDRA_WP"} - } - }, - ["RQ-1A Predator"] = { - ["AGM-114K*2"] = { - [2] = {["CLSID"] = "{ee368869-c35a-486a-afe7-284beb7c5d52}"}, - [1] = {["CLSID"] = "{ee368869-c35a-486a-afe7-284beb7c5d52}"} - } - }, - ["S-3B"] = { - ["AGM-84A*2, Mk-82*2"] = { - [6] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, - [1] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} - }, - ["AGM-84E*2"] = { - [6] = {["CLSID"] = "{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}"}, - [1] = {["CLSID"] = "{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}"} - }, - ["AGM-65D, AGM-65K, Mk20*4"] = { - [6] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [2] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [1] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"} - }, - ["AGM-65D, AGM-65K, Mk82*4"] = { - [6] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"} - }, - ["Mk82*10"] = { - [6] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"} - }, - ["Mk84*2, Mk82*4"] = { - [6] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [1] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} - }, - ["ZUNI Mk71*8, Mk20*4"] = { - [6] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, - [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [2] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, - [1] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"} - } - }, - ["SH-3W"] = {}, - ["SH-60B"] = { - ["AGM-119"] = { - [1] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"} - } - }, - ["SpitfireLFMkIX"] = { - ["Fuel Tank (Torpedo)"] = { - [2] = {["CLSID"] = "SPITFIRE_45GAL_TORPEDO_TANK"} - }, - ["Fuel Tank (Slipper)"] = { - [2] = {["CLSID"] = "SPITFIRE_45GAL_SLIPPER_TANK"} - }, - ["GP 250"] = { - [1] = { - ["CLSID"] = "British_GP_250LBS_Bomb_MK4_on_LH_Spitfire_Wing_Carrier" - }, - [3] = { - ["CLSID"] = "British_GP_250LBS_Bomb_MK4_on_RH_Spitfire_Wing_Carrier" - } - }, - ["GP 500"] = { - [2] = { - ["CLSID"] = "British_GP_500LBS_Bomb_MK4_on_British_UniversalBC_MK3" - } - } - }, - ["SpitfireLFMkIXCW"] = { - ["Fuel Tank (Torpedo)"] = { - [2] = {["CLSID"] = "SPITFIRE_45GAL_TORPEDO_TANK"} - }, - ["Fuel Tank (Slipper)"] = { - [2] = {["CLSID"] = "SPITFIRE_45GAL_SLIPPER_TANK"} - }, - ["GP 250"] = { - [1] = { - ["CLSID"] = "British_GP_250LBS_Bomb_MK4_on_LH_Spitfire_Wing_Carrier" - }, - [3] = { - ["CLSID"] = "British_GP_250LBS_Bomb_MK4_on_RH_Spitfire_Wing_Carrier" - } - }, - ["GP 500"] = { - [2] = { - ["CLSID"] = "British_GP_500LBS_Bomb_MK4_on_British_UniversalBC_MK3" - } - } - }, - ["Su-17M4"] = { - ["UB-32*4,R-60M*2,FAB-250*4"] = { - [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [5] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [6] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} - }, - ["FAB-100*24,R-60M*2"] = { - [1] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, - [4] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, - [5] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, - [6] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"} - }, - ["UB-32*4,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} - }, - ["B-8*4,R-60M*2,FAB-250*4"] = { - [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [5] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} - }, - ["Kh-29L*2,R-60M*2,Fuel*2"] = { - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["B-8*4,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} - }, - ["Kh-29T*2,R-60M*2,Fuel*2"] = { - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["BetAB-500*6,R-60M*2"] = { - [1] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"} - }, - ["Kh-25MR*4,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"} - }, - ["S-24*4,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"} - }, - ["Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2"] = { - [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} - }, - ["Kh58*2_Kh25MPU*2_R60M*2_Fuel*2"] = { - [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} - }, - ["FAB-250*16,R-60M*2"] = { - [1] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{3E35F8C1-052D-11d6-9191-00A0249B6F00}"}, - [4] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [5] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [6] = {["CLSID"] = "{3E35F8C1-052D-11d6-9191-00A0249B6F00}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"} - }, - ["Kh-25ML*4,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, - [6] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} - }, - ["RBK-500AO*4,SPPU-22*2,R-60M*2"] = { - [1] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"} - }, - ["S-24*4,R-60M*2,FAB-250*4"] = { - [1] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [4] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [5] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, - [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"} - }, - ["Fuel*4"] = { - [1] = {["CLSID"] = "{414E383A-59EB-41BC-8566-2B5E0788ED1F}"}, - [4] = {["CLSID"] = "{414E383A-59EB-41BC-8566-2B5E0788ED1F}"}, - [5] = {["CLSID"] = "{414E383A-59EB-41BC-8566-2B5E0788ED1F}"}, - [8] = {["CLSID"] = "{414E383A-59EB-41BC-8566-2B5E0788ED1F}"} - }, - ["FAB-500*6,R-60M*2"] = { - [1] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} - }, - ["Kh-25ML*2,Kh-29L*2,R-60*2"] = { - [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [6] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [3] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} - } - }, - ["Su-24M"] = { - ["UB-13*4,FAB-500*2"] = { - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["Kh-31A*2,R-60M*2,Fuel"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, - [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, - [7] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["UB-13*4"] = { - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [7] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["KAB-500*4,R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [3] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [6] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [7] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["S-25*2,Fuel*3"] = { - [1] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"} - }, - ["Kh31P*2_Kh25ML*2_L-081"] = { - [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [2] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [5] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} - }, - ["B-8*2,Fuel*3"] = { - [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} - }, - ["FAB-1500*2,R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, - [7] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["S-24*4"] = { - [1] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [7] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [8] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"} - }, - ["BetAB-500*4,R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["Kh-25ML*4"] = { - [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [2] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [7] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} - }, - ["Kh-25MR*4"] = { - [1] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, - [2] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, - [7] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, - [8] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"} - }, - ["FAB-100*24"] = { - [1] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [2] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [8] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"} - }, - ["Kh-31A*2,R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, - [7] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["UB-13*2,Fuel*3"] = { - [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} - }, - ["B-8*2,Fuel*2"] = { - [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} - }, - ["Kh58*2_Kh25ML*2_L-081"] = { - [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [2] = {["CLSID"] = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}"}, - [5] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}"}, - [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} - }, - ["RBK-250*8"] = { - [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} - }, - ["UB-32*4"] = { - [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [7] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} - }, - ["Kh-29L*2,R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [7] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["S-24*2,Fuel*3"] = { - [1] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [8] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"} - }, - ["Kh25MPU*2_Kh25ML*2_L-081"] = { - [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, - [2] = {["CLSID"] = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}"}, - [5] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}"}, - [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} - }, - ["FAB-500*4,R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["FAB-250*8"] = { - [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} - }, - ["Fuel*3"] = { - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"} - }, - ["RBK-500AO*4,R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["KAB-1500*2,R-60M*2,Fuel"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, - [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, - [7] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["UB-32*4,FAB-250*4"] = { - [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} - }, - ["Kh-29T*2,R-60M*2"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, - [7] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["UB-32*2,Fuel*3"] = { - [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} - }, - ["Kh-59M*2,R-60M*2,Fuel"] = { - [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, - [2] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, - [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, - [7] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, - [8] = {["CLSID"] = "{APU-60-1_R_60M}"} - }, - ["S-25*4"] = { - [1] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [7] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"} - }, - ["B-8*6"] = { - [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [7] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} - } - }, - ["Su-24MR"] = { - ["SHPIL,ETHER,R-60M*2"] = { - [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [5] = {["CLSID"] = "{0519A263-0AB6-11d6-9193-00A0249B6F00}"}, - [8] = {["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}"} - }, - ["Fuel*2"] = { - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"} - }, - ["TANGAZH,ETHER,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [5] = {["CLSID"] = "{0519A262-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [8] = {["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}"} - }, - ["TANGAZH,ETHER,R-60M*2"] = { - [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [5] = {["CLSID"] = "{0519A262-0AB6-11d6-9193-00A0249B6F00}"}, - [8] = {["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}"} - }, - ["SHPIL,ETHER,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, - [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [5] = {["CLSID"] = "{0519A263-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, - [8] = {["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}"} - } - }, - ["Su-25"] = { - ["RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-25L*6,UB-13*2,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-25*6,SPPU-22*2,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-8KOM*120,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*4,S-25*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [3] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [9] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-500AO*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-250*8,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-29L*2,Kh-25ML*4,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-250*4,S-8KOM*80,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*4,UB-13*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-8TsM*160,R-60*2"] = { - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [9] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, - [8] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, - [7] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, - [6] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, - [5] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, - [4] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, - [3] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, - [2] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-25ML*4,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["BetAB-500ShP*8,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [6] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [9] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["SAB-100*8,R-60*2"] = { - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [9] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [8] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [7] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [6] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [5] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [4] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [3] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-500*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [8] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-29L*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [8] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-100*32,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-100*16,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["BetAB-500*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-25*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["UB-13*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-25*4,Kh-29T*2,R-60*2"] = { - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-25L*6,R-60*2,Fuel*2"] = { - [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [4] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [2] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - } - }, - ["Su-25T"] = { - ["FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, - [7] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}"}, - [7] = {["CLSID"] = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["BetAB-500ShP*8,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [9] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [10] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["UB-13*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-29T*2,R-73*2,Fuel*2,MPS-410"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [5] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, - [7] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, - [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["FAB-250*4,UB-13*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["KH-29T*2, VIKHR*2, ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"}, - [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [5] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, - [7] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, - [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, - [7] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-500*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [10] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Fuel*4"] = { - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"} - }, - ["APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["S-8KOM*120,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [10] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["KMGU-2 (PTAB-2.5KO)*8,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [5] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [8] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [9] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [10] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, - [7] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["FAB-100*32,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [10] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-250*8,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [10] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-25L*6,UB-13*2,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*4,S-25*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-25*2,SPPU-22*4,R-60M*2,R-73*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [4] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["KMGU-2 (AO-2.5RT)*8,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [5] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [8] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [9] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [10] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["S-25*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-500AO*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [10] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [5] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, - [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, - [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["RBK-250*4,UB-32*4,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [9] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["BetAB-500*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [10] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-250*2,UB-32*4,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-100*16,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-29L*2,Kh-25ML*4,R-73*2,ECM"] = { - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"}, - [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [7] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"} - } - }, - ["Su-25TM"] = { - ["BetAB-500ShP*6,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [9] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["APU-8 Vikhr-M*2,R-60M*2,R-73*2,SPPU-22*2,Mercury LLTV Pod"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-29T*2,Kh-25ML*2,R-73*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, - [7] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["Kh-58*2,Kh-25MPU*4,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [5] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, - [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, - [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [9] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["S-25L*6,UB-13*2,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-35*2,R-73*2,Fuel*2,RadarPod,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [5] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD3}"}, - [6] = {["CLSID"] = "{F4920E62-A99A-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD3}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["Kh-31A*2,R-73*2,Fuel*2,RadarPod,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [5] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE50A}"}, - [6] = {["CLSID"] = "{F4920E62-A99A-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE50A}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["Fuel*4"] = { - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"} - }, - ["BetAB-500*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [10] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["KAB-500Kr*2,Kh-25ML*2,R-73*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}"}, - [7] = {["CLSID"] = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, - [7] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, - [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["UB-13*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["S-25*2,SPPU-22*4,R-60M*2,R-73*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [4] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-31P*2,Kh-25ML*4,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [5] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}"}, - [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}"}, - [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["UB-32*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-100*16,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-500*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [10] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-25MPU*4,R-73*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [9] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["S-25*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["Kh-31P*2,Kh-25MPU*4,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [5] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}"}, - [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, - [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}"}, - [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [9] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["RBK-500AO*6,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [10] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-100*32,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [5] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [10] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-250*2,UB-32*4,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["RBK-250*8,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [10] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["APU-8 Vikhr-M*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, - [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, - [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} - }, - ["RBK-250*4,UB-32*4,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*4,S-25*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - }, - ["FAB-250*4,UB-13*2,R-60M*2,Fuel*2"] = { - [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, - [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} - } - }, - ["Su-27"] = { - ["R-73*4,R-27ER*4,R-27ET*2"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["KMGU-2 (AO-2.5RT)*5,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [6] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [8] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["BetAB-500ShP*6,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [6] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [6] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [8] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*2,R-27ER*6,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*6"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4,R-27ER*6"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*2,R-27ER*4,R-27ET*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-500*6,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["S-25*2,FAB-500*4,R-73*4"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["S-25*4, FAB-500*4, R-73*2, ECM"] = { - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_S25}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{TWIN_S25}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"} - }, - ["CAS S-8KOM Rockets + RBK-500 PTAB1"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [7] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, - [6] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, - [4] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [5] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"} - }, - ["CAS S-8OFP Rockets + FAB-500 Bombs"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8OFP Rockets"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8OFP Rockets + FAB-100 Bombs"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, - [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [6] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [4] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8KOM Rockets + FAB-100 Bombs"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [6] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [4] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-13 Rockets"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B13L_5OF}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [3] = {["CLSID"] = "{TWIN_B13L_5OF}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8KOM Rockets + FAB-250 Bombs"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [7] = {["CLSID"] = "{MBD3_U6_5*FAB-250}"}, - [6] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, - [5] = {["CLSID"] = "{MBD3_U6_3*FAB-250_fwd}"}, - [4] = {["CLSID"] = "{MBD3_U6_5*FAB-250}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8KOM Rockets + RBK-250 PTAB2.5"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} - }, - ["CAS S-8KOM Rockets"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"} - }, - ["CAS S-8KOM Rockets + FAB-500 Bombs"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8KOM Rockets + RBK-500 PTAB10"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"} - }, - ["CAS S-8KOM Rockets + KMGU PTAB"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [6] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - [" CAS S-25 Rockets"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_S25}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [3] = {["CLSID"] = "{TWIN_S25}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-25 Rockets + FAB-500 Bombs"] = { - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [8] = {["CLSID"] = "{TWIN_S25}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{TWIN_S25}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - } - }, - ["Su-30"] = { - ["R-73*2,R-77*6,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*2,R-27T*2,R-27R*4"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, - [4] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [8] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["RBK-500AO*6,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [4] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, - [8] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4,R-27T*2,R-27R*4"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, - [4] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [8] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*2,R-77*2,Kh-35*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}"}, - [6] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}"}, - [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [5] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}"}, - [6] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}"}, - [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-250*4,B-8*2,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["KAB-1500*2,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["RBK-250*6,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4,R-77*6"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["FAB-250*4,S-25*2,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*2,R-27R*2,R-27ER*4,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-1500*2,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4,R-27T*2,R-27ER*2,R-77*2"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["Kh-59M*2,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-500*6,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4,R-27R*2,R-27ER*4"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["Kh-29L*4,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [4] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [8] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["BetAB-500*6,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["FAB-250*4,UB-13*2,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*2,R-77*4,R-27ER*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["KAB-500*4,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [4] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [8] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-250*6,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4,R-77*4,R-27ER*2"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["Kh-29T*4,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, - [4] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, - [8] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-31P*4,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [4] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [8] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, - [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - } - }, - ["Su-33"] = { - ["RBK-250*6,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*4,R-27R*2,R-27ER*6"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [9] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["R-73*2,R-27ET*2,R-27ER*6,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [9] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [10] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*4,R-27ET*2,R-27ER*6"] = { - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [9] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [10] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["FAB-250*6,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["R-73*2,R-27R*2,R-27ER*6,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [9] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, - [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["BetAB-500*6,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["RBK-500AO*6,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["UB-13*4,FAB-250*4,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["S-25*4,FAB-250*4,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-500*6,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["B-8*4,FAB-250*4,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [10] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["S-25*4,FAB-500*4,R-73*4"] = { - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8KOM rockets + FAB500"] = { - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8OFP rockets + FAB500"] = { - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-13 Rockets + FAB500"] = { - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{TWIN_B13L_5OF}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{TWIN_B13L_5OF}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-13 Rockets + FAB100"] = { - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{TWIN_B13L_5OF}"}, - [8] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [6] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [3] = {["CLSID"] = "{TWIN_B13L_5OF}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8KOM rockets + FAB250"] = { - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [8] = {["CLSID"] = "{3E35F8C1-052D-11d6-9191-00A0249B6F00}"}, - [7] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, - [6] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, - [5] = {["CLSID"] = "{3E35F8C1-052D-11d6-9191-00A0249B6F00}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-25 Rockets + FAB500"] = { - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{TWIN_S25}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [3] = {["CLSID"] = "{TWIN_S25}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8KOM rockets + RBK500 PTAB10"] = { - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - }, - ["CAS S-8KOM rockets + RBK500 PTAB1"] = { - [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [10] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [8] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, - [7] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, - [6] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, - [5] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, - [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} - } - }, - ["Su-34"] = { - ["UB-13*4,FAB-250*4,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-100*28,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [4] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [6] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [7] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [8] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [9] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, - [10] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["BetAB-500*8,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [10] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-29L*4,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{X-29L}"}, - [5] = {["CLSID"] = "{X-29L}"}, - [8] = {["CLSID"] = "{X-29L}"}, - [9] = {["CLSID"] = "{X-29L}"}, - [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["KAB-500*4,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [6] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [7] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [9] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, - [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["RBK-250 PTAB-2.5M*8,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [10] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-250*8,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [10] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-29T*4,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{X-29T}"}, - [5] = {["CLSID"] = "{X-29T}"}, - [8] = {["CLSID"] = "{X-29T}"}, - [9] = {["CLSID"] = "{X-29T}"}, - [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["RBK-500 PTAB-10-5*8,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [10] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-1500*3,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, - [7] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, - [9] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, - [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-59M*2,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, - [9] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, - [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["B-8*6,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [4] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, - [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [10] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["FAB-500*8,R-73*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [10] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["KAB-1500*2,R-73*2,R-77*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [4] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, - [9] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, - [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-29T*4,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{X-29T}"}, - [4] = {["CLSID"] = "{X-29T}"}, - [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [9] = {["CLSID"] = "{X-29T}"}, - [10] = {["CLSID"] = "{X-29T}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{X-31A}"}, - [4] = {["CLSID"] = "{X-31A}"}, - [5] = {["CLSID"] = "{X-31P}"}, - [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [8] = {["CLSID"] = "{X-31P}"}, - [9] = {["CLSID"] = "{X-31A}"}, - [10] = {["CLSID"] = "{X-31A}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-31A*6,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{X-31A}"}, - [4] = {["CLSID"] = "{X-31A}"}, - [5] = {["CLSID"] = "{X-31A}"}, - [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [8] = {["CLSID"] = "{X-31A}"}, - [9] = {["CLSID"] = "{X-31A}"}, - [10] = {["CLSID"] = "{X-31A}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-31P*4,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{X-31P}"}, - [4] = {["CLSID"] = "{X-31P}"}, - [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [9] = {["CLSID"] = "{X-31P}"}, - [10] = {["CLSID"] = "{X-31P}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - }, - ["Kh-29L*4,R-73*2,R-27R*2,ECM"] = { - [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, - [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [3] = {["CLSID"] = "{X-29L}"}, - [4] = {["CLSID"] = "{X-29L}"}, - [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, - [9] = {["CLSID"] = "{X-29L}"}, - [10] = {["CLSID"] = "{X-29L}"}, - [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, - [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} - } - }, - ["Tornado GR4"] = { - ["AIM-9M*2, Fuel*2, ECM"] = { - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [1] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["ALARM*4, Fuel*2, ECM"] = { - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [10] = {["CLSID"] = "{E6747967-B1F0-4C77-977B-AB2E6EB0C102}"}, - [9] = {["CLSID"] = "{E6747967-B1F0-4C77-977B-AB2E6EB0C102}"}, - [7] = {["CLSID"] = ""}, - [8] = {["CLSID"] = ""}, - [4] = {["CLSID"] = "{E6747967-B1F0-4C77-977B-AB2E6EB0C102}"}, - [5] = {["CLSID"] = ""}, - [6] = {["CLSID"] = ""}, - [3] = {["CLSID"] = "{E6747967-B1F0-4C77-977B-AB2E6EB0C102}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["GBU-16*2, AIM-9M*2, Fuel*2, ECM"] = { - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [4] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [1] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["BL755*4, AIM-9M*2, Fuel*2, ECM"] = { - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [8] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, - [7] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, - [6] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, - [5] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [1] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["Sea Eagle*2, AIM-9M*2, Fuel*2, ECM"] = { - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [9] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, - [4] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [1] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} - } - }, - ["Tornado IDS"] = { - ["Kormoran*2,AIM-9*2,Fuel*2"] = { - [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, - [9] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["GBU-16*2,AIM-9*2,Fuel*2"] = { - [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [9] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["Fuel*2"] = { - [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["AGM-88*4,AIM-9*2,ECM"] = { - [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [9] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [12] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["AGM-88*2,AIM-9*2,Fuel*2,ECM"] = { - [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [9] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [12] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["Kormoran*4,AIM-9*2"] = { - [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [2] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, - [9] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["Kormoran*2,AIM-9*2,AGM-88*2"] = { - [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [4] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, - [9] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} - }, - ["Mk-82*4,AIM-9*2,Fuel*2"] = { - [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, - [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, - [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, - [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, - [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} - } - }, - ["Tu-142"] = { - ["Kh-35*6"] = { - [1] = {["CLSID"] = "{C42EE4C3-355C-4B83-8B22-B39430B8F4AE}"} - } - }, - ["Tu-160"] = { - ["Kh-65*12"] = { - [1] = {["CLSID"] = "{0290F5DE-014A-4BB1-9843-D717749B1DED}"}, - [2] = {["CLSID"] = "{0290F5DE-014A-4BB1-9843-D717749B1DED}"} - } - }, - ["Tu-22M3"] = { - ["Kh-22N"] = { - [3] = {["CLSID"] = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}"} - }, - ["Kh-22N*2"] = { - [5] = {["CLSID"] = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}"}, - [1] = {["CLSID"] = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}"} - }, - ["FAB-250*69"] = { - [5] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, - [4] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, - [3] = {["CLSID"] = "{BDAD04AA-4D4A-4E51-B958-180A89F963CF}"}, - [2] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, - [1] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"} - }, - ["FAB-500*33"] = { - [3] = {["CLSID"] = "{AD5E5863-08FC-4283-B92C-162E2B2BD3FF}"} - }, - ["FAB-500*33, FAB-250*36"] = { - [5] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, - [4] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, - [3] = {["CLSID"] = "{AD5E5863-08FC-4283-B92C-162E2B2BD3FF}"}, - [2] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, - [1] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"} - }, - ["FAB-250*33"] = { - [3] = {["CLSID"] = "{BDAD04AA-4D4A-4E51-B958-180A89F963CF}"} - } - }, - ["Tu-95MS"] = { - ["Kh-65*6"] = { - [1] = {["CLSID"] = "{0290F5DE-014A-4BB1-9843-D717749B1DED}"} - } - }, - ["UH-1H"] = { - ["M134 Minigun*2, XM158*2"] = { - [1] = {["CLSID"] = "M134_L"}, - [2] = {["CLSID"] = "XM158_MK5"}, - [5] = {["CLSID"] = "XM158_MK5"}, - [6] = {["CLSID"] = "M134_R"} - } - }, - ["UH-60A"] = {} -} +Olympus.unitPayloads = { + ["A-10A"] = { + ["MK-84*2 , LAU-68*2 , AGM-65K*2"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["LAU-68-MK5*6"] = { + [2] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [3] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [4] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [8] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [9] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [10] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"} + }, + ["AGM-65K*2,Mk20*6,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [7] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["Mk-82*6,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["Mk20*6,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [7] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [9] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*4,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65K, AGM-65D"] = { + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [9] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"} + }, + ["ECM"] = {[1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}}, + ["Mk-82*6, Mk-84*2"] = { + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} + }, + ["Mk20*8"] = { + [2] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [7] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [9] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [10] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"} + }, + ["AGM-65K*2,Mk-84*2,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65K*2,Mk-82*6,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["Mk-84*2,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65K*2,Mk84*2,Mk82*4,AIM-9M*2,ECM"] = { + [11] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65H*6,Mk82*10,AIM-9M*2,ECM"] = { + [11] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + } + }, + ["A-10C"] = { + ["LAU-68 42 rkt M156 WP, AIM-9*2, ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [9] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [8] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [4] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [2] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [1] = {["CLSID"] = "ALQ_184"} + }, + ["AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"} + }, + ["LAU-131 98 rkt M156 WP, AIM-9*2,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [9] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, + [8] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [4] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, + [3] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, + [2] = {["CLSID"] = "{2AF2EC3F-9065-4de5-93E1-1739C9A71EF7}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["SUU-25*9,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [9] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [8] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [6] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [5] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [4] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [3] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"} + }, + ["AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"} + }, + ["Mk-82AIR*8,AIM-9*2,ECM"] = { + [7] = {["CLSID"] = "{Mk82AIR}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [9] = {["CLSID"] = "{Mk82AIR}"}, + [10] = {["CLSID"] = "{Mk82AIR}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [3] = {["CLSID"] = "{Mk82AIR}"}, + [2] = {["CLSID"] = "{Mk82AIR}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["MK-84*2,LAU-68*2,AGM-65K*2"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{DAD45FE5-CFF0-4a2b-99D4-5D044D3BC22F}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{DAD45FE5-CFF0-4a2b-99D4-5D044D3BC22F}"} + }, + ["BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1"] = { + [7] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [5] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [4] = {["CLSID"] = "{BDU-50LGB}"}, + [8] = {["CLSID"] = "{BDU-50LGB}"}, + [3] = {["CLSID"] = "LAU_117_TGM_65D"}, + [9] = {["CLSID"] = "LAU_117_TGM_65H"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["Mk-82*6,Mk-84*2,AIM-9*2,ECM"] = { + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["Mk-84*4,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} + }, + ["Mk-82*8,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} + }, + ["BDU-33*12, TGP, CAP-9*1"] = { + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, + [7] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [5] = {["CLSID"] = "BRU-42_3*BDU-33"} + }, + ["AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"} + }, + ["BDU-50HD*6,Mk1*7,TGP, CAP-9*1"] = { + [8] = {["CLSID"] = "{BDU-50HD}"}, + [4] = {["CLSID"] = "{BDU-50HD}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, + [7] = {["CLSID"] = "{BDU-50HD}"}, + [5] = {["CLSID"] = "{BDU-50HD}"}, + [3] = {["CLSID"] = "{BDU-50HD}"}, + [9] = {["CLSID"] = "{BDU-50HD}"}, + [2] = {["CLSID"] = "{D22C2D63-E5C9-4247-94FB-5E8F3DE22B71}"} + }, + ["AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"} + }, + ["AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [5] = {["CLSID"] = "{CBU-87}"} + }, + ["AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [5] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["BDU-33*6, TGP, CAP-9*1"] = { + [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [2] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP"] = { + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["BDU-33*6, TGP, CAP-9*1, BDU-50LD*2"] = { + [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [7] = {["CLSID"] = "{BDU-50LD}"}, + [5] = {["CLSID"] = "{BDU-50LD}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["GBU-12*6,GBU-10*2,TGP, AIM-9*2"] = { + [3] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [9] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [5] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP, CBU-87*3, M151*28, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{CBU-87}"}, + [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7"] = { + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [2] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [10] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM"] = { + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "ALQ_184"} + }, + ["AGM-65D*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP, CAP-9*1, CATM-65K*1, TGM-65G*1"] = { + [3] = {["CLSID"] = "LAU_117_CATM_65K"}, + [9] = {["CLSID"] = "LAU_117_TGM_65G"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [8] = {["CLSID"] = "{GBU-31}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65G"}, + [1] = {["CLSID"] = "ALQ_184"}, + [4] = {["CLSID"] = "{GBU-31}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65G"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{Mk82AIR}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [5] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "LAU_117_AGM_65G"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [5] = {["CLSID"] = "{GBU-31}"}, + [7] = {["CLSID"] = "{GBU-31}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65G"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["CBU-103*4, M151*14, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{CBU_103}"}, + [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [5] = {["CLSID"] = "{CBU_103}"}, + [7] = {["CLSID"] = "{CBU_103}"}, + [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [9] = {["CLSID"] = "{CBU_103}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["CBU-87*4, M151*42, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{CBU-87}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{CBU-87}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"} + }, + ["CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{CBU_105}"}, + [8] = {["CLSID"] = "{CBU_105}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{CBU_105}"}, + [4] = {["CLSID"] = "{CBU_105}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"} + }, + ["BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1"] = { + [8] = {["CLSID"] = "{BDU-50HD}"}, + [4] = {["CLSID"] = "{BDU-50HD}"}, + [9] = {["CLSID"] = "{BDU-50LGB}"}, + [3] = {["CLSID"] = "{BDU-50LGB}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [2] = {["CLSID"] = "{65396399-9F5C-4ec3-A7D2-5A8F4C1D90C4}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["CBU-87*4, M151*28, AIM-9*2,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{CBU-87}"}, + [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [2] = {["CLSID"] = "{CBU-87}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["M151*98, Mk-82*2,AIM-9*2,ECM"] = { + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [8] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [10] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{GBU-38}"} + }, + ["TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [5] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP, M151*84, Mk-82*2,AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1"] = { + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [7] = {["CLSID"] = "{BDU-50HD}"}, + [5] = {["CLSID"] = "{BDU-50HD}"}, + [4] = {["CLSID"] = "{BDU-50LD}"}, + [8] = {["CLSID"] = "{BDU-50LD}"}, + [9] = {["CLSID"] = "LAU_117_CATM_65K"}, + [3] = {["CLSID"] = "LAU_117_TGM_65G"}, + [2] = {["CLSID"] = "{DDCE7D70-5313-4181-8977-F11018681662}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{CBU-87}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{CBU-87}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP, CAP-9*1, BDU-50LGB*4"] = { + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, + [8] = {["CLSID"] = "{BDU-50LGB}"}, + [7] = {["CLSID"] = "{BDU-50LGB}"}, + [5] = {["CLSID"] = "{BDU-50LGB}"}, + [4] = {["CLSID"] = "{BDU-50LGB}"} + }, + ["GBU-12*14,TGP, AIM-9*2"] = { + [8] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [4] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [3] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_3"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"} + }, + ["AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "ALQ_184"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{Mk82AIR}"} + }, + ["AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{CBU_105}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{CBU_105}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"} + }, + ["AGM-65D*2,Mk-82*6,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2"] = { + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["GBU-38*4,GBU-31*2,TGP, AIM-9*2"] = { + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [7] = {["CLSID"] = "{GBU-31}"}, + [5] = {["CLSID"] = "{GBU-31}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [3] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "{GBU-38}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [2] = {["CLSID"] = "{319293F2-392C-4617-8315-7C88C22AF7C4}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM"] = { + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65G"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "ALQ_184"} + }, + ["AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65G"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{GBU-38}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [5] = {["CLSID"] = "{GBU-31}"}, + [7] = {["CLSID"] = "{GBU-31}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "{GBU-38}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP"] = { + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "ALQ_184"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [8] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [4] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP"] = { + [11] = {["CLSID"] = "ALQ_184"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + } + }, + ["A-10C_2"] = { + ["LAU-68 42 rkt M156 WP, AIM-9*2, ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [9] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [8] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [4] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [2] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [1] = {["CLSID"] = "ALQ_184"} + }, + ["AGM-65D*4, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"} + }, + ["LAU-131 98 rkt M156 WP, AIM-9*2,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [9] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, + [8] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [4] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, + [3] = {["CLSID"] = "LAU_131x3_HYDRA_70_M156"}, + [2] = {["CLSID"] = "{2AF2EC3F-9065-4de5-93E1-1739C9A71EF7}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["SUU-25*9,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [9] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [8] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [6] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [5] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [4] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [3] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"} + }, + ["AGM-65D*4, CBU-97*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"} + }, + ["Mk-82AIR*8,AIM-9*2,ECM"] = { + [7] = {["CLSID"] = "{Mk82AIR}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [9] = {["CLSID"] = "{Mk82AIR}"}, + [10] = {["CLSID"] = "{Mk82AIR}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [3] = {["CLSID"] = "{Mk82AIR}"}, + [2] = {["CLSID"] = "{Mk82AIR}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["MK-84*2,LAU-68*2,AGM-65K*2"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{DAD45FE5-CFF0-4a2b-99D4-5D044D3BC22F}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{DAD45FE5-CFF0-4a2b-99D4-5D044D3BC22F}"} + }, + ["BDU-33*6, TGM-65H, TGM-65D, TGP, BDU-50LGB*2, CAP-9*1"] = { + [7] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [5] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [4] = {["CLSID"] = "{BDU-50LGB}"}, + [8] = {["CLSID"] = "{BDU-50LGB}"}, + [3] = {["CLSID"] = "LAU_117_TGM_65D"}, + [9] = {["CLSID"] = "LAU_117_TGM_65H"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["Mk-82*6,Mk-84*2,AIM-9*2,ECM"] = { + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["Mk-84*4,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} + }, + ["Mk-82*8,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} + }, + ["BDU-33*12, TGP, CAP-9*1"] = { + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, + [7] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [5] = {["CLSID"] = "BRU-42_3*BDU-33"} + }, + ["AGM-65D*4,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM-65D*4,GBU-12*2,GBU-38,Mk-82,AIM-9,TGP,ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*2, AGM-65H*2, CBU-97*2, CBU-87*2, TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"} + }, + ["BDU-50HD*6,Mk1*7,TGP, CAP-9*1"] = { + [8] = {["CLSID"] = "{BDU-50HD}"}, + [4] = {["CLSID"] = "{BDU-50HD}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, + [7] = {["CLSID"] = "{BDU-50HD}"}, + [5] = {["CLSID"] = "{BDU-50HD}"}, + [3] = {["CLSID"] = "{BDU-50HD}"}, + [9] = {["CLSID"] = "{BDU-50HD}"}, + [2] = {["CLSID"] = "{D22C2D63-E5C9-4247-94FB-5E8F3DE22B71}"} + }, + ["AGM-65H*4, CBU-97*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"} + }, + ["AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-87*2,AIM-9M*2,ECM,TGP"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [5] = {["CLSID"] = "{CBU-87}"} + }, + ["AGM-65K*2,GBU-38*4,AIM-9*2,TGP,ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [5] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["BDU-33*6, TGP, CAP-9*1"] = { + [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["AGM-65D*2,AGM-65H*2,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK151*7"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [2] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP"] = { + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["BDU-33*6, TGP, CAP-9*1, BDU-50LD*2"] = { + [8] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [4] = {["CLSID"] = "BRU-42_3*BDU-33"}, + [7] = {["CLSID"] = "{BDU-50LD}"}, + [5] = {["CLSID"] = "{BDU-50LD}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["GBU-12*6,GBU-10*2,TGP, AIM-9*2"] = { + [3] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [9] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [5] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP, CBU-87*3, M151*28, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{CBU-87}"}, + [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*4,Mk-82*6,CBU-87*2,TGP,AIM-9*2,Mk151*7"] = { + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [2] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [10] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["PGM- GBU-10*2,GBU-12*4,AIM-9*2,TGP,ECM"] = { + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "ALQ_184"} + }, + ["AGM-65D*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP, CAP-9*1, CATM-65K*1, TGM-65G*1"] = { + [3] = {["CLSID"] = "LAU_117_CATM_65K"}, + [9] = {["CLSID"] = "LAU_117_TGM_65G"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM-65G*2,GBU-31*2,AIM-9*2,TGP,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [8] = {["CLSID"] = "{GBU-31}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65G"}, + [1] = {["CLSID"] = "ALQ_184"}, + [4] = {["CLSID"] = "{GBU-31}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65G"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["TGP, M151*14, Mk-82*2, Mk-82AIR*2, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{Mk82AIR}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["PGM- GBU-10*4, AGM-65K*2,AIM-9*2,TGP,ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [5] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*2,AGM-65H*2,Mk-82AIR*6,CBU-87*2,Mk151*7,AIM-9*2,TGP,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["GBU-31*2,GBU-38*2, AGM-65H*2, AIM-9*2,TGP, ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "LAU_117_AGM_65G"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [5] = {["CLSID"] = "{GBU-31}"}, + [7] = {["CLSID"] = "{GBU-31}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65G"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["CBU-103*4, M151*14, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{CBU_103}"}, + [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [5] = {["CLSID"] = "{CBU_103}"}, + [7] = {["CLSID"] = "{CBU_103}"}, + [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [9] = {["CLSID"] = "{CBU_103}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["CBU-87*4, M151*42, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{CBU-87}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{CBU-87}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*6, CBU-97*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"} + }, + ["CBU-87*2, M151*14, MK-82AIR*6, AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*4, CBU-105*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{CBU_105}"}, + [8] = {["CLSID"] = "{CBU_105}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{CBU_105}"}, + [4] = {["CLSID"] = "{CBU_105}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"} + }, + ["BDU-50HD*2,BDU-50LGB*2,TGP, CAP-9*1"] = { + [8] = {["CLSID"] = "{BDU-50HD}"}, + [4] = {["CLSID"] = "{BDU-50HD}"}, + [9] = {["CLSID"] = "{BDU-50LGB}"}, + [3] = {["CLSID"] = "{BDU-50LGB}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [2] = {["CLSID"] = "{65396399-9F5C-4ec3-A7D2-5A8F4C1D90C4}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["CBU-87*4, M151*28, AIM-9*2,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{CBU-87}"}, + [9] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [8] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [5] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [3] = {["CLSID"] = "{69926055-0DA8-4530-9F2F-C86B157EA9F6}"}, + [2] = {["CLSID"] = "{CBU-87}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["M151*98, Mk-82*2,AIM-9*2,ECM"] = { + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [8] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [10] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*2,AGM-65H*2,GBU-12,GBU-38,MK82*3,MK82AIR*3,MK5*7,TGP,AM-9*2"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{GBU-38}"} + }, + ["TGP, M151*42, Mk-82*6, Mk-82AIR*6, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [5] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP, M151*84, Mk-82*2,AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["BDU-50LD*2, BDU-50HD*2,CATM-65K, TGM-65G, TGP, CAP-9*1"] = { + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [7] = {["CLSID"] = "{BDU-50HD}"}, + [5] = {["CLSID"] = "{BDU-50HD}"}, + [4] = {["CLSID"] = "{BDU-50LD}"}, + [8] = {["CLSID"] = "{BDU-50LD}"}, + [9] = {["CLSID"] = "LAU_117_CATM_65K"}, + [3] = {["CLSID"] = "LAU_117_TGM_65G"}, + [2] = {["CLSID"] = "{DDCE7D70-5313-4181-8977-F11018681662}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"} + }, + ["TGP, M151*49, Mk-82*2, CBU-87*2, AIM-9*2, ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [3] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [4] = {["CLSID"] = "{CBU-87}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{CBU-87}"}, + [9] = {["CLSID"] = "{64329ED9-B14C-4c0b-A923-A3C911DA1527}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["TGP, CAP-9*1, BDU-50LGB*4"] = { + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "LAU-105_1*CATM-9M_R"}, + [8] = {["CLSID"] = "{BDU-50LGB}"}, + [7] = {["CLSID"] = "{BDU-50LGB}"}, + [5] = {["CLSID"] = "{BDU-50LGB}"}, + [4] = {["CLSID"] = "{BDU-50LGB}"} + }, + ["GBU-12*14,TGP, AIM-9*2"] = { + [8] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [4] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [3] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*3, AGM-65H*3, CBU-97*4,TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_3"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"} + }, + ["AGM-65D*2,AGM-65H*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,TGP,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "ALQ_184"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{Mk82AIR}"} + }, + ["AGM-65D*4, CBU-105*2,CBU-97*2, TGP, ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{CBU_105}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{CBU_105}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"} + }, + ["AGM-65D*2,Mk-82*6,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*2,AGM-65H*2,TGP, ECM, AIM-9*2"] = { + [9] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [1] = {["CLSID"] = "ALQ_184"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["GBU-38*4,GBU-31*2,TGP, AIM-9*2"] = { + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [7] = {["CLSID"] = "{GBU-31}"}, + [5] = {["CLSID"] = "{GBU-31}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [3] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "{GBU-38}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*4,GBU-12*2,GBU-38*2,AIM-9*2,TGP,ECM,MK5*7"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [2] = {["CLSID"] = "{319293F2-392C-4617-8315-7C88C22AF7C4}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65G,AGM-65K,GBU-10*2,AIM-9*2,TGP,ECM"] = { + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65G"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "ALQ_184"} + }, + ["AGM-65G,AGM-65D,Mk-82*7,AIM-9*2,ECM"] = { + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65G"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["GBU-31*2,GBU-38*4,AIM-9*2,TGP,ECM, AIM-9*2"] = { + [1] = {["CLSID"] = "ALQ_184"}, + [3] = {["CLSID"] = "{GBU-38}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [5] = {["CLSID"] = "{GBU-31}"}, + [7] = {["CLSID"] = "{GBU-31}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "{GBU-38}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65K*2,GBU-12*8,AIM-9M*2.ECM,TGP"] = { + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "ALQ_184"}, + [9] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [8] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [4] = {["CLSID"] = "BRU-42_3*GBU-12"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65D*6,GBU-12*4,AIM-9M*2,ECM,TGP"] = { + [11] = {["CLSID"] = "ALQ_184"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [9] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [1] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"} + }, + ["AGM-65L*2,Mk-82AIR*2,CBU-97*2,AIM-9M*2,ECM,TGP"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,TGP"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM-65L*2,CBU-97*4,AIM-9M*2,ECM,M151 APKWS*7,TGP"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + }, + ["AGM-65L*2,CBU-105*4,AIM-9M*2,ECM,M151 APKWS*7,TGP"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{CBU_105}"}, + [8] = {["CLSID"] = "{CBU_105}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [5] = {["CLSID"] = "{CBU_105}"}, + [4] = {["CLSID"] = "{CBU_105}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + }, + ["Mk-82*4,Mk-8AIR*4,AIM-9*2,ECM"] = { + [2] = {["CLSID"] = "{Mk82AIR}"}, + [3] = {["CLSID"] = "{Mk82AIR}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{Mk82AIR}"}, + [10] = {["CLSID"] = "{Mk82AIR}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["Mk-82*20,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [5] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [10] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [9] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"} + }, + ["Mk-82*6,AIM-9*2,TGP,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} + }, + ["Mk-84*6,AIM-9*2,TGP,ECM"] = { + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["Mk-82AIR*6,Mk-8AIR*4,M151*1,TGP,AIM-9*2,ECM"] = { + [3] = {["CLSID"] = "{Mk82AIR}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{Mk82AIR}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [9] = {["CLSID"] = "{Mk82AIR}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} + }, + ["GBU-38*4,M151 APKWS*7,AGM-65D*1,AGM-65H*1,TGP,AIM-9*2,ECM"] = { + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [5] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65H"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + }, + ["GBU-38*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [5] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + }, + ["GBU-12*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + }, + ["GBU-12*2,GBU-38*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + }, + ["GBU-10*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [4] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + }, + ["GBU-31*2,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [4] = {["CLSID"] = "{GBU-31V3B}"}, + [8] = {["CLSID"] = "{GBU-31V3B}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + }, + ["GBU-54*4,M151 APKWS*7,AGM-65L*2,TGP,AIM-9*2,ECM"] = { + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [4] = {["CLSID"] = "{GBU_54_V_1B}"}, + [5] = {["CLSID"] = "{GBU_54_V_1B}"}, + [7] = {["CLSID"] = "{GBU_54_V_1B}"}, + [8] = {["CLSID"] = "{GBU_54_V_1B}"}, + [9] = {["CLSID"] = "LAU_117_AGM_65L"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + }, + ["GBU-54*4,M151 APKWS*7,AGM-65D*4,TGP,AIM-9*2,ECM"] = { + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{GBU_54_V_1B}"}, + [5] = {["CLSID"] = "{GBU_54_V_1B}"}, + [7] = {["CLSID"] = "{GBU_54_V_1B}"}, + [8] = {["CLSID"] = "{GBU_54_V_1B}"}, + [9] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [11] = {["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}"}, + [1] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + } + }, + ["AH-64D_BLK_II"] = { + ["2 * Fuel Tank 230 gal"] = { + [3] = {["CLSID"] = "{EFT_230GAL}"}, + [2] = {["CLSID"] = "{EFT_230GAL}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114K"] = { + [4] = {["CLSID"] = "M261_MK151"}, + [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [1] = {["CLSID"] = "M261_MK151"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["4 * Hellfire station: 4*AGM-114K"] = { + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["4 * M261: M151 (6PD)"] = { + [4] = {["CLSID"] = "M261_MK151"}, + [3] = {["CLSID"] = "M261_MK151"}, + [2] = {["CLSID"] = "M261_MK151"}, + [1] = {["CLSID"] = "M261_MK151"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: M151 (6PD), 2 * Fuel Tank 230 gal"] = { + [4] = {["CLSID"] = "M261_MK151"}, + [3] = {["CLSID"] = "{EFT_230GAL}"}, + [2] = {["CLSID"] = "{EFT_230GAL}"}, + [1] = {["CLSID"] = "M261_MK151"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114K"] = { + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [3] = {["CLSID"] = "{EFT_230GAL}"}, + [2] = {["CLSID"] = "{EFT_230GAL}"}, + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114K"] = { + [4] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M274}"}, + [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [1] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M274}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114K"] = { + [4] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M257}"}, + [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [1] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M257}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K"] = { + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [3] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M257}"}, + [2] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M257}"}, + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114K"] = { + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [3] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M274}"}, + [2] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M274}"}, + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: M151 (6PD), 2 * Hellfire station: 4*AGM-114L"] = { + [4] = {["CLSID"] = "M261_MK151"}, + [3] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [2] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [1] = {["CLSID"] = "M261_MK151"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["4 * Hellfire station: 4*AGM-114L"] = { + [4] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [3] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [2] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [1] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * Fuel Tank 230 gal, 2 * Hellfire station: 4*AGM-114L"] = { + [4] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [3] = {["CLSID"] = "{EFT_230GAL}"}, + [2] = {["CLSID"] = "{EFT_230GAL}"}, + [1] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: A/B - M151 (6PD), E - M274 (6SK), 2 * Hellfire station: 4*AGM-114L"] = { + [4] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M274}"}, + [3] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [2] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [1] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M274}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: A/B - M151 (6PD), E - M257 (6IL), 2 * Hellfire station: 4*AGM-114L"] = { + [4] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M257}"}, + [3] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [2] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [1] = {["CLSID"] = "{M261_OUTBOARD_AB_M151_E_M257}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: C - M257 (6IL), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L"] = { + [4] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [3] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M257}"}, + [2] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M257}"}, + [1] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + }, + ["2 * M261: C - M274 (6SK), D/E - M151 (6PD), 2 * Hellfire station: 4*AGM-114L"] = { + [4] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [3] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M274}"}, + [2] = {["CLSID"] = "{M261_INBOARD_DE_M151_C_M274}"}, + [1] = {["CLSID"] = "{M299_4xAGM_114L}"}, + [5] = {["CLSID"] = "{IAFS_ComboPak_100}"} + } + }, + ["AJS37"] = { + ["Battlefield Air Interdiction: RB-75*4, RB-24J*2, XT"] = { + [5] = {["CLSID"] = "{RB75}"}, + [3] = {["CLSID"] = "{RB75}"}, + [2] = {["CLSID"] = "{RB75}"}, + [6] = {["CLSID"] = "{RB75}"}, + [1] = {["CLSID"] = "{Robot24J}"}, + [7] = {["CLSID"] = "{Robot24J}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} + }, + ["Anti-ship: RB-04E*2, RB-74*2, XT"] = { + [6] = {["CLSID"] = "{Rb04}"}, + [2] = {["CLSID"] = "{Rb04}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [3] = {["CLSID"] = "{Robot74}"}, + [5] = {["CLSID"] = "{Robot74}"} + }, + ["Anti-ship (Heavy Mav): RB-75T*4, XT"] = { + [5] = {["CLSID"] = "{RB75T}"}, + [3] = {["CLSID"] = "{RB75T}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [2] = {["CLSID"] = "{RB75T}"}, + [6] = {["CLSID"] = "{RB75T}"} + }, + ["Hard Target (Countermeasures): RB-05, XT, KB, U22"] = { + [5] = {["CLSID"] = "{Robot05}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [3] = {["CLSID"] = "{Robot05}"}, + [6] = {["CLSID"] = "{U22}"}, + [2] = {["CLSID"] = "{KB}"}, + [7] = {["CLSID"] = "{Robot24J}"}, + [1] = {["CLSID"] = "{Robot24J}"} + }, + ["Hard Target (MAV): RB-75T*2, RB-74*2, XT"] = { + [5] = {["CLSID"] = "{RB75T}"}, + [3] = {["CLSID"] = "{RB75T}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [6] = {["CLSID"] = "{Robot74}"}, + [2] = {["CLSID"] = "{Robot74}"} + }, + ["Ferry Flight: XT"] = {[4] = {["CLSID"] = "{VIGGEN_X-TANK}"}}, + ["CAS (75 GUN): RB-75*2, AKAN"] = { + [5] = {["CLSID"] = "{RB75}"}, + [3] = {["CLSID"] = "{RB75}"}, + [6] = {["CLSID"] = "{AKAN}"}, + [2] = {["CLSID"] = "{AKAN}"} + }, + ["CAP: RB-74*4, XT"] = { + [5] = {["CLSID"] = "{Robot74}"}, + [3] = {["CLSID"] = "{Robot74}"}, + [6] = {["CLSID"] = "{Robot74}"}, + [2] = {["CLSID"] = "{Robot74}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} + }, + ["Countermeasures Escort: U/22A, KB"] = { + [6] = {["CLSID"] = "{U22A}"}, + [2] = {["CLSID"] = "{KB}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [5] = {["CLSID"] = "{Robot74}"}, + [3] = {["CLSID"] = "{Robot74}"} + }, + ["Strike: BK90 (MJ1)*2, RB-74*2, XT"] = { + [2] = {["CLSID"] = "{BK90MJ1}"}, + [6] = {["CLSID"] = "{BK90MJ1}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [5] = {["CLSID"] = "{Robot74}"}, + [3] = {["CLSID"] = "{Robot74}"} + }, + ["CAS: AKAN, RB-05A"] = { + [5] = {["CLSID"] = "{Robot05}"}, + [3] = {["CLSID"] = "{Robot05}"}, + [2] = {["CLSID"] = "{AKAN}"}, + [6] = {["CLSID"] = "{AKAN}"} + }, + ["CAP (6 AAM): RB-74*4, RB-24J*2, XT"] = { + [5] = {["CLSID"] = "{Robot74}"}, + [3] = {["CLSID"] = "{Robot74}"}, + [6] = {["CLSID"] = "{Robot74}"}, + [2] = {["CLSID"] = "{Robot74}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [7] = {["CLSID"] = "{Robot24J}"}, + [1] = {["CLSID"] = "{Robot24J}"} + }, + ["Rocket Half Load HE: ARAK HE*2, RB-74*2, XT"] = { + [3] = {["CLSID"] = "{ARAKM70BHE}"}, + [5] = {["CLSID"] = "{ARAKM70BHE}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [2] = {["CLSID"] = "{Robot74}"}, + [6] = {["CLSID"] = "{Robot74}"} + }, + ["CAP / Intecept: RB-05A*2, RB-74*2, XT"] = { + [5] = {["CLSID"] = "{Robot05}"}, + [3] = {["CLSID"] = "{Robot05}"}, + [6] = {["CLSID"] = "{Robot74}"}, + [2] = {["CLSID"] = "{Robot74}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} + }, + ["Bombs Low-drag: SB71LD*16, RB-24J*2, XT"] = { + [5] = {["CLSID"] = "{M71BOMB}"}, + [6] = {["CLSID"] = "{M71BOMB}"}, + [3] = {["CLSID"] = "{M71BOMB}"}, + [2] = {["CLSID"] = "{M71BOMB}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [7] = {["CLSID"] = "{Robot24J}"}, + [1] = {["CLSID"] = "{Robot24J}"} + }, + ["SEAD: RB-75T*2, U22/A, KB, XT"] = { + [5] = {["CLSID"] = "{RB75T}"}, + [3] = {["CLSID"] = "{RB75T}"}, + [2] = {["CLSID"] = "{KB}"}, + [6] = {["CLSID"] = "{U22}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} + }, + ["Anti-Ship (Modern): RB-15F*2, RB-74*2, XT"] = { + [6] = {["CLSID"] = "{Rb15}"}, + [2] = {["CLSID"] = "{Rb15}"}, + [3] = {["CLSID"] = "{Robot74}"}, + [5] = {["CLSID"] = "{Robot74}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} + }, + ["New Payload"] = {}, + ["CAP (AJ37): RB-24J*2"] = { + [5] = {["CLSID"] = "{Robot24J}"}, + [3] = {["CLSID"] = "{Robot24J}"}, + [6] = {["CLSID"] = "{Robot24J}"}, + [2] = {["CLSID"] = "{Robot24J}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} + }, + ["ECM Escort Anti-ship: RB-04E, KB, RB-74*2, XT"] = { + [6] = {["CLSID"] = "{KB}"}, + [2] = {["CLSID"] = "{Rb04}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [3] = {["CLSID"] = "{Robot74}"}, + [5] = {["CLSID"] = "{Robot74}"} + }, + ["Bombs High-drag: SB71HD*16, XT, RB-24J"] = { + [6] = {["CLSID"] = "{M71BOMBD}"}, + [5] = {["CLSID"] = "{M71BOMBD}"}, + [3] = {["CLSID"] = "{M71BOMBD}"}, + [2] = {["CLSID"] = "{M71BOMBD}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [7] = {["CLSID"] = "{Robot24J}"}, + [1] = {["CLSID"] = "{Robot24J}"} + }, + ["Anti-ship (Light Mav): RB-75*4, XT"] = { + [5] = {["CLSID"] = "{RB75}"}, + [3] = {["CLSID"] = "{RB75}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [2] = {["CLSID"] = "{RB75}"}, + [6] = {["CLSID"] = "{RB75}"} + }, + ["Rocket Full Load HE: ARAK HE*4, RB-24J, XT"] = { + [3] = {["CLSID"] = "{ARAKM70BHE}"}, + [5] = {["CLSID"] = "{ARAKM70BHE}"}, + [2] = {["CLSID"] = "{ARAKM70BHE}"}, + [6] = {["CLSID"] = "{ARAKM70BHE}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [7] = {["CLSID"] = "{Robot24J}"}, + [1] = {["CLSID"] = "{Robot24J}"} + }, + ["Illumination: LYSB*8, XT"] = { + [6] = {["CLSID"] = "{LYSBOMB}"}, + [5] = {["CLSID"] = "{LYSBOMB}"}, + [3] = {["CLSID"] = "{LYSBOMB}"}, + [2] = {["CLSID"] = "{LYSBOMB}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} + }, + ["Anti-ship (RB05): RB-05A*2, RB-74*2, XT"] = { + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [3] = {["CLSID"] = "{Robot05}"}, + [5] = {["CLSID"] = "{Robot05}"}, + [2] = {["CLSID"] = "{Robot74}"}, + [6] = {["CLSID"] = "{Robot74}"} + }, + ["CAP (Gun): AKAN*2, RB-74*2, XT"] = { + [5] = {["CLSID"] = "{Robot74}"}, + [3] = {["CLSID"] = "{Robot74}"}, + [6] = {["CLSID"] = "{AKAN}"}, + [2] = {["CLSID"] = "{AKAN}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"} + }, + ["Hard Target: RB-05A*2, RB-74*2, XT"] = { + [5] = {["CLSID"] = "{Robot05}"}, + [3] = {["CLSID"] = "{Robot05}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [2] = {["CLSID"] = "{Robot74}"}, + [6] = {["CLSID"] = "{Robot74}"} + }, + ["RB-05*2, XT"] = { + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [3] = {["CLSID"] = "{Robot05}"}, + [5] = {["CLSID"] = "{Robot05}"} + }, + ["CAS: ARAK M70 HE*4, XT"] = { + [3] = {["CLSID"] = "{ARAKM70BHE}"}, + [2] = {["CLSID"] = "{ARAKM70BHE}"}, + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [5] = {["CLSID"] = "{ARAKM70BHE}"}, + [6] = {["CLSID"] = "{ARAKM70BHE}"} + }, + ["Runway Strike: SB71HD*16, RB-24J, XT"] = { + [4] = {["CLSID"] = "{VIGGEN_X-TANK}"}, + [3] = {["CLSID"] = "{M71BOMBD}"}, + [5] = {["CLSID"] = "{M71BOMBD}"}, + [2] = {["CLSID"] = "{M71BOMBD}"}, + [6] = {["CLSID"] = "{M71BOMBD}"}, + [1] = {["CLSID"] = "{Robot24J}"}, + [7] = {["CLSID"] = "{Robot24J}"} + } + }, + ["AV8BNA"] = { + ["H-L-H: Mk-82SEx6, GAU-12"] = { + [8] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [7] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [1] = {["CLSID"] = "{Mk82SNAKEYE}"} + }, + ["AFAC: AIM-9Mx2, SUU-25x2, LAU-68 (7 WP Tkts)x2, TPOD"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [6] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AS: AGM-122, AIM-9M, GBU-12, GBU-16x2, TPOD, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [6] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [2] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["H-M-H: AIM-9M, AGM-122, GBU-38x4, Fuel Tankx2"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{BRU-42_2*GBU-38_LEFT}"}, + [6] = {["CLSID"] = "{AV8BNA_AERO1D}"}, + [3] = {["CLSID"] = "{AV8BNA_AERO1D}"}, + [2] = {["CLSID"] = "{BRU-42_2*GBU-38_RIGHT}"}, + [1] = {["CLSID"] = "{AGM_122_SIDEARM}"} + }, + ["Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx6, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [6] = {["CLSID"] = "{BRU-42_2*Mk-83_RIGHT}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [3] = {["CLSID"] = "{BRU-42_2*Mk-83_LEFT}"}, + [2] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"} + }, + ["Interdiction (H-H-H-H): AIM-9Mx2, Mk-83LDx4, Jammer Pod, GAU-12, Fuel Tankx2"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{AV8BNA_AERO1D}"}, + [6] = {["CLSID"] = "{BRU-42_2*Mk-83_RIGHT}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [3] = {["CLSID"] = "{BRU-42_2*Mk-83_LEFT}"}, + [2] = {["CLSID"] = "{AV8BNA_AERO1D}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"} + }, + ["AFAC: AIM-9m, AGM-122, SUU-25x2, LAU-68 (7 WP Tkts)x2, Jammer Pod"] = { + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [6] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Interdiction (H-L-L-H): AIM-9Mx2, Mk-82SEx8, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_LEFT}"}, + [6] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_RIGHT}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_LEFT}"}, + [2] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_RIGHT}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["H-M-H: Mk-82LDx6, GAU-12"] = { + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} + }, + ["PGM (H-H-H-H): GBU-12x4, TPOD, Fuel Tankx2"] = { + [7] = {["CLSID"] = "{BRU-42A_2*GBU-12_SIDE_RIGHT}"}, + [6] = {["CLSID"] = "{AV8BNA_AERO1D}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "{AV8BNA_AERO1D}"}, + [2] = {["CLSID"] = "{BRU-42A_2*GBU-12_SIDE_LEFT}"} + }, + ["L-L-L: Mk-82SEx10, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [7] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_RIGHT}"}, + [6] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_RIGHT}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [3] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_LEFT}"}, + [2] = {["CLSID"] = "{BRU-42_2*Mk-82SNAKEYE_LEFT}"}, + [1] = {["CLSID"] = "{Mk82SNAKEYE}"} + }, + ["AFAC: AIM-9Mx2, SUU-25x2, LAU-68 LAU-68 (7 WP Tkts)x2, GAU-12"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [6] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{4F977A2A-CD25-44df-90EF-164BFA2AE72F}"}, + [2] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["H-M-H: Mk-82LDx10, GAU-12"] = { + [7] = {["CLSID"] = "{BRU-42_3*Mk-82LD}"}, + [6] = {["CLSID"] = "{BRU-42_2*Mk-82_RIGHT}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{BRU-42_2*Mk-82_LEFT}"}, + [2] = {["CLSID"] = "{BRU-42_3*Mk-82LD}"} + }, + ["Area Suppression: Mk-20x10, GAU-12"] = { + [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [7] = {["CLSID"] = "{BRU-42_2*MK-20_RIGHT}"}, + [6] = {["CLSID"] = "{BRU-42_2*MK-20_RIGHT}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{BRU-42_2*MK-20_LEFT}"}, + [2] = {["CLSID"] = "{BRU-42_2*MK-20_LEFT}"}, + [1] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"} + }, + ["Rockets: LAU-10 (4 HE Rkts)x2, LAU-68 (7 HE Rkts)x2"] = { + [7] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, + [6] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [3] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [2] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"} + }, + ["AS: AIM-9M, AGM-122, AGM-65Fx2, GBU-12, TPOD, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "LAU_117_AGM_65F"}, + [6] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [2] = {["CLSID"] = "LAU_117_AGM_65F"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{AIM-9M-ON-ADAPTER}"}, + [2] = {["CLSID"] = "{AIM-9M-ON-ADAPTER}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"} + }, + ["PGM (H-H-H-H): GBU-12x5, TPOD, Jammer POd, GAU-12"] = { + [7] = {["CLSID"] = "{BRU-42A_2*GBU-12_SIDE_RIGHT}"}, + [6] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [2] = {["CLSID"] = "{BRU-42A_2*GBU-12_SIDE_LEFT}"} + }, + ["Helo Escort: AIM-9Mx4, Jammer Pod, GAU-12, Fuel Tankx2"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{AIM-9M-ON-ADAPTER}"}, + [6] = {["CLSID"] = "{AV8BNA_AERO1D}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{AV8BNA_AERO1D}"}, + [2] = {["CLSID"] = "{AIM-9M-ON-ADAPTER}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["PGM (H-H-H-H): AIM-9Mx2, GBU-16x4, TPOD, GAU-12"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [6] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [2] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Anti Armor: AIM-9Mx2, AGM-65Fx4, GAU-12"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "LAU_117_AGM_65F"}, + [6] = {["CLSID"] = "LAU_117_AGM_65F"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65F"}, + [2] = {["CLSID"] = "LAU_117_AGM_65F"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["RA (H-M-M-H): AIM-9M, AGM-122, Mk-83LDx6, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [6] = {["CLSID"] = "{BRU-42_2*Mk-83_RIGHT}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{BRU-42_2*Mk-83_LEFT}"}, + [2] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Stand Off: AIM-9M, AGM-122, AGM-65Fx4, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "LAU_117_AGM_65F"}, + [6] = {["CLSID"] = "LAU_117_AGM_65F"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65F"}, + [2] = {["CLSID"] = "LAU_117_AGM_65F"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Stand Off: AIM-9M, AGM-122x3, AGM-65Fx2, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, + [6] = {["CLSID"] = "LAU_117_AGM_65F"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65F"}, + [2] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Stand Off: AIM-9Mx2, AGM-122x2, AGM-65Fx2, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, + [2] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, + [6] = {["CLSID"] = "LAU_117_AGM_65F"}, + [3] = {["CLSID"] = "LAU_117_AGM_65F"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"} + }, + ["Iron Hand: AIM-9Mx1, AGM-122x3, LAU-68 (7 HE Rkts)x2, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, + [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [2] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Iron Hand: AIM-9M, AGM-122x3, Mk-20x4, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, + [6] = {["CLSID"] = "{BRU-42_2*MK-20_RIGHT}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{BRU-42_2*MK-20_LEFT}"}, + [2] = {["CLSID"] = "{LAU_7_AGM_122_SIDEARM}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AS: AIM-9M, AGM-122, AGM-65E2x2, GBU-12, TPOD, Jammer Pod, GAU-12"] = { + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "LAU_117_AGM_65L"}, + [6] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [5] = {["CLSID"] = "{ALQ_164_RF_Jammer}"}, + [4] = {["CLSID"] = "{GAU_12_Equalizer}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [2] = {["CLSID"] = "LAU_117_AGM_65L"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["PGM: AIM-9M, AGM-122, AGM-65E2x4, TPOD"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "LAU_117_AGM_65L"}, + [6] = {["CLSID"] = "LAU_117_AGM_65L"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65L"}, + [2] = {["CLSID"] = "LAU_117_AGM_65L"} + }, + ["PGM: AIM-9M, AGM-122, APKWSIIx4, TPOD"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{AGM_122_SIDEARM}"}, + [7] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"}, + [6] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [3] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"}, + [2] = {["CLSID"] = "{LAU-131 - 7 AGR-20A}"} + } + }, + ["C-101CC"] = { + ["2*AIM-9P, DEFA 553 CANNON (I)"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*AIM-9M, DEFA 553 CANNON (I)"] = { + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*AIM-9P, DEFA 533 CANNON (II)"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*AIM-9P, AN-M3 CANNON (IV)"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{AN-M3}"} + }, + ["2*R.550 MAGIC, DEFA 553 CANNON"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*AIM-9M, AN-M3 CANNON (III)"] = { + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{AN-M3}"} + }, + ["2*AIM-9P, DEFA 553 CANNON"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*R.550 MAGIC, DEFA 553 CANNON (III)"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*AIM-9P, 2*BELOUGA, DEFA 553 CANNON"] = { + [4] = {["CLSID"] = "{C-101-DEFA553}"}, + [5] = {["CLSID"] = "{BLG66_BELOUGA}"}, + [3] = {["CLSID"] = "{BLG66_BELOUGA}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["2*AIM9-P, 2*SEA EAGLE, DEFA-553 CANNON"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"}, + [6] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, + [2] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"} + }, + ["2*AIM-9M 2*SEA EAGLE, AN-M3 CANNON"] = { + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, + [6] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, + [4] = {["CLSID"] = "{AN-M3}"} + }, + ["2*AIM-9M, AN-M3 CANNON"] = { + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{AN-M3}"} + }, + ["2*BELOUGA,2*BDU-33, DEFA-553 CANNON"] = { + [6] = {["CLSID"] = "{BLG66_BELOUGA}"}, + [2] = {["CLSID"] = "{BLG66_BELOUGA}"}, + [3] = {["CLSID"] = "CBLS-200"}, + [5] = {["CLSID"] = "CBLS-200"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2* SEA EAGLE, DEFA-553 CANNON"] = { + [6] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, + [2] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*AIM-9P, 2*BR-250,2*MK-82, DEFA 553 CANNON"] = { + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "BR_250"}, + [6] = {["CLSID"] = "BR_250"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["2*R.550 MAGIC, 2*SEA EAGLE , DEFA-553 CANNON"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, + [6] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*R.550 MAGIC, DEFA 553 CANNON (IV)"] = { + [4] = {["CLSID"] = "{C-101-DEFA553}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + }, + ["2*BELOUGA, 2*BR-500, DEFA 553 CANNON"] = { + [2] = {["CLSID"] = "{BLG66_BELOUGA}"}, + [3] = {["CLSID"] = "BR_500"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"}, + [5] = {["CLSID"] = "BR_500"}, + [6] = {["CLSID"] = "{BLG66_BELOUGA}"} + }, + ["2*AIM-9M, DEFA 553 CANNON (IV)"] = { + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*R.550 MAGIC, AN-M3 CANNON (II)"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [4] = {["CLSID"] = "{AN-M3}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + }, + ["2*R550 Magic, DEFA 553 CANNON (I)"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*AIM-9M ,2*BELOUGA,2*BIN-200, AN-M3 CANNON"] = { + [4] = {["CLSID"] = "{AN-M3}"}, + [3] = {["CLSID"] = "BIN_200"}, + [5] = {["CLSID"] = "BIN_200"}, + [6] = {["CLSID"] = "{BLG66_BELOUGA}"}, + [2] = {["CLSID"] = "{BLG66_BELOUGA}"}, + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["2*AIM-9M, 2*LAU 68, 2*MK-82, DEFA 553 CANNON"] = { + [4] = {["CLSID"] = "{C-101-DEFA553}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["2*AIM-9P, AN-M3 CANNON (III)"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{AN-M3}"} + }, + ["2*AIM-9M, DEFA 533 CANNON (II)"] = { + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{C-101-DEFA553}"} + }, + ["2*R.550 MAGIC, 2*BR-250, 2*BDU-33, DEFA 553 CANNON"] = { + [4] = {["CLSID"] = "{C-101-DEFA553}"}, + [3] = {["CLSID"] = "CBLS-200"}, + [5] = {["CLSID"] = "CBLS-200"}, + [6] = {["CLSID"] = "BR_250"}, + [2] = {["CLSID"] = "BR_250"}, + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + } + }, + ["C-101EB"] = { + ["Smoke System: White Smoke"] = { + [1] = {["CLSID"] = "{SMOKE-SYSTEM-AVIOJET}"} + }, + ["Smoke System: White Smoke+Red Colorant"] = { + [2] = {["CLSID"] = "{SMOKE-RED-AVIOJET}"}, + [1] = {["CLSID"] = "{SMOKE-SYSTEM-AVIOJET}"} + }, + ["Smoke System: White Smoke+Yellow Colorant"] = { + [2] = {["CLSID"] = "{SMOKE-YELLOW-AVIOJET}"}, + [1] = {["CLSID"] = "{SMOKE-SYSTEM-AVIOJET}"} + } + }, + ["H-6J"] = { + ["YJ-12 x 2"] = { + [3] = {["CLSID"] = "DIS_DF4B_YJ12"}, + [4] = {["CLSID"] = "DIS_DF4B_YJ12"} + }, + ["YJ-12 x 4"] = { + [3] = {["CLSID"] = "DIS_DF4B_YJ12"}, + [4] = {["CLSID"] = "DIS_DF4B_YJ12"}, + [5] = {["CLSID"] = "DIS_DF4B_YJ12"}, + [2] = {["CLSID"] = "DIS_DF4B_YJ12"} + }, + ["YJ-83K x 6"] = { + [4] = {["CLSID"] = "DIS_GDJ_YJ83K"}, + [3] = {["CLSID"] = "DIS_GDJ_YJ83K"}, + [6] = {["CLSID"] = "DIS_GDJ_YJ83K"}, + [5] = {["CLSID"] = "DIS_GDJ_YJ83K"}, + [2] = {["CLSID"] = "DIS_GDJ_YJ83K"}, + [1] = {["CLSID"] = "DIS_GDJ_YJ83K"} + }, + ["250-2 HD Bomb x 12 in Bay"] = {[8] = {["CLSID"] = "DIS_H6_250_2_N12"}}, + ["250-2 HD Bomb x 24 in Bay"] = {[8] = {["CLSID"] = "DIS_H6_250_2_N24"}}, + ["250-3 LD Bomb x 36"] = { + [6] = {["CLSID"] = "DIS_MER6_250_3_N6"}, + [5] = {["CLSID"] = "DIS_MER6_250_3_N6"}, + [4] = {["CLSID"] = "DIS_MER6_250_3_N6"}, + [3] = {["CLSID"] = "DIS_MER6_250_3_N6"}, + [2] = {["CLSID"] = "DIS_MER6_250_3_N6"}, + [1] = {["CLSID"] = "DIS_MER6_250_3_N6"} + }, + ["KD-63 x 4"] = { + [2] = {["CLSID"] = "DIS_GDJ_KD63"}, + [7] = {["CLSID"] = "DIS_AKG_DLPOD"}, + [3] = {["CLSID"] = "DIS_GDJ_KD63"}, + [4] = {["CLSID"] = "DIS_GDJ_KD63"}, + [5] = {["CLSID"] = "DIS_GDJ_KD63"} + }, + ["KD-20 x 6"] = { + [6] = {["CLSID"] = "DIS_DF4A_KD20"}, + [5] = {["CLSID"] = "DIS_DF4A_KD20"}, + [4] = {["CLSID"] = "DIS_DF4A_KD20"}, + [3] = {["CLSID"] = "DIS_DF4A_KD20"}, + [2] = {["CLSID"] = "DIS_DF4A_KD20"}, + [1] = {["CLSID"] = "DIS_DF4A_KD20"} + }, + ["KD-20 x 4"] = { + [5] = {["CLSID"] = "DIS_DF4A_KD20"}, + [4] = {["CLSID"] = "DIS_DF4A_KD20"}, + [3] = {["CLSID"] = "DIS_DF4A_KD20"}, + [2] = {["CLSID"] = "DIS_DF4A_KD20"} + }, + ["KD-63 x 2, KD-20 x 4"] = { + [3] = {["CLSID"] = "DIS_GDJ_KD63"}, + [4] = {["CLSID"] = "DIS_GDJ_KD63"}, + [7] = {["CLSID"] = "DIS_AKG_DLPOD"}, + [6] = {["CLSID"] = "DIS_DF4A_KD20"}, + [5] = {["CLSID"] = "DIS_DF4A_KD20"}, + [2] = {["CLSID"] = "DIS_DF4A_KD20"}, + [1] = {["CLSID"] = "DIS_DF4A_KD20"} + }, + ["KD-63 x 2, KD-20 x 2"] = { + [3] = {["CLSID"] = "DIS_GDJ_KD63"}, + [4] = {["CLSID"] = "DIS_GDJ_KD63"}, + [7] = {["CLSID"] = "DIS_AKG_DLPOD"}, + [5] = {["CLSID"] = "DIS_DF4A_KD20"}, + [2] = {["CLSID"] = "DIS_DF4A_KD20"} + } + }, + ["J-11A"] = { + ["FAB-100x36,R-73x2,ECM"] = { + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [3] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [4] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [6] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"} + }, + ["FAB-250x8,R-73x2,ECM"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FAB_250_DUAL_L}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{FAB_250_DUAL_R}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"} + }, + ["FAB-500x8,R-73x2,ECM"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FAB_500_DUAL_L}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [8] = {["CLSID"] = "{FAB_500_DUAL_R}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["S-8KOMx80,FAB-250x4,R-73x2,ECM"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B8M1_20_S8KOM_DUAL_L}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{B8M1_20_S8KOM_DUAL_R}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["S-13x20,FAB-250x4,R-73x2,ECM"] = { + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{B13_5_S13OF_DUAL_R}"}, + [3] = {["CLSID"] = "{B13_5_S13OF_DUAL_L}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["S-25x4,FAB-500x4,R-73x2,ECM"] = { + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{S25_DUAL_R}"}, + [3] = {["CLSID"] = "{S25_DUAL_L}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["R-27ERx4,R-27ETx2,R-73x2,ECM"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [10] = {["CLSID"] = "{RKL609_R}"} + }, + ["R-77x6,R-73x2,ECM"] = { + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"} + }, + ["R-27ERx6,R-73x2,ECM"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [10] = {["CLSID"] = "{RKL609_R}"} + }, + ["R-77x4,R-27ETx2,R-73x2,ECM"] = { + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [10] = {["CLSID"] = "{RKL609_R}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"} + }, + ["R-77x4,R-27ERx2,R-73x2,ECM"] = { + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [10] = {["CLSID"] = "{RKL609_R}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [3] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"} + }, + ["BetAB-500ShPx6,R-73x2,ECM"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [6] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [10] = {["CLSID"] = "{RKL609_R}"} + }, + ["R-73x4,ECM"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [10] = {["CLSID"] = "{RKL609_R}"} + }, + ["R-77x2,R-27ETx2,R-73x2,ECM"] = { + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [10] = {["CLSID"] = "{RKL609_R}"} + }, + ["R-77x6,R-73x4"] = { + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"} + }, + ["R-77x2,R-27ETx2,R-27ERx2,R-73x2,ECM"] = { + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [10] = {["CLSID"] = "{RKL609_R}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"} + }, + ["R-27ETx2,R-27ERx4,R-73x2,ECM"] = { + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [10] = {["CLSID"] = "{RKL609_R}"} + }, + ["S-8TsMx80,FAB-250x4,R-73x2,ECM"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B8M1_20_S8TsM_DUAL_L}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{B8M1_20_S8TsM_DUAL_R}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["S-8OFP2x80,FAB-250x4,R-73x2,ECM"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B8M1_20_S8OFP2_DUAL_L}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{B8M1_20_S8OFP2_DUAL_R}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["FAB-250x18,R-73x2,ECM"] = { + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, + [3] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, + [6] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"} + }, + ["2*S8-KOMx2, R-73x2, ECM"] = { + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{B8M1_20_S8KOM_DUAL_R}"}, + [3] = {["CLSID"] = "{B8M1_20_S8KOM_DUAL_L}"} + }, + ["2*S8-OFP2x2, R-73x2, ECM"] = { + [10] = {["CLSID"] = "{RKL609_R}"}, + [1] = {["CLSID"] = "{RKL609_L}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{B8M1_20_S8OFP2_DUAL_R}"}, + [3] = {["CLSID"] = "{B8M1_20_S8OFP2_DUAL_L}"} + }, + ["FAB-250x4, 2*FAB-500x2, R-73x2"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{FAB_500_DUAL_R}"}, + [3] = {["CLSID"] = "{FAB_500_DUAL_L}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["FAB-250x4, 2*FAB-250x2, R-73x2"] = { + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{FAB_250_DUAL_R}"}, + [3] = {["CLSID"] = "{FAB_250_DUAL_L}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["RBK-250 HEAT/APx2, RBK-250 HE/Fragx2, R-73x2"] = { + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, + [4] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} + } + }, + ["JF-17"] = { + ["PL-5Ex2, C802AKx2, 800L Tank"] = { + [5] = {["CLSID"] = "DIS_C-802AK"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "DIS_C-802AK"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_C-701IR"}, + [2] = {["CLSID"] = "DIS_C-701IR"} + }, + ["PL-5Ex2, C-701 IRx2, 1100L Tank, 800L Tank"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [6] = {["CLSID"] = "DIS_C-701IR"}, + [2] = {["CLSID"] = "DIS_C-701IR"} + }, + ["PL-5Ex2, SD-10x2, 1100L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [6] = {["CLSID"] = "DIS_SD-10"}, + [2] = {["CLSID"] = "DIS_SD-10"} + }, + ["PL-5Ex2, LD-10x2, 1100L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [6] = {["CLSID"] = "DIS_LD-10"}, + [2] = {["CLSID"] = "DIS_LD-10"} + }, + ["PL-5Ex2, 800L Tank, WMD7"] = { + [3] = {["CLSID"] = "DIS_TANK800"}, + [5] = {["CLSID"] = "DIS_TANK800"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"} + }, + ["PL-5Ex2, GBU-10x2, WMD7"] = { + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_GBU_10"}, + [3] = {["CLSID"] = "DIS_GBU_10"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"} + }, + ["PL-5Ex2, 2*GBU-12x2, 800L Tank, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [3] = {["CLSID"] = "DIS_TANK800"}, + [5] = {["CLSID"] = "DIS_TANK800"}, + [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, + [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"} + }, + ["PL-5Ex2, 2*Mk-82x2, Mk-83x2, 800L Tank"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [5] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [2] = {["CLSID"] = "DIS_MK_82S_DUAL_GDJ_II19_L"}, + [6] = {["CLSID"] = "DIS_MK_82S_DUAL_GDJ_II19_R"} + }, + ["PL-5Ex2, 1100L Tankx2, 800L Tank"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"} + }, + ["PL-5Ex2, WMD7, CM802AKGx2, 800L Tank, DL"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "DIS_CM-802AKG"}, + [5] = {["CLSID"] = "DIS_CM-802AKG"}, + [6] = {["CLSID"] = "DIS_WMD7"}, + [2] = {["CLSID"] = "DIS_AKG_DLPOD"} + }, + ["PL-5Ex2, C-701 CCDx2, 1100L Tank, 800L Tank"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [6] = {["CLSID"] = "DIS_C-701T"}, + [2] = {["CLSID"] = "DIS_C-701T"} + }, + ["PL-5Ex2, GBU-12x2, 1100L Tank, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [6] = {["CLSID"] = "DIS_GBU_12"}, + [2] = {["CLSID"] = "DIS_GBU_12"} + }, + ["PL-5Ex2, 2*GBU-12x2, GBU-16x2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [3] = {["CLSID"] = "DIS_GBU_16"}, + [5] = {["CLSID"] = "DIS_GBU_16"}, + [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, + [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"} + }, + ["PL-5Ex2, 1100L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [4] = {["CLSID"] = "DIS_WMD7"} + }, + ["PL-5Ex2, WMD7, 800L Tankx2, SPJ, 2*LD-10"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [5] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "DIS_TANK800"}, + [6] = {["CLSID"] = "DIS_WMD7"}, + [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"} + }, + ["PL-5Ex2, LS-6x2, 1100L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [6] = {["CLSID"] = "DIS_LS_6_500"}, + [2] = {["CLSID"] = "DIS_LS_6_500"} + }, + ["PL-5Ex2, C-701 IRx2, 1100L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [2] = {["CLSID"] = "DIS_C-701IR"}, + [6] = {["CLSID"] = "DIS_C-701IR"} + }, + ["PL-5Ex2, GBU-12x2, 1100L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [6] = {["CLSID"] = "DIS_GBU_12"}, + [2] = {["CLSID"] = "DIS_GBU_12"} + }, + ["PL-5Ex2, 2*LD-10x2, 1100L Tankx2, SPJ"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, + [6] = {["CLSID"] = "DIS_LD-10_DUAL_R"} + }, + ["PL-5Ex2, LD-10x2, 1100L Tankx2, SPJ"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [2] = {["CLSID"] = "DIS_LD-10"}, + [6] = {["CLSID"] = "DIS_LD-10"} + }, + ["PL-5Ex2, 2*LD-10x2, LS-6x2, SPJ"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"}, + [5] = {["CLSID"] = "DIS_LS_6_500"}, + [3] = {["CLSID"] = "DIS_LS_6_500"}, + [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, + [6] = {["CLSID"] = "DIS_LD-10_DUAL_R"} + }, + ["PL-5Ex2, 2*LD-10x2, GB-6-HEx2, SPJ"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"}, + [5] = {["CLSID"] = "DIS_GB6_HE"}, + [3] = {["CLSID"] = "DIS_GB6_HE"}, + [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, + [6] = {["CLSID"] = "DIS_LD-10_DUAL_R"} + }, + ["PL-5Ex2, C-701 IRx2, 800L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [3] = {["CLSID"] = "DIS_TANK800"}, + [5] = {["CLSID"] = "DIS_TANK800"}, + [2] = {["CLSID"] = "DIS_C-701IR"}, + [6] = {["CLSID"] = "DIS_C-701IR"} + }, + ["PL-5Ex2, C-701 CCDx2, 1100L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [2] = {["CLSID"] = "DIS_C-701T"}, + [6] = {["CLSID"] = "DIS_C-701T"} + }, + ["PL-5Ex2, C-701 CCDx2, 800L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [3] = {["CLSID"] = "DIS_TANK800"}, + [5] = {["CLSID"] = "DIS_TANK800"}, + [2] = {["CLSID"] = "DIS_C-701T"}, + [6] = {["CLSID"] = "DIS_C-701T"} + }, + ["PL-5Ex2, 2*GBU-12x2, 1100L Tank, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, + [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"} + }, + ["PL-5Ex2, C-701 IRx2, 1100L Tank, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_C-701IR"}, + [2] = {["CLSID"] = "DIS_C-701IR"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"} + }, + ["PL-5Ex2, C-701 IRx2, 800L Tank, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_C-701IR"}, + [2] = {["CLSID"] = "DIS_C-701IR"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "DIS_TANK800"} + }, + ["PL-5Ex2, C-701 CCDx2, 1100L Tank, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_C-701T"}, + [2] = {["CLSID"] = "DIS_C-701T"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"} + }, + ["PL-5Ex2, C-701 CCDx2, 800L Tank, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_C-701T"}, + [2] = {["CLSID"] = "DIS_C-701T"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "DIS_TANK800"} + }, + ["PL-5Ex2, C-701 IRx2, LS-6x2, 800L Tank"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_C-701IR"}, + [2] = {["CLSID"] = "DIS_C-701T"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [5] = {["CLSID"] = "DIS_LS_6_500"}, + [3] = {["CLSID"] = "DIS_LS_6_500"} + }, + ["PL-5Ex2, C-701 IR/CCD, GB-6-HEx2, 800L Tank"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_C-701IR"}, + [2] = {["CLSID"] = "DIS_C-701T"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [5] = {["CLSID"] = "DIS_GB6_HE"}, + [3] = {["CLSID"] = "DIS_GB6_HE"} + }, + ["PL-5Ex2, C-701 IR/CCD, GB-6-SFWx2, 800L Tank"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_C-701IR"}, + [2] = {["CLSID"] = "DIS_C-701T"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [5] = {["CLSID"] = "DIS_GB6_TSP"}, + [3] = {["CLSID"] = "DIS_GB6_TSP"} + }, + ["PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, BRM1"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [6] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_GB6_TSP"}, + [3] = {["CLSID"] = "DIS_GB6_TSP"}, + [2] = {["CLSID"] = "DIS_BRM1_90"} + }, + ["PL-5Ex2, WMD7, GB-6-SFWx2, 800L Tank, GBU-12"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [6] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_GB6_TSP"}, + [3] = {["CLSID"] = "DIS_GB6_TSP"}, + [2] = {["CLSID"] = "DIS_GBU_12"} + }, + ["PL-5Ex2, 2*Mk-82SEx2, Mk-83x3"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [5] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [2] = {["CLSID"] = "DIS_MK_82S_DUAL_GDJ_II19_L"}, + [6] = {["CLSID"] = "DIS_MK_82S_DUAL_GDJ_II19_R"}, + [4] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"} + }, + ["PL-5Ex2, Mk-84x3"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [5] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} + }, + ["PL-5Ex2, 2*Mk5x2, 800L Tank"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [2] = {["CLSID"] = "DIS_LAU68_MK5_DUAL_GDJ_II19_L"}, + [6] = {["CLSID"] = "DIS_LAU68_MK5_DUAL_GDJ_II19_R"}, + [4] = {["CLSID"] = "DIS_TANK800"} + }, + ["PL-5Ex2, Unguided 90mmx2, 800L Tank"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [2] = {["CLSID"] = "DIS_RKT_90_UG"}, + [6] = {["CLSID"] = "DIS_RKT_90_UG"}, + [4] = {["CLSID"] = "DIS_TANK800"} + }, + ["PL-5Ex2, 2*Mk5x2, Mk-83x3"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [5] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [4] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [2] = {["CLSID"] = "DIS_LAU68_MK5_DUAL_GDJ_II19_L"}, + [6] = {["CLSID"] = "DIS_LAU68_MK5_DUAL_GDJ_II19_R"} + }, + ["PL-5Ex2, BRM1x2, 1100L Tank, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [2] = {["CLSID"] = "DIS_BRM1_90"}, + [6] = {["CLSID"] = "DIS_BRM1_90"} + }, + ["PL-5Ex2, 2x1100L Tank"] = { + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"} + }, + ["PL-5Ex2, SD-10x2, 2x1100L Tank"] = { + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_SD-10"}, + [2] = {["CLSID"] = "DIS_SD-10"} + }, + ["PL-5Ex2, 2*SD-10x2, 2x1100L Tank"] = { + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, + [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} + }, + ["PL-5Ex2, 800L Tank"] = { + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"} + }, + ["PL-5Ex2, SD-10x2, 800L Tank"] = { + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [6] = {["CLSID"] = "DIS_SD-10"}, + [2] = {["CLSID"] = "DIS_SD-10"} + }, + ["PL-5Ex2, 2*SD-10x2, 800L Tank"] = { + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, + [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} + }, + ["PL-5Ex2, SD-10x2, SPJ"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"}, + [6] = {["CLSID"] = "DIS_SD-10"}, + [2] = {["CLSID"] = "DIS_SD-10"} + }, + ["PL-5Ex2, SPJ"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"} + }, + ["PL-5Ex2, 2*SD-10x2, SPJ"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"}, + [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, + [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} + }, + ["PL-5Ex2"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"} + }, + ["PL-5Ex2, SD-10x2"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_SD-10"}, + [2] = {["CLSID"] = "DIS_SD-10"} + }, + ["PL-5Ex2, 2*SD-10"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, + [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} + }, + ["PL-5Ex2, SD-10x2, SPJ, 1100L Tankx2"] = { + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_SD-10"}, + [2] = {["CLSID"] = "DIS_SD-10"} + }, + ["PL-5Ex2, 2*SD-10x2, 1100L Tankx2, 800L Tank"] = { + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, + [2] = {["CLSID"] = "DIS_SD-10_DUAL_L"} + }, + ["PL-5Ex2, SD-10x2, 1100L Tankx2, 800L Tank"] = { + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [6] = {["CLSID"] = "DIS_SD-10"}, + [2] = {["CLSID"] = "DIS_SD-10"} + }, + ["PL-5Ex2, GBU-16x2, BRM1x2, WMD7"] = { + [2] = {["CLSID"] = "DIS_BRM1_90"}, + [6] = {["CLSID"] = "DIS_BRM1_90"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [3] = {["CLSID"] = "DIS_GBU_16"}, + [5] = {["CLSID"] = "DIS_GBU_16"} + }, + ["PL-5Ex2, WMD7"] = { + [4] = {["CLSID"] = "DIS_WMD7"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [7] = {["CLSID"] = "DIS_PL-5EII"} + }, + ["PL-5Ex2, 2*LD-10, GB-6x2, 2*SD-10, SPJ"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, + [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, + [5] = {["CLSID"] = "DIS_GB6"}, + [3] = {["CLSID"] = "DIS_GB6"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"} + }, + ["PL-5Ex2, C-701 CCDx2, SPJ"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [2] = {["CLSID"] = "DIS_C-701T"}, + [6] = {["CLSID"] = "DIS_C-701T"}, + [4] = {["CLSID"] = "DIS_SPJ_POD"} + }, + ["PL-5Ex2, 2*LD-10, CM802AKGx2, 2*SD-10, DL"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [2] = {["CLSID"] = "DIS_LD-10_DUAL_L"}, + [6] = {["CLSID"] = "DIS_SD-10_DUAL_R"}, + [5] = {["CLSID"] = "DIS_CM-802AKG"}, + [3] = {["CLSID"] = "DIS_CM-802AKG"}, + [4] = {["CLSID"] = "DIS_AKG_DLPOD"} + }, + ["PL-5Ex2, 2*MK-82x2, MK-83x2, MK-84"] = { + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [6] = {["CLSID"] = "DIS_MK_82_DUAL_GDJ_II19_R"}, + [2] = {["CLSID"] = "DIS_MK_82_DUAL_GDJ_II19_L"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [5] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"} + }, + ["PL-5Ex2, LS-6x2, GB-6x2, 800L Tank"] = { + [4] = {["CLSID"] = "DIS_TANK800"}, + [6] = {["CLSID"] = "DIS_LS_6_500"}, + [2] = {["CLSID"] = "DIS_LS_6_500"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [5] = {["CLSID"] = "DIS_GB6"}, + [3] = {["CLSID"] = "DIS_GB6"} + }, + ["PL-5Ex2, 2*GBU-12x2, LS-6x2, WMD7"] = { + [4] = {["CLSID"] = "DIS_WMD7"}, + [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, + [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [5] = {["CLSID"] = "DIS_LS_6_500"}, + [3] = {["CLSID"] = "DIS_LS_6_500"} + }, + ["PL-5Ex2, 2*GBU-12x2, GB-6x2, WMD7"] = { + [4] = {["CLSID"] = "DIS_WMD7"}, + [6] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_R"}, + [2] = {["CLSID"] = "DIS_GBU_12_DUAL_GDJ_II19_L"}, + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [5] = {["CLSID"] = "DIS_GB6"}, + [3] = {["CLSID"] = "DIS_GB6"} + }, + ["PL-5Ex2, 2*Type-200Ax2"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [2] = {["CLSID"] = "DIS_TYPE200_DUAL_L"}, + [6] = {["CLSID"] = "DIS_TYPE200_DUAL_R"} + }, + ["PL-5Ex2, Type-200Ax2"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [2] = {["CLSID"] = "DIS_TYPE200"}, + [6] = {["CLSID"] = "DIS_TYPE200"} + }, + ["PL-5Ex2, 2*LS6-250x2, 800L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [3] = {["CLSID"] = "DIS_TANK800"}, + [5] = {["CLSID"] = "DIS_TANK800"}, + [2] = {["CLSID"] = "DIS_LS_6_250_DUAL_L"}, + [6] = {["CLSID"] = "DIS_LS_6_250_DUAL_R"} + }, + ["PL-5Ex2, 2*LS6-250x2, 800L Tank, 1100L Tankx2"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [2] = {["CLSID"] = "DIS_LS_6_250_DUAL_L"}, + [6] = {["CLSID"] = "DIS_LS_6_250_DUAL_R"} + }, + ["PL-5Ex2, 2*LS6-100x2, 1100L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK1100"}, + [3] = {["CLSID"] = "DIS_TANK1100"}, + [2] = {["CLSID"] = "DIS_LS_6_100_DUAL_L"}, + [6] = {["CLSID"] = "DIS_LS_6_100_DUAL_R"} + }, + ["PL-5Ex2, 2*LS6-100x2, 800L Tankx2, WMD7"] = { + [7] = {["CLSID"] = "DIS_PL-5EII"}, + [1] = {["CLSID"] = "DIS_PL-5EII"}, + [4] = {["CLSID"] = "DIS_WMD7"}, + [5] = {["CLSID"] = "DIS_TANK800"}, + [3] = {["CLSID"] = "DIS_TANK800"}, + [2] = {["CLSID"] = "DIS_LS_6_100_DUAL_L"}, + [6] = {["CLSID"] = "DIS_LS_6_100_DUAL_R"} + } + }, + ["WingLoong-I"] = { + ["AKD-10 x 2"] = { + [2] = {["CLSID"] = "DIS_AKD-10"}, + [1] = {["CLSID"] = "DIS_AKD-10"} + } + }, + ["Christen Eagle II"] = { + ["Smoke - white"] = {[1] = {["CLSID"] = "{CE2_SMOKE_WHITE}"}} + }, + ["F-15ESE"] = { + ["AIM-120C x 2, AIM-9M x 2, BLU-107 x 12, TGP, NVP, Fuel Tank"] = { + [8] = {["CLSID"] = "{F15E_EXTTANK}"}, + [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [12] = {["CLSID"] = "{CFT_R_BLU107_x_6}"}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [4] = {["CLSID"] = "{CFT_L_BLU107_x_6}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C x 4, AIM-9M x4, TGP, NVP, FUel Tank x 2"] = { + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [5] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9M x 4, CBU-87 x 6, TGP, Fuel Tank x 2"] = { + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [12] = {["CLSID"] = "{CFT_R_CBU_87_x_3}"}, + [8] = {["CLSID"] = ""}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [4] = {["CLSID"] = "{CFT_L_CBU_87_x_3}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120Cx4, AIM-9Mx4, Fuel Tanks x 2"] = { + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [5] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9M x 4, TGP, NVP, Fuel Tanks x 2"] = { + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [8] = {["CLSID"] = ""}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9M x 4, Mk-84 x 2, Mk-82 x 6, CBU-87 x 3, TGP, NVP"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{CFT_L_MK82LD_x_6}"}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [8] = {["CLSID"] = ""}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [12] = {["CLSID"] = "{CFT_R_CBU_97_x_3}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [14] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["CATM-9M x 3, AIM-120B"] = { + [1] = {["CLSID"] = "CATM-9M"}, + [8] = {["CLSID"] = ""}, + [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [13] = {["CLSID"] = "CATM-9M"}, + [3] = {["CLSID"] = "CATM-9M"} + }, + ["AIM-9M x 4, AIM-120B x 4, TGP, NVP, Fuel Tanks x 2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [5] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [8] = {["CLSID"] = ""}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["CATM-9M, CAIM-120"] = { + [1] = {["CLSID"] = "CATM-9M"}, + [8] = {["CLSID"] = ""}, + [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + [" AIM-120C x 2, CATM-9M, GBU-12 x 4, TGP, NVP"] = { + [3] = {["CLSID"] = "CATM-9M"}, + [4] = {["CLSID"] = "{CFT_L_BDU50LGB_x_2}"}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [8] = {["CLSID"] = ""}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [12] = {["CLSID"] = "{CFT_R_BDU50LGB_x_2}"}, + [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C x 2, AIM-9M x 2, GBU-12 x 9, TGP, NVP, FUel Tank x 2"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{CFT_L_GBU_12_x_4}"}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [12] = {["CLSID"] = "{CFT_R_GBU_12_x_4}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"} + }, + [" AIM-9M x 4, MK-82 x 12, TGP, Fuel Tank x 2"] = { + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [12] = {["CLSID"] = "{CFT_R_MK82LD_x_6}"}, + [8] = {["CLSID"] = ""}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [4] = {["CLSID"] = "{CFT_L_MK82LD_x_6}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9M x 4, AIM-120C x 2, CBU-87 x 6, TGP"] = { + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [12] = {["CLSID"] = "{CFT_R_CBU_87_x_6}"}, + [8] = {["CLSID"] = ""}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [5] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C x 2, AIM-9M x 2, GBU-12 x 4, GBU-10 x 2, TGP, NVP, FUel Tank x 2"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{CFT_L_GBU_12_x_4}"}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [8] = {["CLSID"] = ""}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [12] = {["CLSID"] = "{CFT_R_GBU_10_x_2}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"} + }, + ["Clean"] = { + [8] = {["CLSID"] = ""}, + [14] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["AIM-9M x 4, Mk-20 x 12, NVP, Fuel Tanks x 2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{CFT_L_CBU_100_x_6}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [12] = {["CLSID"] = "{CFT_R_CBU_100_x_6}"}, + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"} + }, + ["AIM-9M x 4, AIM-7M x 2, Mk-20 x 2, NVP, Fuel Tanks x 2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F15E_EXTTANK}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [14] = {["CLSID"] = "{F15E_EXTTANK}"}, + [15] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{AIM-7H}"}, + [10] = {["CLSID"] = "{AIM-7H}"}, + [4] = {["CLSID"] = "{CFT_L_CBU_100_x_6}"}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"} + }, + ["AIM-120C x2, AIM-9M x 2, Mk-84 x 3, Mk-82AIR x 12"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{CFT_L_MK82AR_x_6}"}, + [7] = {["CLSID"] = "{F-15E_AAQ-14_LANTIRN}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{F-15E_AAQ-13_LANTIRN}"}, + [12] = {["CLSID"] = "{CFT_R_MK82AR_x_6}"}, + [13] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [14] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [15] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + } + }, + ["F-16C_50"] = { + ["AIM-120B*2, AIM-9M*4, FUEL*3"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120B*4, AIM-9M*2, FUEL*3"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120B*6, FUEL*3"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120C*2, AIM-9X*4, FUEL*2"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = ""}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C*4, AIM-9X*2, FUEL*3"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C*4, AIM-9X*2, FUEL*3, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*4, AIM-9X*2, FUEL*2"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = ""}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C*6, FUEL*3"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C*4, AIM-9X*2, FUEL*2, ECM"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C*4, AIM-9X*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*6, FUEL*2, ECM"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C*6, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*6, FUEL*2"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = ""}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C*6, FUEL*3, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-65D*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-65H*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65H"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "LAU_117_AGM_65H"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-65H*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "LAU_88_AGM_65H_2_L"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "LAU_88_AGM_65H_2_R"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-65D*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, CBU-97*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_2L*CBU-97}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_2R*CBU-97}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, MK-82*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_2L*MK-82}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_2R*MK-82}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, CBU-87*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_2L*CBU-87}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_2R*CBU-87}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, MK-82HD*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_2L*MK-82AIR}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_2R*MK-82AIR}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, CBU-103*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{BRU57_2*CBU-103}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{BRU57_2*CBU-103}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, CBU-105*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{BRU57_2*CBU-105}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{BRU57_2*CBU-105}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, MK-82*6, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_3*MK-82}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_3*MK-82}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, MK-82HD*6, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_3*MK-82AIR}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_3*MK-82AIR}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120*2, AIM-9X*2, MK-82SE*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_2L*MK-82_Snakeye}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_2R*MK-82_Snakeye}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120*2, AIM-9X*2, MK-82SE*6, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_3*MK-82_Snakeye}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_3*MK-82_Snakeye}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, MK-84*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, MK-82P*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_2L*MK-82AIR}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_2R*MK-82AIR}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C*2, AIM-9X*2, GBU-12*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, GBU-12*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{TER_9A_2L*GBU-12}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{TER_9A_2R*GBU-12}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, GBU-10*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, GBU-24*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, GBU-31-1B*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{GBU-31}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{GBU-31}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, GBU-31-3B*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{GBU-31V3B}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{GBU-31V3B}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, GBU-38*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{GBU-38}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, GBU-38*4, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{BRU57_2*GBU-38}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{BRU57_2*GBU-38}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-65K*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-65G*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65G"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "LAU_117_AGM_65G"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-65G, AGM-65K, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "LAU_117_AGM_65G"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*3, TGP, HTS"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{AN_ASQ_213}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-88C*2, FUEL*2, ECM, TGP, HTS"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{AN_ASQ_213}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, AGM-88C*4, ECM, TGP, HTS"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{AN_ASQ_213}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*4, AGM-88C*2, FUEL*3, TGP, HTS"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{AN_ASQ_213}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*4, AGM-88C*2, FUEL*2, ECM, TGP, HTS"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{AN_ASQ_213}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*4, AGM-88C*4, ECM, TGP, HTS"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{AN_ASQ_213}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AIM-120C*2, AIM-9X*2, MK-61*2, FUEL*2, ECM, TGP"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [3] = {["CLSID"] = "LAU3_WP61"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "ALQ_184_Long"}, + [6] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "LAU3_WP61"}, + [8] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + } + }, + ["F-5E-3"] = { + ["Mk-82LD*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["AIM-9P*2, Fuel 275*3"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9P5*2, Fuel 275*3"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [1] = {["CLSID"] = "{AIM-9P5}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9P*2, Fuel 150*3"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{PTB-150GAL}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"}, + [3] = {["CLSID"] = "{PTB-150GAL}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["AIM-9P5*2, Fuel 150*3"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [5] = {["CLSID"] = "{PTB-150GAL}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"}, + [3] = {["CLSID"] = "{PTB-150GAL}"}, + [1] = {["CLSID"] = "{AIM-9P5}"} + }, + ["Mk-82SE*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [5] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["CBU-52B*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{CBU-52B}"}, + [3] = {["CLSID"] = "{CBU-52B}"}, + [6] = {["CLSID"] = "{CBU-52B}"}, + [2] = {["CLSID"] = "{CBU-52B}"} + }, + ["LAU-3 HE*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "LAU3_HE151"}, + [3] = {["CLSID"] = "LAU3_HE151"}, + [6] = {["CLSID"] = "LAU3_HE151"}, + [2] = {["CLSID"] = "LAU3_HE151"} + }, + ["LAU-3 HEAT*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "LAU3_HE5"}, + [3] = {["CLSID"] = "LAU3_HE5"}, + [6] = {["CLSID"] = "LAU3_HE5"}, + [2] = {["CLSID"] = "LAU3_HE5"} + }, + ["LAU-68 HE*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [3] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} + }, + ["LAU-68 HEAT*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [3] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [6] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [2] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"} + }, + ["M-117*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [6] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [5] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [3] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [2] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} + }, + ["GBU-12*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [6] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} + }, + ["CBU-52B*5,AIM-9*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{CBU-52B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{CBU-52B}"}, + [3] = {["CLSID"] = "{CBU-52B}"}, + [6] = {["CLSID"] = "{CBU-52B}"}, + [2] = {["CLSID"] = "{CBU-52B}"} + }, + ["Mk-82LD*5,AIM-9*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["Mk-82SE*5,AIM-9*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [4] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [5] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["Mk-82LD*7,AIM-9P*2, Fuel 275*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{MER-5E_MK82x5}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["Mk-82SE*7,AIM-9P*2, Fuel 275*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{MER-5E_Mk82SNAKEYEx5}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [6] = {["CLSID"] = "LAU3_HE151"}, + [2] = {["CLSID"] = "LAU3_HE151"} + }, + ["LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} + }, + ["M-117*5,AIM-9*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [6] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [5] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [3] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [2] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} + }, + ["AIM-9P*2, Fuel 275"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9P*2, Fuel 150"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"} + }, + ["AIM-9P5*2, Fuel 275"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [1] = {["CLSID"] = "{AIM-9P5}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9P5*2, Fuel 150"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [1] = {["CLSID"] = "{AIM-9P5}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"} + }, + ["AIM-9B*2, Fuel 275"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [1] = {["CLSID"] = "{AIM-9B}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9B*2, Fuel 150"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [1] = {["CLSID"] = "{AIM-9B}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"} + }, + ["AIM-9B*2, Fuel 275*3"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [1] = {["CLSID"] = "{AIM-9B}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9B*2, Fuel 150*3"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [5] = {["CLSID"] = "{PTB-150GAL}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"}, + [3] = {["CLSID"] = "{PTB-150GAL}"}, + [1] = {["CLSID"] = "{AIM-9B}"} + }, + ["AN/ASQ-T50, AIM-9P, Fuel 150"] = { + [7] = {["CLSID"] = "{AIS_ASQ_T50}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"} + }, + ["AIM-9B*2"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [1] = {["CLSID"] = "{AIM-9B}"} + }, + ["AIM-9P*2"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["AIM-9P5*2"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [1] = {["CLSID"] = "{AIM-9P5}"} + }, + ["Antiship Mk82"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [1] = {["CLSID"] = "{AIM-9P5}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"} + } + }, + ["F-5E"] = { + ["Mk-82LD*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["AIM-9P*2, Fuel 275*3"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9P5*2, Fuel 275*3"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [1] = {["CLSID"] = "{AIM-9P5}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9P*2, Fuel 150*3"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{PTB-150GAL}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"}, + [3] = {["CLSID"] = "{PTB-150GAL}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["AIM-9P5*2, Fuel 150*3"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [5] = {["CLSID"] = "{PTB-150GAL}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"}, + [3] = {["CLSID"] = "{PTB-150GAL}"}, + [1] = {["CLSID"] = "{AIM-9P5}"} + }, + ["Mk-82SE*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [5] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["CBU-52B*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{CBU-52B}"}, + [3] = {["CLSID"] = "{CBU-52B}"}, + [6] = {["CLSID"] = "{CBU-52B}"}, + [2] = {["CLSID"] = "{CBU-52B}"} + }, + ["LAU-3 HE*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "LAU3_HE151"}, + [3] = {["CLSID"] = "LAU3_HE151"}, + [6] = {["CLSID"] = "LAU3_HE151"}, + [2] = {["CLSID"] = "LAU3_HE151"} + }, + ["LAU-3 HEAT*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "LAU3_HE5"}, + [3] = {["CLSID"] = "LAU3_HE5"}, + [6] = {["CLSID"] = "LAU3_HE5"}, + [2] = {["CLSID"] = "LAU3_HE5"} + }, + ["LAU-68 HE*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [3] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} + }, + ["LAU-68 HEAT*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [3] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [6] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"}, + [2] = {["CLSID"] = "{174C6E6D-0C3D-42ff-BCB3-0853CB371F5C}"} + }, + ["M-117*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [6] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [5] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [3] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [2] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} + }, + ["GBU-12*4,AIM-9P*2,Fuel 275"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [6] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} + }, + ["CBU-52B*5,AIM-9*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{CBU-52B}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{CBU-52B}"}, + [3] = {["CLSID"] = "{CBU-52B}"}, + [6] = {["CLSID"] = "{CBU-52B}"}, + [2] = {["CLSID"] = "{CBU-52B}"} + }, + ["Mk-82LD*5,AIM-9*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["Mk-82SE*5,AIM-9*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [4] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [5] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["Mk-82LD*7,AIM-9P*2, Fuel 275*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{MER-5E_MK82x5}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["Mk-82SE*7,AIM-9P*2, Fuel 275*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{MER-5E_Mk82SNAKEYEx5}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["LAU-3 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [6] = {["CLSID"] = "LAU3_HE151"}, + [2] = {["CLSID"] = "LAU3_HE151"} + }, + ["LAU-68 HE*2,Mk-82LD,AIM-9P*2,Fuel 275*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [6] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"}, + [2] = {["CLSID"] = "{A021F29D-18AB-4d3e-985C-FC9C60E35E9E}"} + }, + ["M-117*5,AIM-9*2"] = { + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [6] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [5] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [3] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [2] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} + }, + ["AIM-9P*2, Fuel 275"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9P*2, Fuel 150"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"} + }, + ["AIM-9P5*2, Fuel 275"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [1] = {["CLSID"] = "{AIM-9P5}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9P5*2, Fuel 150"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [1] = {["CLSID"] = "{AIM-9P5}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"} + }, + ["AIM-9B*2, Fuel 275"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [1] = {["CLSID"] = "{AIM-9B}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9B*2, Fuel 150"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [1] = {["CLSID"] = "{AIM-9B}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"} + }, + ["AIM-9B*2, Fuel 275*3"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [1] = {["CLSID"] = "{AIM-9B}"}, + [5] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [4] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"}, + [3] = {["CLSID"] = "{0395076D-2F77-4420-9D33-087A4398130B}"} + }, + ["AIM-9B*2, Fuel 150*3"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [5] = {["CLSID"] = "{PTB-150GAL}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"}, + [3] = {["CLSID"] = "{PTB-150GAL}"}, + [1] = {["CLSID"] = "{AIM-9B}"} + }, + ["AN/ASQ-T50, AIM-9P, Fuel 150"] = { + [7] = {["CLSID"] = "{AIS_ASQ_T50}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [4] = {["CLSID"] = "{PTB-150GAL}"} + }, + ["AIM-9B*2"] = { + [7] = {["CLSID"] = "{AIM-9B}"}, + [1] = {["CLSID"] = "{AIM-9B}"} + }, + ["AIM-9P*2"] = { + [7] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["AIM-9P5*2"] = { + [7] = {["CLSID"] = "{AIM-9P5}"}, + [1] = {["CLSID"] = "{AIM-9P5}"} + } + }, + ["F-86F Sabre"] = { + ["120gal Fuel*2"] = { + [4] = {["CLSID"] = "{PTB_120_F86F35}"}, + [7] = {["CLSID"] = "{PTB_120_F86F35}"} + }, + ["200gal Fuel*2"] = { + [10] = {["CLSID"] = "{PTB_200_F86F35}"}, + [1] = {["CLSID"] = "{PTB_200_F86F35}"} + }, + ["120gal Fuel*2, 200gal Fuel*2"] = { + [10] = {["CLSID"] = "{PTB_200_F86F35}"}, + [7] = {["CLSID"] = "{PTB_120_F86F35}"}, + [4] = {["CLSID"] = "{PTB_120_F86F35}"}, + [1] = {["CLSID"] = "{PTB_200_F86F35}"} + }, + ["GAR-8*2"] = { + [6] = {["CLSID"] = "{GAR-8}"}, + [5] = {["CLSID"] = "{GAR-8}"} + }, + ["120gal Fuel*2, GAR-8*2"] = { + [7] = {["CLSID"] = "{PTB_120_F86F35}"}, + [6] = {["CLSID"] = "{GAR-8}"}, + [5] = {["CLSID"] = "{GAR-8}"}, + [4] = {["CLSID"] = "{PTB_120_F86F35}"} + }, + ["HVAR*16"] = { + [10] = {["CLSID"] = "{HVARx2}"}, + [9] = {["CLSID"] = "{HVARx2}"}, + [8] = {["CLSID"] = "{HVARx2}"}, + [7] = {["CLSID"] = "{HVARx2}"}, + [4] = {["CLSID"] = "{HVARx2}"}, + [3] = {["CLSID"] = "{HVARx2}"}, + [2] = {["CLSID"] = "{HVARx2}"}, + [1] = {["CLSID"] = "{HVARx2}"} + }, + ["200gal Fuel*2, HVARx2*4"] = { + [10] = {["CLSID"] = "{PTB_200_F86F35}"}, + [1] = {["CLSID"] = "{PTB_200_F86F35}"}, + [8] = {["CLSID"] = "{HVARx2}"}, + [7] = {["CLSID"] = "{HVARx2}"}, + [4] = {["CLSID"] = "{HVARx2}"}, + [3] = {["CLSID"] = "{HVARx2}"} + }, + ["AN-M64*2"] = { + [7] = {["CLSID"] = "{F86ANM64}"}, + [4] = {["CLSID"] = "{F86ANM64}"} + }, + ["200gal Fuel*2, AN-M64*2"] = { + [10] = {["CLSID"] = "{PTB_200_F86F35}"}, + [1] = {["CLSID"] = "{PTB_200_F86F35}"}, + [7] = {["CLSID"] = "{F86ANM64}"}, + [4] = {["CLSID"] = "{F86ANM64}"} + }, + ["M117*2"] = { + [7] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"}, + [4] = {["CLSID"] = "{00F5DAC4-0466-4122-998F-B1A298E34113}"} + } + }, + ["F-14A-135-GR"] = { + ["XT*2"] = { + [8] = {["CLSID"] = "{F14-300gal}"}, + [3] = {["CLSID"] = "{F14-300gal}"} + }, + ["AIM-54A-MK47*6, AIM-9L*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-7F*6, AIM-9L*2, XT*2"] = { + [7] = {["CLSID"] = "{BELLY AIM-7F}"}, + [4] = {["CLSID"] = "{BELLY AIM-7F}"}, + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [5] = {["CLSID"] = "{BELLY AIM-7F}"}, + [6] = {["CLSID"] = "{BELLY AIM-7F}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [5] = {["CLSID"] = "{BELLY AIM-7F}"} + }, + ["AIM-54A-MK47*4, AIM-9L*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK47*4, AIM-9M*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK60*4, AIM-9M*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-7F*4, AIM-9L*4, XT*2"] = { + [7] = {["CLSID"] = "{BELLY AIM-7F}"}, + [4] = {["CLSID"] = "{BELLY AIM-7F}"}, + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [5] = {["CLSID"] = "{BELLY AIM-7F}"}, + [6] = {["CLSID"] = "{BELLY AIM-7F}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["BDU-33*14"] = { + [4] = {["CLSID"] = "{MAK79_BDU33 4}"}, + [7] = {["CLSID"] = "{MAK79_BDU33 4}"}, + [5] = {["CLSID"] = "{MAK79_BDU33 3L}"}, + [6] = {["CLSID"] = "{MAK79_BDU33 3R}"} + }, + ["BDU-33*12"] = { + [4] = {["CLSID"] = "{BRU3242_3*BDU33}"}, + [7] = {["CLSID"] = "{BRU3242_3*BDU33}"}, + [5] = {["CLSID"] = "{BRU3242_3*BDU33}"}, + [6] = {["CLSID"] = "{BRU3242_3*BDU33}"} + }, + ["GBU-10*2"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-10}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-10}"} + }, + ["GBU-12*4"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [5] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [6] = {["CLSID"] = "{BRU-32 GBU-12}"} + }, + ["GBU-16*4"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-16}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-16}"}, + [5] = {["CLSID"] = "{BRU-32 GBU-16}"}, + [6] = {["CLSID"] = "{BRU-32 GBU-16}"} + }, + ["GBU-24*2"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, + [6] = {["CLSID"] = "{BRU-32 GBU-24}"} + }, + ["Mk-84*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-84}"}, + [7] = {["CLSID"] = "{BRU-32 MK-84}"}, + [5] = {["CLSID"] = "{BRU-32 MK-84}"}, + [6] = {["CLSID"] = "{BRU-32 MK-84}"} + }, + ["Mk-83*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-83}"}, + [7] = {["CLSID"] = "{BRU-32 MK-83}"}, + [5] = {["CLSID"] = "{BRU-32 MK-83}"}, + [6] = {["CLSID"] = "{BRU-32 MK-83}"} + }, + ["Mk-82*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-82}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [5] = {["CLSID"] = "{BRU-32 MK-82}"}, + [6] = {["CLSID"] = "{BRU-32 MK-82}"} + }, + ["Mk-82*14"] = { + [4] = {["CLSID"] = "{MAK79_MK82 4}"}, + [7] = {["CLSID"] = "{MAK79_MK82 4}"}, + [5] = {["CLSID"] = "{MAK79_MK82 3L}"}, + [6] = {["CLSID"] = "{MAK79_MK82 3R}"} + }, + ["Mk-81*14"] = { + [4] = {["CLSID"] = "{MAK79_MK81 4}"}, + [7] = {["CLSID"] = "{MAK79_MK81 4}"}, + [5] = {["CLSID"] = "{MAK79_MK81 3L}"}, + [6] = {["CLSID"] = "{MAK79_MK81 3R}"} + }, + ["Mk-20*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-20}"}, + [7] = {["CLSID"] = "{BRU-32 MK-20}"}, + [5] = {["CLSID"] = "{BRU-32 MK-20}"}, + [6] = {["CLSID"] = "{BRU-32 MK-20}"} + }, + ["Mk-82AIR*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, + [5] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, + [6] = {["CLSID"] = "{BRU-32 MK-82AIR}"} + }, + ["Zuni*12"] = { + [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, + [7] = {["CLSID"] = "{BRU3242_LAU10}"} + }, + ["Zuni*28"] = { + [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, + [7] = {["CLSID"] = "{BRU3242_LAU10}"}, + [2] = {["CLSID"] = "{PHXBRU3242_2*LAU10 LS}"}, + [9] = {["CLSID"] = "{PHXBRU3242_2*LAU10 RS}"} + }, + ["LUU-2*24"] = { + [5] = {["CLSID"] = "{BRU3242_2*SUU25 R}"}, + [6] = {["CLSID"] = "{BRU3242_SUU25}"} + }, + ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [4] = {["CLSID"] = "{BRU-32 MK-82}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-82*1"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, XT*2, Mk-20*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-20}"}, + [4] = {["CLSID"] = "{BRU-32 MK-20}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [4] = {["CLSID"] = "{BRU-32 MK-82}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-20}"}, + [4] = {["CLSID"] = "{BRU-32 MK-20}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + } + }, + ["F-14A-95-GR"] = { + ["AIM-54A-MK47*6, AIM-9L*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 R}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK60*6, AIM-9L*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-7F*6, AIM-9L*2"] = { + [7] = {["CLSID"] = "{BELLY AIM-7F}"}, + [4] = {["CLSID"] = "{BELLY AIM-7F}"}, + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [5] = {["CLSID"] = "{BELLY AIM-7F}"}, + [6] = {["CLSID"] = "{BELLY AIM-7F}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK47*4, AIM-7F*2, AIM-9L*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK60*4, AIM-7F*2, AIM-9L*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK47*2, AIM-7F*1, AIM-9L*4"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [5] = {["CLSID"] = "{BELLY AIM-7F}"} + }, + ["AIM-54A-MK60*2, AIM-7F*1, AIM-9L*4"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [5] = {["CLSID"] = "{BELLY AIM-7F}"} + }, + ["AIM-54A-MK47*4, AIM-9L*4"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK60*4, AIM-9L*4"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-7F*4, AIM-9L*4"] = { + [7] = {["CLSID"] = "{BELLY AIM-7F}"}, + [4] = {["CLSID"] = "{BELLY AIM-7F}"}, + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [5] = {["CLSID"] = "{BELLY AIM-7F}"}, + [6] = {["CLSID"] = "{BELLY AIM-7F}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK47*2, AIM-7F*3, AIM-9L*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [5] = {["CLSID"] = "{BELLY AIM-7F}"} + }, + ["AIM-54A-MK60*2, AIM-7F*3, AIM-9L*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [5] = {["CLSID"] = "{BELLY AIM-7F}"} + }, + ["BDU-33*14"] = { + [4] = {["CLSID"] = "{MAK79_BDU33 4}"}, + [7] = {["CLSID"] = "{MAK79_BDU33 4}"}, + [5] = {["CLSID"] = "{MAK79_BDU33 3L}"}, + [6] = {["CLSID"] = "{MAK79_BDU33 3R}"} + }, + ["BDU-33*12"] = { + [4] = {["CLSID"] = "{BRU3242_3*BDU33}"}, + [7] = {["CLSID"] = "{BRU3242_3*BDU33}"}, + [5] = {["CLSID"] = "{BRU3242_3*BDU33}"}, + [6] = {["CLSID"] = "{BRU3242_3*BDU33}"} + }, + ["GBU-10*2"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-10}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-10}"} + }, + ["GBU-12*4"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [5] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [6] = {["CLSID"] = "{BRU-32 GBU-12}"} + }, + ["GBU-16*4"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-16}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-16}"}, + [5] = {["CLSID"] = "{BRU-32 GBU-16}"}, + [6] = {["CLSID"] = "{BRU-32 GBU-16}"} + }, + ["GBU-24*2"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, + [6] = {["CLSID"] = "{BRU-32 GBU-24}"} + }, + ["Mk-84*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-84}"}, + [7] = {["CLSID"] = "{BRU-32 MK-84}"}, + [5] = {["CLSID"] = "{BRU-32 MK-84}"}, + [6] = {["CLSID"] = "{BRU-32 MK-84}"} + }, + ["Mk-83*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-83}"}, + [7] = {["CLSID"] = "{BRU-32 MK-83}"}, + [5] = {["CLSID"] = "{BRU-32 MK-83}"}, + [6] = {["CLSID"] = "{BRU-32 MK-83}"} + }, + ["Mk-82*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-82}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [5] = {["CLSID"] = "{BRU-32 MK-82}"}, + [6] = {["CLSID"] = "{BRU-32 MK-82}"} + }, + ["Mk-82*14"] = { + [4] = {["CLSID"] = "{MAK79_MK82 4}"}, + [7] = {["CLSID"] = "{MAK79_MK82 4}"}, + [5] = {["CLSID"] = "{MAK79_MK82 3L}"}, + [6] = {["CLSID"] = "{MAK79_MK82 3R}"} + }, + ["Mk-81*14"] = { + [4] = {["CLSID"] = "{MAK79_MK81 4}"}, + [7] = {["CLSID"] = "{MAK79_MK81 4}"}, + [5] = {["CLSID"] = "{MAK79_MK81 3L}"}, + [6] = {["CLSID"] = "{MAK79_MK81 3R}"} + }, + ["Mk-20*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-20}"}, + [7] = {["CLSID"] = "{BRU-32 MK-20}"}, + [5] = {["CLSID"] = "{BRU-32 MK-20}"}, + [6] = {["CLSID"] = "{BRU-32 MK-20}"} + }, + ["Mk-82AIR*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, + [5] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, + [6] = {["CLSID"] = "{BRU-32 MK-82AIR}"} + }, + ["Zuni*12"] = { + [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, + [7] = {["CLSID"] = "{BRU3242_LAU10}"} + }, + ["Zuni*28"] = { + [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, + [7] = {["CLSID"] = "{BRU3242_LAU10}"}, + [2] = {["CLSID"] = "{PHXBRU3242_2*LAU10 LS}"}, + [9] = {["CLSID"] = "{PHXBRU3242_2*LAU10 RS}"} + }, + ["LUU-2*24"] = { + [5] = {["CLSID"] = "{BRU3242_2*SUU25 R}"}, + [6] = {["CLSID"] = "{BRU3242_SUU25}"} + }, + ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, Mk-82*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [4] = {["CLSID"] = "{BRU-32 MK-82}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, Mk-82*1"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK60*1, AIM-7F*1, AIM-9L*2, Mk-20*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [7] = {["CLSID"] = "{BRU-32 MK-20}"}, + [4] = {["CLSID"] = "{BRU-32 MK-20}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7F}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + } + }, + ["F-14B"] = { + ["XT*2"] = { + [8] = {["CLSID"] = "{F14-300gal}"}, + [3] = {["CLSID"] = "{F14-300gal}"} + }, + ["AIM-54A-MK47*6, AIM-9M*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK47*6, AIM-9L*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk47 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK60*6, AIM-9M*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54C-MK47*6, AIM-9M*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54C_Mk47 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54C_Mk47 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-7M*6, AIM-9M*2, XT*2"] = { + [7] = {["CLSID"] = "{BELLY AIM-7M}"}, + [4] = {["CLSID"] = "{BELLY AIM-7M}"}, + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"}, + [6] = {["CLSID"] = "{BELLY AIM-7M}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-7M*6, AIM-9L*2, XT*2"] = { + [7] = {["CLSID"] = "{BELLY AIM-7M}"}, + [4] = {["CLSID"] = "{BELLY AIM-7M}"}, + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"}, + [6] = {["CLSID"] = "{BELLY AIM-7M}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK47*4, AIM-7M*2, AIM-9M*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK47*4, AIM-7M*2, AIM-9L*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK60*4, AIM-7M*2, AIM-9M*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54C-MK47*4, AIM-7M*2, AIM-9M*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK47*2, AIM-7M*1, AIM-9M*2, AIM-9L*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"} + }, + ["AIM-54A-MK47*2, AIM-7M*1, AIM-9M*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"} + }, + ["AIM-54A-MK60*2, AIM-7M*1, AIM-9M*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"} + }, + ["AIM-54C-MK47*2, AIM-7M*1, AIM-9M*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"} + }, + ["AIM-54A-MK47*4, AIM-9M*2, AIM-9L*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK47*4, AIM-9M*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK60*4, AIM-9M*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [6] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [5] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54C-MK47*4, AIM-9M*4, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [6] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [5] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-7M*4, AIM-9M*2, AIM-9L*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"}, + [6] = {["CLSID"] = "{BELLY AIM-7M}"}, + [4] = {["CLSID"] = "{BELLY AIM-7M}"}, + [7] = {["CLSID"] = "{BELLY AIM-7M}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-7M*4, AIM-9L*4, XT*2"] = { + [7] = {["CLSID"] = "{BELLY AIM-7M}"}, + [4] = {["CLSID"] = "{BELLY AIM-7M}"}, + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"}, + [9] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"}, + [6] = {["CLSID"] = "{BELLY AIM-7M}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{LAU-7 - AIM-9L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9L}"} + }, + ["AIM-54A-MK47*2, AIM-7M*3, AIM-9M*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"} + }, + ["AIM-54A-MK60*2, AIM-7M*3, AIM-9M*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [4] = {["CLSID"] = "{AIM_54A_Mk60}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"} + }, + ["AIM-54C-MK47*2, AIM-7M*3, AIM-9M*2, XT*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [4] = {["CLSID"] = "{AIM_54C_Mk47}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"} + }, + ["BDU-33*14"] = { + [4] = {["CLSID"] = "{MAK79_BDU33 4}"}, + [7] = {["CLSID"] = "{MAK79_BDU33 4}"}, + [5] = {["CLSID"] = "{MAK79_BDU33 3L}"}, + [6] = {["CLSID"] = "{MAK79_BDU33 3R}"} + }, + ["BDU-33*12"] = { + [4] = {["CLSID"] = "{BRU3242_3*BDU33}"}, + [7] = {["CLSID"] = "{BRU3242_3*BDU33}"}, + [5] = {["CLSID"] = "{BRU3242_3*BDU33}"}, + [6] = {["CLSID"] = "{BRU3242_3*BDU33}"} + }, + ["GBU-10*2"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-10}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-10}"} + }, + ["GBU-12*4"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [5] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [6] = {["CLSID"] = "{BRU-32 GBU-12}"} + }, + ["GBU-16*4"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-16}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-16}"}, + [5] = {["CLSID"] = "{BRU-32 GBU-16}"}, + [6] = {["CLSID"] = "{BRU-32 GBU-16}"} + }, + ["GBU-24*2"] = { + [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, + [6] = {["CLSID"] = "{BRU-32 GBU-24}"} + }, + ["Mk-84*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-84}"}, + [7] = {["CLSID"] = "{BRU-32 MK-84}"}, + [5] = {["CLSID"] = "{BRU-32 MK-84}"}, + [6] = {["CLSID"] = "{BRU-32 MK-84}"} + }, + ["Mk-83*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-83}"}, + [7] = {["CLSID"] = "{BRU-32 MK-83}"}, + [5] = {["CLSID"] = "{BRU-32 MK-83}"}, + [6] = {["CLSID"] = "{BRU-32 MK-83}"} + }, + ["Mk-82*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-82}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [5] = {["CLSID"] = "{BRU-32 MK-82}"}, + [6] = {["CLSID"] = "{BRU-32 MK-82}"} + }, + ["Mk-82*14"] = { + [4] = {["CLSID"] = "{MAK79_MK82 4}"}, + [7] = {["CLSID"] = "{MAK79_MK82 4}"}, + [5] = {["CLSID"] = "{MAK79_MK82 3L}"}, + [6] = {["CLSID"] = "{MAK79_MK82 3R}"} + }, + ["Mk-81*14"] = { + [4] = {["CLSID"] = "{MAK79_MK81 4}"}, + [7] = {["CLSID"] = "{MAK79_MK81 4}"}, + [5] = {["CLSID"] = "{MAK79_MK81 3L}"}, + [6] = {["CLSID"] = "{MAK79_MK81 3R}"} + }, + ["Mk-20*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-20}"}, + [7] = {["CLSID"] = "{BRU-32 MK-20}"}, + [5] = {["CLSID"] = "{BRU-32 MK-20}"}, + [6] = {["CLSID"] = "{BRU-32 MK-20}"} + }, + ["Mk-82AIR*4"] = { + [4] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, + [5] = {["CLSID"] = "{BRU-32 MK-82AIR}"}, + [6] = {["CLSID"] = "{BRU-32 MK-82AIR}"} + }, + ["Zuni*12"] = { + [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, + [7] = {["CLSID"] = "{BRU3242_LAU10}"} + }, + ["Zuni*28"] = { + [4] = {["CLSID"] = "{BRU3242_2*LAU10 R}"}, + [7] = {["CLSID"] = "{BRU3242_LAU10}"}, + [2] = {["CLSID"] = "{PHXBRU3242_2*LAU10 LS}"}, + [9] = {["CLSID"] = "{PHXBRU3242_2*LAU10 RS}"} + }, + ["LUU-2*24"] = { + [5] = {["CLSID"] = "{BRU3242_2*SUU25 R}"}, + [6] = {["CLSID"] = "{BRU3242_SUU25}"} + }, + ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [4] = {["CLSID"] = "{BRU-32 MK-82}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*1"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 R}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-20}"}, + [4] = {["CLSID"] = "{BRU-32 MK-20}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-7M*1, AIM-9M*2, XT*2, GBU-12*2, LANTIRN"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [4] = {["CLSID"] = "{BRU-32 GBU-12}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-7M*1, AIM-9M*2, XT*2, GBU-24*1, LANTIRN"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [4] = {["CLSID"] = "{BRU-32 GBU-24}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM-7M}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-82*2, LANTIRN"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-82}"}, + [4] = {["CLSID"] = "{BRU-32 MK-82}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + }, + ["AIM-54A-MK60*1, AIM-7M*1, AIM-9M*2, XT*2, Mk-20*2, LANTIRN"] = { + [10] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"}, + [9] = {["CLSID"] = "{F14-LANTIRN-TP}"}, + [8] = {["CLSID"] = "{F14-300gal}"}, + [7] = {["CLSID"] = "{BRU-32 MK-20}"}, + [4] = {["CLSID"] = "{BRU-32 MK-20}"}, + [5] = {["CLSID"] = "{BELLY AIM-7M}"}, + [3] = {["CLSID"] = "{F14-300gal}"}, + [2] = {["CLSID"] = "{SHOULDER AIM_54A_Mk60 L}"}, + [1] = {["CLSID"] = "{LAU-138 wtip - AIM-9M}"} + } + }, + ["F/A-18A"] = { + ["GBU-16*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9*6,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [7] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Mk-84*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-65D*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM88*4_AIM9*2_AIM7_FLIR Pod_Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9*4,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["LAU-10*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-88*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["MK-82*8,AIM-9*2,AIM-7,FLIR Pod,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [3] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [8] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["MK-82*4,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9*4,AIM-7*2,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-65K*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Fuel*3"] = { + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"} + }, + ["AGM88*2_AGM65D*2_AIM9*2_AIM7_FLIR Pod_Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["GBU-12*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9*4,AIM-7*4,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Mk20*4,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["GBU-10*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-84A*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, + [3] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + } + }, + ["F/A-18C"] = { + ["AGM-62*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{C40A1E3A-DD05-40D9-85A4-217729E37FAE}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{C40A1E3A-DD05-40D9-85A4-217729E37FAE}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["GBU-10*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["GBU-12*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Fuel*3"] = { + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"} + }, + ["Mk-84*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["GBU-16*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-154*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*4,AIM-9*2,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-65D*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM88*2_AGM65D*2_AIM9*2_AIM7_FLIR Pod_Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM88*4_AIM9*2_AIM7_FLIR Pod_Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8200-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9*2,AIM-7*6,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Mk20*4,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*6,AIM-9*2,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["LAU-10*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9*2,AIM-7*4,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["MK-82*8,AIM-9*2,AIM-7,FLIR Pod,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [3] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [8] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*2,AIM-9*2,AIM-7*2,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-88*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-84E*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["MK-82*4,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-84A*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9M*2,AGM-65D*2,Mk-82*4,FLIR Pod,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [3] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{1C2B16EB-8EB0-43de-8788-8EBB2D70B8BC}"}, + [7] = {["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*4,AIM-9*2,AIM-7*2,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-65K*2,AIM-9*2,AIM-7,FLIR Pod,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [3] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}"}, + [5] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{EFEC8201-B922-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + } + }, + ["FA-18C_hornet"] = { + ["AIM-9M*6, AIM-7M*2, FUEL*3"] = { + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [2] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-9M"}, + [8] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-9M"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} + }, + ["AIM-9M*6, AIM-7M*2, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-9M"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-9M"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} + }, + ["AIM-9M*2, MK-84*2, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} + }, + ["AIM-9M*2, MK-83*4, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{BRU33_2X_MK-83}"}, + [8] = {["CLSID"] = "{BRU33_2X_MK-83}"} + }, + ["Carrier Landing"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9M*2, AIM-7M*4, FUEL*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{LAU-115 - AIM-7M}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{LAU-115 - AIM-7M}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} + }, + ["AIM-9M*2, CBU-99*4, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{BRU33_2X_CBU-99}"}, + [8] = {["CLSID"] = "{BRU33_2X_CBU-99}"} + }, + ["AIM-9M*2, MK-82SE*4, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{BRU33_2X_MK-82_Snakeye}"}, + [8] = {["CLSID"] = "{BRU33_2X_MK-82_Snakeye}"} + }, + ["AIM-9M*2, MK-20*4, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{BRU33_2X_ROCKEYE}"}, + [8] = {["CLSID"] = "{BRU33_2X_ROCKEYE}"} + }, + ["AIM-9M*2, MK-82*4, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{BRU33_2X_MK-82}"}, + [8] = {["CLSID"] = "{BRU33_2X_MK-82}"} + }, + ["AIM-9M*2, AIM-7M*2, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} + }, + ["AIM-9M*2, MK-83*2, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [8] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"} + }, + ["AIM-9M*2, ZUNI*4, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{BRU33_2*LAU10}"}, + [8] = {["CLSID"] = "{BRU33_2*LAU10}"} + }, + ["AIM-9M*2, LAU-61*4, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{BRU33_2*LAU61}"}, + [8] = {["CLSID"] = "{BRU33_2*LAU61}"} + }, + ["AIM-9M*2, LAU-68*4, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [2] = {["CLSID"] = "{BRU33_2*LAU68_MK5}"}, + [8] = {["CLSID"] = "{BRU33_2*LAU68_MK5}"} + }, + ["AIM-9M*2, AIM-7M*2, FUEL*1"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} + }, + ["AIM-9X*2, AIM-120C-5*1, GBU-31*4, ATFLIR, FUEL"] = { + [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [2] = {["CLSID"] = "{GBU_31_V_4B}"}, + [3] = {["CLSID"] = "{GBU_31_V_4B}"}, + [4] = {["CLSID"] = "{AN_ASQ_228}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [7] = {["CLSID"] = "{GBU_31_V_4B}"}, + [8] = {["CLSID"] = "{GBU_31_V_4B}"}, + [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"} + }, + ["AIM-9X*2, AIM-120C-5*6, FUEL*3"] = { + [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [4] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-120C"}, + [8] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-120C"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} + }, + ["AIM-9X*2, AIM-120C-5*6, FUEL*2"] = { + [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [4] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-120C"}, + [8] = {["CLSID"] = "LAU-115_2*LAU-127_AIM-120C"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} + }, + ["AIM-9X*2, AIM-120C-5*2, FUEL*1"] = { + [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [4] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"} + }, + ["AIM-9X*2, AIM-120C-5*1, AGM-65D*4, ATFLIR, FUEL"] = { + [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [8] = {["CLSID"] = "LAU_117_AGM_65F"}, + [7] = {["CLSID"] = "LAU_117_AGM_65F"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [4] = {["CLSID"] = "{AN_ASQ_228}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65F"}, + [2] = {["CLSID"] = "LAU_117_AGM_65F"}, + [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"} + }, + ["AIM-9X*2, AIM-120C-5*2, AGM-88C*2, FUEL"] = { + [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"} + }, + ["AIM-9X*2, AIM-120C-5*1, GBU-38*4, GBU-12*4, ATFLIR, FUEL"] = { + [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [2] = {["CLSID"] = "{BRU55_2*GBU-38}"}, + [3] = {["CLSID"] = "{BRU33_2X_GBU-12}"}, + [4] = {["CLSID"] = "{AN_ASQ_228}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [7] = {["CLSID"] = "{BRU33_2X_GBU-12}"}, + [8] = {["CLSID"] = "{BRU55_2*GBU-38}"} + }, + ["AIM-9X*2, AIM-120C-5*1, AGM-84E*2, DATALINK, ATFLIR, FUEL*2"] = { + [1] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [9] = {["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}"}, + [2] = {["CLSID"] = "{AGM_84H}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [4] = {["CLSID"] = "{AN_ASQ_228}"}, + [5] = {["CLSID"] = "{AWW-13}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [8] = {["CLSID"] = "{AGM_84H}"} + }, + ["AIM-9M*2, AIM-120C-5*1, AGM-84D*4, ATFLIR, FUEL"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{AGM_84D}"}, + [3] = {["CLSID"] = "{AGM_84D}"}, + [4] = {["CLSID"] = "{AN_ASQ_228}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [6] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [7] = {["CLSID"] = "{AGM_84D}"}, + [8] = {["CLSID"] = "{AGM_84D}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9M*2, ATFLIR, FUEL"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [5] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{AN_ASQ_228}"} + }, + ["AIM-9M*2, ATFLIR, FUEL*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [4] = {["CLSID"] = "{AN_ASQ_228}"}, + [7] = {["CLSID"] = "{FPU_8A_FUEL_TANK}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + } + }, + ["I-16"] = { + ["6xRS-82"] = { + [1] = {["CLSID"] = "I16_RS_82"}, + [2] = {["CLSID"] = "I16_RS_82"}, + [3] = {["CLSID"] = "I16_RS_82"}, + [6] = {["CLSID"] = "I16_RS_82"}, + [7] = {["CLSID"] = "I16_RS_82"}, + [8] = {["CLSID"] = "I16_RS_82"} + }, + ["2xFAB-100"] = { + [4] = {["CLSID"] = "I16_FAB_100SV"}, + [5] = {["CLSID"] = "I16_FAB_100SV"} + }, + ["6xRS-82, 2xFAB-100"] = { + [1] = {["CLSID"] = "I16_RS_82"}, + [2] = {["CLSID"] = "I16_RS_82"}, + [3] = {["CLSID"] = "I16_RS_82"}, + [6] = {["CLSID"] = "I16_RS_82"}, + [7] = {["CLSID"] = "I16_RS_82"}, + [8] = {["CLSID"] = "I16_RS_82"}, + [4] = {["CLSID"] = "I16_FAB_100SV"}, + [5] = {["CLSID"] = "I16_FAB_100SV"} + }, + ["6xRS-82, 2xDropTank-93L"] = { + [1] = {["CLSID"] = "I16_RS_82"}, + [2] = {["CLSID"] = "I16_RS_82"}, + [3] = {["CLSID"] = "I16_RS_82"}, + [6] = {["CLSID"] = "I16_RS_82"}, + [7] = {["CLSID"] = "I16_RS_82"}, + [8] = {["CLSID"] = "I16_RS_82"}, + [4] = {["CLSID"] = "I16_DROP_FUEL_TANK"}, + [5] = {["CLSID"] = "I16_DROP_FUEL_TANK"} + }, + ["2xDropTank-93L"] = { + [4] = {["CLSID"] = "I16_DROP_FUEL_TANK"}, + [5] = {["CLSID"] = "I16_DROP_FUEL_TANK"} + } + }, + ["Ka-50"] = { + ["4xFAB-500"] = { + [1] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["2xFuel tank, 2xKMGU AP"] = { + [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} + }, + ["80xS-8 TsM"] = { + [1] = {["CLSID"] = "B_8V20A_CM"}, + [2] = {["CLSID"] = "B_8V20A_CM"}, + [3] = {["CLSID"] = "B_8V20A_CM"}, + [4] = {["CLSID"] = "B_8V20A_CM"} + }, + ["2xFuel tank, 40xS-8"] = { + [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["80xS-8"] = { + [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["4xKMGU AT"] = { + [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} + }, + ["2xKMGU AP"] = { + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} + }, + ["2xFuel tank, 12x9A4172"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["2xFuel tank, 2xUPK-23"] = { + [1] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} + }, + ["12x9A4172, 40xS-8"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["12x9A4172, 2xKMGU AT"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["4xKMGU AP"] = { + [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} + }, + ["2xFAB-250, 2xFuel tank"] = { + [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["12x9A4172, 2xFAB-500"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["20xS-13"] = { + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["40xS-8"] = { + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["12x9A4172, 2xUPK-23"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["2xKMGU AT"] = { + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} + }, + ["6x9A4172"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["2xFuel tank, 2xKMGU AT"] = { + [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} + }, + ["4xFuel tank"] = { + [1] = {["CLSID"] = "{PTB_450}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{PTB_450}"} + }, + ["2xKMGU AP, 12x9A4172"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["12x9A4172"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["2xFuel tank"] = { + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"} + }, + ["40xS-8 TsM, 12x9A4172"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "B_8V20A_CM"}, + [3] = {["CLSID"] = "B_8V20A_CM"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["2xFAB-500"] = { + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["40xS-8 TsM, 2xFuel tank"] = { + [1] = {["CLSID"] = "B_8V20A_CM"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "B_8V20A_CM"} + }, + ["4xUPK-23"] = { + [1] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} + }, + ["10xS-13"] = { + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["40xS-8 TsM"] = { + [2] = {["CLSID"] = "B_8V20A_CM"}, + [3] = {["CLSID"] = "B_8V20A_CM"} + }, + ["2xUPK-23"] = { + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} + }, + ["2xFuel tank, 2xFAB-500"] = { + [1] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["2xFAB-250"] = { + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["4xFAB-250"] = { + [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["2xFuel tank, 10xS-13"] = { + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["2xFAB-250, 12x9A4172"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["12x9A4172, 10xS-13"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + } + }, + ["Ka-50_3"] = { + ["4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"} + }, + ["2xKh-25ML, 10xS-13, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["12x9A4172, 40xS-8KOM, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["12x9A4172, 40xS-8OFP, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [3] = {["CLSID"] = "B_8V20A_OFP2"}, + [2] = {["CLSID"] = "B_8V20A_OFP2"} + }, + ["12x9A4172, 40xS-13, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["80xS-8KOM, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["80xS-8OFP, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "B_8V20A_OFP2"}, + [3] = {["CLSID"] = "B_8V20A_OFP2"}, + [2] = {["CLSID"] = "B_8V20A_OFP2"}, + [1] = {["CLSID"] = "B_8V20A_OFP2"} + }, + ["20xS-20, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["4xUPK-23, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [1] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} + }, + ["10xS-13, 2xFAB-500, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["10xS-13, 2xFAB-250, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["80xS-8OM, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "B_8V20A_OM"}, + [3] = {["CLSID"] = "B_8V20A_OM"}, + [2] = {["CLSID"] = "B_8V20A_OM"}, + [1] = {["CLSID"] = "B_8V20A_OM"} + }, + ["80xS-8TsM, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "B_8V20A_CM"}, + [3] = {["CLSID"] = "B_8V20A_CM"}, + [2] = {["CLSID"] = "B_8V20A_CM"}, + [1] = {["CLSID"] = "B_8V20A_CM"} + }, + ["40xS-8OFP, 2xFuel, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "B_8V20A_OFP2"}, + [1] = {["CLSID"] = "B_8V20A_OFP2"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [2] = {["CLSID"] = "{PTB_450}"} + }, + ["12x9A4172, 2xFuel, 4xIgla"] = { + [6] = {["CLSID"] = "{9S846_2xIGLA}"}, + [5] = {["CLSID"] = "{9S846_2xIGLA}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [2] = {["CLSID"] = "{PTB_450}"} + } + }, + ["L-39C"] = { + ["SAB-100x2"] = { + [3] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [1] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"} + }, + ["R-3Sx2"] = { + [3] = {["CLSID"] = "{R-3S}"}, + [1] = {["CLSID"] = "{R-3S}"} + }, + ["Smokes"] = { + [3] = {["CLSID"] = "{D3F65166-1AB8-490f-AF2F-2FB6E22568B4}"}, + [1] = {["CLSID"] = "{D3F65166-1AB8-490f-AF2F-2FB6E22568B1}"} + }, + ["Central Smoke"] = {[2] = {["CLSID"] = "{INV-SMOKE-WHITE}"}}, + ["FAB-100x2"] = { + [3] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} + }, + ["S-5KOx32"] = { + [3] = {["CLSID"] = "{UB-16-57UMP}"}, + [1] = {["CLSID"] = "{UB-16-57UMP}"} + } + }, + ["L-39ZA"] = { + ["S-5KOx32"] = { + [5] = {["CLSID"] = "{UB-16-57UMP}"}, + [1] = {["CLSID"] = "{UB-16-57UMP}"} + }, + ["S-5KOx64"] = { + [5] = {["CLSID"] = "{UB-16-57UMP}"}, + [1] = {["CLSID"] = "{UB-16-57UMP}"}, + [4] = {["CLSID"] = "{UB-16-57UMP}"}, + [2] = {["CLSID"] = "{UB-16-57UMP}"} + }, + ["S-5KOx32, PTB-150x2"] = { + [5] = {["CLSID"] = "{UB-16-57UMP}"}, + [1] = {["CLSID"] = "{UB-16-57UMP}"}, + [4] = {["CLSID"] = "{PTB_150L_L39}"}, + [2] = {["CLSID"] = "{PTB_150L_L39}"} + }, + ["S-5KOx32, PTB-350x2"] = { + [5] = {["CLSID"] = "{UB-16-57UMP}"}, + [1] = {["CLSID"] = "{UB-16-57UMP}"}, + [4] = {["CLSID"] = "{PTB_350L_L39}"}, + [2] = {["CLSID"] = "{PTB_350L_L39}"} + }, + ["S-5KOx32, FAB-100x2"] = { + [5] = {["CLSID"] = "{UB-16-57UMP}"}, + [1] = {["CLSID"] = "{UB-16-57UMP}"}, + [4] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [2] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} + }, + ["OFAB-100 Jupiter x4, FAB-100x2"] = { + [5] = {["CLSID"] = "{FAB-100x2}"}, + [1] = {["CLSID"] = "{FAB-100x2}"}, + [4] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [2] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} + }, + ["FAB-100x2"] = { + [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} + }, + ["FAB-100x4"] = { + [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [4] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [2] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} + }, + ["OFAB-100 Jupiter x8"] = { + [5] = {["CLSID"] = "{FAB-100x2}"}, + [1] = {["CLSID"] = "{FAB-100x2}"}, + [4] = {["CLSID"] = "{FAB-100x2}"}, + [2] = {["CLSID"] = "{FAB-100x2}"} + }, + ["FAB-100x2, PTB-150x2"] = { + [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [4] = {["CLSID"] = "{PTB_150L_L39}"}, + [2] = {["CLSID"] = "{PTB_150L_L39}"} + }, + ["FAB-100x2, PTB-350x2"] = { + [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [4] = {["CLSID"] = "{PTB_350L_L39}"}, + [2] = {["CLSID"] = "{PTB_350L_L39}"} + }, + ["PK-3x4"] = { + [5] = {["CLSID"] = "{PK-3}"}, + [1] = {["CLSID"] = "{PK-3}"}, + [4] = {["CLSID"] = "{PK-3}"}, + [2] = {["CLSID"] = "{PK-3}"} + }, + ["PK-3x2, PTB-150x2"] = { + [5] = {["CLSID"] = "{PK-3}"}, + [1] = {["CLSID"] = "{PK-3}"}, + [4] = {["CLSID"] = "{PTB_150L_L39}"}, + [2] = {["CLSID"] = "{PTB_150L_L39}"} + }, + ["R-60Mx2"] = { + [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [1] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["SAB-100x4"] = { + [5] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [1] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [4] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"} + }, + ["R-3Sx2"] = { + [5] = {["CLSID"] = "{R-3S}"}, + [1] = {["CLSID"] = "{R-3S}"} + }, + ["R-3Sx2, PK-3x2"] = { + [5] = {["CLSID"] = "{R-3S}"}, + [1] = {["CLSID"] = "{R-3S}"}, + [4] = {["CLSID"] = "{PK-3}"}, + [2] = {["CLSID"] = "{PK-3}"} + }, + ["R-60Mx2, PK-3x2"] = { + [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{PK-3}"}, + [2] = {["CLSID"] = "{PK-3}"} + } + }, + ["M-2000C"] = { + ["Fox"] = {[5] = {["CLSID"] = "{M2KC_RPL_522}"}}, + ["Fox / Magic (QRA)"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [5] = {["CLSID"] = "{M2KC_RPL_522}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Alpha / S530D"] = { + [8] = {["CLSID"] = "{Matra_S530D}"}, + [2] = {["CLSID"] = "{Matra_S530D}"} + }, + ["Fox / S530D / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{Matra_S530D}"}, + [5] = {["CLSID"] = "{M2KC_RPL_522}"}, + [2] = {["CLSID"] = "{Matra_S530D}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Fox / S530D / Magic / Eclair"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{Matra_S530D}"}, + [5] = {["CLSID"] = "{M2KC_RPL_522}"}, + [2] = {["CLSID"] = "{Matra_S530D}"}, + [1] = {["CLSID"] = "{MMagicII}"}, + [10] = {["CLSID"] = "{Eclair}"} + }, + ["Bravo"] = { + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"} + }, + ["Bravo / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Kilo"] = { + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [5] = {["CLSID"] = "{M2KC_RPL_522}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"} + }, + ["Kilo / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [5] = {["CLSID"] = "{M2KC_RPL_522}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Bravo / 4xMk-82 / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Bravo / GBU-12 / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [5] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Bravo / 2xGBU-12 / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [5] = {["CLSID"] = "{M2KC_RAFAUT_GBU12}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Bravo / GBU-16 / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [5] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Bravo / GBU-24 / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [5] = {["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Bravo / BAP-100 / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [5] = {["CLSID"] = "{M2KC_BAP100_18_RACK}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Bravo / 4xSnakeEye / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [7] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [6] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [4] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Fox / 4xMk-82 / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{M2KC_RPL_522}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{MMagicII}"} + }, + ["Kilo / 4xMk-82 / Magic"] = { + [9] = {["CLSID"] = "{MMagicII}"}, + [8] = {["CLSID"] = "{M2KC_08_RPL541}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{M2KC_RPL_522}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "{M2KC_02_RPL541}"}, + [1] = {["CLSID"] = "{MMagicII}"} + } + }, + ["MB-339A"] = { + ["A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.83 + 2*Mk.81 "] = { + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [8] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [3] = {["CLSID"] = "{7A44FF09-527C-4B7E-B42B-3F111CFE50FB}"}, + [9] = {["CLSID"] = "{90321C8E-7ED1-47D4-A160-E074D5ABD902}"}, + [2] = {["CLSID"] = "{90321C8E-7ED1-47D4-A160-E074D5ABD902}"}, + [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, + [4] = {["CLSID"] = "{MB339_DEFA553_L}"} + }, + ["A - 2*320L TipTanks [Clean]"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [9] = {["CLSID"] = ""}, + [8] = {["CLSID"] = ""}, + [7] = {["CLSID"] = ""}, + [4] = {["CLSID"] = ""}, + [3] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["Recon"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [7] = {["CLSID"] = "{MB339_ANM3_R}"}, + [4] = {["CLSID"] = "{MB339_VINTEN}"}, + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["Training"] = { + [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, + [8] = {["CLSID"] = "{BRD_4_250_4xMK76}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""}, + [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, + [4] = {["CLSID"] = "{MB339_DEFA553_L}"} + }, + ["AA - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*LAU-10(Zuni Rockets) [ARMADA]"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [8] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, + [3] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, + [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, + [4] = {["CLSID"] = "{MB339_DEFA553_L}"} + }, + ["AM - 2*320L TipTanks + 2*AN/M3 GunPods + 2*330L Tanks + 2*LAU-3 (Hydra rockets)"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [9] = {["CLSID"] = "LAU3_HE151"}, + [2] = {["CLSID"] = "LAU3_HE151"}, + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = "{MB339_ANM3_R}"}, + [4] = {["CLSID"] = "{MB339_ANM3_L}"} + }, + ["A - 2*500L TipTanks + 2*330L Tanks + Luggage Container [Ferry Long Range]"] = { + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = ""}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, + [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, + [4] = {["CLSID"] = "{MB339_TRAVELPOD}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["A - 2*500L TipTanks + 4*Mk.82HD + 2*LR-25 (API Rockets)"] = { + [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, + [9] = {["CLSID"] = "{LR25_ARF8M3_API}"}, + [2] = {["CLSID"] = "{LR25_ARF8M3_API}"}, + [8] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [3] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [7] = {["CLSID"] = "{Mk82SNAKEYE}"}, + [4] = {["CLSID"] = "{Mk82SNAKEYE}"} + }, + ["A - 2*320L TipTanks + 2*330L Tanks [Ferry Medium Range]"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = ""}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["A - 2*500L TipTanks + 2*AN/M3 GunPods + 2*Matra 155 + 2* Belouga"] = { + [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, + [9] = {["CLSID"] = "{Matra155RocketPod}"}, + [2] = {["CLSID"] = "{Matra155RocketPod}"}, + [8] = {["CLSID"] = "{BLG66_BELOUGA_AC}"}, + [3] = {["CLSID"] = "{BLG66_BELOUGA_AC}"}, + [7] = {["CLSID"] = "{MB339_ANM3_R}"}, + [4] = {["CLSID"] = "{MB339_ANM3_L}"} + }, + ["Runway Interdiction"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [9] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [8] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [7] = {["CLSID"] = "{Matra155RocketPod}"}, + [4] = {["CLSID"] = "{Matra155RocketPod}"} + }, + ["A - 2*500L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (API Rockets)"] = { + [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, + [4] = {["CLSID"] = "{MB339_DEFA553_L}"}, + [9] = {["CLSID"] = "{LR25_ARF8M3_API}"}, + [2] = {["CLSID"] = "{LR25_ARF8M3_API}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"} + }, + ["A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD Bombs + 2*LR-25(API Rockets)"] = { + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [2] = {["CLSID"] = "{LR25_ARF8M3_API}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{MB339_DEFA553_L}"}, + [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [9] = {["CLSID"] = "{LR25_ARF8M3_API}"} + }, + ["A - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*Mk.82LD + 2*LR-25 (HEI Rockets)"] = { + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [2] = {["CLSID"] = "{LR25_ARF8M3_HEI}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{MB339_DEFA553_L}"}, + [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [9] = {["CLSID"] = "{LR25_ARF8M3_HEI}"} + }, + ["A - 2*320L TipTanks + 6*Mk.82LD"] = { + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} + }, + ["Runway Interdiction (36*BAP-100)"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [9] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, + [2] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, + [8] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, + [3] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, + [7] = {["CLSID"] = "{14_3_M2_6xBAP100}"}, + [4] = {["CLSID"] = "{14_3_M2_6xBAP100}"} + }, + ["Anti - Light Armoured Vehicle (36*BAT-120 ABL)"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [9] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, + [2] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, + [8] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, + [3] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, + [7] = {["CLSID"] = "{14_3_M2_6xBAT120}"}, + [4] = {["CLSID"] = "{14_3_M2_6xBAT120}"} + }, + ["AP - 2*320L TipTanks + 2*DEFA-553 GunPods + 2*330L Tanks + 2*Matra 155 (SNEB rockets)"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [9] = {["CLSID"] = "{Matra155RocketPod}"}, + [2] = {["CLSID"] = "{Matra155RocketPod}"}, + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = "{MB339_DEFA553_R}"}, + [4] = {["CLSID"] = "{MB339_DEFA553_L}"} + } + }, + ["MB-339APAN"] = { + ["PAN - Smoke White"] = { + [7] = {["CLSID"] = "{WHITE-TANK}"}, + [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, + [4] = {["CLSID"] = "{COLOR-TANK}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["PAN - Smoke White and Color Red"] = { + [7] = {["CLSID"] = "{WHITE-TANK}"}, + [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, + [5] = {["CLSID"] = "{SMOKE-RED-MB339}"}, + [4] = {["CLSID"] = "{COLOR-TANK}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["PAN - Fuel External [RED SMOKE]"] = { + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = "{WHITE-TANK}"}, + [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, + [5] = {["CLSID"] = "{SMOKE-RED-MB339}"}, + [4] = {["CLSID"] = "{COLOR-TANK}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["PAN - Full Payload [RED SMOKE] + 2*320L TipTanks"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = "{WHITE-TANK}"}, + [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, + [5] = {["CLSID"] = "{SMOKE-RED-MB339}"}, + [4] = {["CLSID"] = "{COLOR-TANK}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [2] = {["CLSID"] = ""}, + [9] = {["CLSID"] = ""} + }, + ["PAN - Full Payload [GREEN SMOKE] + 2*320L TipTanks"] = { + [10] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-ELLITTIC-L}"}, + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = "{WHITE-TANK}"}, + [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, + [5] = {["CLSID"] = "{SMOKE-GREEN-MB339}"}, + [4] = {["CLSID"] = "{COLOR-TANK}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [2] = {["CLSID"] = ""}, + [9] = {["CLSID"] = ""} + }, + ["PAN - Fuel External [GREEN SMOKE]"] = { + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = "{WHITE-TANK}"}, + [4] = {["CLSID"] = "{COLOR-TANK}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, + [5] = {["CLSID"] = "{SMOKE-GREEN-MB339}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["PAN - Full Payload [RED SMOKE] + 2*500L TipTanks"] = { + [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = "{WHITE-TANK}"}, + [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, + [5] = {["CLSID"] = "{SMOKE-RED-MB339}"}, + [4] = {["CLSID"] = "{COLOR-TANK}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["PAN - Smoke White and Color Green"] = { + [7] = {["CLSID"] = "{WHITE-TANK}"}, + [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, + [5] = {["CLSID"] = "{SMOKE-GREEN-MB339}"}, + [4] = {["CLSID"] = "{COLOR-TANK}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + }, + ["PAN - Full Payload [GREEN SMOKE] + 2*500L TipTanks"] = { + [10] = {["CLSID"] = "{FUEL-TIP-TANK-500-R}"}, + [1] = {["CLSID"] = "{FUEL-TIP-TANK-500-L}"}, + [8] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [7] = {["CLSID"] = "{WHITE-TANK}"}, + [6] = {["CLSID"] = "{SMOKE-WHITE-MB339}"}, + [5] = {["CLSID"] = "{SMOKE-GREEN-MB339}"}, + [4] = {["CLSID"] = "{COLOR-TANK}"}, + [3] = {["CLSID"] = "{FUEL-SUBAL_TANK-330}"}, + [9] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""} + } + }, + ["Mi-24P"] = { + ["2xB8V20 (S-8KOM)+8xATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["2xB8V20 ( S-8KOM)+4xATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["4xB8V20 (S-8KOM)+4xATGM 9M114"] = { + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["2xB8V20 (S-8KOM)+2xBombs-250+4xATGM 9M114"] = { + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["2xB8V20 (S-8OFP2)+4xATGM 9M114"] = { + [4] = {["CLSID"] = "B_8V20A_OFP2"}, + [3] = {["CLSID"] = "B_8V20A_OFP2"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["4xUB-32A (S-5KO)+4xATGM 9M114"] = { + [4] = {["CLSID"] = "{UB-32A-24}"}, + [3] = {["CLSID"] = "{UB-32A-24}"}, + [2] = {["CLSID"] = "{UB-32A-24}"}, + [5] = {["CLSID"] = "{UB-32A-24}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["4xGUV-1 AP30+4xATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [5] = {["CLSID"] = "GUV_VOG"}, + [4] = {["CLSID"] = "GUV_VOG"}, + [3] = {["CLSID"] = "GUV_VOG"}, + [2] = {["CLSID"] = "GUV_VOG"} + }, + ["2xGUV-1 AP30+4xATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [4] = {["CLSID"] = "GUV_VOG"}, + [3] = {["CLSID"] = "GUV_VOG"} + }, + ["2xGUV-1 (GUN 12.7+2x7.62) +4xATGM 9M114"] = { + [4] = {["CLSID"] = "GUV_YakB_GSHP"}, + [3] = {["CLSID"] = "GUV_YakB_GSHP"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["2xKMGU (96 AO 2.5RT)+8xATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["2xB-13L+4xATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [5] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["2xS-24B+4xATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{APU_68_S-24}"}, + [5] = {["CLSID"] = "{APU_68_S-24}"} + }, + ["4xS-24B+4xATGM 9M114"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{APU_68_S-24}"}, + [3] = {["CLSID"] = "{APU_68_S-24}"}, + [4] = {["CLSID"] = "{APU_68_S-24}"}, + [5] = {["CLSID"] = "{APU_68_S-24}"} + }, + ["2xBombs-500+4xATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["4xBombs-250+4ATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["2xRBK-500 (PTAB-1M)+4xATGM 9M114"] = { + [4] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, + [3] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["2xRBK-500U (OAB 2.5RT)+4xATGM 9M114"] = { + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "{RBK_500U_OAB_2_5RT}"}, + [4] = {["CLSID"] = "{RBK_500U_OAB_2_5RT}"} + }, + ["4xRBK-250 (42 PTAB 2.5M) +4ATGM 9M114"] = { + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["4xRBK-250-275 (150 AO-1SCh)+4ATGM 9M114"] = { + [5] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, + [4] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, + [3] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, + [2] = {["CLSID"] = "{RBK_250_275_AO_1SCH}"}, + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["4xPTB-450 Fuel tank"] = { + [5] = {["CLSID"] = "{PTB_450}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{PTB_450}"}, + [1] = {["CLSID"] = "{9M114 Shturm-V-2 Rack}"}, + [6] = {["CLSID"] = "{9M114 Shturm-V-2 Rack}"} + } + }, + ["MiG-19P"] = { + ["PTB-760 x 2"] = { + [5] = {["CLSID"] = "PTB760_MIG19"}, + [2] = {["CLSID"] = "PTB760_MIG19"} + }, + ["K-13A x 2, PTB-760 x 2"] = { + [6] = {["CLSID"] = "{K-13A}"}, + [1] = {["CLSID"] = "{K-13A}"}, + [5] = {["CLSID"] = "PTB760_MIG19"}, + [2] = {["CLSID"] = "PTB760_MIG19"} + }, + ["K-13A x 2"] = { + [6] = {["CLSID"] = "{K-13A}"}, + [1] = {["CLSID"] = "{K-13A}"} + }, + ["K-13A x 2, ORO-57K x 2, PTB-760 x 2"] = { + [6] = {["CLSID"] = "{K-13A}"}, + [5] = {["CLSID"] = "PTB760_MIG19"}, + [2] = {["CLSID"] = "PTB760_MIG19"}, + [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, + [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, + [1] = {["CLSID"] = "{K-13A}"} + }, + ["ORO-57K x 2, PTB-760 x 2"] = { + [5] = {["CLSID"] = "PTB760_MIG19"}, + [2] = {["CLSID"] = "PTB760_MIG19"}, + [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, + [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} + }, + ["ORO-57K x 4"] = { + [5] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, + [2] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, + [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, + [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} + }, + ["ORO-57K x 2"] = { + [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, + [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} + }, + ["FAB-100M x 2, ORO-57K x 2"] = { + [5] = {["CLSID"] = "FAB_100M"}, + [2] = {["CLSID"] = "FAB_100M"}, + [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, + [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} + }, + ["FAB-250 x 2, ORO-57K x 2"] = { + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"}, + [3] = {["CLSID"] = "{ORO57K_S5M_HEFRAG}"} + }, + ["FAB-100M x 2"] = { + [5] = {["CLSID"] = "FAB_100M"}, + [2] = {["CLSID"] = "FAB_100M"} + }, + ["FAB-250 x 2"] = { + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + } + }, + ["MiG-21Bis"] = { + ["Patrol, long range"] = { + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3R}"}, + [1] = {["CLSID"] = "{R-3S}"}, + [5] = {["CLSID"] = "{R-3S}"}, + [6] = {["CLSID"] = "{ASO-2}"} + }, + ["Patrol, medium range"] = { + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3R}"}, + [1] = {["CLSID"] = "{R-60 2L}"}, + [5] = {["CLSID"] = "{R-60 2R}"}, + [6] = {["CLSID"] = "{ASO-2}"} + }, + ["Patrol, short range"] = { + [3] = {["CLSID"] = "{PTB_490C_MIG21}"}, + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3R}"}, + [1] = {["CLSID"] = "{R-60 2L}"}, + [5] = {["CLSID"] = "{R-60 2R}"}, + [6] = {["CLSID"] = "{ASO-2}"} + }, + ["Hard targets, BOMBS"] = { + [6] = {["CLSID"] = "{ASO-2}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["Unknown or mixed targets, BOMBS + ROCKETS"] = { + [6] = {["CLSID"] = "{ASO-2}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [2] = {["CLSID"] = "{UB-32_S5M}"}, + [4] = {["CLSID"] = "{UB-32_S5M}"}, + [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["Soft targets, CLUSTERS + ROCKETS"] = { + [6] = {["CLSID"] = "{ASO-2}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [2] = {["CLSID"] = "{UB-32_S5M}"}, + [4] = {["CLSID"] = "{UB-32_S5M}"}, + [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} + }, + ["Soft targets, CLUSTERS"] = { + [6] = {["CLSID"] = "{ASO-2}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [2] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, + [4] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, + [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} + }, + ["Soft targets, scattered"] = { + [6] = {["CLSID"] = "{ASO-2}"}, + [2] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, + [4] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["Few big targets, GROM + BOMBS"] = { + [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [2] = {["CLSID"] = "{Kh-66_Grom}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [4] = {["CLSID"] = "{Kh-66_Grom}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{ASO-2}"} + }, + ["Very hard target, PENETRATION"] = { + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [6] = {["CLSID"] = "{ASO-2}"}, + [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} + }, + ["Aerial attack, hard targets, CLUSTERS"] = { + [6] = {["CLSID"] = "{ASO-2}"}, + [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"} + }, + ["Hard targets, ROCKETS, PENETRATION"] = { + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [1] = {["CLSID"] = "{S-24A}"}, + [2] = {["CLSID"] = "{S-24A}"}, + [4] = {["CLSID"] = "{S-24A}"}, + [5] = {["CLSID"] = "{S-24A}"}, + [6] = {["CLSID"] = "{ASO-2}"} + }, + ["Soft targets, ROCKETS, BLAST-FRAGMENTS"] = { + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [1] = {["CLSID"] = "{S-24B}"}, + [2] = {["CLSID"] = "{S-24B}"}, + [4] = {["CLSID"] = "{S-24B}"}, + [5] = {["CLSID"] = "{S-24B}"}, + [6] = {["CLSID"] = "{ASO-2}"} + }, + ["Long range, MIX"] = { + [3] = {["CLSID"] = "{PTB_490C_MIG21}"}, + [6] = {["CLSID"] = "{ASO-2}"}, + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3S}"}, + [1] = {["CLSID"] = "{PTB_490_MIG21}"}, + [5] = {["CLSID"] = "{PTB_490_MIG21}"} + }, + ["Long range, RADAR GUIDED MISSILES"] = { + [3] = {["CLSID"] = "{PTB_490C_MIG21}"}, + [6] = {["CLSID"] = "{ASO-2}"}, + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3R}"}, + [5] = {["CLSID"] = "{PTB_490_MIG21}"}, + [1] = {["CLSID"] = "{PTB_490_MIG21}"} + }, + ["Long range, INFRA RED MISSILES"] = { + [3] = {["CLSID"] = "{PTB_490C_MIG21}"}, + [6] = {["CLSID"] = "{ASO-2}"}, + [2] = {["CLSID"] = "{R-3S}"}, + [4] = {["CLSID"] = "{R-3S}"}, + [1] = {["CLSID"] = "{PTB_490_MIG21}"}, + [5] = {["CLSID"] = "{PTB_490_MIG21}"} + }, + ["Escort"] = { + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [6] = {["CLSID"] = "{ASO-2}"}, + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3R}"}, + [1] = {["CLSID"] = "{R-3S}"}, + [5] = {["CLSID"] = "{R-3S}"} + }, + ["Escort, JAMMER"] = { + [3] = {["CLSID"] = "{SPS-141-100}"}, + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3S}"}, + [1] = {["CLSID"] = "{PTB_490_MIG21}"}, + [5] = {["CLSID"] = "{PTB_490_MIG21}"} + }, + ["Night, ILLUMINATOR"] = { + [6] = {["CLSID"] = "{ASO-2}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [1] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [5] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [4] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"} + }, + ["Long range, JAMMER"] = { + [3] = {["CLSID"] = "{SPS-141-100}"}, + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3S}"}, + [1] = {["CLSID"] = "{PTB_490_MIG21}"}, + [5] = {["CLSID"] = "{PTB_490_MIG21}"} + }, + ["Soft targets, UPK + ROCKETS"] = { + [6] = {["CLSID"] = "{ASO-2}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [2] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, + [4] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, + [1] = {["CLSID"] = "{UB-16_S5M}"}, + [5] = {["CLSID"] = "{UB-16_S5M}"} + }, + ["Soft targets, UPK + CLUSTERS"] = { + [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [2] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [4] = {["CLSID"] = "{UPK-23-250 MiG-21}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{ASO-2}"} + }, + ["Patrol, JAMMER"] = { + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3S}"}, + [3] = {["CLSID"] = "{SPS-141-100}"}, + [1] = {["CLSID"] = "{PTB_490_MIG21}"}, + [5] = {["CLSID"] = "{PTB_490_MIG21}"} + }, + ["NUCLEAR A"] = { + [3] = {["CLSID"] = "{RN-24}"}, + [6] = {["CLSID"] = "{ASO-2}"}, + [5] = {["CLSID"] = "{PTB_490_MIG21}"}, + [1] = {["CLSID"] = "{PTB_490_MIG21}"}, + [4] = {["CLSID"] = "{R-3S}"}, + [2] = {["CLSID"] = "{R-3R}"} + }, + ["NUCLEAR B"] = { + [3] = {["CLSID"] = "{RN-28}"}, + [6] = {["CLSID"] = "{ASO-2}"}, + [5] = {["CLSID"] = "{PTB_490_MIG21}"}, + [1] = {["CLSID"] = "{PTB_490_MIG21}"}, + [4] = {["CLSID"] = "{R-3S}"}, + [2] = {["CLSID"] = "{R-3R}"} + }, + ["Short range"] = { + [3] = {["CLSID"] = "{PTB_800_MIG21}"}, + [2] = {["CLSID"] = "{R-3R}"}, + [4] = {["CLSID"] = "{R-3R}"}, + [1] = {["CLSID"] = "{R-3S}"}, + [5] = {["CLSID"] = "{R-3S}"}, + [6] = {["CLSID"] = "{ASO-2}"} + }, + ["AEROBATIC"] = {[7] = {["CLSID"] = "{SMOKE_WHITE}"}} + }, + ["Mirage-F1B"] = { + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP250LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1BD"] = { + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"} + }, + ["2*R550 Magic I, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1BE"] = { + ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM9-JULI, 1*R530IR"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530EM"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_EM}"} + }, + ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9JULI, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*AIM-9JULI, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9JULI, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + }, + ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + } + }, + ["Mirage-F1BQ"] = { + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"} + }, + ["2*R550 Magic I, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1C-200"] = { + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250LD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1C"] = { + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250LD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1CE"] = { + ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM9-JULI, 1*R530IR"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530EM"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_EM}"} + }, + ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9JULI, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*AIM-9JULI, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9JULI, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + }, + ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + } + }, + ["Mirage-F1CG"] = { + ["2*AIM-9 JULI, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["4*AIM-9 JULI, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [6] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9 JULI, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9 JULI, 1*R530IR"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM-9 JULI, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM-9 JULI, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "CLB4-PYLON-SAMP400LD"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*AIM-9 JULI, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9 JULI, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9 JULI, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9 JULI, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9 JULI, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "CLB4-PYLON-SAMP250HD"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1CH"] = { + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1CJ"] = { + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1CK"] = { + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1CR"] = { + ["2*R550 Magic I"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1CT"] = { + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"} + }, + ["2*R550 Magic I, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1CZ"] = { + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1DDA"] = { + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"} + }, + ["2*R550 Magic I, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1ED"] = { + ["2*R550 Magic II, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic II"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + }, + ["2*R550 Magic II, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic II, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic II, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic II, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic II, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic II, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic II, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1EDA"] = { + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"} + }, + ["2*R550 Magic I, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1EE"] = { + ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM9-JULI, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM9-JULI, 1*R530EM"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [4] = {["CLSID"] = "{R530F_EM}"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9JULI, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*AIM-9JULI, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9JULI, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + }, + ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank, 1*BARAX ECM Pod"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"}, + [6] = {["CLSID"] = "BARAX_ECM"} + } + }, + ["Mirage-F1EH"] = { + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530EM, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_EM}"}, + [3] = {["CLSID"] = "{R530F_EM}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1EQ"] = { + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"} + }, + ["2*R550 Magic I, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*MATRA F4 SNEB251 (HE), 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1JA"] = { + ["2*R550 Magic I, 2*Python III, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "DIS_PL-8B"}, + [6] = {["CLSID"] = "DIS_PL-8B"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*Python III, 2*MATRA F4 SNEB251 (HE)"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "DIS_PL-8B"}, + [6] = {["CLSID"] = "DIS_PL-8B"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT251}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*Python III, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "DIS_PL-8B"}, + [6] = {["CLSID"] = "DIS_PL-8B"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550_Magic_1, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*R550_Magic_1, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*R550_Magic_1, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + } + }, + ["Mirage-F1M-CE"] = { + ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM9-JULI, 1*R530IR"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9JULI, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*AIM-9JULI, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9JULI, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + }, + ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + } + }, + ["Mirage-F1M-EE"] = { + ["2*AIM9-JULI, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM9-JULI, 1*R530IR"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM9-JULI, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*R550 Magic I, 1*R530IR, 2*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{R530F_IR}"} + }, + ["2*AIM9-J, 2*MATRA F4 SNEB251 (HE), 2*R530IR, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT251}"}, + [5] = {["CLSID"] = "{R530F_IR}"}, + [3] = {["CLSID"] = "{R530F_IR}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9J, 2*Fuel Tank, 4*SAMP 400 HD"] = { + [7] = {["CLSID"] = "{AIM-9J}"}, + [1] = {["CLSID"] = "{AIM-9J}"}, + [3] = {["CLSID"] = "PTB-1200-F1"}, + [5] = {["CLSID"] = "PTB-1200-F1"}, + [4] = {["CLSID"] = "{CLB4_SAMP400HD}"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB253 (Shaped Charge), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT253}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 4*MATRA F4 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [6] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [3] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F4_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*SAMP 250 HD, 2 MATRA F1 SNEB256 (AP), 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [5] = {["CLSID"] = "{MATRA_F1_SNEBT256}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*AIM-9JULI, 8*SAMP 250 HD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP250HD}"}, + [6] = {["CLSID"] = "{SAMP250HD}"}, + [3] = {["CLSID"] = "{SAMP250HD}"}, + [5] = {["CLSID"] = "{SAMP250HD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP250HD}"} + }, + ["2*AIM-9JULI, 8*SAMP 400 LD"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{SAMP400LD}"}, + [6] = {["CLSID"] = "{SAMP400LD}"}, + [3] = {["CLSID"] = "{SAMP400LD}"}, + [5] = {["CLSID"] = "{SAMP400LD}"}, + [4] = {["CLSID"] = "{CLB4_SAMP400LD}"} + }, + ["2*AIM-9JULI, 8*BLU107 Durandal"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [2] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [6] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [3] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [5] = {["CLSID"] = "{BLU107B_DURANDAL}"}, + [4] = {["CLSID"] = "{CLB4_BLU107}"} + }, + ["2*AIM9-JULI, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{AIM-9JULI}"}, + [1] = {["CLSID"] = "{AIM-9JULI}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + }, + ["2*R550 Magic I, 2*S530F, 1*Fuel Tank"] = { + [7] = {["CLSID"] = "{R550_Magic_1}"}, + [1] = {["CLSID"] = "{R550_Magic_1}"}, + [5] = {["CLSID"] = "{S530F}"}, + [3] = {["CLSID"] = "{S530F}"}, + [4] = {["CLSID"] = "PTB-1200-F1"} + } + }, + ["SA342L"] = { + ["M621, 8x SNEB68 EAP, IR Deflector, Sand Filter"] = { + [1] = {["CLSID"] = "{GIAT_M621_APHE}"}, + [2] = {["CLSID"] = "{TELSON8_SNEBT251}"}, + [3] = {["CLSID"] = "{FAS}"}, + [4] = {["CLSID"] = "{IR_Deflector}"} + }, + ["2x HMP400, IR Deflector, Sand Filter"] = { + [1] = {["CLSID"] = "{FN_HMP400}"}, + [2] = {["CLSID"] = "{FN_HMP400}"}, + [3] = {["CLSID"] = "{FAS}"}, + [4] = {["CLSID"] = "{IR_Deflector}"} + }, + ["4x HOT3, IR Deflector, Sand Filter"] = { + [1] = {["CLSID"] = "{HOT3_R2}"}, + [2] = {["CLSID"] = "{HOT3_L2}"}, + [3] = {["CLSID"] = "{FAS}"}, + [4] = {["CLSID"] = "{IR_Deflector}"} + }, + ["4x Mistral, IR Deflector, Sand Filter"] = { + [1] = {["CLSID"] = "{SA342_Mistral_R2}"}, + [2] = {["CLSID"] = "{SA342_Mistral_L2}"}, + [3] = {["CLSID"] = "{FAS}"}, + [4] = {["CLSID"] = "{IR_Deflector}"} + }, + ["2x Mistral, IR Deflector, Sand Filter"] = { + [1] = {["CLSID"] = "{SA342_Mistral_R1}"}, + [2] = {["CLSID"] = "{SA342_Mistral_L1}"}, + [3] = {["CLSID"] = "{FAS}"}, + [4] = {["CLSID"] = "{IR_Deflector}"} + }, + ["Display Team Smoke, Red & Blue"] = { + [6] = {["CLSID"] = "{INV-SMOKE-RED}"}, + [7] = {["CLSID"] = "{INV-SMOKE-BLUE}"} + } + }, + ["SA342M"] = { + ["4x HOT3, IR Deflector, Sand Filter"] = { + [1] = {["CLSID"] = "{HOT3_R2_M}"}, + [2] = {["CLSID"] = "{HOT3_L2_M}"}, + [3] = {["CLSID"] = "FAS}"}, + [4] = {["CLSID"] = "{IR_Deflector}"} + }, + ["2x HOT3, IR Deflector, Sand Filter"] = { + [1] = {["CLSID"] = "{HOT3_R1_M}"}, + [2] = {["CLSID"] = "{HOT3_L1_M}"}, + [3] = {["CLSID"] = "FAS}"}, + [4] = {["CLSID"] = "{IR_Deflector}"} + }, + ["Display Team Smoke, Red & Blue"] = { + [6] = {["CLSID"] = "{INV-SMOKE-RED}"}, + [7] = {["CLSID"] = "{INV-SMOKE-BLUE}"} + } + }, + ["SA342Minigun"] = { + ["IR Deflector, Sand Filter"] = { + [3] = {["CLSID"] = "{FAS}"}, + [4] = {["CLSID"] = "{IR_Deflector}"} + }, + ["Display Team Smoke, Red & Blue"] = { + [6] = {["CLSID"] = "{INV-SMOKE-RED}"}, + [7] = {["CLSID"] = "{INV-SMOKE-BLUE}"} + } + }, + ["SA342Mistral"] = { + ["Mistral x 4"] = { + [1] = {["CLSID"] = "{MBDA_MistralD}"}, + [2] = {["CLSID"] = "{MBDA_MistralG}"}, + [3] = {["CLSID"] = "{MBDA_MistralD}"}, + [4] = {["CLSID"] = "{MBDA_MistralG}"} + }, + ["Mistral x 4, IR Deflector"] = { + [1] = {["CLSID"] = "{MBDA_MistralD}"}, + [2] = {["CLSID"] = "{MBDA_MistralG}"}, + [3] = {["CLSID"] = "{MBDA_MistralD}"}, + [4] = {["CLSID"] = "{MBDA_MistralG}"}, + [6] = {["CLSID"] = "{IR_Deflector}"} + }, + ["Mistral x 4, IR Deflector, Sand Filter"] = { + [1] = {["CLSID"] = "{MBDA_MistralD}"}, + [2] = {["CLSID"] = "{MBDA_MistralG}"}, + [3] = {["CLSID"] = "{MBDA_MistralD}"}, + [4] = {["CLSID"] = "{MBDA_MistralG}"}, + [5] = {["CLSID"] = "{FAS}"}, + [6] = {["CLSID"] = "{IR_Deflector}"} + } + }, + ["B-1B"] = { + ["Mk-82*84"] = { + [1] = {["CLSID"] = "MK_82*28"}, + [2] = {["CLSID"] = "MK_82*28"}, + [3] = {["CLSID"] = "MK_82*28"} + }, + ["AGM-154*12"] = { + [1] = {["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}"}, + [2] = {["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}"}, + [3] = {["CLSID"] = "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}"} + }, + ["GBU-38*48"] = { + [3] = {["CLSID"] = "GBU-38*16"}, + [2] = {["CLSID"] = "GBU-38*16"}, + [1] = {["CLSID"] = "GBU-38*16"} + }, + ["CBU-87*30"] = { + [3] = {["CLSID"] = "CBU87*10"}, + [2] = {["CLSID"] = "CBU87*10"}, + [1] = {["CLSID"] = "CBU87*10"} + }, + ["CBU-97*30"] = { + [3] = {["CLSID"] = "CBU97*10"}, + [2] = {["CLSID"] = "CBU97*10"}, + [1] = {["CLSID"] = "CBU97*10"} + }, + ["GBU-38*16, CBU-97*20"] = { + [3] = {["CLSID"] = "CBU97*10"}, + [2] = {["CLSID"] = "GBU-38*16"}, + [1] = {["CLSID"] = "CBU97*10"} + }, + ["Mk-84*24"] = { + [3] = {["CLSID"] = "B-1B_Mk-84*8"}, + [2] = {["CLSID"] = "B-1B_Mk-84*8"}, + [1] = {["CLSID"] = "B-1B_Mk-84*8"} + }, + ["GBU-31*24"] = { + [3] = {["CLSID"] = "GBU-31*8"}, + [2] = {["CLSID"] = "GBU-31*8"}, + [1] = {["CLSID"] = "GBU-31*8"} + }, + ["GBU-31(V)3/B*24"] = { + [3] = {["CLSID"] = "GBU-31V3B*8"}, + [2] = {["CLSID"] = "GBU-31V3B*8"}, + [1] = {["CLSID"] = "GBU-31V3B*8"} + }, + ["GBU-31*8, GBU-38*32"] = { + [3] = {["CLSID"] = "GBU-38*16"}, + [2] = {["CLSID"] = "GBU-31*8"}, + [1] = {["CLSID"] = "GBU-38*16"} + } + }, + ["B-52H"] = { + ["Mk-84*18"] = { + [1] = {["CLSID"] = "{696CFFC4-0BDE-42A8-BE4B-0BE3D9DD723C}"}, + [3] = {["CLSID"] = "{696CFFC4-0BDE-42A8-BE4B-0BE3D9DD723C}"} + }, + ["Mk 82*51"] = { + [1] = {["CLSID"] = "{585D626E-7F42-4073-AB70-41E728C333E2}"}, + [2] = {["CLSID"] = "{6C47D097-83FF-4FB2-9496-EAB36DDF0B05}"}, + [3] = {["CLSID"] = "{585D626E-7F42-4073-AB70-41E728C333E2}"} + }, + ["Mk20*18"] = { + [1] = {["CLSID"] = "{4CD2BB0F-5493-44EF-A927-9760350F7BA1}"}, + [3] = {["CLSID"] = "{4CD2BB0F-5493-44EF-A927-9760350F7BA1}"} + }, + ["AGM-86C*20"] = { + [1] = {["CLSID"] = "{45447F82-01B5-4029-A572-9AAD28AF0275}"}, + [2] = {["CLSID"] = "{8DCAF3A3-7FCF-41B8-BB88-58DEDA878EDE}"}, + [3] = {["CLSID"] = "{45447F82-01B5-4029-A572-9AAD28AF0275}"} + }, + ["AGM-84A*8"] = { + [2] = {["CLSID"] = "{46ACDCF8-5451-4E26-BDDB-E78D5830E93C}"} + } + }, + ["A-20G"] = { + ["500 lb GP bomb LD*4"] = { + [1] = {["CLSID"] = "{4xAN-M64_on_InvCountedAttachmentPoints}"} + } + }, + ["Bf-109K-4"] = { + ["Fuel Tank"] = {[1] = {["CLSID"] = "BF109K_4_FUEL_TANK"}}, + ["SC250"] = {[1] = {["CLSID"] = "SC_501_SC250"}}, + ["SC500"] = {[1] = {["CLSID"] = "SC_501_SC500"}} + }, + ["FW-190A8"] = { + ["Without pylon"] = {[1] = {["CLSID"] = ""}}, + ["SC 50 * 4"] = {[1] = {["CLSID"] = "ER_4_SC50"}}, + ["AB 250 (w/ SD 10A)"] = {[1] = {["CLSID"] = "{AB_250_2_SD_10A}"}}, + ["AB 250 (w/ SD 2)"] = {[1] = {["CLSID"] = "{AB_250_2_SD_2}"}}, + ["AB 500 (w/ SD 10A)"] = {[1] = {["CLSID"] = "{AB_500_1_SD_10A}"}}, + ["SC 250 L2"] = {[1] = {["CLSID"] = "{SC_250_T1_L2}"}}, + ["SC 250 J"] = {[1] = {["CLSID"] = "SC_501_SC250"}}, + ["SC 500 J"] = {[1] = {["CLSID"] = "SC_501_SC500"}}, + ["SC 500 L2"] = {[1] = {["CLSID"] = "{SC_500_L2}"}}, + ["SD 250 Stg"] = {[1] = {["CLSID"] = "{SD_250_Stg}"}}, + ["SD 500 A"] = {[1] = {["CLSID"] = "{SD_500_A}"}}, + ["Fuel Tank 300 liters"] = {[1] = {["CLSID"] = "BF109K_4_FUEL_TANK"}}, + ["BR 21"] = { + [3] = {["CLSID"] = "{WGr21}"}, + [2] = {["CLSID"] = "{WGr21}"} + } + }, + ["FW-190D9"] = { + ["SC500"] = {[1] = {["CLSID"] = "SC_501_SC500"}}, + ["Fuel Tank"] = {[1] = {["CLSID"] = "FW109_FUEL_TANK"}}, + ["R4M"] = { + [3] = {["CLSID"] = "{FW_190_R4M_RGHT_WING}"}, + [2] = {["CLSID"] = "{FW_190_R4M_LEFT_WING}"} + }, + ["BR 21"] = { + [3] = {["CLSID"] = "{WGr21}"}, + [2] = {["CLSID"] = "{WGr21}"} + } + }, + ["MosquitoFBMkVI"] = { + ["250 lb S.A.P*2; 500 lb S.A.P.*2"] = { + [2] = {["CLSID"] = "{British_SAP_500LB_Bomb_Mk5}"}, + [1] = {["CLSID"] = "{British_SAP_500LB_Bomb_Mk5}"}, + [4] = { + ["CLSID"] = "{British_SAP_250LB_Bomb_Mk5_on_Handley_Page_Type_B_Cut_Bar}" + }, + [3] = { + ["CLSID"] = "{British_SAP_250LB_Bomb_Mk5_on_Handley_Page_Type_B_Cut_Bar}" + } + }, + ["500 lb GP Mk.V*2, 500 lb GP Short tail*2"] = { + [2] = {["CLSID"] = "{British_GP_500LB_Bomb_Mk5}"}, + [1] = {["CLSID"] = "{British_GP_500LB_Bomb_Mk5}"}, + [4] = { + ["CLSID"] = "{British_MC_500LB_Bomb_Mk1_Short_on_Handley_Page_Type_B_Cut_Bar}" + }, + [3] = { + ["CLSID"] = "{British_MC_500LB_Bomb_Mk1_Short_on_Handley_Page_Type_B_Cut_Bar}" + } + }, + ["100 gal Drop tank*2, 500 lb MC Short tail*2"] = { + [2] = {["CLSID"] = "{MOSQUITO_100GAL_SLIPPER_TANK}"}, + [1] = {["CLSID"] = "{MOSQUITO_100GAL_SLIPPER_TANK}"}, + [4] = { + ["CLSID"] = "{British_MC_500LB_Bomb_Mk1_Short_on_Handley_Page_Type_B_Cut_Bar}" + }, + [3] = { + ["CLSID"] = "{British_MC_500LB_Bomb_Mk1_Short_on_Handley_Page_Type_B_Cut_Bar}" + } + }, + ["RP-3 60lb SAP No2 Mk.I*8, 250 lb A.A.P.*2"] = { + [1] = {["CLSID"] = ""}, + [2] = {["CLSID"] = ""}, + [3] = { + ["CLSID"] = "{British_SAP_250LB_Bomb_Mk5_on_Handley_Page_Type_B_Cut_Bar}" + }, + [4] = { + ["CLSID"] = "{British_SAP_250LB_Bomb_Mk5_on_Handley_Page_Type_B_Cut_Bar}" + }, + [5] = { + ["CLSID"] = "{MOSSIE_4_British_HE_60LBSAPNo2_3INCHNo1_ON_LEFT_WING_RAILS}" + }, + [6] = { + ["CLSID"] = "{MOSSIE_4_British_HE_60LBSAPNo2_3INCHNo1_ON_RIGHT_WING_RAILS}" + } + }, + ["100 gal. Drop tank*2, 250 lb MC Mk.II, RP-3 60lb F No1 Mk.I*4"] = { + [5] = { + ["CLSID"] = "{MOSSIE_2_British_HE_60LBFNo1_3INCHNo1_ON_LEFT_WING_RAILS}" + }, + [6] = { + ["CLSID"] = "{MOSSIE_2_British_HE_60LBFNo1_3INCHNo1_ON_RIGHT_WING_RAILS}" + }, + [1] = {["CLSID"] = "{MOSQUITO_100GAL_SLIPPER_TANK}"}, + [2] = {["CLSID"] = "{MOSQUITO_100GAL_SLIPPER_TANK}"}, + [3] = { + ["CLSID"] = "{British_MC_250LB_Bomb_Mk2_on_Handley_Page_Type_B_Cut_Bar}" + }, + [4] = { + ["CLSID"] = "{British_MC_250LB_Bomb_Mk2_on_Handley_Page_Type_B_Cut_Bar}" + } + }, + ["500 lb GP Short tail*4"] = { + [2] = {["CLSID"] = "{British_GP_500LB_Bomb_Mk4_Short}"}, + [1] = {["CLSID"] = "{British_GP_500LB_Bomb_Mk4_Short}"}, + [4] = { + ["CLSID"] = "{British_GP_500LB_Bomb_Mk4_Short_on_Handley_Page_Type_B_Cut_Bar}" + }, + [3] = { + ["CLSID"] = "{British_GP_500LB_Bomb_Mk4_Short_on_Handley_Page_Type_B_Cut_Bar}" + } + } + }, + ["P-47D-30"] = { + ["AN-M65*2"] = { + [2] = {["CLSID"] = "{AN_M65}"}, + [3] = {["CLSID"] = "{AN_M65}"} + }, + ["Fuel150*2"] = { + [2] = {["CLSID"] = "{US_150GAL_FUEL_TANK}"}, + [3] = {["CLSID"] = "{US_150GAL_FUEL_TANK}"} + }, + ["AN-M64*2, Fuel110"] = { + [2] = {["CLSID"] = "{AN-M64}"}, + [3] = {["CLSID"] = "{AN-M64}"}, + [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} + }, + ["AN-M57*3"] = { + [2] = {["CLSID"] = "{AN_M57}"}, + [3] = {["CLSID"] = "{AN_M57}"}, + [1] = {["CLSID"] = "{AN_M57}"} + } + }, + ["P-47D-30bl1"] = { + ["AN-M57*2"] = { + [2] = {["CLSID"] = "{AN_M57}"}, + [3] = {["CLSID"] = "{AN_M57}"} + }, + ["AN-M64*2, Fuel110"] = { + [2] = {["CLSID"] = "{AN-M64}"}, + [3] = {["CLSID"] = "{AN-M64}"}, + [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} + } + }, + ["P-47D-40"] = { + ["AN-M65*2"] = { + [2] = {["CLSID"] = "{AN_M65}"}, + [3] = {["CLSID"] = "{AN_M65}"} + }, + ["Fuel150*2"] = { + [2] = {["CLSID"] = "{US_150GAL_FUEL_TANK}"}, + [3] = {["CLSID"] = "{US_150GAL_FUEL_TANK}"} + }, + ["AN-M57*3"] = { + [2] = {["CLSID"] = "{AN_M57}"}, + [3] = {["CLSID"] = "{AN_M57}"}, + [1] = {["CLSID"] = "{AN_M57}"} + }, + ["AN-M64*2, Fuel110"] = { + [2] = {["CLSID"] = "{AN-M64}"}, + [3] = {["CLSID"] = "{AN-M64}"}, + [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} + }, + ["M8*6, AN-M57*2, Fuel110"] = { + [4] = {["CLSID"] = "{3xM8_ROCKETS_IN_TUBES}"}, + [5] = {["CLSID"] = "{3xM8_ROCKETS_IN_TUBES}"}, + [2] = {["CLSID"] = "{AN_M57}"}, + [3] = {["CLSID"] = "{AN_M57}"}, + [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} + }, + ["HVAR*10, Fuel110"] = { + [4] = {["CLSID"] = "{P47_5_HVARS_ON_LEFT_WING_RAILS}"}, + [5] = {["CLSID"] = "{P47_5_HVARS_ON_RIGHT_WING_RAILS}"}, + [1] = {["CLSID"] = "{US_110GAL_FUEL_TANK}"} + } + }, + ["P-51D-30-NA"] = { + ["Fuel75*2"] = { + [7] = {["CLSID"] = "{DT75GAL}"}, + [4] = {["CLSID"] = "{DT75GAL}"} + }, + ["HVAR*6,Fuel75*2"] = { + [10] = {["CLSID"] = "{HVAR}"}, + [9] = {["CLSID"] = "{HVAR}"}, + [8] = {["CLSID"] = "{HVAR}"}, + [7] = {["CLSID"] = "{DT75GAL}"}, + [4] = {["CLSID"] = "{DT75GAL}"}, + [3] = {["CLSID"] = "{HVAR}"}, + [2] = {["CLSID"] = "{HVAR}"}, + [1] = {["CLSID"] = "{HVAR}"} + }, + ["HVAR*6,M64*2"] = { + [10] = {["CLSID"] = "{HVAR}"}, + [9] = {["CLSID"] = "{HVAR}"}, + [8] = {["CLSID"] = "{HVAR}"}, + [7] = {["CLSID"] = "{AN-M64}"}, + [4] = {["CLSID"] = "{AN-M64}"}, + [3] = {["CLSID"] = "{HVAR}"}, + [2] = {["CLSID"] = "{HVAR}"}, + [1] = {["CLSID"] = "{HVAR}"} + }, + ["HVAR*6"] = { + [10] = {["CLSID"] = "{HVAR}"}, + [9] = {["CLSID"] = "{HVAR}"}, + [2] = {["CLSID"] = "{HVAR}"}, + [1] = {["CLSID"] = "{HVAR}"}, + [8] = {["CLSID"] = "{HVAR}"}, + [3] = {["CLSID"] = "{HVAR}"} + }, + ["M64*2"] = { + [7] = {["CLSID"] = "{AN-M64}"}, + [4] = {["CLSID"] = "{AN-M64}"} + }, + ["HVAR*10"] = { + [10] = {["CLSID"] = "{HVAR}"}, + [9] = {["CLSID"] = "{HVAR}"}, + [8] = {["CLSID"] = "{HVAR}"}, + [7] = {["CLSID"] = "{HVAR}"}, + [6] = {["CLSID"] = "{HVAR}"}, + [5] = {["CLSID"] = "{HVAR}"}, + [4] = {["CLSID"] = "{HVAR}"}, + [3] = {["CLSID"] = "{HVAR}"}, + [2] = {["CLSID"] = "{HVAR}"}, + [1] = {["CLSID"] = "{HVAR}"} + }, + ["Smokes"] = { + [10] = {["CLSID"] = "{HVAR_SMOKE_GENERATOR}"}, + [1] = {["CLSID"] = "{HVAR_SMOKE_GENERATOR}"} + } + }, + ["P-51D"] = { + ["Fuel75*2"] = { + [7] = {["CLSID"] = "{DT75GAL}"}, + [4] = {["CLSID"] = "{DT75GAL}"} + }, + ["HVAR*6,Fuel75*2"] = { + [10] = {["CLSID"] = "{HVAR}"}, + [9] = {["CLSID"] = "{HVAR}"}, + [8] = {["CLSID"] = "{HVAR}"}, + [7] = {["CLSID"] = "{DT75GAL}"}, + [4] = {["CLSID"] = "{DT75GAL}"}, + [3] = {["CLSID"] = "{HVAR}"}, + [2] = {["CLSID"] = "{HVAR}"}, + [1] = {["CLSID"] = "{HVAR}"} + }, + ["HVAR*6,M64*2"] = { + [10] = {["CLSID"] = "{HVAR}"}, + [9] = {["CLSID"] = "{HVAR}"}, + [8] = {["CLSID"] = "{HVAR}"}, + [7] = {["CLSID"] = "{AN-M64}"}, + [4] = {["CLSID"] = "{AN-M64}"}, + [3] = {["CLSID"] = "{HVAR}"}, + [2] = {["CLSID"] = "{HVAR}"}, + [1] = {["CLSID"] = "{HVAR}"} + }, + ["HVAR*6"] = { + [10] = {["CLSID"] = "{HVAR}"}, + [9] = {["CLSID"] = "{HVAR}"}, + [2] = {["CLSID"] = "{HVAR}"}, + [1] = {["CLSID"] = "{HVAR}"}, + [8] = {["CLSID"] = "{HVAR}"}, + [3] = {["CLSID"] = "{HVAR}"} + }, + ["M64*2"] = { + [7] = {["CLSID"] = "{AN-M64}"}, + [4] = {["CLSID"] = "{AN-M64}"} + }, + ["HVAR*10"] = { + [10] = {["CLSID"] = "{HVAR}"}, + [9] = {["CLSID"] = "{HVAR}"}, + [8] = {["CLSID"] = "{HVAR}"}, + [7] = {["CLSID"] = "{HVAR}"}, + [6] = {["CLSID"] = "{HVAR}"}, + [5] = {["CLSID"] = "{HVAR}"}, + [4] = {["CLSID"] = "{HVAR}"}, + [3] = {["CLSID"] = "{HVAR}"}, + [2] = {["CLSID"] = "{HVAR}"}, + [1] = {["CLSID"] = "{HVAR}"} + }, + ["Smokes"] = { + [10] = {["CLSID"] = "{HVAR_SMOKE_GENERATOR}"}, + [1] = {["CLSID"] = "{HVAR_SMOKE_GENERATOR}"} + } + }, + ["A-50"] = {}, + ["AH-1W"] = { + ["14xHYDRA-70 WP"] = { + [2] = {["CLSID"] = "M260_HYDRA_WP"}, + [3] = {["CLSID"] = "M260_HYDRA_WP"} + }, + ["38xHYDRA-70 WP"] = { + [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"} + }, + ["8xBGM-71, 14xHYDRA-70"] = { + [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, + [2] = {["CLSID"] = "M260_HYDRA"}, + [3] = {["CLSID"] = "M260_HYDRA"}, + [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} + }, + ["8xBGM-71, 14xHYDRA-70 WP"] = { + [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, + [2] = {["CLSID"] = "M260_HYDRA_WP"}, + [3] = {["CLSID"] = "M260_HYDRA_WP"}, + [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} + }, + ["8xBGM-71, 38xHYDRA-70 WP"] = { + [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, + [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} + }, + ["14xHYDRA-70"] = { + [2] = {["CLSID"] = "M260_HYDRA"}, + [3] = {["CLSID"] = "M260_HYDRA"} + }, + ["38xHYDRA-70"] = { + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} + }, + ["8xAGM-114"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["28xHYDRA-70"] = { + [1] = {["CLSID"] = "M260_HYDRA"}, + [2] = {["CLSID"] = "M260_HYDRA"}, + [3] = {["CLSID"] = "M260_HYDRA"}, + [4] = {["CLSID"] = "M260_HYDRA"} + }, + ["8xAGM-114, 14xHYDRA-70"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "M260_HYDRA"}, + [3] = {["CLSID"] = "M260_HYDRA"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["8xAGM-114, 38xHYDRA-70 WP"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["8xBGM-71"] = { + [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, + [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} + }, + ["8xAGM-114, 14xHYDRA-70 WP"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "M260_HYDRA_WP"}, + [3] = {["CLSID"] = "M260_HYDRA_WP"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["76xHYDRA-70"] = { + [1] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [4] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} + }, + ["8xAGM-114, 38xHYDRA-70"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["8xBGM-71, 38xHYDRA-70"] = { + [1] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"}, + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [4] = {["CLSID"] = "{3EA17AB0-A805-4D9E-8732-4CE00CB00F17}"} + } + }, + ["AH-64A"] = { + ["8xAGM-114"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["38xHYDRA-70 WP"] = { + [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"} + }, + ["76xHYDRA-70"] = { + [1] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [4] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} + }, + ["8xAGM-114, 38xHYDRA-70 WP"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["38xHYDRA-70"] = { + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} + }, + ["8xAGM-114, 38xHYDRA-70"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["AGM-114K*16"] = { + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + } + }, + ["AH-64D"] = { + ["76xHYDRA-70"] = { + [1] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [4] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} + }, + ["38xHYDRA-70"] = { + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"} + }, + ["38xHYDRA-70 WP"] = { + [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"} + }, + ["8xAGM-114"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["8xAGM-114, 38xHYDRA-70 WP"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [3] = {["CLSID"] = "{3DFB7321-AB0E-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["AGM-114K*16"] = { + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [3] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["8xAGM-114, 38xHYDRA-70"] = { + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [2] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [3] = {["CLSID"] = "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}"}, + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + } + }, + ["An-26B"] = {}, + ["An-30M"] = {}, + ["C-130"] = {}, + ["C-17A"] = {}, + ["CH-47D"] = {}, + ["CH-53E"] = {}, + ["E-2C"] = {}, + ["E-3A"] = {}, + ["F-117A"] = { + ["GBU-12*2"] = { + [1] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} + }, + ["GBU-10*2"] = { + [1] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [2] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"} + }, + ["GBU-27*2"] = { + [1] = {["CLSID"] = "{EF0A9419-01D6-473B-99A3-BEBDB923B14D}"}, + [2] = {["CLSID"] = "{EF0A9419-01D6-473B-99A3-BEBDB923B14D}"} + } + }, + ["F-14A"] = { + ["AIM-9*2"] = { + [12] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-54C*6,AIM-9*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [4] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [5] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [8] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [9] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [11] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [12] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-54C*4,AIM-9*2,AIM-7*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [4] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [5] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [8] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [9] = {["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}"}, + [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [12] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + } + }, + ["F-15C"] = { + ["AIM-120B*4, AIM-7M*2, AIM-9M*2, Fuel*3"] = { + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} + }, + ["AIM-9*2,AIM-120*6,Fuel"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-9*4,AIM-120*4,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9*4,AIM-120*4,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9*2,AIM-120*2,AIM-7*4,Fuel*3"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-9*2,AIM-120*6,Fuel*3"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-9*4,AIM-7*4,Fuel"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*8,Fuel"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-9*4,AIM-7*4,Fuel*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*8,Fuel*3"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [4] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-9*2,AIM-120*2,AIM-7*4,Fuel"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + } + }, + ["F-15E"] = { + ["AIM-120B*2,AIM-9M*2,FUEL*3,CBU-87*6,Mk-82AIR*6"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{CBU-87}"}, + [9] = {["CLSID"] = "{CBU-87}"}, + [8] = {["CLSID"] = "{CBU-87}"}, + [12] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [13] = {["CLSID"] = "{CBU-87}"}, + [6] = {["CLSID"] = "{Mk82AIR}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [16] = {["CLSID"] = "{Mk82AIR}"}, + [15] = {["CLSID"] = "{Mk82AIR}"}, + [14] = {["CLSID"] = "{Mk82AIR}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL*3,CBU-97*12"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [16] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [15] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [14] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [13] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [12] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [11] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [9] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [6] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [5] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL*3,Mk-82*12"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [16] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [15] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [14] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [13] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [12] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [11] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} + }, + ["AIM-120B*4,AIM-120C*4,FUEL*3"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [17] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,GBU-31*4,AGM-65H,AGM-65D"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "LAU_117_AGM_65H"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{GBU-31}"}, + [9] = {["CLSID"] = "{GBU-31}"}, + [7] = {["CLSID"] = "{GBU-31}"}, + [13] = {["CLSID"] = "{GBU-31}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,CBU-103*2,GBU-12,GBU-38,AGM-154C*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{CBU_103}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{CBU_103}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [13] = {["CLSID"] = "{GBU-38}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"} + }, + ["AIM-120B*4,AIM-9M*4,FUEL*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [19] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"} + }, + ["AIM-120B*2,AIM-9M*2,AIM-120C*2,AIM-7M*2,FUEL*3"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*4,GBU-38*4,AGM-154C*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [6] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [13] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [14] = {["CLSID"] = "{GBU-38}"}, + [16] = {["CLSID"] = "{GBU-38}"}, + [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,GBU-31*4,AGM-154C*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{GBU-31}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [13] = {["CLSID"] = "{GBU-31}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{GBU-31}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{GBU-31}"}, + [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"} + }, + ["AIM-120B*2,AIM-9M*2,AIM-7M*4,FUEL*3"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [13] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL*3,Mk-84*8"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [16] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [13] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [14] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [11] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [6] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,AGM-154C*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [6] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{CBU_103}"}, + [8] = {["CLSID"] = "{CBU_103}"}, + [9] = {["CLSID"] = "{CBU_103}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{CBU_103}"}, + [12] = {["CLSID"] = "{CBU_103}"}, + [13] = {["CLSID"] = "{CBU_103}"}, + [14] = {["CLSID"] = "{Mk82AIR}"}, + [15] = {["CLSID"] = "{Mk82AIR}"}, + [16] = {["CLSID"] = "{Mk82AIR}"}, + [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*4,GBU-38*4,AGM-65D*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [6] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [13] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [14] = {["CLSID"] = "{GBU-38}"}, + [16] = {["CLSID"] = "{GBU-38}"}, + [18] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*4,GBU-38*4,AGM-65K*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [7] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [6] = {["CLSID"] = "{GBU-38}"}, + [4] = {["CLSID"] = "{GBU-38}"}, + [16] = {["CLSID"] = "{GBU-38}"}, + [14] = {["CLSID"] = "{GBU-38}"}, + [13] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [11] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} + }, + ["AIM-120C*2,AIM-9M*4,AIM-7M*2,FUEL*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [19] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"} + }, + ["AIM-9M*4,AIM-7M*4,FUEL*3"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [19] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [13] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"} + }, + ["AIM-120C*2,AIM-9M*2,FUEL*3"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [19] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,Mk-84*8,AGM-154C*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [6] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [9] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [13] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [14] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [16] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL*3,Mk-82AIR*12"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [16] = {["CLSID"] = "{Mk82AIR}"}, + [15] = {["CLSID"] = "{Mk82AIR}"}, + [14] = {["CLSID"] = "{Mk82AIR}"}, + [13] = {["CLSID"] = "{Mk82AIR}"}, + [12] = {["CLSID"] = "{Mk82AIR}"}, + [11] = {["CLSID"] = "{Mk82AIR}"}, + [9] = {["CLSID"] = "{Mk82AIR}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{Mk82AIR}"}, + [6] = {["CLSID"] = "{Mk82AIR}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [4] = {["CLSID"] = "{Mk82AIR}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*2,GBU-38*2,AGM-154C*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [16] = {["CLSID"] = "{GBU-38}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [13] = {["CLSID"] = "{GBU-38}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,GBU-12*2,GBU-38*2,AGM-65H,AGM-65D"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "LAU_117_AGM_65H"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [6] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [13] = {["CLSID"] = "{GBU-38}"}, + [16] = {["CLSID"] = "{GBU-38}"} + }, + ["AIM-120B*2,AIM-120C*4,AIM-9M*2,FUEL*3"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL*3,Mk-82*6,Mk-82AIR*6"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [16] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{Mk82AIR}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [9] = {["CLSID"] = "{Mk82AIR}"}, + [11] = {["CLSID"] = "{Mk82AIR}"}, + [12] = {["CLSID"] = "{Mk82AIR}"}, + [13] = {["CLSID"] = "{Mk82AIR}"}, + [14] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [15] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,CBU-103*2,GBU-12,GBU-38,AGM-65H*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "LAU_117_AGM_65H"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [18] = {["CLSID"] = "LAU_117_AGM_65H"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [9] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [13] = {["CLSID"] = "{GBU-38}"}, + [7] = {["CLSID"] = "{CBU_103}"}, + [11] = {["CLSID"] = "{CBU_103}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,AGM-65D*2"] = { + [18] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [2] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{CBU_103}"}, + [9] = {["CLSID"] = "{CBU_103}"}, + [8] = {["CLSID"] = "{CBU_103}"}, + [7] = {["CLSID"] = "{CBU_103}"}, + [12] = {["CLSID"] = "{CBU_103}"}, + [13] = {["CLSID"] = "{CBU_103}"}, + [6] = {["CLSID"] = "{Mk82AIR}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [14] = {["CLSID"] = "{Mk82AIR}"}, + [15] = {["CLSID"] = "{Mk82AIR}"}, + [16] = {["CLSID"] = "{Mk82AIR}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL*2,SUU-25*2,GBU-12,GBU-38"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [9] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"}, + [11] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [7] = {["CLSID"] = "{GBU-38}"}, + [13] = {["CLSID"] = "{CAE48299-A294-4bad-8EE6-89EFC5DCDF00}"} + }, + ["AIM-120B*6,AIM-9M*2,FUEL*3"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [7] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [11] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [13] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120B*2,AIM-9M*2,FUEL,Mk-82AIR*12,AGM-154C*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{Mk82AIR}"}, + [5] = {["CLSID"] = "{Mk82AIR}"}, + [6] = {["CLSID"] = "{Mk82AIR}"}, + [7] = {["CLSID"] = "{Mk82AIR}"}, + [8] = {["CLSID"] = "{Mk82AIR}"}, + [9] = {["CLSID"] = "{Mk82AIR}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [11] = {["CLSID"] = "{Mk82AIR}"}, + [12] = {["CLSID"] = "{Mk82AIR}"}, + [13] = {["CLSID"] = "{Mk82AIR}"}, + [14] = {["CLSID"] = "{Mk82AIR}"}, + [15] = {["CLSID"] = "{Mk82AIR}"}, + [16] = {["CLSID"] = "{Mk82AIR}"}, + [18] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [19] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120C*6,AIM-9M*2,FUEL*3"] = { + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [13] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [10] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"}, + [7] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [19] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [18] = {["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}"} + }, + ["GBU-31(V)3/B*5, AIM-120C*2, AIM-9M*2"] = { + [19] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [18] = {["CLSID"] = "{GBU-31V3B}"}, + [17] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [12] = {["CLSID"] = "{GBU-31V3B}"}, + [10] = {["CLSID"] = "{GBU-31V3B}"}, + [8] = {["CLSID"] = "{GBU-31V3B}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{GBU-31V3B}"}, + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + } + }, + ["F-16A MLU"] = { + ["Fuel*3"] = { + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"} + }, + ["AGM-88*2, AGM-65D*2, AIM-120B*2, ECM"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"} + }, + ["Mk-82*6,AIM-120*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["Mk-82*2,AIM-120*2,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM88*2,AGM-65D*6,AIM-120*2,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"} + }, + ["AIM-120*2,GBU-10*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-9*4,ECM"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Mk20*4,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*6,ECM"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*4,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM88, AGM-65D, AIM-120*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"} + }, + ["AGM-65D*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-9*4,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*4,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-88*2,AIM-120*2,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"} + }, + ["Mk-84*2,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*6,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-154*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-88*2,AGM-65D*2,AIM-120B*2,AIM-9M*2,ECM"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["Mk20*2,AIM-120*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*2,AIM-9*2,GBU-12*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-65K*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120B*2_AIM-9M*2_AGM-119*4_ALQ-131"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, + [4] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, + [8] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + } + }, + ["F-16A"] = { + ["AGM-88*2,AIM-120*2,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["Mk20*4,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{0B9ABA77-93B8-45FC-9C63-82AFB2CB50A4}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-9*4,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-65D*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*4,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM88*2_AGM-65D*6_AIM-120*2_AIM-9*2_ECM"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-65K*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*2,AIM-9*2,GBU-12*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*2,GBU-10*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*6,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*6,ECM"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-9*4,ECM"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Fuel*3"] = { + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"} + }, + ["Mk-84*2,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120*4,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [8] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["Mk-82*6,AIM-120*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["Mk-82*2,AIM-120*2,AIM-9*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-154*2,AIM-120*2,ECM,Lantirn ,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["Mk20*2,AIM-120*2,ECM,Fuel*2"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-119*2,AIM-120B*2,AIM-9M*2,ALQ-184,Fuel*2"] = { + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "ALQ_184"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + } + }, + ["F-16C bl.50"] = { + ["AIM-120B*4, AIM-9M*2, Fuel"] = { + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} + }, + ["AIM-120C*4, AIM-9M*2, Fuel"] = { + [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} + }, + ["AGM-65G*2, AIM-120C*2, AIM-9M*2, Fuel, ECM"] = { + [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "LAU_117_AGM_65G"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "LAU_117_AGM_65G"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AGM-65D*6, AIM-120B*2, AIM-9M*2, ECM, Fuel"] = { + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["Mk86*6, AIM-9M*4, ECM, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + }, + ["CBU-97*4, AIM-9M*4, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [3] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} + }, + ["CBU-87*4, AIM-9M*4, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{CBU-87}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{CBU-87}"}, + [3] = {["CLSID"] = "{CBU-87}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} + }, + ["AGM-65D*2, CBU-87*2, AIM-9M*4, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [7] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{CBU-87}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} + }, + ["AGM-65D*2, CBU-97*2, AIM-9M*4, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [7] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"} + }, + ["Mk84*2, AIM-9M*4, ECM, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["GBU-31v1*2, AIM-9M*4, ECM, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{GBU-31}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{GBU-31}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["GBU-31v3*2, AIM-9M*4, ECM, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{GBU-31V3B}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{GBU-31V3B}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["GBU-31v1*2, Mk82*6, AIM-9M*4, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{GBU-31}"}, + [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [3] = {["CLSID"] = "{GBU-31}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Mk84*4, AIM-9M*4, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [7] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [4] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["Mk82*12, AIM-9M*4, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [7] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [4] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AGM-154C*2, AIM-9M*4, ECM, Fuel"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + } + }, + ["F-16C bl.52d"] = { + ["AGM-88*2, AGM-65D*2, AIM-120B*2, ECM,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["Mk-82*6,AIM-120*2,ECM,Fuel*2,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM88*2,AGM-65D*6,AIM-120*2,AIM-9*2,ECM,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM-65D*4,AIM-120*2,ECM,Fuel*2,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*2,GBU-31*2,ECM,Fuel*2,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{GBU-31}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{GBU-31}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*2,GBU-31(v)*2,ECM,Fuel*2,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{GBU-31V3B}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{GBU-31V3B}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-88*2,AIM-120*2,AIM-9*2,ECM,Fuel*2,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["Copy AIM-120*2,GBU-38*2,ECM,Fuel*2,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{GBU-38}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{GBU-38}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-120*2,GBU-10*2,ECM,Fuel*2,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["Mk-84*2,AIM-120*2,ECM,Fuel*2,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM-154*2,AIM-120*2,ECM,Fuel*2,LIGHTNING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{9BCC2A2B-5708-4860-B1F1-053A18442067}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["Mk-82AIR*6,AIM-120*2,ECM,Fuel*2,LITENING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{BRU-42_3*Mk-82AIR}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["CBU97*4,AIM120*2,ECM,Fuel*2,LITENING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM-88*2,AGM-65D*2,AIM-120B*2,AIM-9M*2,ECM,LITENING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["CBU87*2,AIM-120*2,ECM,Fuel*2,LITENING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{CBU-87}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{CBU-87}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"} + }, + ["AGM88, AGM-65D, AIM-120*2,Fuel*2,ECM,LITENING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [8] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"} + }, + ["AIM-120*2,GBU-12*2,ECM,Fuel*2,LITENING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-65K*2,AIM-120*2,ECM,Lantirn ,Fuel*2,LITENING"] = { + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [3] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [5] = {["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [8] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"}, + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AGM-65G*4,AIM-120C*2,AIM-9M*2,ECM"] = { + [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "LAU_117_AGM_65G"}, + [7] = {["CLSID"] = "LAU_117_AGM_65G"}, + [6] = {["CLSID"] = "ALQ_184"}, + [4] = {["CLSID"] = "LAU_117_AGM_65G"}, + [3] = {["CLSID"] = "LAU_117_AGM_65G"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120C*4,AIM-9M*2,ECM,Fuel*2"] = { + [10] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "ALQ_184"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"} + }, + ["AIM-120B*4,AIM-9M*2,ECM,Fuel*2"] = { + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-9M*4,Fuel*2"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"} + }, + ["AIM-120C*2,AIM-120B*2,AIM-9M*2,Fuel*3"] = { + [10] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"}, + [9] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [7] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [6] = {["CLSID"] = "{8A0BE8AE-58D4-4572-9263-3144C0D06364}"}, + [4] = {["CLSID"] = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}"}, + [3] = {["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}"}, + [2] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}"} + }, + ["AIM-9P*4"] = { + [10] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [9] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [2] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"}, + [1] = {["CLSID"] = "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}"} + }, + ["AIM-9M*2,ECM"] = { + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [1] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [6] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"} + } + }, + ["F-4E"] = { + ["AIM-9*4,AIM-7*4"] = { + [2] = {["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}"}, + [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}"} + }, + ["AGM45*2_AGM-65D*4_AIM7*2_ECM"] = { + [1] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, + [2] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}"}, + [9] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"} + }, + ["AGM-45*2,AIM-7*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, + [2] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, + [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} + }, + ["Mk-82*18,AIM-7*2,ECM"] = { + [1] = {["CLSID"] = "{1C97B4A0-AA3B-43A8-8EE7-D11071457185}"}, + [2] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [9] = {["CLSID"] = "{1C97B4A0-AA3B-43A8-8EE7-D11071457185}"} + }, + ["GBU-12*2,AIM-7*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, + [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} + }, + ["Mk20*12,AIM-7*2,ECM"] = { + [1] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, + [2] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, + [9] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"} + }, + ["Mk-82*6,AIM-7*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, + [2] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} + }, + ["GBU-10*2,AIM-7*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, + [2] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{51F9AAE5-964F-4D21-83FB-502E3BFE5F8A}"}, + [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} + }, + ["Mk20*6,AIM-7*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, + [2] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{B83CB620-5BBE-4BEA-910C-EB605A327EF9}"}, + [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} + }, + ["AGM-45*4,AIM-7*2,ECM"] = { + [1] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, + [2] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"}, + [9] = {["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515405}"} + }, + ["AGM-65K*4,AIM-7*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, + [2] = {["CLSID"] = "{D7670BC7-881B-4094-906C-73879CF7EB28}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{D7670BC7-881B-4094-906C-73879CF7EB27}"}, + [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} + }, + ["Fuel*3"] = { + [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, + [5] = {["CLSID"] = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}"}, + [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} + }, + ["AIM-9*4,AIM-7*4,Fuel*2"] = { + [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, + [2] = {["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}"}, + [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [8] = {["CLSID"] = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}"}, + [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} + }, + ["Mk-84*2,AIM-7*2,ECM"] = { + [1] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [3] = {["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [9] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} + }, + ["AGM-65K*4,AIM-7M*4,Fuel*3"] = { + [9] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"}, + [8] = {["CLSID"] = "{D7670BC7-881B-4094-906C-73879CF7EB27}"}, + [7] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [6] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [5] = {["CLSID"] = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}"}, + [4] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [3] = {["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}"}, + [2] = {["CLSID"] = "{D7670BC7-881B-4094-906C-73879CF7EB28}"}, + [1] = {["CLSID"] = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}"} + } + }, + ["IL-76MD"] = {}, + ["IL-78M"] = {}, + ["Ka-27"] = {}, + ["Ka-52"] = { + ["APU-6 Vikhr-M*2, Kh-25ML*2"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [3] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["APU-6 Vikhr-M*2"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["B-8*4"] = { + [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["KMGU-2 (AO-2.5RT)*4"] = { + [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} + }, + ["B-8*2, APU-6 Vikhr-M*2"] = { + [1] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}"} + }, + ["FAB-500*2"] = { + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["UB-13*2"] = { + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["FAB-250*4"] = { + [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["Kh-25ML*2, R-73*2"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [3] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [4] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + } + }, + ["KC-10A"] = {}, + ["KC-135"] = {}, + ["Mi-24V"] = { + ["2xFAB-500"] = { + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["10xS-13"] = { + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["2xFAB-250"] = { + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["4x9M114, 2xFuel tank"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{PTB_450}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["128xS-5"] = { + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [5] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} + }, + ["80xS-8 TsM"] = { + [2] = {["CLSID"] = "B_8V20A_CM"}, + [3] = {["CLSID"] = "B_8V20A_CM"}, + [4] = {["CLSID"] = "B_8V20A_CM"}, + [5] = {["CLSID"] = "B_8V20A_CM"} + }, + ["4x9M114, 40xS-8 TsM"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "B_8V20A_CM"}, + [4] = {["CLSID"] = "B_8V20A_CM"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["64xS-5"] = { + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} + }, + ["8x9M114"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["4x9M114, 80xS-8"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["4x9M114, 128xS-5"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [5] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["2xKMGU AP"] = { + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} + }, + ["4xFuel tank"] = { + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{PTB_450}"}, + [5] = {["CLSID"] = "{PTB_450}"} + }, + ["4xUPK-23"] = { + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [5] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} + }, + ["4x9M114, 10xS-13"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["4x9M114, 80xS-8 TsM"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "B_8V20A_CM"}, + [3] = {["CLSID"] = "B_8V20A_CM"}, + [4] = {["CLSID"] = "B_8V20A_CM"}, + [5] = {["CLSID"] = "B_8V20A_CM"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["4x9M114"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["80xS-8"] = { + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["40xS-8 TsM"] = { + [3] = {["CLSID"] = "B_8V20A_CM"}, + [4] = {["CLSID"] = "B_8V20A_CM"} + }, + ["8x9M114, 40xS-8 TsM"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "B_8V20A_CM"}, + [4] = {["CLSID"] = "B_8V20A_CM"}, + [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["8x9M114, 10xS-13"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["2xFuel tank"] = { + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{PTB_450}"} + }, + ["4x9M114, 4xUPK-23"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [5] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["2xUPK-23"] = { + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} + }, + ["8x9M114, 64xS-5"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["8x9M114, 40xS-8"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + }, + ["20xS-13"] = { + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [5] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["40xS-8"] = { + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["8x9M114, 2xUPK-23"] = { + [1] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [2] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [5] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"}, + [6] = {["CLSID"] = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}"} + } + }, + ["Mi-26"] = {}, + ["Mi-28N"] = { + ["2xFAB-250"] = { + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["4xFuel tank"] = { + [1] = {["CLSID"] = "{PTB_450}"}, + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"}, + [4] = {["CLSID"] = "{PTB_450}"} + }, + ["80xS-8"] = { + [1] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["4xKMGU AP"] = { + [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} + }, + ["4xUPK-23"] = { + [1] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [4] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} + }, + ["16x9M114, 2xKMGU AT"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + }, + ["4xFAB-500"] = { + [1] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["16x9M114, 2xFAB-500"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + }, + ["40xS-8"] = { + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["40xS-8 TsM"] = { + [2] = {["CLSID"] = "B_8V20A_CM"}, + [3] = {["CLSID"] = "B_8V20A_CM"} + }, + ["2xKMGU AP"] = { + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"} + }, + ["2xUPK-23"] = { + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} + }, + ["16x9M114, 2xUPK-23"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + }, + ["2xFAB-500"] = { + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["16x9M114, 40xS-8"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + }, + ["16x9M114"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, + [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + }, + ["20xS-13"] = { + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["16x9M114, 2xKMGU AP"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + }, + ["4xFAB-250"] = { + [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["4xKMGU AT"] = { + [1] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} + }, + ["16x9M114, 40xS-8 TsM"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, + [2] = {["CLSID"] = "B_8V20A_CM"}, + [3] = {["CLSID"] = "B_8V20A_CM"}, + [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + }, + ["80xS-8 TsM"] = { + [1] = {["CLSID"] = "B_8V20A_CM"}, + [2] = {["CLSID"] = "B_8V20A_CM"}, + [3] = {["CLSID"] = "B_8V20A_CM"}, + [4] = {["CLSID"] = "B_8V20A_CM"} + }, + ["2xKMGU AT"] = { + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"} + }, + ["9x9M114"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + }, + ["2xFuel tank"] = { + [2] = {["CLSID"] = "{PTB_450}"}, + [3] = {["CLSID"] = "{PTB_450}"} + }, + ["10xS-13"] = { + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["2xFAB-250, 16x9M114"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + }, + ["16x9M114, 10xS-13"] = { + [1] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}"} + } + }, + ["Mi-8MT"] = { + ["4 x B8"] = { + [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["4 x B8 + 2GUV_AP-30 (GrL 30mm)"] = { + [5] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [2] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [6] = {["CLSID"] = "GUV_VOG"}, + [1] = {["CLSID"] = "GUV_VOG"} + }, + ["2 x UPK +2 x B8"] = { + [5] = {["CLSID"] = "GUV_YakB_GSHP"}, + [2] = {["CLSID"] = "GUV_YakB_GSHP"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["2 xB8 + 2GUV_YaKB (MG-12.7+7.62)+ 2GUV_AP-30 (GrL 30mm)"] = { + [6] = {["CLSID"] = "GUV_VOG"}, + [1] = {["CLSID"] = "GUV_VOG"}, + [5] = {["CLSID"] = "GUV_YakB_GSHP"}, + [2] = {["CLSID"] = "GUV_YakB_GSHP"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["6 x FAB-100"] = { + [6] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [5] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [4] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [3] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [2] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [1] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"} + }, + ["2 x B8 + 2 x UPK-23-250"] = { + [5] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [3] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"}, + [4] = {["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}"} + }, + ["2 x UPK--23-250"] = { + [5] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"}, + [2] = {["CLSID"] = "{05544F1A-C39C-466b-BC37-5BD1D52E57BB}"} + } + }, + ["MiG-15bis"] = { + ["2*FAB-50"] = { + [1] = {["CLSID"] = "FAB_50"}, + [2] = {["CLSID"] = "FAB_50"} + }, + ["2*FAB-100M"] = { + [1] = {["CLSID"] = "FAB_100M"}, + [2] = {["CLSID"] = "FAB_100M"} + }, + ["2*300L"] = { + [1] = {["CLSID"] = "PTB300_MIG15"}, + [2] = {["CLSID"] = "PTB300_MIG15"} + }, + ["2*400L"] = { + [1] = {["CLSID"] = "PTB400_MIG15"}, + [2] = {["CLSID"] = "PTB400_MIG15"} + }, + ["2*600L"] = { + [1] = {["CLSID"] = "PTB600_MIG15"}, + [2] = {["CLSID"] = "PTB600_MIG15"} + }, + ["Fuel tank 300"] = { + [2] = {["CLSID"] = "PTB300_MIG15"}, + [1] = {["CLSID"] = "PTB300_MIG15"} + }, + ["Fuel tank 400"] = { + [2] = {["CLSID"] = "PTB400_MIG15"}, + [1] = {["CLSID"] = "PTB400_MIG15"} + } + }, + ["MiG-23MLD"] = { + ["R-60M*4"] = { + [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"} + }, + ["B-8*2,R-60M*2,Fuel-800"] = { + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} + }, + ["UB-32*2,R-60M*2,Fuel-800"] = { + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [6] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} + }, + ["R-24R*2,R-60M*4,Fuel-800"] = { + [2] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"}, + [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"}, + [6] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"} + }, + ["R-24R,R-24T,R-60M*4,Fuel-800"] = { + [2] = {["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}"}, + [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"}, + [6] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"} + }, + ["R-60M*4,Fuel-800"] = { + [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"} + }, + ["FAB-500*2,R-60M*2,Fuel-800"] = { + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["R-24R*2,R-60M*4"] = { + [2] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"}, + [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"}, + [6] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"} + }, + ["FAB-250*2,R-60M*2,Fuel-800"] = { + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["RBK-250*2,R-60M*2,Fuel-800"] = { + [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} + }, + ["RBK-500*2,R-60M*2,Fuel-800"] = { + [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"} + }, + ["R-24R,R-24T,R-60M*4"] = { + [2] = {["CLSID"] = "{6980735A-44CC-4BB9-A1B5-591532F1DC69}"}, + [3] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [5] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"}, + [6] = {["CLSID"] = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}"} + } + }, + ["MiG-25PD"] = { + ["R-40R*2,R-40T*2"] = { + [1] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"}, + [2] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, + [3] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, + [4] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"} + }, + ["R-40R*4"] = { + [1] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, + [2] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, + [3] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, + [4] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"} + }, + ["R-40R*2,R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, + [3] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, + [4] = {["CLSID"] = "{APU-60-1_R_60M}"} + } + }, + ["MiG-25RBT"] = { + ["FAB-500x2_60x2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{APU-60-1_R_60M}"} + } + }, + ["MiG-27K"] = { + ["FAB-250*6,R-60M*2,Fuel"] = { + [2] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"} + }, + ["BetAB-500ShP*2,FAB-250*2,R-60*2"] = { + [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"} + }, + ["Kh-25MR*2,R-60M*2,Fuel"] = { + [2] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"} + }, + ["Kh-29L*2,R-60M*2,Fuel"] = { + [2] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"} + }, + ["B-8*4"] = { + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [7] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} + }, + ["BetAB-500*2,FAB-500*2,R-60*2"] = { + [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"} + }, + ["Kh-25MPU*2,R-60M*2,Fuel"] = { + [2] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"} + }, + ["Kh-29T*2,R-60M*2,Fuel"] = { + [2] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"} + }, + ["FAB-500*2,FAB-250*2,R-60M*2,Fuel"] = { + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["Kh-25ML*2,R-60M*2,Fuel"] = { + [2] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"} + }, + ["KAB-500*2,R-60M*2,Fuel"] = { + [2] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"} + }, + ["RBK-500AO*2,RBK-250*2,R-60M*2"] = { + [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"} + }, + ["UB-32*4"] = { + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [7] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} + }, + ["Kh-29L*2,R-60*2,Fuel"] = { + [8] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [3] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"} + } + }, + ["MiG-29A"] = { + ["Fuel-1150*2,Fuel-1500"] = { + [3] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"} + }, + ["RBK-500AO*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["FAB-250*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["B-8*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-60M*4,R-27R*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-73*4,R-27R*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*6,Fuel-1500"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-60M*6,Fuel-1500"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-24*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["FAB-500*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-60M*6"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["BetAB-500*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*6"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*2,R-60M*2,R-27R*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-60M*4,R-27R*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-250*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*4,R-27R*2"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*2,R-60M*2,R-27R*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-24*2,FAB-500*2,R-73*2,Fuel"] = { + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"} + } + }, + ["MiG-29G"] = { + ["R-73*6,Fuel-1500"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*4,R-27R*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*2,R-60M*2,R-27R*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-60M*4,R-27R*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-73*6"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-60M*4,R-27R*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-73*4,R-27R*2"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["Fuel-1150*2,Fuel-1500"] = { + [3] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"} + }, + ["R-60M*6"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-60M*6,Fuel-1500"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-73*2,R-60M*2,R-27R*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + } + }, + ["MiG-29S"] = { + ["R-73*2,R-60M*2,R-27R*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-73*4,R-27R*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*6,Fuel-1500"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-60M*6,Fuel-1500"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-24*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["FAB-500*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["BetAB-500*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["RBK-500AO*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*2,R-60M*2,R-27R*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-77*2,R-73*2,Fuel-1500,Fuel-1150*2"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [3] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["B-8*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["RBK-250*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*6"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [5] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["Fuel-1150*2,Fuel-1500"] = { + [3] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}"} + }, + ["R-60M*6"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [5] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-60M*4,R-27R*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-73*4,R-27R*2"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-77*4,R-73*2"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["FAB-250*4,R-73*2,Fuel"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-60M*4,R-27R*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [7] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["R-77*4,R-73*2,Fuel-1500"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["S-24*2,FAB-500*2,R-73*2,Fuel"] = { + [7] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + } + }, + ["MiG-31"] = { + ["R-40T*2,R-33*4"] = { + [1] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"}, + [2] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [3] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [4] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [5] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [6] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"} + }, + ["R-40T,R-33*4,R-40R"] = { + [1] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, + [2] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [3] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [4] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [5] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [6] = {["CLSID"] = "{5F26DBC2-FB43-4153-92DE-6BBCE26CB0FF}"} + }, + ["R-40R*2,R-33*4"] = { + [1] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"}, + [2] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [3] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [4] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [5] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [6] = {["CLSID"] = "{4EDBA993-2E34-444C-95FB-549300BF7CAF}"} + }, + ["R-60M*4,R-33*4"] = { + [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [2] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [3] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [4] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [5] = {["CLSID"] = "{F1243568-8EF0-49D4-9CB5-4DA90D92BC1D}"}, + [6] = {["CLSID"] = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}"} + } + }, + ["Mirage 2000-5"] = { + ["R 550*2,MICA IR*4"] = { + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [3] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [4] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [6] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [7] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + }, + ["R 550*2,MICA IR*2,MICA AR*2,Fuel*3"] = { + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [3] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [4] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [6] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [7] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [8] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + }, + ["R 550*2,MICA AR*4,Fuel*3"] = { + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [3] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [4] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [6] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [7] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [8] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + }, + ["R 550*2,SUPER 530F*2,Fuel"] = { + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}"}, + [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [8] = {["CLSID"] = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}"}, + [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + }, + ["Fuel*3"] = { + [2] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [8] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"} + }, + ["R 550*2,MICA IR*4,Fuel*3"] = { + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [3] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [4] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [5] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [6] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [7] = {["CLSID"] = "{0DA03783-61E4-40B2-8FAE-6AEE0A5C5AAE}"}, + [8] = {["CLSID"] = "{414DA830-B61A-4F9E-B71B-C2F6832E1D7A}"}, + [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + }, + ["R 550*2,MICA AR*4"] = { + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [3] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [4] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [6] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [7] = {["CLSID"] = "{6D778860-7BB8-4ACB-9E95-BA772C6BBC2C}"}, + [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + }, + ["R 550*2,SUPER 530F*2"] = { + [1] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"}, + [2] = {["CLSID"] = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}"}, + [8] = {["CLSID"] = "{FD21B13E-57F3-4C2A-9F78-C522D0B5BCE1}"}, + [9] = {["CLSID"] = "{FC23864E-3B80-48E3-9C03-4DA8B1D7497B}"} + } + }, + ["MQ-9 Reaper"] = { + ["GBU-12*4"] = { + [4] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [3] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [2] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"}, + [1] = {["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}"} + }, + ["GBU-38*4"] = { + [4] = {["CLSID"] = "{GBU-38}"}, + [3] = {["CLSID"] = "{GBU-38}"}, + [2] = {["CLSID"] = "{GBU-38}"}, + [1] = {["CLSID"] = "{GBU-38}"} + }, + ["AGM-114K*8,GBU-38*2"] = { + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [3] = {["CLSID"] = "{GBU-38}"}, + [2] = {["CLSID"] = "{GBU-38}"}, + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + }, + ["AGM-114K*12"] = { + [4] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"}, + [3] = {["CLSID"] = "AGM114x2_OH_58"}, + [2] = {["CLSID"] = "AGM114x2_OH_58"}, + [1] = {["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}"} + } + }, + ["OH-58D"] = { + ["2xAGM-114, 7xHYDRA-70"] = { + [1] = {["CLSID"] = "AGM114x2_OH_58"}, + [2] = {["CLSID"] = "M260_HYDRA"} + }, + ["4xAGM-114"] = { + [1] = {["CLSID"] = "AGM114x2_OH_58"}, + [2] = {["CLSID"] = "AGM114x2_OH_58"} + }, + ["M-3, 7xHYDRA-70"] = { + [1] = {["CLSID"] = "oh-58-brauning"}, + [2] = {["CLSID"] = "M260_HYDRA"} + }, + ["2xAGM-114, M-3"] = { + [1] = {["CLSID"] = "oh-58-brauning"}, + [2] = {["CLSID"] = "AGM114x2_OH_58"} + }, + ["14xHYDRA-70"] = { + [1] = {["CLSID"] = "M260_HYDRA"}, + [2] = {["CLSID"] = "M260_HYDRA"} + }, + ["14xHYDRA-70 WP"] = { + [1] = {["CLSID"] = "M260_HYDRA_WP"}, + [2] = {["CLSID"] = "M260_HYDRA_WP"} + } + }, + ["RQ-1A Predator"] = { + ["AGM-114K*2"] = { + [2] = {["CLSID"] = "{ee368869-c35a-486a-afe7-284beb7c5d52}"}, + [1] = {["CLSID"] = "{ee368869-c35a-486a-afe7-284beb7c5d52}"} + } + }, + ["S-3B"] = { + ["AGM-84A*2, Mk-82*2"] = { + [6] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, + [1] = {["CLSID"] = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"} + }, + ["AGM-84E*2"] = { + [6] = {["CLSID"] = "{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}"}, + [1] = {["CLSID"] = "{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}"} + }, + ["AGM-65D, AGM-65K, Mk20*4"] = { + [6] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [2] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [1] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"} + }, + ["AGM-65D, AGM-65K, Mk82*4"] = { + [6] = {["CLSID"] = "{444BA8AE-82A7-4345-842E-76154EFCCA46}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}"} + }, + ["Mk82*10"] = { + [6] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}"} + }, + ["Mk84*2, Mk82*4"] = { + [6] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [4] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [3] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [2] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [1] = {["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}"} + }, + ["ZUNI Mk71*8, Mk20*4"] = { + [6] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"}, + [5] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [4] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [3] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [2] = {["CLSID"] = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}"}, + [1] = {["CLSID"] = "{F3EFE0AB-E91A-42D8-9CA2-B63C91ED570A}"} + } + }, + ["SH-3W"] = {}, + ["SH-60B"] = { + ["AGM-119"] = { + [1] = {["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}"} + } + }, + ["SpitfireLFMkIX"] = { + ["Fuel Tank (Torpedo)"] = { + [2] = {["CLSID"] = "SPITFIRE_45GAL_TORPEDO_TANK"} + }, + ["Fuel Tank (Slipper)"] = { + [2] = {["CLSID"] = "SPITFIRE_45GAL_SLIPPER_TANK"} + }, + ["GP 250"] = { + [1] = { + ["CLSID"] = "British_GP_250LBS_Bomb_MK4_on_LH_Spitfire_Wing_Carrier" + }, + [3] = { + ["CLSID"] = "British_GP_250LBS_Bomb_MK4_on_RH_Spitfire_Wing_Carrier" + } + }, + ["GP 500"] = { + [2] = { + ["CLSID"] = "British_GP_500LBS_Bomb_MK4_on_British_UniversalBC_MK3" + } + } + }, + ["SpitfireLFMkIXCW"] = { + ["Fuel Tank (Torpedo)"] = { + [2] = {["CLSID"] = "SPITFIRE_45GAL_TORPEDO_TANK"} + }, + ["Fuel Tank (Slipper)"] = { + [2] = {["CLSID"] = "SPITFIRE_45GAL_SLIPPER_TANK"} + }, + ["GP 250"] = { + [1] = { + ["CLSID"] = "British_GP_250LBS_Bomb_MK4_on_LH_Spitfire_Wing_Carrier" + }, + [3] = { + ["CLSID"] = "British_GP_250LBS_Bomb_MK4_on_RH_Spitfire_Wing_Carrier" + } + }, + ["GP 500"] = { + [2] = { + ["CLSID"] = "British_GP_500LBS_Bomb_MK4_on_British_UniversalBC_MK3" + } + } + }, + ["Su-17M4"] = { + ["UB-32*4,R-60M*2,FAB-250*4"] = { + [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [5] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [6] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} + }, + ["FAB-100*24,R-60M*2"] = { + [1] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, + [4] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, + [5] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, + [6] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{5A1AC2B4-CA4B-4D09-A1AF-AC52FBC4B60B}"} + }, + ["UB-32*4,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} + }, + ["B-8*4,R-60M*2,FAB-250*4"] = { + [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [5] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} + }, + ["Kh-29L*2,R-60M*2,Fuel*2"] = { + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["B-8*4,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} + }, + ["Kh-29T*2,R-60M*2,Fuel*2"] = { + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["BetAB-500*6,R-60M*2"] = { + [1] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"} + }, + ["Kh-25MR*4,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"} + }, + ["S-24*4,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"} + }, + ["Kh25MPU*2_Kh25ML*2_,R60M*2_Fuel*2"] = { + [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} + }, + ["Kh58*2_Kh25MPU*2_R60M*2_Fuel*2"] = { + [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} + }, + ["FAB-250*16,R-60M*2"] = { + [1] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{3E35F8C1-052D-11d6-9191-00A0249B6F00}"}, + [4] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [5] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [6] = {["CLSID"] = "{3E35F8C1-052D-11d6-9191-00A0249B6F00}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"} + }, + ["Kh-25ML*4,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [4] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [5] = {["CLSID"] = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}"}, + [6] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} + }, + ["RBK-500AO*4,SPPU-22*2,R-60M*2"] = { + [1] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"} + }, + ["S-24*4,R-60M*2,FAB-250*4"] = { + [1] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [4] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [5] = {["CLSID"] = "{E659C4BE-2CD8-4472-8C08-3F28ACB61A8A}"}, + [6] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"} + }, + ["Fuel*4"] = { + [1] = {["CLSID"] = "{414E383A-59EB-41BC-8566-2B5E0788ED1F}"}, + [4] = {["CLSID"] = "{414E383A-59EB-41BC-8566-2B5E0788ED1F}"}, + [5] = {["CLSID"] = "{414E383A-59EB-41BC-8566-2B5E0788ED1F}"}, + [8] = {["CLSID"] = "{414E383A-59EB-41BC-8566-2B5E0788ED1F}"} + }, + ["FAB-500*6,R-60M*2"] = { + [1] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"} + }, + ["Kh-25ML*2,Kh-29L*2,R-60*2"] = { + [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [7] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [6] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [3] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [2] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} + } + }, + ["Su-24M"] = { + ["UB-13*4,FAB-500*2"] = { + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["Kh-31A*2,R-60M*2,Fuel"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, + [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, + [7] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["UB-13*4"] = { + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [7] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["KAB-500*4,R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [3] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [6] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [7] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["S-25*2,Fuel*3"] = { + [1] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"} + }, + ["Kh31P*2_Kh25ML*2_L-081"] = { + [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [2] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [5] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} + }, + ["B-8*2,Fuel*3"] = { + [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} + }, + ["FAB-1500*2,R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, + [7] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["S-24*4"] = { + [1] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [2] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [7] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [8] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"} + }, + ["BetAB-500*4,R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["Kh-25ML*4"] = { + [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [2] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [7] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} + }, + ["Kh-25MR*4"] = { + [1] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, + [2] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, + [7] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"}, + [8] = {["CLSID"] = "{292960BB-6518-41AC-BADA-210D65D5073C}"} + }, + ["FAB-100*24"] = { + [1] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [2] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [8] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"} + }, + ["Kh-31A*2,R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, + [7] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["UB-13*2,Fuel*3"] = { + [1] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"} + }, + ["B-8*2,Fuel*2"] = { + [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} + }, + ["Kh58*2_Kh25ML*2_L-081"] = { + [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [2] = {["CLSID"] = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}"}, + [5] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}"}, + [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} + }, + ["RBK-250*8"] = { + [1] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} + }, + ["UB-32*4"] = { + [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [7] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} + }, + ["Kh-29L*2,R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [7] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["S-24*2,Fuel*3"] = { + [1] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"}, + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [8] = {["CLSID"] = "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}"} + }, + ["Kh25MPU*2_Kh25ML*2_L-081"] = { + [1] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"}, + [2] = {["CLSID"] = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}"}, + [5] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}"}, + [8] = {["CLSID"] = "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}"} + }, + ["FAB-500*4,R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["FAB-250*8"] = { + [1] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"} + }, + ["Fuel*3"] = { + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"} + }, + ["RBK-500AO*4,R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["KAB-1500*2,R-60M*2,Fuel"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, + [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, + [7] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["UB-32*4,FAB-250*4"] = { + [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} + }, + ["Kh-29T*2,R-60M*2"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, + [7] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["UB-32*2,Fuel*3"] = { + [1] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"} + }, + ["Kh-59M*2,R-60M*2,Fuel"] = { + [1] = {["CLSID"] = "{APU-60-1_R_60M}"}, + [2] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, + [5] = {["CLSID"] = "{16602053-4A12-40A2-B214-AB60D481B20E}"}, + [7] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, + [8] = {["CLSID"] = "{APU-60-1_R_60M}"} + }, + ["S-25*4"] = { + [1] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [7] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"} + }, + ["B-8*6"] = { + [1] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [7] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"} + } + }, + ["Su-24MR"] = { + ["SHPIL,ETHER,R-60M*2"] = { + [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [5] = {["CLSID"] = "{0519A263-0AB6-11d6-9193-00A0249B6F00}"}, + [8] = {["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}"} + }, + ["Fuel*2"] = { + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"} + }, + ["TANGAZH,ETHER,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [5] = {["CLSID"] = "{0519A262-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [8] = {["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}"} + }, + ["TANGAZH,ETHER,R-60M*2"] = { + [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [5] = {["CLSID"] = "{0519A262-0AB6-11d6-9193-00A0249B6F00}"}, + [8] = {["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}"} + }, + ["SHPIL,ETHER,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}"}, + [2] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [5] = {["CLSID"] = "{0519A263-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}"}, + [8] = {["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}"} + } + }, + ["Su-25"] = { + ["RBK-250*2,S-8KOM*80,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-25L*6,UB-13*2,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-25*6,SPPU-22*2,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["2-25L*2, KH-25ML*2, RBK-500*2, B-8MI*2, R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-8KOM*120,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*4,S-25*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-500AO*4,S-8KOM*40,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*2,SPPU-22*2,SAB-100*4,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [3] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [9] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-500AO*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-250*8,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-29L*2,Kh-25ML*4,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-250*4,S-8KOM*80,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*4,UB-13*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-8TsM*160,R-60*2"] = { + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [9] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, + [8] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, + [7] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, + [6] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, + [5] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, + [4] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, + [3] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, + [2] = {["CLSID"] = "{3DFB7320-AB0E-11d7-9897-000476191836}"}, + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-25ML*4,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["BetAB-500ShP*8,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [6] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [9] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["SAB-100*8,R-60*2"] = { + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [9] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [8] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [7] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [6] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [5] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [4] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [3] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-29L*2,Kh-25ML*4,S-25L*2,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-500*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-29L*2,Kh-25ML*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [8] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-29L*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [8] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-100*32,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-100*16,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["BetAB-500*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-25*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["UB-13*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-25*4,Kh-29T*2,R-60*2"] = { + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [7] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [6] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-25L*6,R-60*2,Fuel*2"] = { + [10] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [4] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [2] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + } + }, + ["Su-25T"] = { + ["FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-29L*2,Kh-25ML*4,R-73*2,Mercury LLTV Pod,MPS-410"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, + [7] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["KAB-500Kr*2,Kh-25ML*2,R-73*2,MPS-410,Fuel*2"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}"}, + [7] = {["CLSID"] = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["BetAB-500ShP*8,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [9] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [10] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["UB-13*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-29T*2,R-73*2,Fuel*2,MPS-410"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [5] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, + [7] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["Kh58*2_Kh25ML*4_R73*2_L-081_MPS-410"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, + [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["FAB-250*4,UB-13*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["KH-29T*2, VIKHR*2, ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"}, + [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [5] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, + [7] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, + [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["Kh-29T*2,Kh-25ML*4,R-73*2,MPS-410"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, + [7] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-500*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [10] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Fuel*4"] = { + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"} + }, + ["APU-8 Vikhr-M*2,Kh-25ML,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["S-8KOM*120,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [10] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["KMGU-2 (PTAB-2.5KO)*8,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [5] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [8] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [9] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [10] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,MPS-410"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, + [7] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["FAB-100*32,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [10] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-250*8,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [10] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-25L*6,UB-13*2,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*4,S-25*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-25*2,SPPU-22*4,R-60M*2,R-73*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [4] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["KMGU-2 (AO-2.5RT)*8,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [5] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [8] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [9] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [10] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["APU-8 Vikhr-M*2,S-25L*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,MPS-410"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["S-25*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-500AO*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [10] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh58*2_Kh25MPU*2_Kh25ML*2_R73*2_L-081_MPS-410"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [5] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, + [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, + [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["RBK-250*4,UB-32*4,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh25MPU*4_R73*2_Fuel*2_L-081_MPS-410"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [9] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["BetAB-500*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [10] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-250*2,UB-32*4,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-100*16,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-29L*2,Kh-25ML*4,R-73*2,ECM"] = { + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"}, + [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [7] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"} + } + }, + ["Su-25TM"] = { + ["BetAB-500ShP*6,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [9] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["APU-8 Vikhr-M*2,R-60M*2,R-73*2,SPPU-22*2,Mercury LLTV Pod"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-29T*2,Kh-25ML*2,R-73*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, + [7] = {["CLSID"] = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["Kh-58*2,Kh-25MPU*4,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [5] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, + [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}"}, + [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [9] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["S-25L*6,UB-13*2,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{0180F983-C14A-11d8-9897-000476191836}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-35*2,R-73*2,Fuel*2,RadarPod,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [5] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD3}"}, + [6] = {["CLSID"] = "{F4920E62-A99A-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD3}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["Kh-31A*2,R-73*2,Fuel*2,RadarPod,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [5] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE50A}"}, + [6] = {["CLSID"] = "{F4920E62-A99A-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE50A}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["Fuel*4"] = { + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"} + }, + ["BetAB-500*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [10] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["KAB-500Kr*2,Kh-25ML*2,R-73*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}"}, + [7] = {["CLSID"] = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["Kh-29L*2,R-73*2,Fuel*2,Mercury LLTV Pod,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [5] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, + [7] = {["CLSID"] = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}"}, + [9] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["UB-13*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["S-25*2,SPPU-22*4,R-60M*2,R-73*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [4] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-31P*2,Kh-25ML*4,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [4] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [5] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}"}, + [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}"}, + [8] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [9] = {["CLSID"] = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["UB-32*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-100*16,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-500*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [10] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-25MPU*4,R-73*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [9] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["S-25*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-500AO*4,UB-32*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*4,UB-13*2,R-60M*2,SPPU-22*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["Kh-31P*2,Kh-25MPU*4,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [4] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [5] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}"}, + [6] = {["CLSID"] = "{0519A264-0AB6-11d6-9193-00A0249B6F00}"}, + [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}"}, + [8] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [9] = {["CLSID"] = "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["RBK-500AO*6,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [10] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-100*32,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [3] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [4] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [5] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [9] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [10] = {["CLSID"] = "{29A828E2-C6BB-11d8-9897-000476191836}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-250*2,UB-32*4,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["RBK-250*8,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [10] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["APU-8 Vikhr-M*2,R-73*2,SPPU-22*2,Mercury LLTV Pod,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82D}"}, + [2] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [4] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [6] = {["CLSID"] = "{B1EF6B0E-3D91-4047-A7A5-A99E7D8B4A8B}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"}, + [10] = {["CLSID"] = "{CBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82C}"} + }, + ["RBK-250*4,UB-32*4,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [3] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [10] = {["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*4,SPPU-22*2,SAB-100*2,R-60M*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [7] = {["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*4,S-25*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + }, + ["FAB-250*4,UB-13*2,R-60M*2,Fuel*2"] = { + [1] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"}, + [2] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [7] = {["CLSID"] = "{E8D4652F-FD48-45B7-BA5B-2AE05BB5A9CF}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}"} + } + }, + ["Su-27"] = { + ["R-73*4,R-27ER*4,R-27ET*2"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["KMGU-2 (AO-2.5RT)*5,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [6] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [8] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74884}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["BetAB-500ShP*6,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [4] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [5] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [6] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [7] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [8] = {["CLSID"] = "{BD289E34-DF84-4C5E-9220-4B14C346E79D}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["KMGU-2 (PTAB-2.5KO)*5,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [6] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [8] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*2,R-27ER*6,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*6"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["S-13*10,RBK-500AO*2,FAB-500*2,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4,R-27ER*6"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*2,R-27ER*4,R-27ET*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-500*6,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["S-25*2,FAB-500*4,R-73*4"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["S-25*4, FAB-500*4, R-73*2, ECM"] = { + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_S25}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{TWIN_S25}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"} + }, + ["CAS S-8KOM Rockets + RBK-500 PTAB1"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [7] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, + [6] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, + [4] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [5] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"} + }, + ["CAS S-8OFP Rockets + FAB-500 Bombs"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8OFP Rockets"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8OFP Rockets + FAB-100 Bombs"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, + [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [6] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [4] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8KOM Rockets + FAB-100 Bombs"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [6] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [4] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-13 Rockets"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B13L_5OF}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [3] = {["CLSID"] = "{TWIN_B13L_5OF}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8KOM Rockets + FAB-250 Bombs"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [7] = {["CLSID"] = "{MBD3_U6_5*FAB-250}"}, + [6] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, + [5] = {["CLSID"] = "{MBD3_U6_3*FAB-250_fwd}"}, + [4] = {["CLSID"] = "{MBD3_U6_5*FAB-250}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8KOM Rockets + RBK-250 PTAB2.5"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"} + }, + ["CAS S-8KOM Rockets"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"} + }, + ["CAS S-8KOM Rockets + FAB-500 Bombs"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8KOM Rockets + RBK-500 PTAB10"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"} + }, + ["CAS S-8KOM Rockets + KMGU PTAB"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [7] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [6] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [4] = {["CLSID"] = "{96A7F676-F956-404A-AD04-F33FB2C74881}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + [" CAS S-25 Rockets"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_S25}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [3] = {["CLSID"] = "{TWIN_S25}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-25 Rockets + FAB-500 Bombs"] = { + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [8] = {["CLSID"] = "{TWIN_S25}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{TWIN_S25}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + } + }, + ["Su-30"] = { + ["R-73*2,R-77*6,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*2,R-27T*2,R-27R*4"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, + [4] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [8] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["RBK-500AO*6,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-31P*2,Kh-31A*2,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [4] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{4D13E282-DF46-4B23-864A-A9423DFDE504}"}, + [8] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4,R-27T*2,R-27R*4"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, + [4] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [5] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [8] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*2,R-77*2,Kh-35*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}"}, + [6] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}"}, + [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-35*2,Kh-31P*2,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [5] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}"}, + [6] = {["CLSID"] = "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}"}, + [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-250*4,B-8*2,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["KAB-1500*2,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["RBK-250*6,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4,R-77*6"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["FAB-250*4,S-25*2,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*2,R-27R*2,R-27ER*4,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*2,R-27T*2,R-27ER*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-1500*2,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4,R-27T*2,R-27ER*2,R-77*2"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{88DAC840-9F75-4531-8689-B46E64E42E53}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["Kh-59M*2,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-500*6,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4,R-27R*2,R-27ER*4"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["Kh-29L*4,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [4] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [8] = {["CLSID"] = "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["BetAB-500*6,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["FAB-250*4,UB-13*2,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*2,R-77*4,R-27ER*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["KAB-500*4,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [4] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [8] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-250*6,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4,R-77*4,R-27ER*2"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [8] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["Kh-29T*4,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, + [4] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, + [8] = {["CLSID"] = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-31P*4,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [4] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [5] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [6] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [7] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [8] = {["CLSID"] = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}"}, + [9] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + } + }, + ["Su-33"] = { + ["RBK-250*6,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*4,R-27R*2,R-27ER*6"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [9] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["R-73*2,R-27ET*2,R-27ER*6,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [9] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [10] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*4,R-27ET*2,R-27ER*6"] = { + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [9] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [10] = {["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["FAB-250*6,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["R-73*2,R-27R*2,R-27ER*6,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [5] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [6] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [7] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [8] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [9] = {["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}"}, + [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["BetAB-500*6,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["RBK-500AO*6,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["UB-13*4,FAB-250*4,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["S-25*4,FAB-250*4,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-500*6,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [10] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["B-8*4,FAB-250*4,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [10] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["S-25*4,FAB-500*4,R-73*4"] = { + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [9] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [3] = {["CLSID"] = "{A0648264-4BC0-4EE8-A543-D119F6BA4257}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8KOM rockets + FAB500"] = { + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8OFP rockets + FAB500"] = { + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8_OFP2}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-13 Rockets + FAB500"] = { + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{TWIN_B13L_5OF}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{TWIN_B13L_5OF}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-13 Rockets + FAB100"] = { + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{TWIN_B13L_5OF}"}, + [8] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [7] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [6] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [3] = {["CLSID"] = "{TWIN_B13L_5OF}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8KOM rockets + FAB250"] = { + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [8] = {["CLSID"] = "{3E35F8C1-052D-11d6-9191-00A0249B6F00}"}, + [7] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, + [6] = {["CLSID"] = "{53BE25A4-C86C-4571-9BC0-47D668349595}"}, + [5] = {["CLSID"] = "{3E35F8C1-052D-11d6-9191-00A0249B6F00}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-25 Rockets + FAB500"] = { + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{TWIN_S25}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [3] = {["CLSID"] = "{TWIN_S25}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8KOM rockets + RBK500 PTAB10"] = { + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + }, + ["CAS S-8KOM rockets + RBK500 PTAB1"] = { + [12] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [10] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [8] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, + [7] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, + [6] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, + [5] = {["CLSID"] = "{7AEC222D-C523-425e-B714-719C0D1EB14D}"}, + [3] = {["CLSID"] = "{TWIN_B_8M1_S_8KOM}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [1] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"} + } + }, + ["Su-34"] = { + ["UB-13*4,FAB-250*4,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [4] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [10] = {["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-100*28,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [4] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [5] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [6] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [7] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [8] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [9] = {["CLSID"] = "{F99BEC1A-869D-4AC7-9730-FBA0E3B1F5FC}"}, + [10] = {["CLSID"] = "{FB3CE165-BF07-4979-887C-92B87F13276B}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["BetAB-500*8,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [4] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [5] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [6] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [7] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [8] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [9] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [10] = {["CLSID"] = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-29L*4,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{X-29L}"}, + [5] = {["CLSID"] = "{X-29L}"}, + [8] = {["CLSID"] = "{X-29L}"}, + [9] = {["CLSID"] = "{X-29L}"}, + [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["KAB-500*4,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [6] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [7] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [9] = {["CLSID"] = "{BA565F89-2373-4A84-9502-A0E017D3A44A}"}, + [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["RBK-250 PTAB-2.5M*8,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [4] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [5] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [6] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [7] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [8] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [9] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [10] = {["CLSID"] = "{4203753F-8198-4E85-9924-6F8FF679F9FF}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-250*8,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [4] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [5] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [6] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [7] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [8] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [9] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [10] = {["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-29T*4,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{X-29T}"}, + [5] = {["CLSID"] = "{X-29T}"}, + [8] = {["CLSID"] = "{X-29T}"}, + [9] = {["CLSID"] = "{X-29T}"}, + [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["RBK-500 PTAB-10-5*8,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [4] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [7] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [10] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-1500*3,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, + [7] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, + [9] = {["CLSID"] = "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}"}, + [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-59M*2,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, + [9] = {["CLSID"] = "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}"}, + [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["B-8*6,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [4] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [5] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [8] = {["CLSID"] = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}"}, + [9] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [10] = {["CLSID"] = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["FAB-500*8,R-73*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [4] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [5] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [6] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [7] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [8] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [9] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [10] = {["CLSID"] = "{37DCC01E-9E02-432F-B61D-10C166CA2798}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["KAB-1500*2,R-73*2,R-77*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [4] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, + [9] = {["CLSID"] = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}"}, + [10] = {["CLSID"] = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-29T*4,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{X-29T}"}, + [4] = {["CLSID"] = "{X-29T}"}, + [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [9] = {["CLSID"] = "{X-29T}"}, + [10] = {["CLSID"] = "{X-29T}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-31A*4,Kh-31P*2,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{X-31A}"}, + [4] = {["CLSID"] = "{X-31A}"}, + [5] = {["CLSID"] = "{X-31P}"}, + [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [8] = {["CLSID"] = "{X-31P}"}, + [9] = {["CLSID"] = "{X-31A}"}, + [10] = {["CLSID"] = "{X-31A}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-31A*6,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{X-31A}"}, + [4] = {["CLSID"] = "{X-31A}"}, + [5] = {["CLSID"] = "{X-31A}"}, + [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [8] = {["CLSID"] = "{X-31A}"}, + [9] = {["CLSID"] = "{X-31A}"}, + [10] = {["CLSID"] = "{X-31A}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-31P*4,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{X-31P}"}, + [4] = {["CLSID"] = "{X-31P}"}, + [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [9] = {["CLSID"] = "{X-31P}"}, + [10] = {["CLSID"] = "{X-31P}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + }, + ["Kh-29L*4,R-73*2,R-27R*2,ECM"] = { + [1] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}"}, + [2] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [3] = {["CLSID"] = "{X-29L}"}, + [4] = {["CLSID"] = "{X-29L}"}, + [6] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [7] = {["CLSID"] = "{9B25D316-0434-4954-868F-D51DB1A38DF0}"}, + [9] = {["CLSID"] = "{X-29L}"}, + [10] = {["CLSID"] = "{X-29L}"}, + [11] = {["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}"}, + [12] = {["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}"} + } + }, + ["Tornado GR4"] = { + ["AIM-9M*2, Fuel*2, ECM"] = { + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [1] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["ALARM*4, Fuel*2, ECM"] = { + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [10] = {["CLSID"] = "{E6747967-B1F0-4C77-977B-AB2E6EB0C102}"}, + [9] = {["CLSID"] = "{E6747967-B1F0-4C77-977B-AB2E6EB0C102}"}, + [7] = {["CLSID"] = ""}, + [8] = {["CLSID"] = ""}, + [4] = {["CLSID"] = "{E6747967-B1F0-4C77-977B-AB2E6EB0C102}"}, + [5] = {["CLSID"] = ""}, + [6] = {["CLSID"] = ""}, + [3] = {["CLSID"] = "{E6747967-B1F0-4C77-977B-AB2E6EB0C102}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["GBU-16*2, AIM-9M*2, Fuel*2, ECM"] = { + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [4] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [1] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["BL755*4, AIM-9M*2, Fuel*2, ECM"] = { + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [8] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, + [7] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, + [6] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, + [5] = {["CLSID"] = "{08164777-5E9C-4B08-B48E-5AA7AFB246E2}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [1] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["Sea Eagle*2, AIM-9M*2, Fuel*2, ECM"] = { + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [9] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, + [4] = {["CLSID"] = "{1461CD18-429A-42A9-A21F-4C621ECD4573}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [1] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} + } + }, + ["Tornado IDS"] = { + ["Kormoran*2,AIM-9*2,Fuel*2"] = { + [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, + [9] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["GBU-16*2,AIM-9*2,Fuel*2"] = { + [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [9] = {["CLSID"] = "{0D33DDAE-524F-4A4E-B5B8-621754FE3ADE}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["Fuel*2"] = { + [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["AGM-88*4,AIM-9*2,ECM"] = { + [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [9] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [12] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["AGM-88*2,AIM-9*2,Fuel*2,ECM"] = { + [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [9] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [12] = {["CLSID"] = "{8C3F26A2-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["Kormoran*4,AIM-9*2"] = { + [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [2] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, + [9] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["Kormoran*2,AIM-9*2,AGM-88*2"] = { + [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [2] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [4] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, + [9] = {["CLSID"] = "{7210496B-7B81-4B52-80D6-8529ECF847CD}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}"}, + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} + }, + ["Mk-82*4,AIM-9*2,Fuel*2"] = { + [1] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"}, + [2] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [3] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [5] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [6] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [7] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [8] = {["CLSID"] = "{BCE4E030-38E9-423E-98ED-24BE3DA87C32}"}, + [10] = {["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}"}, + [11] = {["CLSID"] = "{EF124821-F9BB-4314-A153-E0E2FE1162C4}"}, + [12] = {["CLSID"] = "{8C3F26A1-FA0F-11d5-9190-00A0249B6F00}"} + } + }, + ["Tu-142"] = { + ["Kh-35*6"] = { + [1] = {["CLSID"] = "{C42EE4C3-355C-4B83-8B22-B39430B8F4AE}"} + } + }, + ["Tu-160"] = { + ["Kh-65*12"] = { + [1] = {["CLSID"] = "{0290F5DE-014A-4BB1-9843-D717749B1DED}"}, + [2] = {["CLSID"] = "{0290F5DE-014A-4BB1-9843-D717749B1DED}"} + } + }, + ["Tu-22M3"] = { + ["Kh-22N"] = { + [3] = {["CLSID"] = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}"} + }, + ["Kh-22N*2"] = { + [5] = {["CLSID"] = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}"}, + [1] = {["CLSID"] = "{12429ECF-03F0-4DF6-BCBD-5D38B6343DE1}"} + }, + ["FAB-250*69"] = { + [5] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, + [4] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, + [3] = {["CLSID"] = "{BDAD04AA-4D4A-4E51-B958-180A89F963CF}"}, + [2] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, + [1] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"} + }, + ["FAB-500*33"] = { + [3] = {["CLSID"] = "{AD5E5863-08FC-4283-B92C-162E2B2BD3FF}"} + }, + ["FAB-500*33, FAB-250*36"] = { + [5] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, + [4] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, + [3] = {["CLSID"] = "{AD5E5863-08FC-4283-B92C-162E2B2BD3FF}"}, + [2] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"}, + [1] = {["CLSID"] = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}"} + }, + ["FAB-250*33"] = { + [3] = {["CLSID"] = "{BDAD04AA-4D4A-4E51-B958-180A89F963CF}"} + } + }, + ["Tu-95MS"] = { + ["Kh-65*6"] = { + [1] = {["CLSID"] = "{0290F5DE-014A-4BB1-9843-D717749B1DED}"} + } + }, + ["UH-1H"] = { + ["M134 Minigun*2, XM158*2"] = { + [1] = {["CLSID"] = "M134_L"}, + [2] = {["CLSID"] = "XM158_MK5"}, + [5] = {["CLSID"] = "XM158_MK5"}, + [6] = {["CLSID"] = "M134_R"} + } + }, + ["UH-60A"] = {} +} diff --git a/scripts/examples/baseFunctions.lua b/scripts/lua/examples/baseFunctions.lua similarity index 100% rename from scripts/examples/baseFunctions.lua rename to scripts/lua/examples/baseFunctions.lua diff --git a/scripts/examples/coals.lua b/scripts/lua/examples/coals.lua similarity index 100% rename from scripts/examples/coals.lua rename to scripts/lua/examples/coals.lua diff --git a/scripts/examples/coolEffects.lua b/scripts/lua/examples/coolEffects.lua similarity index 100% rename from scripts/examples/coolEffects.lua rename to scripts/lua/examples/coolEffects.lua diff --git a/scripts/examples/dynamicTanking.lua b/scripts/lua/examples/dynamicTanking.lua similarity index 100% rename from scripts/examples/dynamicTanking.lua rename to scripts/lua/examples/dynamicTanking.lua diff --git a/scripts/examples/forceBubble.lua b/scripts/lua/examples/forceBubble.lua similarity index 100% rename from scripts/examples/forceBubble.lua rename to scripts/lua/examples/forceBubble.lua diff --git a/scripts/examples/laserDiscoDiscoLaser.lua b/scripts/lua/examples/laserDiscoDiscoLaser.lua similarity index 100% rename from scripts/examples/laserDiscoDiscoLaser.lua rename to scripts/lua/examples/laserDiscoDiscoLaser.lua diff --git a/scripts/examples/parrotSpeak.lua b/scripts/lua/examples/parrotSpeak.lua similarity index 100% rename from scripts/examples/parrotSpeak.lua rename to scripts/lua/examples/parrotSpeak.lua diff --git a/scripts/examples/poleGen.lua b/scripts/lua/examples/poleGen.lua similarity index 100% rename from scripts/examples/poleGen.lua rename to scripts/lua/examples/poleGen.lua diff --git a/scripts/examples/raisedShots.lua b/scripts/lua/examples/raisedShots.lua similarity index 100% rename from scripts/examples/raisedShots.lua rename to scripts/lua/examples/raisedShots.lua diff --git a/scripts/examples/samSimulator.lua b/scripts/lua/examples/samSimulator.lua similarity index 100% rename from scripts/examples/samSimulator.lua rename to scripts/lua/examples/samSimulator.lua diff --git a/scripts/examples/setcoaltionScript.lua b/scripts/lua/examples/setcoaltionScript.lua similarity index 97% rename from scripts/examples/setcoaltionScript.lua rename to scripts/lua/examples/setcoaltionScript.lua index 3ccb023f..abe5883f 100644 --- a/scripts/examples/setcoaltionScript.lua +++ b/scripts/lua/examples/setcoaltionScript.lua @@ -1,24 +1,24 @@ -function disableAutoCapture(airbaseName) - trigger.action.outText("Olympus.disableAutoCapture " .. airbaseName, 2) - local airbase = Airbase.getByName(airbaseName) - if airbase then - airbase:autoCapture(false) - trigger.action.outText("Olympus.disableAutoCapture " .. airbaseName .. " completed successfully", 2) - else - trigger.action.outText("Olympus.disableAutoCapture failed", 2) - end -end - -function setAirbaseCoalition(airbaseName, coalitionColor) - trigger.action.outText("Olympus.setAirbaseCoalition trying to set " .. airbaseName .. " to " .. coalitionColor, 2) - local airbase = Airbase.getByName(airbaseName) - if airbase then - disableAutoCapture(airbaseName) - airbase:setCoalition(coalition.side[coalitionColor]) - trigger.action.outText("Olympus.setAirbaseCoalition " .. airbaseName .. " set to " .. coalitionColor .. " completed successfully", 5) - else - trigger.action.outText("Olympus.setAirbaseCoalition Airbase not found: " .. airbaseName, 5) - end -end - +function disableAutoCapture(airbaseName) + trigger.action.outText("Olympus.disableAutoCapture " .. airbaseName, 2) + local airbase = Airbase.getByName(airbaseName) + if airbase then + airbase:autoCapture(false) + trigger.action.outText("Olympus.disableAutoCapture " .. airbaseName .. " completed successfully", 2) + else + trigger.action.outText("Olympus.disableAutoCapture failed", 2) + end +end + +function setAirbaseCoalition(airbaseName, coalitionColor) + trigger.action.outText("Olympus.setAirbaseCoalition trying to set " .. airbaseName .. " to " .. coalitionColor, 2) + local airbase = Airbase.getByName(airbaseName) + if airbase then + disableAutoCapture(airbaseName) + airbase:setCoalition(coalition.side[coalitionColor]) + trigger.action.outText("Olympus.setAirbaseCoalition " .. airbaseName .. " set to " .. coalitionColor .. " completed successfully", 5) + else + trigger.action.outText("Olympus.setAirbaseCoalition Airbase not found: " .. airbaseName, 5) + end +end + setAirbaseCoalition("Khasab", "RED") \ No newline at end of file diff --git a/scripts/OlympusHook.lua b/scripts/lua/hooks/OlympusHook.lua similarity index 100% rename from scripts/OlympusHook.lua rename to scripts/lua/hooks/OlympusHook.lua diff --git a/increase_version.js b/scripts/node/increase_version.js similarity index 100% rename from increase_version.js rename to scripts/node/increase_version.js