26 lines
445 B
YAML
26 lines
445 B
YAML
version: 3
|
|
output:
|
|
directory: ./notarius-output
|
|
cache:
|
|
chunk_plans:
|
|
mode: bypass
|
|
checkpoints: {}
|
|
debug:
|
|
directory: ./notarius-debug
|
|
pipelines:
|
|
dnd-npcs:
|
|
input: seriatim
|
|
chunk: generic
|
|
artifacts:
|
|
npcs:
|
|
extract:
|
|
module: dnd/npcs
|
|
normalize: dnd/npcs
|
|
dnd-spells:
|
|
input: seriatim
|
|
chunk: generic
|
|
artifacts:
|
|
spells:
|
|
extract: dnd/spells
|
|
normalize: dnd/spells
|