#OTJ card draft values not realistic

24 messages · Page 1 of 1 (latest)

astral granite
#

drafting OTJ is unrealistic with high value cards set at 0 draft value and going last pick.. Since all cards are now incorporated, can we get an update to the pick values? Is it possible to do this when each new set is fully implemented if not more frequently?

sullen vortex
#

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

astral granite
#

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!

sullen vortex
#

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

jolly horizon
#

So should the Setcode be changed to ‘OTJ’ throughout the list, or does it just need to be correct for the individual card?

sullen vortex
#

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

jolly horizon
#

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.

sullen vortex
#

Its just a text file, anything that can open text files should open it

jolly horizon
#

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.

sullen vortex
#

Rename the extension as a .txt, edit, then rename it back?

jolly horizon
#

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.

jolly horizon
#

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?

sullen vortex
#

Either post a pull request on github or post it here

jolly horizon