-
Notifications
You must be signed in to change notification settings - Fork 2
Hero Data
The object property for each item is the hero id.
Always has the "Hero" prefix. Can be used to identify the heroes in the replay files as the hero's real names are localized.
See HyperlinkId.
A four character identifier. Used for bans in the replay file.
Ids for veterancydata items.
Ids for unit items. These are units that the hero can "summon".
An id for a mountdata item.
Ids for skindata items.
Ids for skindata items.
Ids for voiceline items.
Ids for mount items.
Sub-abilities are abilities that are not part of the "base" abilities. These abilities become available when another ability (including another sub-ability) is used or through a selected talent.
Example of sub-abilities for Genji.
...
"subAbilities": {
"GenjiDragonblade|GenjiDragonblade|Heroic": {
"Basic": [
{
"linkId": "GenjiDragonbladeAttack|GenjiDragonbladeAttack|Q",
...
}
],
"Heroic": [
{
"linkId": "GenjiDragonbladeAttack|GenjiDragonbladeAttack|Heroic",
...
}
]
},
"Mount|SummonMount|Z": {
"Mount": [
{
"linkId": "Dismount|UnsummonMount|Z",
...
}
]
},
"GenjiDeflectDragonClaw|GenjiDeflectDragonClawTalent|Active|Level4": {
"Activable": [
{
"linkId": "GenjiDeflectDragonClaw|GenjiDeflectDragonClawAbility|Active",
...
}
]
}
},
...There are four sub-abilities:
GenjiDragonbladeAttack|GenjiDragonbladeAttack|Q
GenjiDragonbladeAttack|GenjiDragonbladeAttack|Heroic
Dismount|UnsummonMount|Z
GenjiDeflectDragonClaw|GenjiDeflectDragonClawAbility|Active
In three linkId groups:
GenjiDragonblade|GenjiDragonblade|Heroic
Mount|SummonMount|Z
GenjiDeflectDragonClaw|GenjiDeflectDragonClawTalent|Active|Level4
These linkId groups are either abilities, other sub-abilities, or talents.
"Hero" type units the hero can control.