Files
nexus/wiki/concepts/Pacing-Chart.md
2026-05-03 05:42:12 +08:00

62 lines
2.6 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: "Pacing Chart"
type: concept
tags: ["game-design", "level-design", "player-experience", "tension-management"]
sources: ["level-designer.md"]
last_updated: 2026-05-07
---
## Definition
Pacing Chart节奏图表是游戏关卡设计中的时间-张力可视化工具,通过将关卡时间轴分解为活动类型和张力级别,直观展示玩家在关卡中的情感曲线。核心理念:**通过空间节奏引导玩家情感——紧张、释放、探索、战斗交替出现,避免单一情绪持续过久导致疲劳**。
## Core Components
### Time Axis
关卡时间轴,单位为关卡内部时间(如 `0:00``1:30``3:00`)或百分比进度。
### Activity Type
活动类型分类:
- **Exploration**(探索)—— 低压力空间发现,节奏偏缓
- **Combat**(战斗)—— 高强度对抗,分 small/medium/large 三档
- **Traversal**(穿越)—— 移动与平台跳跃,中等压力
- **Story**(叙事)—— 过场或环境叙事时刻
- **Reward**(奖励)—— 获得道具或能力,给予正向反馈
- **Resolution**(收束)—— 阶段或关卡结束的松弛区间
### Tension Level
张力等级Low → Medium → High → Peak → Release
## Pacing Arc Template
典型关卡的节奏弧线:
```
时间 | 活动类型 | 张力等级 | 笔记
--------|-------------|-----------|--------------------------
0:00 | Exploration | Low | 环境故事引入
1:30 | Combat(sm) | Medium | 教学机制X
3:00 | Exploration | Low | 奖励+世界观建立
4:30 | Combat(lg) | High | 在压力下应用机制X
6:00 | Resolution | Low | 呼吸空间+出口
```
## Design Principles
1. **张力-释放交替**:每次高张力时刻后必须有释放期,否则玩家疲劳
2. **新机制教学嵌入低张力区**:玩家首次接触机制时,应在低压力探索区而非战斗区
3. **奖励节奏匹配挑战节奏**:大型战斗后应紧跟奖励区,形成正反馈闭环
4. **高潮点唯一性**:每个关卡应有且仅有一个真正的 Peak避免多峰导致重点模糊
## Connections
- [[Level Designer]] 使用 Pacing Chart 作为核心交付物
- [[Grey Box Blockout]] 阶段即需验证 Pacing Chart 的可执行性
- [[Encounter Design]] 的战斗规模直接影响 Pacing Chart 的张力峰值
- [[Game Designer]] 定义宏观游戏节奏Pacing Chart 在关卡层面落地执行
## Related Concepts
- [[Environmental Storytelling]](环境叙事):影响 Exploration 时段的情感密度
- [[Navigation Affordance]]导航可达性Exploration 区域的迷路时间计入节奏