You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
A user reported this to me via e-mail. I have NOT had a chance to investigate it yet to see if it's a valid issue or not:
It seems that there is an issue with Cho's values specifically. It didnt happen in the old files but in this new release I get a parsing error when JSON.parse reached Cho's first ability. After deleting Cho from the json file everything seemed to work just fine.
The text was updated successfully, but these errors were encountered:
$ cat heroes.json | jq '.[]|select(.id == "Cho") | .abilities.Cho[0]'
{
"id": "ChoSurgingFistCast",
"icon": "storm_ui_icon_Cho_MoltenSurge_A.dds",
"name": "Surging Fist",
"description": "Wind up for at least 1 second temporarily slowing yourself, then reactivate to charge in a direction. Enemies in your path are knocked aside and take 46 (+0.04 per level) damage.",
"cooldown": 13,
"shortcut": "Q"
}
A user reported this to me via e-mail. I have NOT had a chance to investigate it yet to see if it's a valid issue or not:
The text was updated successfully, but these errors were encountered: