修复错误

This commit is contained in:
2025-11-27 21:27:42 +08:00
parent a6ead432e3
commit 3290f9a270
3 changed files with 56 additions and 36 deletions
@@ -3,11 +3,8 @@ tags: 待编辑
colorID: 8
position: -2,-3039
---
<<if $gameStage>=4>>
<<jump 寻找指定情绪>>
<<else>>
<<jump 检查情绪>>
<<endif>>
<<jump 检查情绪>>
===
+23 -2
View File
@@ -45,14 +45,19 @@ EmoModule: 已与情绪模块建立连接! #line:0b19318
<<hide_dialog>>
Warning: 检查完成! #line:0e37991
<<if $emoChecked == false>>
Warning: #line:0b62330
<<if $gameStage<=4>>
Warning: 警告:内存占用率过高。 #line:02392bb
<<endif>>
<<wait 0.1>>
<<set $PlugCount=$PlugCount+1>>
<<set $emoChecked = true>>
me: 有点烫…看起来这里似乎堆了很多进程啊。 #line:075768b
hs: 但是还在安全范围内。 #line:0d47ab0
<<endif>>
<<if $gameStage==4>>
->进入情绪匹配
<<jump 情绪匹配>>
<<endif>>
<<hide_dialog>>
->结束 #line:006eb35
<<hide_dialog>>
@@ -208,7 +213,12 @@ SpeakerModule: 已与表达模块建立连接! #line:027b73c
<<endif>>
<<wait 0.1>>
<<hide_dialog>>
<<if $gameStage<=2>>
SpeakerModule: 发现表达紊乱,需要深入检查 #line:0c8bce7
<<elseif $gameStage<=4>>
SpeakerModule: 发现表达紊乱,已进行过深入检查
<<jump 通用结束插线检查>>
<<endif>>
<<if $speakerChecked == false>>
SpeakerModule: #line:07d768d
SpeakerModule: 报告传输完毕。 #line:0ec916a
@@ -241,6 +251,17 @@ position: 343,-2338
===
title: 通用结束插线检查
tags:
colorID: 8
group:插线检查
position: 343,-2338
---
<<hide_dialog>>
<<clear_screen>>
===
+30 -28
View File
@@ -5,35 +5,36 @@ position: 272,-1156
---
<<switch_fix_system_to "BodyModule" "Head">>
Task: 检查火山的情绪模块 #line:01c681c
<<ModuleHightLight Emo true>>
===
title: 寻找指定情绪
tags:
colorID: 8
position: 272,-1156
---
<<wait 0.05>>
Linking: 正在建立连接… #line:0b78e7e
<<wait 0.1>>
EmoModule: 已与情绪模块建立连接! #line:0d16766
->检查情绪 #line:0899065
<<ModuleHightLight Emo false>>
<<hide_dialog>>
Analysing: #line:0a6e9e4
<<wait 0.1>>
<<hide_dialog>>
Warning: 检查完成! #line:08ca048
Warning: 警告:内存占用率过高。 #line:0f78643
<<hide_dialog>>
->进入情绪匹配 #line:0bde235
<<jump 情绪匹配>>
// title: 寻找指定情绪
// tags:
// colorID: 8
// position: 272,-1156
// ---
// <<wait 0.05>>
// Linking: 正在建立连接… #line:0b78e7e
// <<wait 0.1>>
// EmoModule: 已与情绪模块建立连接! #line:0d16766
// ->检查情绪 #line:0899065
// <<ModuleHightLight Emo false>>
// <<hide_dialog>>
// Analysing: #line:0a6e9e4
// <<wait 0.1>>
// <<hide_dialog>>
// Warning: 检查完成! #line:08ca048
// Warning: 警告:内存占用率过高。 #line:0f78643
// <<hide_dialog>>
// ->进入情绪匹配 #line:0bde235
// <<jump 情绪匹配>>
->结束 #line:037e4df
<<hide_dialog>>
<<clear_screen>>
->结束 #line:0e816c3
<<hide_dialog>>
<<clear_screen>>
===
// ->结束 #line:037e4df
// <<hide_dialog>>
// <<clear_screen>>
// ->结束 #line:0e816c3
// <<hide_dialog>>
// <<clear_screen>>
// ===
title: 情绪匹配
tags:
colorID: 8
@@ -44,11 +45,12 @@ position: 272,-1156
波形的特征是有解读规则的,解读后你明白这是一种焦虑恐惧混合的波形 #line:0b1446e
你通过交互平复了这个波形 #line:0ff2519
火山的发言也回复正常,治疗结束 #line:0483a96
<<ModuleHightLight Emo False>>
//PlanB,查记忆相关的,但是比较麻烦,先占位
//你需要创建一个和这个波形相反的波形来去抵消
//这需要借助记忆模块来生成
//<<jump 结束Stage4>>
<<jump 结束Stage4>>
===