wip(simulation): template-to-instance mapping — spawn_template_npcs (#166)

Add spawn_template_npcs: three-phase template instantiation (spawn NPCs
per role slot, wire intra-template relationships, record cross-template
references in TemplateReferenceMap). Partially complete — needs
validation pass, error handling, and integration with content loading
pipeline.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 17:46:47 +01:00
co-authored by Claude Opus 4.6
parent 6f39df884c
commit ace5cb811f
2 changed files with 376 additions and 1 deletions
+1 -1
View File
@@ -1092,7 +1092,7 @@ dependencies = [
[[package]]
name = "settled-reach-server"
version = "0.1.19"
version = "0.1.20"
dependencies = [
"bevy_app",
"bevy_ecs",