Files
aibis-dream/Assets/Resources/Yarn/FP_Prologue/EventNode.yarn
T
2025-12-23 20:28:17 +08:00

83 lines
1.1 KiB
Plaintext

title: EmoPlugIn
tags: 待编辑
colorID: 8
position: -2,-3039
---
// <<jump 检查情绪>>
<<set $currentCheckModule="l10n.情绪">>
<<set $currentCutModule="EmoCut">>
<<jump 检查异常模块>>
===
title: SpeakPlugIn
tags: 待编辑
colorID: 8
position: 240,-2640
---
<<jump 检查表达>>
===
title: LogicPlugIn
tags: 待编辑
colorID: 8
position: 480,-3040
---
// <<jump 检查逻辑>>
<<set $currentCheckModule="l10n.逻辑">>
<<set $currentCutModule="LogicCut">>
<<jump 检查异常模块>>
===
title: MemoryPlugIn
tags: 待编辑
colorID: 8
position: 240,-3040
---
// <<jump 检查记忆>>
<<set $currentCheckModule="l10n.记忆">>
<<set $currentCutModule="MemoryCut">>
<<jump 检查异常模块>>
===
title: MemoryCutDown
---
<<jump 异常模块切除后>>
===
title: EmoCutDown
---
<<jump 异常模块切除后>>
===
title: LogicCutDown
---
<<jump 异常模块切除后>>
===
title: 拿起插头
---
// <<if $gameStage==2>>
// <<ModuleHightLight Emo true>>
// <<endif>>
===
title: ShockEffect
---
<<jump 电击后>>
//<<endif>>
===
title:Cut_End
---
<<set $gameStage=2>>
<<jump Center>>
===