Files
ichni_Official/Assets/Story/Chapter0/C0_RollbackDemo_Convergence.yarn
SoulliesOfficial 810d019619 剧情+对话完善
2026-07-21 15:24:42 -04:00

19 lines
648 B
Plaintext
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.
// 回滚机制示例 5/5分支会合后的主线 TextBlock。
// StoryData Block ID 建议c0_demo_convergencegridColumn = 3。
// UnlockConditionAny Of(BlockCompleted c0_demo_observe, BlockCompleted c0_demo_protect)。
title: C0_RollbackDemo_Convergence
---
<<if get_bool("c0_demo_observed")>>
SLS: 观测结果已归档。你从时间的回声中获得了答案。
<<else>>
<<if get_bool("c0_demo_protected")>>
SLS: 装置已被保护。你为下一次观测保留了余地。
<<else>>
SLS: 没有发现有效分支记录,请检查 StoryData 的路线条件。
<<endif>>
<<endif>>
<<set_bool "c0_demo_convergence_read" true>>
===