diff --git a/frontend/src/pages/ShopPage.tsx b/frontend/src/pages/ShopPage.tsx index 93342dc..51473d7 100644 --- a/frontend/src/pages/ShopPage.tsx +++ b/frontend/src/pages/ShopPage.tsx @@ -30,6 +30,7 @@ interface ShopItem { rarity: string; attackBonus: number; defenseBonus: number; + forceBonus: number; buyPrice: number; minLevel: number; zone: string | null; @@ -58,8 +59,8 @@ function ShopItemCard({ item, onBuy, buying }: { item: ShopItem; onBuy: () => vo