[Low] [Bug] Stats tab missing Critical Chance display (only shows Critical Multiplier) #343
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug: Stats tab shows "Critical Multiplier: 1.5x" but no "Critical Chance" display
Steps to reproduce
Expected
Critical chance should be displayed (e.g., "Critical Chance: 5%" or similar base value).
Actual
The Stats tab shows "Critical Multiplier: 1.5x" but there is no "Critical Chance" stat displayed anywhere. Players have no way to see their current crit chance.
Root cause
The
CombatStatsSectioncomponent only displayscritMultiplierbut notcritChance. The game has crit chance mechanics (e.g., Sharp Edge enchantment gives +5% crit chance, Heavy Hitter achievement gives +3% crit), but the UI doesn't show the base or total crit chance value.Store
StatsTab→CombatStatsSection.tsx