Add Recall Knowledge DC and skill to PF2e stat blocks
CI / check (push) Successful in 2m29s
CI / build-image (push) Successful in 19s

Display Recall Knowledge line below trait tags showing DC (from level
via standard DC-by-level table, adjusted for rarity) and associated
skill derived from creature type trait. Omitted for D&D creatures and
creatures with no recognized type trait.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-04-10 18:43:49 +02:00
co-authored by Claude Opus 4.6
parent e161645228
commit e2e8297c95
6 changed files with 299 additions and 1 deletions
+4
View File
@@ -108,6 +108,10 @@ export {
VALID_PLAYER_COLORS,
VALID_PLAYER_ICONS,
} from "./player-character-types.js";
export {
type RecallKnowledge,
recallKnowledge,
} from "./recall-knowledge.js";
export { rehydrateCombatant } from "./rehydrate-combatant.js";
export { rehydratePlayerCharacter } from "./rehydrate-player-character.js";
export {