d9fb271607
Implements PF2e encounter difficulty alongside the existing D&D system. PF2e uses creature level vs party level to derive XP, compares against 5-tier budgets (Trivial/Low/Moderate/Severe/Extreme), and adjusts thresholds for party size. The indicator shows 4 bars in PF2e mode. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
225 B
TypeScript
5 lines
225 B
TypeScript
export { buildCombatant } from "./build-combatant.js";
|
|
export { buildCreature } from "./build-creature.js";
|
|
export { buildEncounter } from "./build-encounter.js";
|
|
export { buildPf2eCreature } from "./build-pf2e-creature.js";
|