Updated max distance to be configurable (#29)
Publish Release / build (push) Successful in 12s
Publish Release / build (push) Successful in 12s
Partly addresses #24 Does not fully fix thoughReviewed-on: #29 Co-authored-by: dutchie031 <timrorije@gmail.com>
This commit was merged in pull request #29.
This commit is contained in:
@@ -29,6 +29,12 @@ SpearheadConfig = {
|
||||
-- unit: feet
|
||||
maxAlt = 28000, -- default 28000
|
||||
|
||||
--The "maxDistance" that's set on the CAP tasking for the aircraft to commit to a target.
|
||||
--This is the distance from the aircraft to the target that the aircraft will commit to engaging
|
||||
--This is shared for CAP, Intercept and Sweep missions for now.
|
||||
-- unit: nautical miles
|
||||
maxCommitRange = 35, -- default 35
|
||||
|
||||
-- DELAYS.
|
||||
-- Delays work as follow.
|
||||
-- When an aircraft lands alive and well it will be rearmed and ready to go.
|
||||
|
||||
Reference in New Issue
Block a user