Display focus point pool on PF2e stat blocks #35

Closed
opened 2026-04-10 17:43:10 +02:00 by dostulata · 1 comment
Owner

Summary

270 PF2e creatures have explicit focus spell items (with the "focus" trait), and the focus point pool (system.resources.focus, max 1-3) is not shown on the stat block. When a creature has focus spells, the DM needs to know how many focus points are available to track usage during combat. 819 creatures total have focus points, though many use focus-powered abilities modeled as action items rather than spells.

Acceptance Criteria

  • Creatures with focus spells display their focus point pool near the spellcasting section (e.g., "Focus Points 2")
  • Creatures without focus points do not show a focus point entry
  • Focus point data is extracted from the existing cached creature JSON (no additional fetch required)
## Summary 270 PF2e creatures have explicit focus spell items (with the "focus" trait), and the focus point pool (`system.resources.focus`, max 1-3) is not shown on the stat block. When a creature has focus spells, the DM needs to know how many focus points are available to track usage during combat. 819 creatures total have focus points, though many use focus-powered abilities modeled as action items rather than spells. ## Acceptance Criteria - [ ] Creatures with focus spells display their focus point pool near the spellcasting section (e.g., "Focus Points 2") - [ ] Creatures without focus points do not show a focus point entry - [ ] Focus point data is extracted from the existing cached creature JSON (no additional fetch required)
Author
Owner

this is a Foundry VTT detail that does not correspond to actual play. Most creatures cast focus spells at will without requiring focus points.

this is a Foundry VTT detail that does not correspond to actual play. Most creatures cast focus spells at will without requiring focus points.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dostulata/initiative#35