[BUG] [0.5] Flame Dart

Flame dart is dealing more damage than it should.

I have level 4 hero with warlock talent and Flame Dart is dealing 24 damage when it should only deal 12 damage.

 

The description of flame dart says that it deals 2x level plus 2 per fire shard in damage. So 2 x level 4 = 8 damage, that is then increased by %50 because of the warlock trait. So it should only deal 12 damage instead of 24.

5,093 views 5 replies
Reply #1 Top

<GameModifier>
            <ModType>Unit</ModType>
            <Attribute>DefendableDamage</Attribute>
            <AttackStat>UnitStat_Attack_Fire</AttackStat>
            <IsForFormattedDescription>1</IsForFormattedDescription>
            <Calculate InternalName="Calc" ValueOwner="CastingUnit">
                <Expression><![CDATA[[UnitOwner_GetNumFireShards] + [Unit_GetLevel]]]></Expression>
            </Calculate>
            <Calculate InternalName="Calc2" ValueOwner="CastingUnit">
                <Expression><![CDATA[[Calc] * [UnitStat_SpellDamage_Fire]]]></Expression>
            </Calculate>
            <Calculate InternalName="Value">
                <Expression><![CDATA[[Calc2] * 4]]></Expression>
            </Calculate>
            <Calculate InternalName="ValueForFormattedDescription">
                <Expression><![CDATA[[Calc2] * 4]]></Expression>
            </Calculate>
        </GameModifier>

Yeah, the GMod is showing 4 per level +4 per fire shard.  Definitely a bug.

Reply #2 Top

where do I edit the code for that ? this would allow me to fix it while we wait for an official patch, and I assume that it should be * 2 for both of the Calculate InternalName lines.

Reply #3 Top

...\Steam\SteamApps\common\FE Legendary Heroes\data\English\CoreSpells.xml

Reply #4 Top

Here, unzip this to your x:\Users\[username]\Documents\My Games\LegendaryHeroes\Mods folder and enable mods in the game.  That way if they don't fix it in the next patch, you'll still have it right (unless they meant to double damage and forgot to update the description, in which case you'll have it wrong and should delete the file).

http://darkseam.com/fe/FlameDartFix.zip

I haven't tested the file yet, but it should work.

Reply #5 Top

Fixed, thanks.