Skip to content

Commit

Permalink
EliteAttack: AFMU repairs & Synthesis repairs
Browse files Browse the repository at this point in the history
see #86
  • Loading branch information
alterNERDtive committed Feb 18, 2021
1 parent eee7688 commit bc90231
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions docs/EliteAttack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/configuration/EliteAttack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions plugins/VoiceAttack-base/util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ public class Configuration
{ 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:
Expand Down
Binary file modified profiles/EliteAttack-Profile.vap
Binary file not shown.
Binary file modified profiles/alterNERDtive-base-Profile.vap
Binary file not shown.

0 comments on commit bc90231

Please sign in to comment.