Closed pastelmind closed 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:
--profile detailed
Fenix.json
FenixData.xml
<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?
detailed
Thanks for the bug report @pastelmind, this should be fixed in v1.0.9.
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 inFenixData.xml
is removed:Can the
detailed
profile please be updated to include this value?