-
Notifications
You must be signed in to change notification settings - Fork 0
Hero
Vishrut Reddi edited this page Oct 6, 2017
·
1 revision
| Property | Type | Description |
|---|---|---|
| Name | String | Name of the hero. |
| LocalizedName | String | ID form of hero name that is used to uniquely identify a hero. |
| Roles | String[] | A list of both the official and unofficial roles. More info |
| Popularity | Integer | Based on how many times the hero is picked in games, the popularity rank is determined. |
| WinRate | Float | Percentage of games that are won by the team picking a certain hero. |
| LanePresence | LanePresenceStats[] | Based on the lanes the hero is played in, this property packs a bunch of stats about the hero per lane. |
| Description | String | TBD |
| Lore | String | TBD |
| Image | String | Link of the hero image. |
| SourceLink | String | Dotabuff link of the hero's page |