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

15 lines
530 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.
// 回滚机制示例 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>>
===