Support for SW v2.6 mod (#120)

* Removed AI varients

* Removed AI varients Logo/Banners

* Removed AI varients Logo/Banners

* Removed AI varients ai flgith planner

* Removed AI varients SWPack Fix

* Removed AI varients SWPack - SWWeapon fix
This commit is contained in:
Pande4360
2023-05-11 21:48:19 +02:00
committed by GitHub
parent bf14c8e32d
commit 179850cdb6
54 changed files with 370 additions and 2102 deletions

View File

@@ -6,18 +6,10 @@ local unitPayloads = {
["name"] = "Liberation BARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "{TIRFUEL}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{TIRFUEL}",
["num"] = 10,
},
[3] = {
["CLSID"] = "{PROTONM1}",
["num"] = 1,
},
[4] = {
[2] = {
["CLSID"] = "{PROTONM1}",
["num"] = 3,
},
@@ -35,18 +27,10 @@ local unitPayloads = {
["name"] = "Liberation TARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "{TIRFUEL}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{TIRFUEL}",
["num"] = 10,
},
[3] = {
["CLSID"] = "{PROTONM1}",
["num"] = 1,
},
[4] = {
[2] = {
["CLSID"] = "{PROTONM1}",
["num"] = 3,
},