include Hellriders bug as BGS oddity
This commit is contained in:
parent
a13a708c22
commit
5a8ea2940c
@ -16,6 +16,22 @@ the game:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Bounty vouchers show up twice
|
||||||
|
|
||||||
|
Sometimes bounty vouchers are redeemed twice. This happens because FDev writes out two
|
||||||
|
`RedeemVoucher` entries with the same values:
|
||||||
|
|
||||||
|
```
|
||||||
|
{ "timestamp":"2022-11-20T14:30:30Z", "event":"RedeemVoucher", "Type":"bounty", "Amount":3197549,
|
||||||
|
"Factions":[ { "Faction":"Nova Paresa", "Amount":3197549 } ] }
|
||||||
|
{ "timestamp":"2022-11-20T14:30:34Z", "event":"RedeemVoucher", "Type":"bounty", "Amount":4785831,
|
||||||
|
"Factions":[ { "Faction":"", "Amount":723175 }, { "Faction":"Nova Paresa", "Amount":3197549 }, { "Faction":"Prismatic Imperium", "Amount":4062656 } ] }
|
||||||
|
```
|
||||||
|
|
||||||
|
Two separate events (apart by four seconds) containing the same entries twice. This
|
||||||
|
happens when you turn in one bounty manually, and then click the "redeem all" button
|
||||||
|
again, which contains the already turned in vouchers.
|
||||||
|
|
||||||
## Combat zones
|
## Combat zones
|
||||||
|
|
||||||
Combat zones receive no mention within the player journal whatsoever. There is no event
|
Combat zones receive no mention within the player journal whatsoever. There is no event
|
||||||
|
Loading…
Reference in New Issue
Block a user