remove exo biology from reports
Multiple confirmations tell that the exo biology donations don't affect BGS at all.
This commit is contained in:
parent
52aa2706c0
commit
1c0c864e62
@ -19,7 +19,8 @@ public class DiscordLogGenerator {
|
||||
new MicroResourcesFormat(),
|
||||
new MarketBuyFormat(),
|
||||
new CargoSoldFormatter(),
|
||||
new VistaGenomicsFormat(),
|
||||
/* As of this moment, Update 14.02 organics do not affect BGS at all */
|
||||
//new VistaGenomicsFormat(),
|
||||
new SearchAndRescueFormat(),
|
||||
};
|
||||
|
||||
|
@ -22,11 +22,14 @@ transactions. Currently the tool recognises the following transactions:
|
||||
* Selling cartography data
|
||||
* Selling of cargo to stations
|
||||
* Selling of micro resources (Odyssey only)
|
||||
* Selling of organic data (Odyssey only)
|
||||
* Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages)
|
||||
* Thargoid kills
|
||||
* Contributions to Thargoid war effort
|
||||
|
||||
The following transactions are recognised but not listed, because they do not affect BGS:
|
||||
|
||||
* Selling of organic data (Odyssey only)
|
||||
|
||||
Vouchers help the faction that is listed for them. If said faction is not present in the
|
||||
current system, then there is no BGS impact. So the tool looks for all system factions, and
|
||||
makes sure that your vouchers actually have a BGS impact, otherwise it won't list them.
|
||||
|
@ -22,11 +22,14 @@ missions. Currently the tool recognises the following completed tasks:
|
||||
* Selling cartography data
|
||||
* Selling of cargo to stations
|
||||
* Selling of micro resources (Odyssey only)
|
||||
* Selling of organic data (Odyssey only)
|
||||
* Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages)
|
||||
* Thargoid kills
|
||||
* Combat zones (experimental)
|
||||
|
||||
The following transactions are recognised but not listed, because they do not affect BGS:
|
||||
|
||||
* Selling of organic data (Odyssey only)
|
||||
|
||||
Combat zone detection is highly wonky at this time. There is no direct event for detecting
|
||||
combat zones, and so the tool makes a few assumptions and goes from there. If you disembark
|
||||
it will assume on foot combat zones, and if you don't, it will assume a ship CZ. This
|
||||
|
@ -58,11 +58,14 @@ You can then select which of the two actions goes into the final log.
|
||||
* Selling cartography data
|
||||
* Selling of cargo to stations
|
||||
* Selling of micro resources (Odyssey only)
|
||||
* Selling of organic data (Odyssey only)
|
||||
* Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages)
|
||||
* Thargoid kills
|
||||
* Combat zones (experimental feature)
|
||||
|
||||
The following transactions are recognised but not listed, because they do not affect BGS:
|
||||
|
||||
* Selling of organic data (Odyssey only)
|
||||
|
||||
### What it does not detect:
|
||||
|
||||
* Combat zone objectives
|
||||
|
Loading…
Reference in New Issue
Block a user