4.1.1 Flea estimation valuation issue #1195
toxicspike
started this conversation in
General
Replies: 1 comment
|
This will be fixed in the next build |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Moved it here from discord, couldn't find the "Issue" tab in this project.
When i want to sell something at flea, the cost estimate does not show the actual worth in rubel, but some higher number:

i.e., 1000 rubel shows as 1500, 1000 USD shows as 181k instead of 136k (peacekeeper flea price) and 1000euro shows as 201k instead of 158k (skier flea price)
Quick lookup showed that prices for rubel, usd and euro are all 1.5x the prices of the handbook
based on quick testing this is caused by
generateBaseFleaPrices": { ... "priceMultiplier": 1.5,
in ragfair.json
Adding the id's for the currencies with multiplier 1 behind causes the estimate to display the "correct" (per handbook) conversion rates

All reactions