剧情+对话完善

This commit is contained in:
SoulliesOfficial
2026-07-21 15:24:42 -04:00
parent 8f230831e9
commit 810d019619
161 changed files with 7271 additions and 1893 deletions

View File

@@ -0,0 +1,14 @@
// 回滚机制示例 3/5分支 1。
// StoryData Block ID 建议c0_demo_observegridColumn = 2
// UnlockConditionc0_demo_route == 1ForbiddenConditionc0_demo_route == 2。
title: C0_RollbackDemo_Observe
---
<<if get_int("c0_demo_route") == 1>>
SLS: 观测记录已展开。异常波形正在重复上一段时间。
<<set_bool "c0_demo_observed" true>>
<<add_int "c0_demo_resonance" 2>>
<<else>>
SLS: 当前路线不是观测路线;这段文字仅用于检查错误配置时的安全回退。
<<endif>>
===