Update Airbase

- Updated South Atlantic airbase enums
This commit is contained in:
Frank
2025-11-23 16:36:20 +01:00
parent 19921414cf
commit cf5c55209a
2 changed files with 33 additions and 31 deletions
+3 -1
View File
@@ -5220,7 +5220,9 @@ function UTILS.CreateAirbaseEnum()
-- Replace blanks, hyphens by underscores -- Replace blanks, hyphens by underscores
key=key:gsub(" ", "_") key=key:gsub(" ", "_")
key=key:gsub("-", "_") key=key:gsub("-", "_")
key=key:gsub("'", "_")
key=UTILS.ReplaceIllegalCharacters(key, "_")
local entry={} local entry={}
entry.key=key entry.key=key
+30 -30
View File
@@ -638,38 +638,38 @@ AIRBASE.MarianaIslandsWWII =
["Ushi"] = "Ushi", ["Ushi"] = "Ushi",
} }
--- Airbases of the South Atlantic map: --- Airbases of the South Atlantic (Falklands) map
-- --
-- * AIRBASE.SouthAtlantic.Almirante_Schroeders -- * `AIRBASE.SouthAtlantic.Almirante_Schroeders` Almirante Schroeders
-- * AIRBASE.SouthAtlantic.Comandante_Luis_Piedrabuena -- * `AIRBASE.SouthAtlantic.Comandante_Luis_Piedrabuena` Comandante Luis Piedrabuena
-- * AIRBASE.SouthAtlantic.Cullen -- * `AIRBASE.SouthAtlantic.Cullen` Cullen
-- * AIRBASE.SouthAtlantic.El_Calafate -- * `AIRBASE.SouthAtlantic.El_Calafate` El Calafate
-- * AIRBASE.SouthAtlantic.Franco_Bianco -- * `AIRBASE.SouthAtlantic.Franco_Bianco` Franco Bianco
-- * AIRBASE.SouthAtlantic.Gobernador_Gregores -- * `AIRBASE.SouthAtlantic.Gobernador_Gregores` Gobernador Gregores
-- * AIRBASE.SouthAtlantic.Goose_Green -- * `AIRBASE.SouthAtlantic.Goose_Green` Goose Green
-- * AIRBASE.SouthAtlantic.Gull_Point -- * `AIRBASE.SouthAtlantic.Gull_Point` Gull Point
-- * AIRBASE.SouthAtlantic.Hipico_Flying_Club -- * `AIRBASE.SouthAtlantic.Hipico_Flying_Club` Hipico Flying Club
-- * AIRBASE.SouthAtlantic.Mount_Pleasant -- * `AIRBASE.SouthAtlantic.Mount_Pleasant` Mount Pleasant
-- * AIRBASE.SouthAtlantic.O_Higgins -- * `AIRBASE.SouthAtlantic.O_Higgins` O'Higgins
-- * AIRBASE.SouthAtlantic.Pampa_Guanaco -- * `AIRBASE.SouthAtlantic.Pampa_Guanaco` Pampa Guanaco
-- * AIRBASE.SouthAtlantic.Port_Stanley -- * `AIRBASE.SouthAtlantic.Port_Stanley` Port Stanley
-- * AIRBASE.SouthAtlantic.Porvenir -- * `AIRBASE.SouthAtlantic.Porvenir` Porvenir
-- * AIRBASE.SouthAtlantic.Puerto_Natales -- * `AIRBASE.SouthAtlantic.Puerto_Natales` Puerto Natales
-- * AIRBASE.SouthAtlantic.Puerto_Santa_Cruz -- * `AIRBASE.SouthAtlantic.Puerto_Santa_Cruz` Puerto Santa Cruz
-- * AIRBASE.SouthAtlantic.Puerto_Williams -- * `AIRBASE.SouthAtlantic.Puerto_Williams` Puerto Williams
-- * AIRBASE.SouthAtlantic.Punta_Arenas -- * `AIRBASE.SouthAtlantic.Punta_Arenas` Punta Arenas
-- * AIRBASE.SouthAtlantic.Rio_Chico -- * `AIRBASE.SouthAtlantic.Rio_Chico` Rio Chico
-- * AIRBASE.SouthAtlantic.Rio_Gallegos -- * `AIRBASE.SouthAtlantic.Rio_Gallegos` Rio Gallegos
-- * AIRBASE.SouthAtlantic.Rio_Grande -- * `AIRBASE.SouthAtlantic.Rio_Grande` Rio Grande
-- * AIRBASE.SouthAtlantic.Rio_Turbio -- * `AIRBASE.SouthAtlantic.Rio_Turbio` Rio Turbio
-- * AIRBASE.SouthAtlantic.San_Carlos_FOB -- * `AIRBASE.SouthAtlantic.San_Carlos_FOB` San Carlos FOB
-- * AIRBASE.SouthAtlantic.San_Julian -- * `AIRBASE.SouthAtlantic.San_Julian` San Julian
-- * AIRBASE.SouthAtlantic.Tolhuin -- * `AIRBASE.SouthAtlantic.Tolhuin` Tolhuin
-- * AIRBASE.SouthAtlantic.Ushuaia -- * `AIRBASE.SouthAtlantic.Ushuaia` Ushuaia
-- * AIRBASE.SouthAtlantic.Ushuaia_Helo_Port -- * `AIRBASE.SouthAtlantic.Ushuaia_Helo_Port` Ushuaia Helo Port
-- --
--@field SouthAtlantic -- @field SouthAtlantic
AIRBASE.SouthAtlantic={ AIRBASE.SouthAtlantic = {
["Almirante_Schroeders"] = "Almirante Schroeders", ["Almirante_Schroeders"] = "Almirante Schroeders",
["Comandante_Luis_Piedrabuena"] = "Comandante Luis Piedrabuena", ["Comandante_Luis_Piedrabuena"] = "Comandante Luis Piedrabuena",
["Cullen"] = "Cullen", ["Cullen"] = "Cullen",