docs: add roguelike刷怪系统全套GDD文档
新增了肉鸽刷怪系统的完整设计文档,包括系统概述、核心规则、详细设计、公式推导、边界情况、依赖关系等内容,同时添加了系统索引和评审记录文档,完善了项目的GDD体系。
This commit is contained in:
7
assets/script/game/map/gdd/systems-index.md
Normal file
7
assets/script/game/map/gdd/systems-index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Systems Index
|
||||
|
||||
Design order: Foundation → Core → Feature → Presentation → Polish
|
||||
|
||||
| System | Design Order | GDD File | Status | Dependencies |
|
||||
|--------|-------------|----------|--------|-------------|
|
||||
| Rogue Spawning (肉鸽刷怪) | Core | [rogue-spawning.md](rogue-spawning.md) | Revised (pending re-review) | 英雄系统, 战斗系统, 怪物配置 (硬) |
|
||||
Reference in New Issue
Block a user