Files
2026-07-20 02:22:07 +08:00

96 lines
1.7 KiB
Plaintext

title: EmoPlugIn
tags: event
colorID: 8
position: -2,-3039
---
<<if $needMemoryPlug>>
// 找记忆阶段:情绪模块已关机
<<jump 未检测到信号>>
<<endif>>
<<set $currentCheckModule="l10n.情绪">>
<<set $currentCutModule="EmoCut">>
<<jump 检查情绪>>
===
title: SpeakPlugIn
tags: event
colorID: 8
position: 240,-2640
---
<<if $needMemoryPlug>>
// 找记忆阶段:表达模块非目标
<<jump 未检测到信号>>
<<endif>>
<<jump 检查表达>>
===
title: LogicPlugIn
tags: event
colorID: 8
position: 480,-3040
---
<<if $needMemoryPlug>>
// 找记忆阶段:逻辑模块已关机
<<jump 未检测到信号>>
<<endif>>
<<set $currentCheckModule="l10n.逻辑">>
<<set $currentCutModule="LogicCut">>
<<jump 检查逻辑>>
===
title: MemoryPlugIn
tags: event
colorID: 8
position: 240,-3040
---
<<if $needMemoryPlug>>
// 找记忆阶段:插中记忆,直接进入切割
<<jump 连接记忆切除>>
<<endif>>
<<set $currentCheckModule="l10n.记忆">>
<<set $currentCutModule="MemoryCut">>
<<jump 检查异常模块>>
===
title: MemoryCutDown
tags: event
---
<<jump 异常模块切除后>>
===
title: 拿起插头
tags: event
---
// <<if $gameStage==2>>
// <<ModuleHightLight Emo true>>
// <<endif>>
===
title: ShockEffect
tags: event
---
<<clear_screen>>
<<if $hasRunPanelStartup == false>>
<<play_shock_flash_and_wait>>
gts?: <shake>[[size]]咳咳咳……啊!</shake>[[/size]] #auto_next #line:002dd4c
<<detour 电流过载>>
<<clear_screen>>
<<start_system>>
<<show_task_panel>>
<<set $hasRunPanelStartup = true>>
<<endif>>
<<jump 电击后>>
//<<endif>>
===
title:Cut_End
tags: event
---
<<set $gameStage=2>>
<<jump Center>>
===