@jtff/miztemplate-lib 3.2.2 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lua/lib/Moose_.lua +22 -4
  2. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- env.info('*** MOOSE GITHUB Commit Hash ID: 2024-04-30T09:18:49+02:00-27d36f3e0d82fd46b94fb09e6ebb81b963bc40c0 ***')
1
+ env.info('*** MOOSE GITHUB Commit Hash ID: 2024-05-04T14:54:20+02:00-044fb66ca064687a743791e5a4a5d02c109ca9c1 ***')
2
2
  if not MOOSE_DEVELOPMENT_FOLDER then
3
3
  MOOSE_DEVELOPMENT_FOLDER='Scripts'
4
4
  end
@@ -18914,11 +18914,12 @@ self.SpawnRandomCallsign=true
18914
18914
  return self
18915
18915
  end
18916
18916
  function SPAWN:InitCallSign(ID,Name,Minor,Major)
18917
+ local Name=Name or"Enfield"
18917
18918
  self.SpawnInitCallSign=true
18918
18919
  self.SpawnInitCallSignID=ID or 1
18919
18920
  self.SpawnInitCallSignMinor=Minor or 1
18920
18921
  self.SpawnInitCallSignMajor=Major or 1
18921
- self.SpawnInitCallSignName=string.lower(Name)or"enfield"
18922
+ self.SpawnInitCallSignName=string.lower(Name):gsub("^%l",string.upper)
18922
18923
  return self
18923
18924
  end
18924
18925
  function SPAWN:InitPositionCoordinate(Coordinate)
@@ -28801,6 +28802,21 @@ AIRBASE.Sinai={
28801
28802
  ["Tel_Nof"]="Tel Nof",
28802
28803
  ["Wadi_al_Jandali"]="Wadi al Jandali",
28803
28804
  }
28805
+ AIRBASE.Kola={
28806
+ ["Bas_100"]="Bas 100",
28807
+ ["Bodo"]="Bodo",
28808
+ ["Jokkmokk"]="Jokkmokk",
28809
+ ["Kalixfors"]="Kalixfors",
28810
+ ["Kemi_Tornio"]="Kemi Tornio",
28811
+ ["Kiruna"]="Kiruna",
28812
+ ["Lakselv"]="Lakselv",
28813
+ ["Monchegorsk"]="Monchegorsk",
28814
+ ["Murmansk_International"]="Murmansk International",
28815
+ ["Olenegorsk"]="Olenegorsk",
28816
+ ["Rovaniemi"]="Rovaniemi",
28817
+ ["Severomorsk1"]="Severomorsk1",
28818
+ ["Severomorsk3"]="Severomorsk3",
28819
+ }
28804
28820
  AIRBASE.TerminalType={
28805
28821
  Runway=16,
28806
28822
  HelicopterOnly=40,
@@ -65223,8 +65239,9 @@ CTLD.UnitTypeCapabilities={
65223
65239
  ["SH-60B"]={type="SH-60B",crates=true,troops=true,cratelimit=2,trooplimit=20,length=16,cargoweightlimit=3500},
65224
65240
  ["AH-64D_BLK_II"]={type="AH-64D_BLK_II",crates=false,troops=true,cratelimit=0,trooplimit=2,length=17,cargoweightlimit=200},
65225
65241
  ["Bronco-OV-10A"]={type="Bronco-OV-10A",crates=false,troops=true,cratelimit=0,trooplimit=5,length=13,cargoweightlimit=1450},
65242
+ ["OH-6A"]={type="OH-6A",crates=false,troops=true,cratelimit=0,trooplimit=4,length=7,cargoweightlimit=550},
65226
65243
  }
65227
- CTLD.version="1.0.51"
65244
+ CTLD.version="1.0.52"
65228
65245
  function CTLD:New(Coalition,Prefixes,Alias)
65229
65246
  local self=BASE:Inherit(self,FSM:New())
65230
65247
  BASE:T({Coalition,Prefixes,Alias})
@@ -68955,7 +68972,8 @@ CSAR.AircraftType["UH-60L"]=10
68955
68972
  CSAR.AircraftType["AH-64D_BLK_II"]=2
68956
68973
  CSAR.AircraftType["Bronco-OV-10A"]=2
68957
68974
  CSAR.AircraftType["MH-60R"]=10
68958
- CSAR.version="1.0.21"
68975
+ CSAR.AircraftType["OH-6A"]=2
68976
+ CSAR.version="1.0.22"
68959
68977
  function CSAR:New(Coalition,Template,Alias)
68960
68978
  local self=BASE:Inherit(self,FSM:New())
68961
68979
  BASE:T({Coalition,Template,Alias})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [