EliteAttack: AFMU repairs & Synthesis repairs

see #86
This commit is contained in:
alterNERDtive 2021-02-18 12:06:06 +01:00
parent eee768896b
commit bc902310f8
6 changed files with 17 additions and 0 deletions

View file

@ -8,6 +8,10 @@
(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.
* Now reports on AFMU repairs.
* `repair reports` configuration option: Report on AFMU repairs. Default: true.
* Now reports on Synthesis.
* `synthesis reports` configuration option: Report on synthesis. Default: true.
### Fixed

View file

@ -167,6 +167,11 @@ The commands in here do random more or less useful things.
## Events
### AFMU Repairs
Reports on the module that has been repaired, and if it has been fully or
partially repaired.
### Body Mapped
Announces an estimate for high-value bodies payouts and the remaining mapping
@ -293,6 +298,10 @@ Toggles SRV lights off after launching. Might not work if you drop particularly
far after deployment because it works off a timer. Conversely might take a
second to turn your lights off on a short drop and/or in high gravity.
### Synthesis
Reports on the synthesis type and quality.
### System Scan Complete
Lists you all bodies EDDI considers worth mapping in the current system.

View file

@ -23,9 +23,11 @@ Toggles:
Ammonia Worlds that have not been mapped yet.) Default: true.
* `outdated stations`: Announce stations with outdated data in the online
databases. Default: true.
* `repair reports`: Report on AFMU repairs. 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.
* `synthesis reports`: Report on synthesis. Default: true.
Other settings:

View file

@ -42,6 +42,8 @@ namespace alterNERDtive.util
{ new Option<bool>("announceOutdatedStationData", true, voiceTrigger: "outdated stations", description: "Announce stations with outdated data in the online databases.") },
{ new Option<bool>("announceR2RMappingCandidates", false, voiceTrigger: "road to riches",
description: "Announce bodies worth scanning if you are looking for some starting cash on the Road to Riches.") },
{ new Option<bool>("announceRepairs", true, voiceTrigger: "repair reports", description: "Report on AFMU repairs.") },
{ new Option<bool>("announceSynthesis", true, voiceTrigger: "synthesis reports", description: "Report on synthesis.") },
{ new Option<bool>("autoHonkAllSystems", false, voiceTrigger: "auto honk all systems", description: "Automatically honk upon entering a system, each jump, without constraints.") },
{ new Option<bool>("autoHonkNewSystems", true, voiceTrigger: "auto honk new systems", description: "Automatically honk upon entering a system if it is your first visit.") },
{ new Option<bool>("autoRestock", true, voiceTrigger: "auto restock", description:

Binary file not shown.