From ba8a69fe546720e771be39e7c614e39a5f45212e Mon Sep 17 00:00:00 2001 From: Hikari Date: Thu, 19 Mar 2026 21:20:43 -0700 Subject: [PATCH] feat: display combat power per adventurer on cards --- apps/web/src/components/game/adventurerPanel.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/web/src/components/game/adventurerPanel.tsx b/apps/web/src/components/game/adventurerPanel.tsx index c996374..e6efe97 100644 --- a/apps/web/src/components/game/adventurerPanel.tsx +++ b/apps/web/src/components/game/adventurerPanel.tsx @@ -143,6 +143,10 @@ const AdventurerCard = ({ {" essence/s each"}

} +

+ {formatNumber(adventurer.combatPower)} + {" combat power each"} +

{"×"}