Compare commits
5 Commits
44d5a2b91c
...
29dc6e9cba
Author | SHA1 | Date | |
---|---|---|---|
29dc6e9cba | |||
aeb16c675b | |||
00f94ef939 | |||
785efad4c0 | |||
3a968a7c55 |
@ -87,7 +87,7 @@ public class EnglishMissionNames {
|
|||||||
{"Mission_OnFoot_SalvageIllegal_MB_name", "On Foot Salvage (Illegal)"},
|
{"Mission_OnFoot_SalvageIllegal_MB_name", "On Foot Salvage (Illegal)"},
|
||||||
{"Mission_OnFoot_Smuggle_Contact_MB_name", "On Foot Smuggling" },
|
{"Mission_OnFoot_Smuggle_Contact_MB_name", "On Foot Smuggling" },
|
||||||
{"Mission_PassengerBulk_AIDWORKER_ARRIVING", "Seeking Transport (Aid Workers)"},
|
{"Mission_PassengerBulk_AIDWORKER_ARRIVING", "Seeking Transport (Aid Workers)"},
|
||||||
{"Mission_PassengerBulk_name", "Seeking Transport" }
|
{"Mission_PassengerBulk_name", "Seeking Transport" },
|
||||||
{"Mission_PassengerVIP", "Passenger (VIP)"},
|
{"Mission_PassengerVIP", "Passenger (VIP)"},
|
||||||
{"Mission_PassengerVIP_Criminal_BOOM_name", "Passenger Criminal (VIP) (Boom)"},
|
{"Mission_PassengerVIP_Criminal_BOOM_name", "Passenger Criminal (VIP) (Boom)"},
|
||||||
{"Mission_PassengerVIP_name", "Passenger (VIP)"},
|
{"Mission_PassengerVIP_name", "Passenger (VIP)"},
|
||||||
|
@ -14,14 +14,24 @@ public class Thargoid {
|
|||||||
public static string ThargoidFaction = Factions.Thargoid;
|
public static string ThargoidFaction = Factions.Thargoid;
|
||||||
|
|
||||||
public static Dictionary<ulong, ThargoidVessel> VesselPayout { get; } = new() {
|
public static Dictionary<ulong, ThargoidVessel> VesselPayout { get; } = new() {
|
||||||
|
// Up to date values ever since 14.02
|
||||||
|
{ 65000, ThargoidVessel.Scout },
|
||||||
|
{ 75000, ThargoidVessel.Scout },
|
||||||
|
{ 6500000, ThargoidVessel.Cyclops },
|
||||||
|
{ 20000000, ThargoidVessel.Basilisk },
|
||||||
|
{ 25000000, ThargoidVessel.Orthrus },
|
||||||
|
{ 34000000, ThargoidVessel.Medusa },
|
||||||
|
{ 50000000, ThargoidVessel.Hydra },
|
||||||
|
// These are the old values pre Update 14.02
|
||||||
{ 80000, ThargoidVessel.Scout },
|
{ 80000, ThargoidVessel.Scout },
|
||||||
{ 8000000, ThargoidVessel.Cyclops },
|
{ 8000000, ThargoidVessel.Cyclops },
|
||||||
{ 24000000, ThargoidVessel.Basilisk },
|
{ 24000000, ThargoidVessel.Basilisk },
|
||||||
// In Update 14.1 the payout for Orthrus has been rebalanced.
|
// In Update 14.1 the payout for Orthrus has been rebalanced.
|
||||||
{ 30000000, ThargoidVessel.Orthrus },
|
{ 30000000, ThargoidVessel.Orthrus },
|
||||||
{ 40000000, ThargoidVessel.Medusa },
|
{ 40000000, ThargoidVessel.Medusa },
|
||||||
// This used to be the old payout value for Orthrus
|
// This used to be the old payout value for Orthrus, it now conflicts
|
||||||
{ 50000000, ThargoidVessel.Orthrus },
|
// with Post Update 14.02 Hydra values
|
||||||
|
//{ 50000000, ThargoidVessel.Orthrus },
|
||||||
{ 60000000, ThargoidVessel.Hydra },
|
{ 60000000, ThargoidVessel.Hydra },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0-windows</TargetFramework>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<Version>0.2.5</Version>
|
<Version>0.2.6</Version>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# EliteBGS
|
# EDBGS
|
||||||
|
|
||||||
This tool is meant to help people contributing to the BGS effort to create BGS reports.
|
This tool is meant to help people contributing to the BGS effort to create BGS reports.
|
||||||
The tool allows you to configure BGS objectives, and will then parse your player journal
|
The tool allows you to configure BGS objectives, and will then parse your player journal
|
||||||
for tasks you completed relating to that BGS objective. Once the JSON player journal has
|
for tasks you completed relating to that BGS objective. Once the JSON player journal has
|
||||||
been parsed, you may then generate a BGS report you can copy/paste into Discord.
|
been parsed, you may then generate a BGS report you can copy/paste into Discord.
|
||||||
|
|
||||||
Source code is available [here](https://git.aror.org/florian/edbgs).
|
Source code is available at [https://codeberg.org/nola/edbgs](https://codeberg.org/nola/edbgs).
|
||||||
|
|
||||||
Binary downloads can be found here: [https://bgs.n0la.org/](https://bgs.n0la.org/).
|
Binary downloads can be found here: [https://bgs.n0la.org/](https://bgs.n0la.org/).
|
||||||
|
|
||||||
@ -24,6 +24,8 @@ transactions. Currently the tool recognises the following transactions:
|
|||||||
* Selling of micro resources (Odyssey only)
|
* Selling of micro resources (Odyssey only)
|
||||||
* Selling of organic data (Odyssey only)
|
* Selling of organic data (Odyssey only)
|
||||||
* Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages)
|
* Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages)
|
||||||
|
* Thargoid kills
|
||||||
|
* Contributions to Thargoid war effort
|
||||||
|
|
||||||
Vouchers help the faction that is listed for them. If said faction is not present in the
|
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
|
current system, then there is no BGS impact. So the tool looks for all system factions, and
|
||||||
@ -221,13 +223,11 @@ It would be helpful if you included the JSON player journal. This player journal
|
|||||||
|
|
||||||
## Build Dependencies
|
## Build Dependencies
|
||||||
|
|
||||||
Handling of Elite Dangerous player journals have been moved to a separate project called `EDJournal`.
|
The project also requires:
|
||||||
Its source can be found [here](https://git.aror.org/florian/edjournal). This project simply depends
|
|
||||||
on the binary DLL that `EDJournal` builds.
|
|
||||||
|
|
||||||
The project also requires `Ookii.Dialogs.WPF` controls, which contains the auto complete text box.
|
* `Ookii.Dialogs.WPF`
|
||||||
|
* `Newtonsoft.Json`
|
||||||
And of course, `Newtonsoft.Json` as the JSON parser.
|
* `Extended.Wpf.Toolkit`
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
# EliteBGS changelog
|
# EliteBGS changelog
|
||||||
|
|
||||||
|
## 0.2.6 on 04.02.2023
|
||||||
|
|
||||||
|
* Update Post 14.02 Thargoid bounties
|
||||||
|
* Just summarise failed missions by on-foot and ship, instead of a detailed view
|
||||||
|
* Add some more English mission names
|
||||||
|
* Move code hosting to [CodeBerg](https://codeberg.org/)
|
||||||
|
|
||||||
## 0.2.5 on 20.12.2022
|
## 0.2.5 on 20.12.2022
|
||||||
|
|
||||||
* Repaired mission fails.
|
* Repaired mission fails.
|
||||||
|
@ -72,7 +72,7 @@ The tool itself is Open Source, licenced unter the GPLv3.
|
|||||||
|
|
||||||
The source code can be found here:
|
The source code can be found here:
|
||||||
|
|
||||||
* [https://git.aror.org/florian/EDBGS](https://git.aror.org/florian/EDBGS)
|
* [https://codeberg.org/nola/edbgs](https://codeberg.org/nola/edbgs)
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
|
@ -7,5 +7,5 @@ See [https://bgs.n0la.org/](https://bgs.n0la.org) for further details.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
This repository depends on dotnet desktop SDK 7, as well as Newtonsoft.JSON and Ookii
|
This repository depends on dotnet desktop SDK 7, as well as Newtonsoft.JSON, Extended
|
||||||
Dialogs.
|
WPF toolkit, and Ookii Dialogs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user