Files
XinLanDiary/game/Chapters/Chapter2/Chapter2-Side.rpy
Cafw 6c65eafa32 Add review reports for Chapter 1, Chapter 2, and Chapter 2-Side; include image assets and logic checks
- Created Chapter1-review.md with syntax, character definitions, and dialogue checks.
- Created Chapter2-review.md with syntax, missing images, and logic errors.
- Created Chapter2-Side-review.md addressing syntax, character definitions, and dialogue issues.
- Added SUMMARY.md to summarize review findings and highlight critical issues.
- Included new image assets for xiaowei and backup files.
- Identified and documented several logic errors and suggestions for code cleanup across chapters.
2026-04-26 13:32:11 +08:00

127 lines
3.7 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 "小卡主动找我说话?概率大概跟哈雷彗星过境差不多。"
show lhy dialogue normal at left
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 "但你还是跳了。"
me "跳起来,需要理由吗?"
me "小卡难得说这么多话。而且他问这个的时候,语气不像在开玩笑。他在认真地问一个我从来没想过的问题......"
tongxue "你们两个在屋顶搞什么?偷情啊?"
show ryt dialogue embarrass pocket at right with dissolve
lhy "……"
me "……"
lhy "走吧。该回去上课了。"
lhy "对了,比赛那天……我会准备好的。"
$ flag["C4"] = 1
$ flag["competition_note"] = True
$ lhy_stats["trust"] += 2
$ tao_stats["humorSense"] += 1
$ lhy_stats["empathy"] += 1
jump C2S2
label C2Side1S2:
show ryt dialogue normal at right with dissolve
me "怕什么,我可以一打三。"
show lhy dialogue normal at left with dissolve
lhy "你的自信心从何而来我一直很好奇。但这确实有一定作用。"
me "行行行,你说得对。但我就是自信,天生的。"
#me "你妈死了刘泓予!"
tongxue "你们两个在屋顶搞什么?偷情啊?"
show ryt dialogue embarrass pocket2 at right with dissolve
lhy "……"
me "……"
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 "战术性牺牲确实是一种可行的策略。但我的意思是……算了。"
tongxue "你们两个在屋顶搞什么?偷情啊?"
show ryt dialogue embarrass pocket at right with dissolve
lhy "……"
me "……"
lhy "走吧。该回去上课了。"
lhy "对了,比赛那天……我会准备好的。"
$ tao_stats["humorSense"] += 1
$ lhy_stats["empathy"] += 1
jump C2S2