Loading...
- {unlocked} / {achievements.length} unlocked + {unlocked.length} / {achievements.length} unlocked
Loading...
No bosses in this zone yet.
+ {visibleBosses.length === 0 && ( +No bosses to show in this zone.
)}Loading...
Equipment drops from bosses and grants passive bonuses. Only one item per slot can be equipped at a time.
{SLOT_ORDER.map((slotType) => { - const items = equipment.filter((e) => e.type === slotType); + const items = equipment.filter( + (e) => e.type === slotType && (showLocked || e.owned), + ); return (No items to show in this slot.
+ )}Loading...
No quests in this zone yet.
+ {visibleQuests.length === 0 && ( +No quests to show in this zone.
)}Loading...
{purchased.length} / {state.upgrades.length} purchased
{state.upgrades.length === 0 ? (No upgrades available yet — keep adventuring!
@@ -94,7 +104,7 @@ export const UpgradePanel = (): React.JSX.Element => { currentEssence={state.resources.essence} /> ))} - {locked.map((upgrade) => ( + {showLocked && locked.map((upgrade) => (