Files
dm-pal/scripts/check-encounter-budget.ts
2026-08-09 13:49:54 +01:00

5 lines
258 B
TypeScript

// ponytail: runnable self-check for the encounter XP-budget math. Not part
// of the app build (scripts/ is outside tsconfig.app's include). Run with:
// node scripts/check-encounter-budget.ts
import { demo } from "../src/lib/encounter-budget.ts";
demo();