Auto-sync: 2026-04-26 08:02
This commit is contained in:
41
wiki/concepts/Pacing-Architecture.md
Normal file
41
wiki/concepts/Pacing-Architecture.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
title: "Pacing Architecture"
|
||||
type: concept
|
||||
tags: []
|
||||
last_updated: 2026-04-26
|
||||
---
|
||||
|
||||
## Definition
|
||||
|
||||
节奏架构(Pacing Architecture)是通过空间节奏控制玩家情感体验的设计方法——将张力曲线映射到物理空间中,让玩家在不同区域之间经历紧张、释放、探索、战斗的情感起伏。
|
||||
|
||||
## Pacing Arc Template
|
||||
```
|
||||
Tension → Release → Escalation → Climax → Resolution
|
||||
```
|
||||
每个关卡必须包含完整的情感弧线。
|
||||
|
||||
## Implementation Methods
|
||||
|
||||
### Through Space
|
||||
- 通过房间大小(宏大空间 = 释放,狭窄走廊 = 紧张)
|
||||
- 通过敌人密度(高密度 = 高张力)
|
||||
- 通过视觉开放度(开阔视野 = 安全,低天花板 = 压迫)
|
||||
- 通过光照强度(明亮 = 安全,昏暗 = 危险)
|
||||
|
||||
### Pacing Chart
|
||||
| 时间 | 活动类型 | 张力等级 | 备注 |
|
||||
|------|---------|---------|------|
|
||||
| 0:00 | 探索 | 低 | 环境故事引入 |
|
||||
| 1:30 | 小规模战斗 | 中 | 教授机制 X |
|
||||
| 3:00 | 探索 | 低 | 奖励 + 世界观构建 |
|
||||
| 4:30 | 大规模战斗 | 高 | 在压力下应用机制 X |
|
||||
| 6:00 | 解决 | 低 | 喘息空间 + 出口 |
|
||||
|
||||
## Related Concepts
|
||||
- [[Flow And Readability]]:Pacing 是 Flow 的情感维度
|
||||
- [[Blockout Discipline]]:节奏验证通过灰盒 playtest 完成
|
||||
- [[Encounter Design]]:战斗遭遇的密度和规模决定节奏高潮
|
||||
|
||||
## Sources
|
||||
- [[Level Designer Agent Personality]]
|
||||
Reference in New Issue
Block a user