[Low] [Bug] Stats tab missing Critical Chance display (only shows Critical Multiplier) #343

Open
opened 2026-06-09 14:00:18 +02:00 by Anexim · 0 comments
Owner

Bug: Stats tab shows "Critical Multiplier: 1.5x" but no "Critical Chance" display

Steps to reproduce

  1. Open the game
  2. Go to Stats tab → Combat Stats section

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 CombatStatsSection component only displays critMultiplier but not critChance. 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

StatsTabCombatStatsSection.tsx

## Bug: Stats tab shows "Critical Multiplier: 1.5x" but no "Critical Chance" display ### Steps to reproduce 1. Open the game 2. Go to Stats tab → Combat Stats section ### 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 `CombatStatsSection` component only displays `critMultiplier` but not `critChance`. 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`
Anexim added the ai:todo label 2026-06-09 14:00:18 +02:00
n8n-gitea was assigned by Anexim 2026-06-09 14:00:18 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#343