- Buildable missions now working. - FARPS and BLUESAM zones are now buildable. - Secondary Logistics missions are created as buildables become available. - Logistic missions can be "marked" with a MAP marker. - Supplies can only be picked up in a SUPPLYHUB zone. - SUPPLYHUB zones are active once their parents are active. A supplyhub parent can be oneof: FARP, AIRBASE, STAGE. - Required supplies for a zone can be configured in kilos. - Crates can be picked up with 1000 or 2000 kilo per crate. - Max load for a helicopter is set based on public data. - TO COME: Sling load options
17 lines
185 B
Lua
17 lines
185 B
Lua
|
|
|
|
|
|
do -- mission aliases
|
|
|
|
--- @alias LogLevel
|
|
--- | "DEBUG"
|
|
--- | "INFO"
|
|
--- | "WARN"
|
|
--- | "ERROR"
|
|
--- | "NONE"
|
|
|
|
---@class Array<T>: { [integer]: T }
|
|
|
|
end
|
|
|