143 lines
2.4 KiB
Plaintext
143 lines
2.4 KiB
Plaintext
title: EmoPlugIn
|
|
tags: event
|
|
colorID: 7
|
|
position: 450,600
|
|
---
|
|
|
|
<<jump 检查情绪>>
|
|
===
|
|
|
|
|
|
|
|
|
|
title: SpeakPlugIn
|
|
tags: event
|
|
colorID: 7
|
|
position: 150,600
|
|
---
|
|
<<jump 检查表达>>
|
|
===
|
|
|
|
|
|
|
|
|
|
title: LogicPlugIn
|
|
tags: event
|
|
colorID: 7
|
|
position: 550,600
|
|
---
|
|
<<jump 检查逻辑>>
|
|
===
|
|
|
|
|
|
title: SalePlugIn
|
|
tags: event
|
|
colorID: 7
|
|
position: 300,600
|
|
---
|
|
<<jump 检查销售模块>>
|
|
===
|
|
|
|
title: MemoryPlugIn
|
|
tags: event
|
|
colorID: 7
|
|
position: 50,600
|
|
---
|
|
<<jump 检查记忆>>
|
|
===
|
|
|
|
|
|
|
|
|
|
title: EyePlugIn
|
|
tags: event
|
|
colorID: 7
|
|
position: 650,600
|
|
---
|
|
<<jump 检查视觉>>
|
|
===
|
|
|
|
title: LEyePlugIn
|
|
tags: event
|
|
colorID: 7
|
|
position: 650,600
|
|
---
|
|
<<jump 检查视觉>>
|
|
===
|
|
|
|
|
|
|
|
title: 销售模块转动完成
|
|
tags: event
|
|
colorID: 7
|
|
position: 550,1650
|
|
---
|
|
// 桥接:SalesManager 每轮转动完成跳入,按 $salesTurnIndex 分发到 Stage3 具体节点
|
|
<<if $salesTurnIndex == 1>>
|
|
<<jump 销售转动_语义合成>>
|
|
<<elseif $salesTurnIndex == 2>>
|
|
<<jump 销售转动_语言审查>>
|
|
<<elseif $salesTurnIndex == 3>>
|
|
<<jump 销售转动_异常检测>>
|
|
<<else>>
|
|
me: 转动完成 #line:04b5455
|
|
<<endif>>
|
|
===
|
|
|
|
title: 处理器单次调节失败
|
|
tags: event
|
|
colorID: 7
|
|
position: 550,2280
|
|
---
|
|
// 桥接:KnobController 旋钮失败时跳入,分发到 Stage3 旋钮调节失败(内容已合并)
|
|
<<jump 旋钮调节>>
|
|
===
|
|
|
|
|
|
title: 发条操作提示
|
|
tags: event
|
|
colorID: 7
|
|
position: 550,2420
|
|
---
|
|
me: 顺时针上紧发条,直到终点刻度亮起。 #line:008b9eb
|
|
===
|
|
|
|
// ═══════════════════════════════════════════════════════════════
|
|
// EmotionWave 波形节点(工具节点)
|
|
// ═══════════════════════════════════════════════════════════════
|
|
|
|
title: 波形_显示并连接
|
|
tags: function
|
|
colorID: 6
|
|
position: 700,3200
|
|
---
|
|
<<switch_emotion_wave_config "normal">>
|
|
<<show_emotion_wave 1>>
|
|
===
|
|
|
|
title: 波形_显示情绪
|
|
tags: function
|
|
colorID: 6
|
|
position: 700,3350
|
|
---
|
|
<<switch_emotion_wave_config "normal">>
|
|
<<show_emotion_wave 1.5>>
|
|
===
|
|
|
|
title: 波形_显示滤波器输出
|
|
tags: function
|
|
colorID: 6
|
|
position: 700,3500
|
|
---
|
|
<<switch_emotion_wave_config "predicted">>
|
|
<<show_emotion_wave 1>>
|
|
===
|
|
|
|
title: 波形_隐藏
|
|
tags: function
|
|
colorID: 6
|
|
position: 700,3650
|
|
---
|
|
<<hide_emotion_wave 0.3>>
|
|
===
|