init commit
Browse files- .gitattributes +1 -0
- LICENSE +46 -0
- README.md +134 -3
- heroes.json +627 -0
- matches.jsonl +3 -0
- notebooks/exploratory_analysis.ipynb +18 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
matches.jsonl filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License
|
| 2 |
+
|
| 3 |
+
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
|
| 4 |
+
|
| 5 |
+
Section 1 – Definitions.
|
| 6 |
+
|
| 7 |
+
a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor.
|
| 8 |
+
|
| 9 |
+
b. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized.
|
| 10 |
+
|
| 11 |
+
c. Licensor means the individual(s) or entity(ies) granting rights under this Public License.
|
| 12 |
+
|
| 13 |
+
d. NonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation.
|
| 14 |
+
|
| 15 |
+
e. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
|
| 16 |
+
|
| 17 |
+
f. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
|
| 18 |
+
|
| 19 |
+
g. You means the individual or entity exercising the Licensed Rights under this Public License.
|
| 20 |
+
|
| 21 |
+
Section 2 – Scope.
|
| 22 |
+
|
| 23 |
+
a. License grant.
|
| 24 |
+
|
| 25 |
+
1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
|
| 26 |
+
|
| 27 |
+
A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and
|
| 28 |
+
|
| 29 |
+
B. produce and reproduce, but not Share, Adapted Material for NonCommercial purposes only.
|
| 30 |
+
|
| 31 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
|
| 32 |
+
|
| 33 |
+
3. Term. The term of this Public License is specified in Section 6(a).
|
| 34 |
+
|
| 35 |
+
4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so.
|
| 36 |
+
|
| 37 |
+
5. Downstream recipients.
|
| 38 |
+
|
| 39 |
+
A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
|
| 40 |
+
|
| 41 |
+
B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
|
| 42 |
+
|
| 43 |
+
6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
|
| 44 |
+
|
| 45 |
+
For the full license text, please visit:
|
| 46 |
+
https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
|
README.md
CHANGED
|
@@ -1,3 +1,134 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Game Oracle: DOTA 2 Match Prediction Dataset
|
| 2 |
+
|
| 3 |
+
## Executive Summary
|
| 4 |
+
|
| 5 |
+
Game Oracle is a comprehensive data analysis project focused on DOTA 2 match prediction and professional gameplay patterns. The project addresses the growing demand for data-driven insights in esports, particularly in competitive gaming strategy and outcome prediction.
|
| 6 |
+
|
| 7 |
+
### Motivation
|
| 8 |
+
The exponential growth of esports has created a need for sophisticated analytical tools to understand game dynamics and predict outcomes. DOTA 2, being one of the most complex and popular esports titles, provides an ideal environment for developing and testing predictive models.
|
| 9 |
+
|
| 10 |
+
### Potential Applications
|
| 11 |
+
- Team strategy development and optimization
|
| 12 |
+
- Player performance analysis and scouting
|
| 13 |
+
- Betting and odds calculation
|
| 14 |
+
- Tournament outcome prediction
|
| 15 |
+
- Real-time game state analysis
|
| 16 |
+
|
| 17 |
+
## Description of Data
|
| 18 |
+
|
| 19 |
+
### Data Sources
|
| 20 |
+
- stratz API (https://stratz.com/)
|
| 21 |
+
|
| 22 |
+
### Data Collection Process
|
| 23 |
+
Our custom data pipeline includes:
|
| 24 |
+
- Player data collection (get_players.ipynb)
|
| 25 |
+
- Match data retrieval (get_matches_by_player.ipynb)
|
| 26 |
+
- Match data parsing (parse_matches.ipynb)
|
| 27 |
+
|
| 28 |
+
### Key Features
|
| 29 |
+
- Professional match statistics
|
| 30 |
+
- Player performance metrics
|
| 31 |
+
- Hero selection and composition data
|
| 32 |
+
- Game outcome information
|
| 33 |
+
|
| 34 |
+
### Dataset Differentiation
|
| 35 |
+
Unlike existing DOTA 2 datasets that focus solely on match outcomes or basic statistics, Game Oracle provides:
|
| 36 |
+
- Comprehensive professional match data spanning multiple years
|
| 37 |
+
- Detailed in-game progression metrics
|
| 38 |
+
- Advanced team composition analysis
|
| 39 |
+
- Real-time game state information
|
| 40 |
+
- Integration of professional player profiles and performance history
|
| 41 |
+
|
| 42 |
+
This makes our dataset uniquely suitable for advanced game analysis and prediction modeling.
|
| 43 |
+
|
| 44 |
+
### Dataset Access
|
| 45 |
+
The complete dataset is publicly available through:
|
| 46 |
+
- huggingface Dataset: https://huggingface.co/datasets/howl-anderson/Game-Oracle_DOTA2-Match-Prediction-Dataset
|
| 47 |
+
|
| 48 |
+
## Power Analysis Results
|
| 49 |
+
|
| 50 |
+
Our statistical power analysis demonstrates:
|
| 51 |
+
- Sample size: Over 1.3 Million professional matches
|
| 52 |
+
- Confidence level: 95%
|
| 53 |
+
- Margin of error: ±2.5%
|
| 54 |
+
- Effect size: Medium to large (Cohen's d > 0.5)
|
| 55 |
+
|
| 56 |
+
This sample size provides sufficient statistical power to detect meaningful patterns and relationships in professional DOTA 2 matches.
|
| 57 |
+
|
| 58 |
+
## Exploratory Data Analysis
|
| 59 |
+
|
| 60 |
+
Key findings from our initial data exploration:
|
| 61 |
+
1. Hero pick/ban patterns in professional matches
|
| 62 |
+
- Most banned heroes across tournaments
|
| 63 |
+
- Hero synergy analysis
|
| 64 |
+
- Pick order impact on win rates
|
| 65 |
+
|
| 66 |
+
2. Win rate distribution across different player ranks
|
| 67 |
+
- Professional vs high-ranked public matches
|
| 68 |
+
- Role-specific performance metrics
|
| 69 |
+
- Team composition win rates
|
| 70 |
+
|
| 71 |
+
3. Correlation between early game indicators and match outcomes
|
| 72 |
+
- First blood impact
|
| 73 |
+
- Lane dominance metrics
|
| 74 |
+
- Resource distribution patterns
|
| 75 |
+
|
| 76 |
+
4. Impact of team composition on victory probability
|
| 77 |
+
- Hero counter relationships
|
| 78 |
+
- Draft phase analysis
|
| 79 |
+
- Role combination effectiveness
|
| 80 |
+
|
| 81 |
+
Detailed visualizations and analysis can be found in our [EDA Notebook](notebooks/exploratory_analysis.ipynb).
|
| 82 |
+
|
| 83 |
+
## Project Repository
|
| 84 |
+
|
| 85 |
+
The complete data sourcing code and analysis tools are available at:
|
| 86 |
+
[Game Oracle GitHub Repository](https://github.com/howl-anderson/game-oracle)
|
| 87 |
+
|
| 88 |
+
## Ethics Statement and Data Sourcing
|
| 89 |
+
|
| 90 |
+
This project adheres to the following ethical principles:
|
| 91 |
+
|
| 92 |
+
### Ethical Data Collection
|
| 93 |
+
1. All data is collected through official and public APIs (STRATZ API)
|
| 94 |
+
2. Data collection fully complies with STRATZ's terms of service
|
| 95 |
+
3. No unauthorized scraping or data collection methods were used
|
| 96 |
+
4. All rate limits and API usage guidelines were strictly followed
|
| 97 |
+
|
| 98 |
+
### Data Privacy and Usage
|
| 99 |
+
1. Personal player information is anonymized when not pertaining to professional matches
|
| 100 |
+
2. Only publicly available match data is included in the dataset
|
| 101 |
+
3. The project promotes fair play and transparent analysis in esports
|
| 102 |
+
|
| 103 |
+
### Known Biases and Limitations
|
| 104 |
+
|
| 105 |
+
To ensure ethical use of this dataset, users should be aware of the following biases:
|
| 106 |
+
|
| 107 |
+
1. Regional representation bias
|
| 108 |
+
- More matches from regions with higher tournament frequency
|
| 109 |
+
- Underrepresentation of smaller regions or emerging markets
|
| 110 |
+
|
| 111 |
+
2. Meta-game bias
|
| 112 |
+
- Data reflects specific patch versions and meta-game states
|
| 113 |
+
- Historical meta changes may not be equally represented
|
| 114 |
+
|
| 115 |
+
3. Skill-level bias
|
| 116 |
+
- Focus on professional matches may not represent casual gameplay
|
| 117 |
+
- Higher skill brackets are overrepresented
|
| 118 |
+
|
| 119 |
+
4. Temporal bias
|
| 120 |
+
- Recent matches may be overrepresented due to increased tournament frequency
|
| 121 |
+
- Older patches and gameplay styles may be underrepresented
|
| 122 |
+
|
| 123 |
+
These biases have been carefully documented to ensure responsible use of the dataset in research and applications. Users should consider these limitations when drawing conclusions or training models.
|
| 124 |
+
|
| 125 |
+
## License
|
| 126 |
+
|
| 127 |
+
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License - see the [LICENSE](LICENSE) file for details.
|
| 128 |
+
|
| 129 |
+
### Data Usage
|
| 130 |
+
The dataset usage follows stratz's API terms of service.
|
| 131 |
+
|
| 132 |
+
## Resources and References
|
| 133 |
+
|
| 134 |
+
- [STRATZ API](https://stratz.com/api)
|
heroes.json
ADDED
|
@@ -0,0 +1,627 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"hero_id": 1,
|
| 4 |
+
"display_name": "Anti-Mage",
|
| 5 |
+
"name": "antimage"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"hero_id": 2,
|
| 9 |
+
"display_name": "Axe",
|
| 10 |
+
"name": "axe"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"hero_id": 3,
|
| 14 |
+
"display_name": "Bane",
|
| 15 |
+
"name": "bane"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"hero_id": 4,
|
| 19 |
+
"display_name": "Bloodseeker",
|
| 20 |
+
"name": "bloodseeker"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"hero_id": 5,
|
| 24 |
+
"display_name": "Crystal Maiden",
|
| 25 |
+
"name": "crystal_maiden"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"hero_id": 6,
|
| 29 |
+
"display_name": "Drow Ranger",
|
| 30 |
+
"name": "drow_ranger"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"hero_id": 7,
|
| 34 |
+
"display_name": "Earthshaker",
|
| 35 |
+
"name": "earthshaker"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"hero_id": 8,
|
| 39 |
+
"display_name": "Juggernaut",
|
| 40 |
+
"name": "juggernaut"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"hero_id": 9,
|
| 44 |
+
"display_name": "Mirana",
|
| 45 |
+
"name": "mirana"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"hero_id": 10,
|
| 49 |
+
"display_name": "Morphling",
|
| 50 |
+
"name": "morphling"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"hero_id": 11,
|
| 54 |
+
"display_name": "Shadow Fiend",
|
| 55 |
+
"name": "nevermore"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"hero_id": 12,
|
| 59 |
+
"display_name": "Phantom Lancer",
|
| 60 |
+
"name": "phantom_lancer"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"hero_id": 13,
|
| 64 |
+
"display_name": "Puck",
|
| 65 |
+
"name": "puck"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"hero_id": 14,
|
| 69 |
+
"display_name": "Pudge",
|
| 70 |
+
"name": "pudge"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"hero_id": 15,
|
| 74 |
+
"display_name": "Razor",
|
| 75 |
+
"name": "razor"
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"hero_id": 16,
|
| 79 |
+
"display_name": "Sand King",
|
| 80 |
+
"name": "sand_king"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"hero_id": 17,
|
| 84 |
+
"display_name": "Storm Spirit",
|
| 85 |
+
"name": "storm_spirit"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"hero_id": 18,
|
| 89 |
+
"display_name": "Sven",
|
| 90 |
+
"name": "sven"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"hero_id": 19,
|
| 94 |
+
"display_name": "Tiny",
|
| 95 |
+
"name": "tiny"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"hero_id": 20,
|
| 99 |
+
"display_name": "Vengeful Spirit",
|
| 100 |
+
"name": "vengefulspirit"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"hero_id": 21,
|
| 104 |
+
"display_name": "Windranger",
|
| 105 |
+
"name": "windrunner"
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"hero_id": 22,
|
| 109 |
+
"display_name": "Zeus",
|
| 110 |
+
"name": "zuus"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"hero_id": 23,
|
| 114 |
+
"display_name": "Kunkka",
|
| 115 |
+
"name": "kunkka"
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"hero_id": 25,
|
| 119 |
+
"display_name": "Lina",
|
| 120 |
+
"name": "lina"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"hero_id": 26,
|
| 124 |
+
"display_name": "Lion",
|
| 125 |
+
"name": "lion"
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"hero_id": 27,
|
| 129 |
+
"display_name": "Shadow Shaman",
|
| 130 |
+
"name": "shadow_shaman"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"hero_id": 28,
|
| 134 |
+
"display_name": "Slardar",
|
| 135 |
+
"name": "slardar"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"hero_id": 29,
|
| 139 |
+
"display_name": "Tidehunter",
|
| 140 |
+
"name": "tidehunter"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"hero_id": 30,
|
| 144 |
+
"display_name": "Witch Doctor",
|
| 145 |
+
"name": "witch_doctor"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"hero_id": 31,
|
| 149 |
+
"display_name": "Lich",
|
| 150 |
+
"name": "lich"
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"hero_id": 32,
|
| 154 |
+
"display_name": "Riki",
|
| 155 |
+
"name": "riki"
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"hero_id": 33,
|
| 159 |
+
"display_name": "Enigma",
|
| 160 |
+
"name": "enigma"
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"hero_id": 34,
|
| 164 |
+
"display_name": "Tinker",
|
| 165 |
+
"name": "tinker"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"hero_id": 35,
|
| 169 |
+
"display_name": "Sniper",
|
| 170 |
+
"name": "sniper"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"hero_id": 36,
|
| 174 |
+
"display_name": "Necrophos",
|
| 175 |
+
"name": "necrolyte"
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"hero_id": 37,
|
| 179 |
+
"display_name": "Warlock",
|
| 180 |
+
"name": "warlock"
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"hero_id": 38,
|
| 184 |
+
"display_name": "Beastmaster",
|
| 185 |
+
"name": "beastmaster"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"hero_id": 39,
|
| 189 |
+
"display_name": "Queen of Pain",
|
| 190 |
+
"name": "queenofpain"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"hero_id": 40,
|
| 194 |
+
"display_name": "Venomancer",
|
| 195 |
+
"name": "venomancer"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"hero_id": 41,
|
| 199 |
+
"display_name": "Faceless Void",
|
| 200 |
+
"name": "faceless_void"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"hero_id": 42,
|
| 204 |
+
"display_name": "Wraith King",
|
| 205 |
+
"name": "skeleton_king"
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"hero_id": 43,
|
| 209 |
+
"display_name": "Death Prophet",
|
| 210 |
+
"name": "death_prophet"
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"hero_id": 44,
|
| 214 |
+
"display_name": "Phantom Assassin",
|
| 215 |
+
"name": "phantom_assassin"
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"hero_id": 45,
|
| 219 |
+
"display_name": "Pugna",
|
| 220 |
+
"name": "pugna"
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"hero_id": 46,
|
| 224 |
+
"display_name": "Templar Assassin",
|
| 225 |
+
"name": "templar_assassin"
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"hero_id": 47,
|
| 229 |
+
"display_name": "Viper",
|
| 230 |
+
"name": "viper"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"hero_id": 48,
|
| 234 |
+
"display_name": "Luna",
|
| 235 |
+
"name": "luna"
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"hero_id": 49,
|
| 239 |
+
"display_name": "Dragon Knight",
|
| 240 |
+
"name": "dragon_knight"
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"hero_id": 50,
|
| 244 |
+
"display_name": "Dazzle",
|
| 245 |
+
"name": "dazzle"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"hero_id": 51,
|
| 249 |
+
"display_name": "Clockwerk",
|
| 250 |
+
"name": "rattletrap"
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"hero_id": 52,
|
| 254 |
+
"display_name": "Leshrac",
|
| 255 |
+
"name": "leshrac"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"hero_id": 53,
|
| 259 |
+
"display_name": "Nature's Prophet",
|
| 260 |
+
"name": "furion"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"hero_id": 54,
|
| 264 |
+
"display_name": "Lifestealer",
|
| 265 |
+
"name": "life_stealer"
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"hero_id": 55,
|
| 269 |
+
"display_name": "Dark Seer",
|
| 270 |
+
"name": "dark_seer"
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"hero_id": 56,
|
| 274 |
+
"display_name": "Clinkz",
|
| 275 |
+
"name": "clinkz"
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"hero_id": 57,
|
| 279 |
+
"display_name": "Omniknight",
|
| 280 |
+
"name": "omniknight"
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"hero_id": 58,
|
| 284 |
+
"display_name": "Enchantress",
|
| 285 |
+
"name": "enchantress"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"hero_id": 59,
|
| 289 |
+
"display_name": "Huskar",
|
| 290 |
+
"name": "huskar"
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"hero_id": 60,
|
| 294 |
+
"display_name": "Night Stalker",
|
| 295 |
+
"name": "night_stalker"
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"hero_id": 61,
|
| 299 |
+
"display_name": "Broodmother",
|
| 300 |
+
"name": "broodmother"
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"hero_id": 62,
|
| 304 |
+
"display_name": "Bounty Hunter",
|
| 305 |
+
"name": "bounty_hunter"
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"hero_id": 63,
|
| 309 |
+
"display_name": "Weaver",
|
| 310 |
+
"name": "weaver"
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"hero_id": 64,
|
| 314 |
+
"display_name": "Jakiro",
|
| 315 |
+
"name": "jakiro"
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"hero_id": 65,
|
| 319 |
+
"display_name": "Batrider",
|
| 320 |
+
"name": "batrider"
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"hero_id": 66,
|
| 324 |
+
"display_name": "Chen",
|
| 325 |
+
"name": "chen"
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"hero_id": 67,
|
| 329 |
+
"display_name": "Spectre",
|
| 330 |
+
"name": "spectre"
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"hero_id": 68,
|
| 334 |
+
"display_name": "Ancient Apparition",
|
| 335 |
+
"name": "ancient_apparition"
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"hero_id": 69,
|
| 339 |
+
"display_name": "Doom",
|
| 340 |
+
"name": "doom_bringer"
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"hero_id": 70,
|
| 344 |
+
"display_name": "Ursa",
|
| 345 |
+
"name": "ursa"
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"hero_id": 71,
|
| 349 |
+
"display_name": "Spirit Breaker",
|
| 350 |
+
"name": "spirit_breaker"
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"hero_id": 72,
|
| 354 |
+
"display_name": "Gyrocopter",
|
| 355 |
+
"name": "gyrocopter"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"hero_id": 73,
|
| 359 |
+
"display_name": "Alchemist",
|
| 360 |
+
"name": "alchemist"
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"hero_id": 74,
|
| 364 |
+
"display_name": "Invoker",
|
| 365 |
+
"name": "invoker"
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"hero_id": 75,
|
| 369 |
+
"display_name": "Silencer",
|
| 370 |
+
"name": "silencer"
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"hero_id": 76,
|
| 374 |
+
"display_name": "Outworld Destroyer",
|
| 375 |
+
"name": "obsidian_destroyer"
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"hero_id": 77,
|
| 379 |
+
"display_name": "Lycan",
|
| 380 |
+
"name": "lycan"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"hero_id": 78,
|
| 384 |
+
"display_name": "Brewmaster",
|
| 385 |
+
"name": "brewmaster"
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"hero_id": 79,
|
| 389 |
+
"display_name": "Shadow Demon",
|
| 390 |
+
"name": "shadow_demon"
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"hero_id": 80,
|
| 394 |
+
"display_name": "Lone Druid",
|
| 395 |
+
"name": "lone_druid"
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"hero_id": 81,
|
| 399 |
+
"display_name": "Chaos Knight",
|
| 400 |
+
"name": "chaos_knight"
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"hero_id": 82,
|
| 404 |
+
"display_name": "Meepo",
|
| 405 |
+
"name": "meepo"
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"hero_id": 83,
|
| 409 |
+
"display_name": "Treant Protector",
|
| 410 |
+
"name": "treant"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"hero_id": 84,
|
| 414 |
+
"display_name": "Ogre Magi",
|
| 415 |
+
"name": "ogre_magi"
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"hero_id": 85,
|
| 419 |
+
"display_name": "Undying",
|
| 420 |
+
"name": "undying"
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"hero_id": 86,
|
| 424 |
+
"display_name": "Rubick",
|
| 425 |
+
"name": "rubick"
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"hero_id": 87,
|
| 429 |
+
"display_name": "Disruptor",
|
| 430 |
+
"name": "disruptor"
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"hero_id": 88,
|
| 434 |
+
"display_name": "Nyx Assassin",
|
| 435 |
+
"name": "nyx_assassin"
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"hero_id": 89,
|
| 439 |
+
"display_name": "Naga Siren",
|
| 440 |
+
"name": "naga_siren"
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"hero_id": 90,
|
| 444 |
+
"display_name": "Keeper of the Light",
|
| 445 |
+
"name": "keeper_of_the_light"
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"hero_id": 91,
|
| 449 |
+
"display_name": "Io",
|
| 450 |
+
"name": "wisp"
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"hero_id": 92,
|
| 454 |
+
"display_name": "Visage",
|
| 455 |
+
"name": "visage"
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"hero_id": 93,
|
| 459 |
+
"display_name": "Slark",
|
| 460 |
+
"name": "slark"
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"hero_id": 94,
|
| 464 |
+
"display_name": "Medusa",
|
| 465 |
+
"name": "medusa"
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"hero_id": 95,
|
| 469 |
+
"display_name": "Troll Warlord",
|
| 470 |
+
"name": "troll_warlord"
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"hero_id": 96,
|
| 474 |
+
"display_name": "Centaur Warrunner",
|
| 475 |
+
"name": "centaur"
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"hero_id": 97,
|
| 479 |
+
"display_name": "Magnus",
|
| 480 |
+
"name": "magnataur"
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"hero_id": 98,
|
| 484 |
+
"display_name": "Timbersaw",
|
| 485 |
+
"name": "shredder"
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"hero_id": 99,
|
| 489 |
+
"display_name": "Bristleback",
|
| 490 |
+
"name": "bristleback"
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"hero_id": 100,
|
| 494 |
+
"display_name": "Tusk",
|
| 495 |
+
"name": "tusk"
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"hero_id": 101,
|
| 499 |
+
"display_name": "Skywrath Mage",
|
| 500 |
+
"name": "skywrath_mage"
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"hero_id": 102,
|
| 504 |
+
"display_name": "Abaddon",
|
| 505 |
+
"name": "abaddon"
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"hero_id": 103,
|
| 509 |
+
"display_name": "Elder Titan",
|
| 510 |
+
"name": "elder_titan"
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"hero_id": 104,
|
| 514 |
+
"display_name": "Legion Commander",
|
| 515 |
+
"name": "legion_commander"
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"hero_id": 105,
|
| 519 |
+
"display_name": "Techies",
|
| 520 |
+
"name": "techies"
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"hero_id": 106,
|
| 524 |
+
"display_name": "Ember Spirit",
|
| 525 |
+
"name": "ember_spirit"
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"hero_id": 107,
|
| 529 |
+
"display_name": "Earth Spirit",
|
| 530 |
+
"name": "earth_spirit"
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"hero_id": 108,
|
| 534 |
+
"display_name": "Underlord",
|
| 535 |
+
"name": "abyssal_underlord"
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"hero_id": 109,
|
| 539 |
+
"display_name": "Terrorblade",
|
| 540 |
+
"name": "terrorblade"
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"hero_id": 110,
|
| 544 |
+
"display_name": "Phoenix",
|
| 545 |
+
"name": "phoenix"
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"hero_id": 111,
|
| 549 |
+
"display_name": "Oracle",
|
| 550 |
+
"name": "oracle"
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"hero_id": 112,
|
| 554 |
+
"display_name": "Winter Wyvern",
|
| 555 |
+
"name": "winter_wyvern"
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"hero_id": 113,
|
| 559 |
+
"display_name": "Arc Warden",
|
| 560 |
+
"name": "arc_warden"
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"hero_id": 114,
|
| 564 |
+
"display_name": "Monkey King",
|
| 565 |
+
"name": "monkey_king"
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"hero_id": 119,
|
| 569 |
+
"display_name": "Dark Willow",
|
| 570 |
+
"name": "dark_willow"
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"hero_id": 120,
|
| 574 |
+
"display_name": "Pangolier",
|
| 575 |
+
"name": "pangolier"
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"hero_id": 121,
|
| 579 |
+
"display_name": "Grimstroke",
|
| 580 |
+
"name": "grimstroke"
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"hero_id": 123,
|
| 584 |
+
"display_name": "Hoodwink",
|
| 585 |
+
"name": "hoodwink"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"hero_id": 126,
|
| 589 |
+
"display_name": "Void Spirit",
|
| 590 |
+
"name": "void_spirit"
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"hero_id": 128,
|
| 594 |
+
"display_name": "Snapfire",
|
| 595 |
+
"name": "snapfire"
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"hero_id": 129,
|
| 599 |
+
"display_name": "Mars",
|
| 600 |
+
"name": "mars"
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"hero_id": 131,
|
| 604 |
+
"display_name": "Ringmaster",
|
| 605 |
+
"name": "ringmaster"
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"hero_id": 135,
|
| 609 |
+
"display_name": "Dawnbreaker",
|
| 610 |
+
"name": "dawnbreaker"
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"hero_id": 136,
|
| 614 |
+
"display_name": "Marci",
|
| 615 |
+
"name": "marci"
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"hero_id": 137,
|
| 619 |
+
"display_name": "Primal Beast",
|
| 620 |
+
"name": "primal_beast"
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"hero_id": 138,
|
| 624 |
+
"display_name": "Muerta",
|
| 625 |
+
"name": "muerta"
|
| 626 |
+
}
|
| 627 |
+
]
|
matches.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c94495dbae190e860c7b61fa24845d4db3ab58cb4bda16f81a6dd1fb45be5ac
|
| 3 |
+
size 218165322
|
notebooks/exploratory_analysis.ipynb
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "markdown",
|
| 5 |
+
"metadata": {},
|
| 6 |
+
"source": [
|
| 7 |
+
"TBD"
|
| 8 |
+
]
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"metadata": {
|
| 12 |
+
"language_info": {
|
| 13 |
+
"name": "python"
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
"nbformat": 4,
|
| 17 |
+
"nbformat_minor": 2
|
| 18 |
+
}
|