135 lines
2.7 KiB
Plaintext
135 lines
2.7 KiB
Plaintext
title: LungPlugIn
|
|
position: -1094,-98
|
|
---
|
|
<<if $gameStage == 2>>
|
|
<<jump 检查_肺>>
|
|
<<endif>>
|
|
===
|
|
|
|
title: HeartPlugIn
|
|
position: -816,-97
|
|
---
|
|
<<if $gameStage == 2>>
|
|
<<jump 检查_心>>
|
|
<<endif>>
|
|
===
|
|
|
|
title: LiverPlugIn
|
|
position: -533,-97
|
|
---
|
|
<<if $gameStage == 2>>
|
|
<<jump 检查_肝>>
|
|
<<endif>>
|
|
===
|
|
|
|
title: StomachPlugIn
|
|
position: -267,-102
|
|
---
|
|
<<if $gameStage == 2>>
|
|
<<jump 检查_胃>>
|
|
<<endif>>
|
|
===
|
|
|
|
title: EngineSuccess
|
|
position: -1092,115
|
|
---
|
|
<<if $gameStage == 2>>
|
|
<<jump 调速后测速>>
|
|
<<elseif $gameStage == 6>>
|
|
<<jump 刻录调速>>
|
|
<<endif>>
|
|
===
|
|
|
|
title: AllGearsRunning
|
|
---
|
|
<<if $gameStage == 2 && $gearPopupCount == 1>>
|
|
<<jump 齿轮恢复后>>
|
|
<<elseif $gameStage == 2 && $gearPopupCount == 2>>
|
|
<<jump 齿轮第二次放回>>
|
|
<<elseif $gameStage == 2 && $allNewGear>>
|
|
<<jump 更换镍铬齿轮>>
|
|
<<endif>>
|
|
===
|
|
|
|
title: 插入冷却液
|
|
position: -809,327
|
|
---
|
|
<<if $gameStage == 5>>
|
|
<<jump 冷却液介绍>>
|
|
<<endif>>
|
|
===
|
|
|
|
title: 泵机运行
|
|
position: -1088,330
|
|
---
|
|
<<if $gameStage == 5>>
|
|
<<jump 泵机运行后>>
|
|
<<endif>>
|
|
===
|
|
|
|
|
|
|
|
title: 引擎过速
|
|
description: 引擎过速触发
|
|
position: -257,110
|
|
---
|
|
<<if $gameStage == 4>>
|
|
<<set $failTime = $failTime + 1 >>
|
|
<<if visited("调速popup_过速")==false>>
|
|
<<jump 调速popup_过速>>
|
|
<<elseif $failTime == 5>>
|
|
<<jump 调速popup_失败5次>>
|
|
<<elseif $failTime == 10>>
|
|
<<jump 调速popup_失败10次>>
|
|
<<elseif $failTime == 15>>
|
|
<<jump 调速popup_失败15次>>
|
|
<<elseif $failTime == 20>>
|
|
<<jump 调速popup_失败15次>>
|
|
<<elseif $failTime == 25>>
|
|
<<jump 调速popup_失败15次>>
|
|
<<elseif $failTime == 30>>
|
|
<<jump 调速popup_失败15次>>
|
|
<<endif>>
|
|
<<endif>>
|
|
===
|
|
|
|
title: 引擎掉速
|
|
description: 引擎掉速触发
|
|
position: -813,115
|
|
---
|
|
<<if $gameStage == 4>>
|
|
<<set $failTime = $failTime + 1 >>
|
|
<<if visited("调速popup_掉速")==false>>
|
|
<<jump 调速popup_掉速>>
|
|
<<elseif $failTime == 5>>
|
|
<<if visited("调速popup_过速")==false>>
|
|
<<jump 调速popup_失败5次但是都是掉速>>
|
|
<<else>>
|
|
<<jump 调速popup_失败5次>>
|
|
<<endif>>
|
|
<<elseif $failTime == 10>>
|
|
<<jump 调速popup_失败10次>>
|
|
<<elseif $failTime == 15>>
|
|
<<jump 调速popup_失败15次>>
|
|
<<elseif $failTime == 20>>
|
|
<<jump 调速popup_失败15次>>
|
|
<<elseif $failTime == 25>>
|
|
<<jump 调速popup_失败15次>>
|
|
<<elseif $failTime == 30>>
|
|
<<jump 调速popup_失败15次>>
|
|
<<endif>>
|
|
<<endif>>
|
|
===
|
|
|
|
|
|
|
|
|
|
title: 调整进气档位
|
|
description: 调整进气档位时触发
|
|
position: -532,113
|
|
---
|
|
<<if $gameStage == 4>>
|
|
<<jump 调速popup_调整进气档位>>
|
|
<<endif>>
|
|
===
|