Files
aibis-dream/Assets/Yarn/FP/FP_Peipei3/EventNode.yarn
T
dingyuntian cbae4cdb22 chore: yarn项目升级并重新分类
1. 移除Resources,单独使用一个Yarn文件夹保存
2. 按类型分为Fiction,FP,Test
3. 升级到YarnSpinner3.0
4. 移除所有本地化关联,后续迁移到Yarn内置的本地化系统
2026-04-23 11:47:29 +08:00

140 lines
1.7 KiB
Plaintext

title: EmoPlugIn
tags: 待编辑
colorID: 8
position: -2,-3039
---
<<jump 检查情绪>>
===
title: SpeakPlugIn
tags: 待编辑
colorID: 8
position: 240,-2640
---
<<jump 检查语言>>
===
title: LogicPlugIn
tags: 待编辑
colorID: 8
position: 480,-3040
---
<<jump 检查逻辑>>
===
title: ColorPlugIn
tags: 待编辑
colorID: 8
position: 240,-2840
---
<<if $gameStage=="给佩佩自己的色觉晶圆">>
<<jump 有晶圆_检查色觉>>
<<else>>
<<jump 检查色觉>>
<<endif>>
===
title: MemoryPlugIn
tags: 待编辑
colorID: 8
position: 240,-3040
---
<<if $gameStage=="清除记忆色彩">>
<<jump 选择记忆清除后插记忆模块的对话>>
<<elseif $gameStage=="给佩佩自己的色觉晶圆">>
<<jump 恢复记忆色彩插线>>
<<else>>
<<jump 检查记忆>>
<<endif>>
===
title: UFPlugIn
tags: 待编辑
colorID: 8
position: 0,-2840
---
<<if $gameStage=="继续清除记忆色彩">>
<<jump 继续清除记忆色彩_检查UF>>
<<elseif $gameStage=="给佩佩自己的色觉晶圆">>
<<jump 给色觉晶圆_检查UF>>
<<elseif $gameStage=="全身检查">>
<<jump 检查UF>>
<<endif>>
===
title: EyePlugIn
tags: 待编辑
colorID: 8
position: 480,-2840
---
<<if $gameStage=="色觉校准">>
<<jump 色觉校准插线>>
<<else>>
<<jump 检查视觉>>
<<endif>>
===
title: IntoEyeView
tags:
group:视觉检查
colorID: 6
position: 244,271
---
无 #line:02ab09c
===
title: MemoryDeepIn
tags:
---
<<switch_fix_system_to Memory>>
<<jump 记忆初始化深度>>
===
title: UFDeepIn
tags:
---
<<jump UF深入检查>>
===
title: EyeDeepIn
tags:
position: -9,21
---
<<if $gameStage=="色觉校准">>
<<switch_fix_system_to Eye>>
<<ModuleHightLight Eye false>>
<<jump 色觉校准开始>>
<<endif>>
===