Merge branch 'develop' into feature/梦境gengx

This commit is contained in:
2026-07-30 00:48:50 +08:00
3 changed files with 12 additions and 11 deletions
@@ -139,7 +139,7 @@ color: yellow
cluster: Day2_Plaza
position: 3,59
---
<<if $t==0>>
<<if $t<=0>>
<<set $wind=1>>
<<kite_show {$h} {$wind} 0.35>>
<<kite_wind {$wind} 0>>
@@ -232,7 +232,7 @@ position: 3,59
// <<kite_accent wrench>>
// <i>手里的轱辘震动着,线发出呜呜的悲鸣。</i> #line:0a4ce8c
// <i>手里的轱辘震动着,线发出呜呜的悲鸣。</i>#option_prompt
<<elseif $t==5>>
<<elseif $t>=5>>
<<kite_show {$h} 0 0.35>>
<<kite_wind 0 0>>
<<kite_state 0 0 1>>
@@ -316,8 +316,8 @@ position: 3,59
<<set $t =$t + 1>>
<<if $h<1>>
<<set $t = 8>>
<<set $fzLearnt = false>>
<<set $t = 5>>
<<set $fzAccend = false>>
<<endif>>
<<jump 风筝1>>
===
@@ -573,7 +573,7 @@ position: 3,280
//==[回跳内容]展示图片、描述、初始内容
//==================================================================================
<<if $t==0>>
<<if $t<=0>>
mecd: 飞起来啦。再高些! #line:0f8030a
mecd: 跟着风的感觉! #line:09f9f72
轱辘猛烈地旋转着,线被一圈圈放出去。 #line:0e787b6
@@ -682,7 +682,7 @@ position: 3,280
你的手被勒得通红。<br>线轱辘疯狂地旋转着,几乎要散架。 #line:0c07377
<<detour 风筝提示>>
线轱辘疯狂地旋转着,几乎要散架。#option_prompt #line:0f9885a
<<elseif $t==11>>
<<elseif $t>=11>>
<<kite_accent wrench>>
<<set_global_param d2sAccend 1>>
轱辘发出咚的一声,[[comma-pause]]<br>停止了转动。你被拽得向前走了两步,几乎要被带离地面。 #line:0629fc9
@@ -53,7 +53,7 @@ title: 风筝1
tags: hub
---
<<detour 风筝1风向_Set>>
<<if $t==0>>
<<if $t<=0>>
<<detour 风筝1_入场>>
<<elseif $t==1>>
<<detour 风筝1_攥紧的手>>
@@ -73,7 +73,7 @@ tags: hub
<<detour 保持>>
<<detour 风筝回合推进_Set>>
<<if $t==5>>
<<if $t>=5>>
<<jump 风筝落地>>
<<endif>>
<<jump 风筝1>>
@@ -385,12 +385,13 @@ tags: detour
title: 风筝2
tags: hub
---
<<if $t==11>>
<<if $t>=11>>
<<jump 风筝抉择>>
<<endif>>
<<detour 风筝2风向_Set>>
<<if $t==0>>
<<if $t<=0>>
<<detour 风筝2_入场>>
<<elseif $t==1>>
<<detour 风筝2_继续>>
@@ -117,7 +117,7 @@ tags: function
---
<<set $t =$t + 1>>
<<if $h<1>>
<<set $t = 8>>
<<set $t = 5>>
<<set $fzLearnt = false>>
<<endif>>
===