阶段性完成

This commit is contained in:
SoulliesOfficial
2026-07-25 13:27:53 -04:00
parent de70870682
commit a34461d31f
121 changed files with 7022 additions and 4111 deletions

View File

@@ -451,7 +451,7 @@ title: C0_GreatLibrary_明矾石Question
// 解锁命令必须位于入口主节点中。命令会延迟到整个 TextBlock 正常结束后才提交,
// 因此玩家中途点击 Back 时不会解锁歌曲。
<<unlock_song story_c0_alunite_cas_unlocked>>
<<unlock_song story_c0_alunite_cas_unlocked "Alunite Cas">>
<<jump C0_GreatLibrary_Departure>>
===

View File

@@ -415,5 +415,5 @@ title: C0_OceanHeart_Departure
曦把还沾着一点潮气的头发束到身后,重新靠近窗边。母星的第一站已经结束,下一段历史并不在遥远遗迹里,而在一座至今仍有无数人居住、维护和不断更新的地下城市中等待她。 #line:08929a5
// 解锁命令位于入口主节点的最终收尾处;只有整个 TextBlock 正常结束才会提交。
<<unlock_song story_c0_drowning_in_a_moment_unlocked>>
<<unlock_song story_c0_drowning_in_a_moment_unlocked "Drowning in a Moment">>
===

View File

@@ -407,7 +407,7 @@ title: C0_UndergroundCity_UnityMonument
// 该 Key 必须在入口 TextBlock 的主执行链中登记。命令仍会在整个对话正常结束后才提交;
// 因此玩家中途点击 Back 时不会解锁歌曲。
<<unlock_song story_c0_world_for_white_lies_unlocked>>
<<unlock_song story_c0_world_for_white_lies_unlocked "World for White Lies">>
<<jump C0_UndergroundCity_Departure>>
===