Skip to content

[BUG][DOCS] Missing JSON constants for new Brawl #1077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MingweiSamuel opened this issue May 14, 2025 · 0 comments
Open

[BUG][DOCS] Missing JSON constants for new Brawl #1077

MingweiSamuel opened this issue May 14, 2025 · 0 comments

Comments

@MingweiSamuel
Copy link

MingweiSamuel commented May 14, 2025

https://static.developer.riotgames.com/docs/lol/maps.json

{
    "mapId": 35,
    "mapName": "The Bandlewood",
    "notes": "Map for Brawl (`BRAWL`). Work together with your team to escort minions into the enemy portal. No roles, no lanes, no pressure. Just a five-on-five brawl."
}

https://static.developer.riotgames.com/docs/lol/gameModes.json

{
    // https://www.leagueoflegends.com/en-us/news/dev/dev-get-ready-to-brawl/
    "gameMode": "BRAWL",
    "description": "Brawl"
}

https://static.developer.riotgames.com/docs/lol/queues.json

// https://www.leagueoflegends.com/en-us/news/dev/dev-get-ready-to-brawl/
{
    "queueId": 2300,
    "mape": "The Bandlewood",
    "decription": "Brawl",
    "notes": null
}

Along with the other missing values #1025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant