joeistas / heroes-parser

Parse Heroes of the Storm game data into JSON
4 stars 1 forks source link

Fenix's HeroWeaponDamage is not available in JSON output #1

Closed pastelmind closed 6 years ago

pastelmind commented 6 years ago

I'm running heroes-parser with --profile detailed. The output JSON for Fenix (Fenix.json) is missing the base weapon damage value (86). Specifically, the following element in FenixData.xml is removed:

  <CEffectDamage id="FenixHeroWeaponDamage" parent="StormWeapon">
    <Amount value="86" />
    <MultiplicativeModifierArray index="0" Validator="FenixHasMobileOffenseDamageBuffAndTargetIsHero" Modifier="0.3" Crit="1" />
  </CEffectDamage>

Can the detailed profile please be updated to include this value?

joeistas commented 6 years ago

Thanks for the bug report @pastelmind, this should be fixed in v1.0.9.