以下为卖家选择提供的数据验证报告:
数据描述
Context
This data set is the High elo Ranked Games data for a TFT game called TeamFights Tactics.
It is a game in which 8 participants fight against each other by forming various combinations suitable for their strategy, and it is composed of individual exhibitions.
The data was collected only from High elo Ranked Games, and we built three ranking games, Rolltoches' Top Rank Challenger, Grandmaster, and Master.
A similar game is Auto Chess, which combines approximately 50 champions to create their own combination. There are 10 series synergies and 13 job synergies, and you can create various combinations.
The final level is 9 levels, and there is a limit to what you can put on the board for each level. You can raise 1 champion per level, and when you reach the final 9 level, you can raise 9 champions on the board. (May vary slightly depending on champion skill and combination characteristics)
Content
There are a total of 8 variables, and each description is described in the data set column description below.
Most of the columns are explained intuitively, but we'll cover the two columns in more detail.
First, "Combination" Column
- This column is in json format and shows what combination synergy each participant in the game has.
- json data {key: value} key and value are as follows. - key: Combination - value: the number of combinations
Second, "Champion" Columns
- This column shows which champions each of the eight players set (which is synergistic). This is of course also in json format.
- json data {key: value} key and value are as follows. - key : Champion name - value : Item, Stars - Item : Champion's items - Stars : Enhance Champion n (Min 1 Star, Max 3 Star) - 1 Star : 1-star champion, - 2 Star : 1-star champion three - 3 Star : 2-star champion three
Acknowledgements
- gameduration : Time taken per game
- level : Level of each participant in the game
- Ranked : In-game ranking
Inspiration
- Rank 1 ~ Rank 8 Pattern
- Top Rank EDA
