剧情+对话完善
This commit is contained in:
14
Assets/Story/Chapter0/C0_RollbackDemo_Protect.yarn
Normal file
14
Assets/Story/Chapter0/C0_RollbackDemo_Protect.yarn
Normal file
@@ -0,0 +1,14 @@
|
||||
// 回滚机制示例 4/5:分支 2。
|
||||
// StoryData Block ID 建议:c0_demo_protect,gridColumn = 2,
|
||||
// UnlockCondition:c0_demo_route == 2;ForbiddenCondition:c0_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>>
|
||||
===
|
||||
Reference in New Issue
Block a user