#OTJ card draft values not realistic
24 messages · Page 1 of 1 (latest)
What release are you on? OTJ rankings were updated 2 weeks ago
But yea, if people want to process rankings more often and contribute feel free
i am on forge-android-1.6.63-SNAPSHOT-05-15.. it seems to be the bonus sheet cards that are the issue.. if there's anything i can do to update them let me know the process.. thanks!
You can find the rankings file on our repo: https://github.com/Card-Forge/forge/blob/master/forge-gui/res/draft/rankings/otj.rnk
If its listed as a 0, it probably means the wrong set code is being listed
The format is: #180|Mirage Mesa|C|OTJ
#num|Card Name|Rarity|Setcode
Where 1 is the best and set size is the worst
We have scraping tools to automate some of that, but now that cards are coming from random sets its a bit manual to fix all of that
So should the Setcode be changed to ‘OTJ’ throughout the list, or does it just need to be correct for the individual card?
You can test it, but I'm pretty sure those cards need to be their real sets like BIG
All of these files should be in your res/ folder in your package
My guess is some of them didn't get applied to their real set properly when we updated the rankings
I noticed a bunch of the original Kamigawa cards were missing their hyphens, which was causing their draft score to be listed at 0, so maybe its something like that
I found the file, but I simply can’t figure out how to open it with a text editor in Android.
Do you know a good way to get that done on an android device? Windows is not an option, unfortunately.
Its just a text file, anything that can open text files should open it
That was my expectation. Tapping on the file in my native file manager prompts Android to look for an app to open .rnk files in Play Store, unsuccessfully.
Navigating to the res folder from my text editor app somehow isn’t possible, because the folder a few levels higher up appears empty. -.-
I’ll see if I can find a way.
Rename the extension as a .txt, edit, then rename it back?
Yes, renaming to txt does the job.
I can confirm that there are deviations between the otj.rnk file and what’s printed on some cards.
Journey to Nowhere is listed as “OTJ”, but the card says “OTP” in the bottom left corner. And it is one of the cards that shows up with a 0 in draft view.
I haven’t been able to test whether changing the rnk file solves the issue though.
Ok now I’ve confirmed it: correcting the Setcode inside the .rnk file changes the draft value from 0 to the correct value.
I have a somewhat corrected version of the otj.rnk file now. How can I contribute?
Either post a pull request on github or post it here