Files
Capture/template/tpl-day.md
T

45 lines
1007 B
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.
---
id: "" # D00, D01, D02...
type: day
title: ""
chapter: "" # 序章 | 第一章 | 第二章 | 第三章 | 第四章 | 第五章
emotional_arc: "" # 这一天整体的情绪弧线
created: ""
updated: ""
tags: [day]
---
# Day {{id}}{{title}}
> **章节**{{chapter}}
> **情绪弧线**{{emotional_arc}}
---
## Beat 列表
> 由 beat 文件的 `day` / `order_in_day` 驱动,与 outline、Kanban 一致。未建文件的 beat 需在 `kb/beats` 下新建并在 Kanban 中归属到本日。
```dataview
TABLE
order_in_day as "顺序",
file.link as "Beat",
beat_type as "类型",
emotional_tone as "情绪基调",
dev_status as "制作状态"
FROM "kb/beats"
WHERE type = "beat" AND day = this.id
SORT order_in_day ASC
```
---
## 本日结束时玩家已知
> AI 在每个 beat 完成后累积更新。写作者写下一天的 beat 时从这里获取上下文。
- 关于角色:
- 关于世界观:
- 关于剧情:
- 关于机制/玩法: