Verify complete D&D entity handoffs
This commit is contained in:
@@ -37,9 +37,9 @@ pipelines:
|
||||
lanes:
|
||||
- item-occurrences
|
||||
- item-registry
|
||||
- locations
|
||||
- location-registry
|
||||
- location-occurrences
|
||||
- npc_registry
|
||||
- npc-registry
|
||||
- spells
|
||||
- combat-turns
|
||||
- npc-occurrences
|
||||
@@ -54,7 +54,7 @@ pipelines:
|
||||
retries: 2
|
||||
merge: appendorder
|
||||
normalize: dnd/item-registry
|
||||
npc_registry:
|
||||
npc-registry:
|
||||
extract:
|
||||
module: dnd/npc-registry
|
||||
retries: 2
|
||||
@@ -62,7 +62,7 @@ pipelines:
|
||||
normalize:
|
||||
module: dnd/npc-registry
|
||||
retries: 2
|
||||
locations:
|
||||
location-registry:
|
||||
extract:
|
||||
module: dnd/location-registry
|
||||
retries: 2
|
||||
@@ -83,11 +83,11 @@ pipelines:
|
||||
location_registry:
|
||||
artifact:
|
||||
step: describe-session
|
||||
lane: locations
|
||||
lane: location-registry
|
||||
npc_registry:
|
||||
artifact:
|
||||
step: describe-session
|
||||
lane: npc_registry
|
||||
lane: npc-registry
|
||||
scene_descriptions:
|
||||
artifact:
|
||||
step: describe-session
|
||||
@@ -138,7 +138,7 @@ pipelines:
|
||||
npc_registry:
|
||||
artifact:
|
||||
step: describe-session
|
||||
lane: npc_registry
|
||||
lane: npc-registry
|
||||
scene_descriptions:
|
||||
artifact:
|
||||
step: describe-session
|
||||
|
||||
Reference in New Issue
Block a user