Files
nexus/wiki/concepts/Lore-Architecture.md
2026-04-26 08:02:48 +08:00

81 lines
2.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Lore Architecture"
type: concept
tags: [game-narrative, worldbuilding, lore]
sources: [narrative-designer.md]
last_updated: 2026-04-26
---
# Lore Architecture
Lore 架构——三层可选深度世界构建体系,确保叙事丰富性与可理解性并存。
## Core Rule
**Lore is always optional — the critical path must be comprehensible without any collectibles or optional dialogue.**
玩家不需要探索任何可选内容,也能理解并享受核心故事。
## Three Tiers
### Tier 1: Surface所有玩家
**内容**:关键路径上所有玩家都会遇到的内容
- 主线过场动画
- 关键 NPC 必要对话
- 定义世界视觉地标的环境叙事
- 定义世界规则的基础设定
**设计原则**:这部分 Lore 是"地板"——永远不能低于这个质量标准,因为它面向所有人。
### Tier 2: Engaged探索者
**内容**:与所有 NPC 交谈、阅读笔记、探索区域的玩家会发现
- 支线任务对话
- 可收集笔记和日志
- 可选 NPC 对话
- 可发现的环境叙事场景
**设计原则**:为喜欢深入世界但不追求极致的玩家准备。不强制但值得。
### Tier 3: Deep深度 Lore 猎手)
**内容**:寻找隐藏房间、秘密物品、元叙事线索的玩家会发现
- 隐藏文档和加密日志
- 需要推理才能理解的环境细节
- 连接表面层与探索层看似无关的 Tier 1 和 Tier 2 beat 的深层联系
- 揭示游戏真正元叙事的高阶内容
**设计原则**:为最投入的玩家准备的额外奖励。不能作为理解核心故事的必要条件。
## World Bible世界圣经
所有 Lore 必须与世界圣经一致——即使是最背景的细节也不例外:
```markdown
## World Bible Quick Reference
- Timeline: [关键历史事件和日期]
- Factions: [名称、目标、哲学、与玩家关系]
- Rules of the World: [什么是可能的,什么不可能——物理/魔法/科技规则]
- Banned Retcons: [Tier 1 中已建立的事实,永远不能被矛盾]
```
## Lore 与 Environmental Storytelling 的关系
- 环境叙事是 Tier 2 Deep 的物理呈现方式
- Tier 1 Surface 通过显式叙事(对话、过场)传递
- Tier 2/3 通过环境道具的空间布局无声传递
## Consistency Enforcement
- 环境叙事与对话/过场故事之间**零矛盾**
- 任何 Lore 更新必须同步到 World Bible
- 违反 World Bible 的内容在 Code Review 阶段必须被拦截
## Related Concepts
- [[Environmental Storytelling]]:环境叙事是 Lore 在空间中的物理表达
- [[Narrative Debt Tracking]]Lore 中的伏笔和解承诺需要债务追踪
- [[Branching Narrative]]:不同分支可能通向不同深度的 Lore
## Sources
- [[Narrative Designer Agent Personality]] — Lore Architecture