Content files (RON templates, YAML campaigns, gauntlet data) are consumed exclusively by the server. Colocate them at server/content/ and update all path references in Rust source, tooling scripts, and schema files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
1.4 KiB
YAML
34 lines
1.4 KiB
YAML
# Fact catalog: relationship
|
|
# Inter-NPC connections — what one character knows about relationships between others
|
|
# Source: docs/design/knowledge-vocabulary-v01.md §4.7 (#368)
|
|
|
|
facts:
|
|
|
|
- fact_id: relationship.kael_naia_connection
|
|
description: Kael and Naia are romantically partnered — not just colleagues
|
|
typical_confidence: knows_of
|
|
characters: [smuggler, detective]
|
|
notes: "Smuggler may know from background or Kael mentioning Naia. Detective through social observation."
|
|
|
|
- fact_id: relationship.ring_membership
|
|
description: Character has identified specific ring members
|
|
typical_confidence: knows_of
|
|
characters: [smuggler, detective]
|
|
notes: "knows_of = partial list; knows_details = full ring membership identified"
|
|
|
|
- fact_id: relationship.trust_network
|
|
description: Understanding of who trusts whom inside the ring — operational reliability mapping
|
|
typical_confidence: knows_details
|
|
characters: [smuggler]
|
|
notes: "Smuggler-specific operational knowledge"
|
|
|
|
- fact_id: relationship.tamm_family
|
|
description: Connection between Naia Tamm and her family situation
|
|
typical_confidence: knows_of
|
|
characters: [smuggler, detective]
|
|
|
|
- fact_id: relationship.torek_bar_arrangement
|
|
description: Torek has a financial arrangement related to the bar or its operations
|
|
typical_confidence: knows_of
|
|
characters: [smuggler, detective]
|