[Suggestion] Crit Modifier

I would really like to be able to see Crit modifier somewhere in the stats screen, when playing as an assassin class hero, you will have different bonuses to this value, but you will never really know the true value unless you do endless head-counting. Instead I would prefer if you would put in a Modifier to show it somewhere, even if its hidden in the critical chance description.

Sincerely
~ Kongdej

4,767 views 4 replies
Reply #1 Top

i think its enough to remove the hidden parameter tbh

 

    <UnitStatType InternalName="UnitStat_CritDamageMultiplier">
        <DisplayName>Crit Multiplier</DisplayName>
        <DisplayNameShort>CRIT</DisplayNameShort>
        <Description>The multiplier applied to the damage amount when this unit does a Crit.</Description>
        <Icon>Stat_CritDamageMultiplier_Icon.png</Icon>
        <Hidden>1</Hidden>
        <DefaultValue>2.0</DefaultValue>
        <UnitStatGrouping>CombatStat</UnitStatGrouping>
    </UnitStatType>

 

remove hidden and you should see it

Reply #2 Top

Quoting ddd888, reply 1
i think its enough to remove the hidden parameter tbh

 

    <UnitStatType InternalName="UnitStat_CritDamageMultiplier">
        <DisplayName>Crit Multiplier</DisplayName>
        <DisplayNameShort>CRIT</DisplayNameShort>
        <Description>The multiplier applied to the damage amount when this unit does a Crit.</Description>
        <Icon>Stat_CritDamageMultiplier_Icon.png</Icon>
        <Hidden>1</Hidden>
        <DefaultValue>2.0</DefaultValue>
        <UnitStatGrouping>CombatStat</UnitStatGrouping>
    </UnitStatType>

 

remove hidden and you should see it
End of ddd888's quote

Or just change it to zero

Reply #3 Top

The problem with showing more unitstats is it pushes others out in the unit design window. You can still use the scroll wheel to show them, but it's still not good.

For the Goetia mod we will provide an extended UI so that doesn't happen.

Reply #4 Top

I wonder why my post ended up in the modding forum though, that was a mistake O_o

This forum is so weird sometimes

Sincerely
~ Kongdej