Files
XinLanDiary/game/Chapters/Chapter2/Chapter2-Side.rpy
Cafw b8a458223c feat: 深度重写第1-2章剧情,版本号升至dev0.1.0.0
第1章优化:新增2个玩家选择、修正POV叙述标记、精炼开篇与结尾语言
第2章重写:修复13天空白过渡、扩展比赛场景、完善角色支线
新增背景与立绘素材

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 00:41:32 +08:00

134 lines
4.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Chapter 2: Side Stories
# 支线剧情
label C2Side1:
# —— 天台 ——
if lhy_stats["affection"] < 11:
jump C2S2
$ game_day = 16
$ game_period = "lunch"
scene bg rooftop with fade
system_ "【Day 16·午休·天台】"
pause 0.5
show lhy dialogue normal at left with dissolve
lhy "任懿涛。能占用你一点时间吗?"
show ryt dialogue normal at right with dissolve
me "小卡主动找我说话?概率大概跟哈雷彗星过境差不多。"
lhy "关于昨天的邀请。我想确认一下——你是认真的吗?"
lhy "我的意思是我技术不好。KD只有0.6。"
me "所以呢?"
lhy "所以……你不怕拖累胜率?"
me "他表情很平静。但\"拖累胜率\"这四个字——他在认真确认一件事。不是在自嘲,不是在谦虚,是真的想知道答案。"
hide ryt with dissolve
hide lhy with dissolve
menu:
"胜率不重要,重要的是有人兜底。":
$ lhy_stats["affection"] += 3
jump C2Side1S1
"怕什么,我可以一打三。":
$ lhy_stats["affection"] += 2
jump C2Side1S2
"你负责战略,我负责送死,公平吧?":
$ lhy_stats["affection"] += 1
jump C2Side1S3
label C2Side1S1:
show ryt dialogue normal at right with dissolve
me "胜率不重要,重要的是有人兜底。"
show lhy dialogue normal at left with dissolve
lhy "……"
lhy "你总是这样说。好像什么都可以轻描淡写地过去。"
lhy "其实,我有件事想问你。"
lhy "你是怎么做到……想跳起来就跳起来的?"
me "……啊?"
lhy "那天在教室里。你跳起来打我的后背。动作很笨拙,角度也不对,落地的时候还踉跄了。"
lhy "但你还是跳了。"
pause 0.3
lhy "我有时候也想跳起来。但每次到最后一秒,脑子里已经把所有的可能性都算了一遍——跳起来之后会不会撞到人,落地的时候平衡点在哪里,旁边的人会怎么想——然后身体就不动了。"
me "小卡难得说这么多话。而且这次——没有数字。没有概率。就是一个朋友在说他做不到的事。"
me "跳起来,需要理由吗?"
lhy "……"
lhy "也许不需要。"
pause 0.5
lhy "但我还没学会。"
lhy "比赛的时候,我会试试。"
pause 0.3
"天台上安静了几秒。风把远处的广播体操音乐吹过来,模糊得像另一个世界。"
lhy "走吧。该回去上课了。"
lhy "对了,比赛那天……我会准备好的。"
$ flag["C4"] = 1
$ flag["competition_note"] = True
$ lhy_stats["trust"] += 2
$ tao_stats["humorSense"] += 1
$ lhy_stats["empathy"] += 2
jump C2S2
label C2Side1S2:
show ryt dialogue normal at right with dissolve
me "怕什么,我可以一打三。"
show lhy dialogue normal at left with dissolve
lhy "你的自信心从何而来我一直很好奇。但这确实有一定作用。"
me "行行行,你说得对。但我就是自信,天生的。"
lhy "……"
lhy "那这次,我也试着给自己一点。"
me "小卡说这句话的时候,嘴角动了一下。幅度很小,但确实是往上的。"
pause 0.3
"楼下有人在喊——好像是体育课的学生。笑声从下面传上来,飘散在午后的阳光里。"
lhy "走吧。该回去上课了。"
lhy "对了,比赛那天……我会准备好的。"
$ lhy_stats["trust"] += 1
$ tao_stats["humorSense"] += 1
$ lhy_stats["empathy"] += 1
jump C2S2
label C2Side1S3:
show ryt dialogue normal at right with dissolve
me "你负责战略,我负责送死,公平吧?"
show lhy dialogue normal at left with dissolve
lhy "战术性牺牲确实是一种可行的策略。"
pause 0.3
lhy "但我的意思是……"
lhy "算了。我会准备好的。"
me "他没把话说完。但在转身之前,我看到他嘴角动了一下——那个幅度,约等于刘泓予式的\"笑\"。"
pause 0.3
"下楼铃响了。远处传来教室门开关的声音,午休结束了。"
lhy "走吧。该回去上课了。"
lhy "对了,比赛那天……我会准备好的。"
$ tao_stats["humorSense"] += 1
$ lhy_stats["empathy"] += 1
jump C2S2