From 4c3cfc608b2bcbc5bdffa21df688550db826ef95 Mon Sep 17 00:00:00 2001 From: Shredmetal <131475927+Shredmetal@users.noreply.github.com> Date: Mon, 24 Apr 2023 18:54:47 +0800 Subject: [PATCH] Add files via upload Added MiG-21Bis Fox-1 only loadout --- scripts/unitPayloads.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/unitPayloads.lua b/scripts/unitPayloads.lua index 68980600..04e85aef 100644 --- a/scripts/unitPayloads.lua +++ b/scripts/unitPayloads.lua @@ -5013,6 +5013,10 @@ Olympus.unitPayloads = { [1] = { ["CLSID"] = "{R-60 2L}" }, [5] = { ["CLSID"] = "{R-60 2R}" }, [6] = { ["CLSID"] = "{ASO-2}" } }, + ["Patrol, R-3R Only"] = { [3] = { ["CLSID"] = "{PTB_800_MIG21}" }, + [2] = { ["CLSID"] = "{R-3R}" }, + [4] = { ["CLSID"] = "{R-3R}" }, + [6] = { ["CLSID"] = "{ASO-2}" } }, ["Hard targets, BOMBS"] = { [6] = { ["CLSID"] = "{ASO-2}" }, [3] = { ["CLSID"] = "{PTB_800_MIG21}" }, [2] = { ["CLSID"] = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}" },