/map/ doesn't provide which modes a map supports #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There isn't a way to tell how many bonuses a map has. Ideally the API would provide a list of
mode_id's for each map.This isn’t information I have beyond just querying the list of times to find out what unique mode ids exist.
The long term plan is to move the master maps list to the maps service, and then extend the data structure with things like thumbnails, current version, and perhaps a field for how many modes the map has assuming they are sequential. I should probably set up the validator to enforce sequential modes so they don't need to be listed explicitly.
I'm currently embroiled in other projects, and migrating all the map data is a big scary job, so waiting for me to do this will mean waiting a while.
Reopen in maps-service if you actually care about this.