diff --git a/README.md b/README.md index 33829fb..dfd628a 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,20 @@ So if you turn in an Imperial intel package on an imperial station, all factions the Empire will gain a bit of INF boost. The tool currently cannot handle that. All intel packages are displayed instead. +Sometimes bounty vouchers are not properly recognised. This is a bug in the player journal, where +the faction information is not properly written out in the journal: + +``` +{ + "timestamp":"2021-10-07T14:57:50Z", "event":"RedeemVoucher", + "Type":"bounty", "Amount":20750, + "Factions":[ { "Faction":"", "Amount":500 }, { "Faction":"", "Amount":20250 }] +} +``` + +Since the tool does not know for which faction these bounties were redeemed for, it cannot assign +it to an objective. + The player journal currently does not make an entry when you win or lose a combat zone. This is a an ommission from FDev: