From a44f82127e39c200dc5d634831abc613f1f97922 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 10 Apr 2026 23:37:30 +0200 Subject: [PATCH] Add PF2e attack effects, ability frequency, and perception details Show inline on-hit effects on attack lines (e.g., "plus Grab"), frequency limits on abilities (e.g., "(1/day)"), and perception details text alongside senses. Strip redundant frequency lines from Foundry descriptions. Also add resilient PF2e source fetching: batched requests with retry, graceful handling of ad-blocker-blocked creature files (partial success with toast warning and re-fetch prompt for missing creatures). Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web/src/components/stat-block-panel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/components/stat-block-panel.tsx b/apps/web/src/components/stat-block-panel.tsx index ac72696..a0fce9d 100644 --- a/apps/web/src/components/stat-block-panel.tsx +++ b/apps/web/src/components/stat-block-panel.tsx @@ -242,7 +242,6 @@ export function StatBlockPanel({ panelRole, side, }: Readonly) { - const { isSourceCached } = useBestiaryContext(); const { creatureId, creature,