Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Kael has the wrong difficulty #36

Closed
Gnejs opened this issue May 14, 2016 · 2 comments
Closed

Kael has the wrong difficulty #36

Gnejs opened this issue May 14, 2016 · 2 comments

Comments

@Gnejs
Copy link

Gnejs commented May 14, 2016

Says Easy in json, but Hard in game

@jnovack
Copy link
Member

jnovack commented May 17, 2016

I consider this a problem in game. You press Q, then D+W, what's difficult?

@jnovack
Copy link
Member

jnovack commented Jun 16, 2016

Within mods/heroesdata.stormmod/base.stormdata/GameData/Heroes/KaelthasData/KaelthasData.xml you will see that Kael'thas as no Difficulty element. Difficulty defaults to "Easy" when there is no element.

Conversely, you will see that in mods/heroesdata.stormmod/base.stormdata/GameData/HeroData.xml that Abathur HAS a Difficulty element.

  <CHero id="Abathur">
        <Difficulty value="VeryHard"/>
        ...
  </CHero>

I WILL not manually modify this. Defeats the point of automation. File a bug report with Blizzard. Garbage In, Garbage Out.

@jnovack jnovack closed this as completed Jun 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants