Show attack effects, ability frequency, and perception details #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Three related gaps in existing PF2e stat block sections where Foundry VTT data is available but currently discarded during normalization.
Attack effects
Melee items have
system.attackEffects.value(e.g.,["grab"],["lich-siphon-life"]) linking on-hit effects to attacks. In official PF2e format, attacks read "Damage 2d12+7 piercing plus Grab". Currently the damage is shown but the "plus Grab" part is missing. The ability itself (Grab, Knockdown, etc.) is visible as a separate entry, but the inline link to the specific attack is not.Ability frequency
Action items have
system.frequencywithmaxandperfields (e.g.,{max: 1, per: "day"}). Without this, limited-use abilities like Drain Soul Cage appear unlimited. Should render as "(1/day)" or "(1/round)" alongside the ability name.Perception details
system.perception.detailscontains qualifying text like "smoke vision" that should appear on the perception line alongside senses. Currently only thesensesarray is extracted.Acceptance Criteria