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

15 lines
519 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.
// 回滚机制示例 4/5分支 2。
// StoryData Block ID 建议c0_demo_protectgridColumn = 2
// UnlockConditionc0_demo_route == 2ForbiddenConditionc0_demo_route == 1。
title: C0_RollbackDemo_Protect
---
<<if get_int("c0_demo_route") == 2>>
SLS: 保护程序已启动。装置核心被暂时隔离。
<<set_bool "c0_demo_protected" true>>
<<add_int "c0_demo_resonance" 1>>
<<else>>
SLS: 当前路线不是保护路线;这段文字仅用于检查错误配置时的安全回退。
<<endif>>
===