Mobile Legend Bang Bang Match Games Of The Future
Mobile Legend Bang bang Match Result Tournament Games of the Future
@kaggle.bcakra_mobile_legend_bang_bang_match_games_of_the_future
Mobile Legend Bang bang Match Result Tournament Games of the Future
@kaggle.bcakra_mobile_legend_bang_bang_match_games_of_the_future
Title: Mobile Legends: Bang Bang Tournament - Games of the Future 2024
Introduction:
Games of the Future 2024 hosts an international esports tournament featuring Mobile Legends: Bang Bang. This event brings together top teams from around the world to compete for glory and a substantial prize pool.
Format:
Group Stage (February 26th - 27th, 2024):
Playoffs (February 28th - March 2nd, 2024):
Data Description:
Match Results:
Heroes Data:
Item Data:
Emblem Data:
Prize Pool:
Place | Prize (USD) | Team |
---|---|---|
1st | $350,000 | AP.Bren |
2nd | $160,000 | ONIC |
3rd | $120,000 | Fire Flux Esports |
4th | $70,000 | RRQ Hoshi |
5th-16th | Variable | Various Participating Teams |
Conclusion:
Mobile Legends: Bang Bang Tournament at Games of the Future 2024 promises intense battles and fierce competition among elite teams. With substantial rewards and a prestigious format, this event is set to captivate esports enthusiasts worldwide.
CREATE TABLE games_of_the_future_2024_battle_spell (
"battle_spell" VARCHAR,
"description" VARCHAR
);
CREATE TABLE games_of_the_future_2024_boxmatch (
"date" TIMESTAMP,
"stage" VARCHAR,
"match" BIGINT,
"team" VARCHAR,
"ban" VARCHAR,
"role_ban" VARCHAR,
"role_pick" VARCHAR,
"players" VARCHAR,
"pick" VARCHAR,
"mvp" BIGINT,
"time" VARCHAR,
"spell" VARCHAR,
"talent_3" VARCHAR,
"k" VARCHAR,
"d" VARCHAR,
"a" VARCHAR,
"gold" VARCHAR,
"rating" VARCHAR,
"medal" VARCHAR,
"level" VARCHAR,
"win" VARCHAR
);
CREATE TABLE games_of_the_future_2024_item_stats (
"name" VARCHAR,
"name_ability" VARCHAR,
"ability_deskirpsi" VARCHAR,
"attributes" VARCHAR
);
CREATE TABLE games_of_the_future_2024_jungle_and_roam (
"name" VARCHAR,
"ability" VARCHAR
);
CREATE TABLE games_of_the_future_2024_team (
"team" VARCHAR,
"team_contry" VARCHAR,
"line_posisition" VARCHAR,
"status" VARCHAR,
"player" VARCHAR,
"country" VARCHAR
);
Anyone who has the link will be able to view this.