EliteAttack: new config option “route jump count”

Give a jump count on plotting a route.
This commit is contained in:
alterNERDtive 2021-02-12 11:37:07 +01:00
parent f0a006a113
commit fa645fc369
5 changed files with 11 additions and 3 deletions

View file

@ -6,6 +6,8 @@
* `how many jumps left` command: Announces the jumps left on a neutron trip
(requires SpanshAttack) or a course plotted via the galaxy map.
* `route jump count` configuration option: Give a jump count on plotting a
route. Default: true.
### Fixed

View file

@ -269,6 +269,10 @@ tells you when you reach your desired level or fill up.
You will have to set minimum and desired amounts in EDDIs material monitor
options first for all materials you wish to be monitored.
### Next Jump
Gives you a jump count upon plotting a route using the galaxy map.
### Ship FSD
This event actually is several different events in one. Currently the following
@ -278,7 +282,7 @@ are handled:
* Cooldown complete: Announces FSD cooldown if you are currently in normal
space.
### Ship interdicted
### Ship Interdicted
Tells you when you have been interdicted by a player. Is also supposed to target
the interdictor automatically, but randomly sometimes just doesnt work. Yay!
@ -296,4 +300,4 @@ Lists you all bodies EDDI considers worth mapping in the current system.
### Undocked
Retracts landing gear for you. Seriously, is there any occasion in which you
_dont_ immediately want to retract it after takeoff?
_dont_ immediately want to retract it after takeoff?

View file

@ -25,10 +25,11 @@ Toggles:
databases. Default: true.
* `road to riches`: Announce bodies worth scanning if you are looking for some
starting cash on the Road to Riches. Default: false.
* `route jump count`: Give a jump count on plotting a route. Default: true.
Other settings:
* `outdated station threshold`: The threshold for station data to count as
“outdated”, in days. Default: 365.
* `scanner fire group`: The fire group your discovery scanner is assigned to.
Default: 0 (the first one).
Default: 0 (the first one).

View file

@ -36,6 +36,7 @@ namespace alterNERDtive.util
new OptDict<string, Option>{
{ new Option<bool>("announceEdsmSystemStatus", true, voiceTrigger: "edsm system status",
description: "Pull system data from EDSM and compare it against your discovery scan.") },
{ new Option<bool>("announceJumpsInRoute", true, voiceTrigger: "route jump count", description: "Give a jump count on plotting a route.") },
{ new Option<bool>("announceMappingCandidates", true, voiceTrigger: "mapping candidates",
description: "Announce bodies worth mapping when you have finished scanning a system.\n(Terraformables, Water Worlds, Earth-Like Worlds and Ammonia Worlds that have not been mapped yet.)") },
{ new Option<bool>("announceOutdatedStationData", true, voiceTrigger: "outdated stations", description: "Announce stations with outdated data in the online databases.") },

Binary file not shown.