Skip to content

Commit e1291e6

Browse files
authored
Merge pull request Monika-After-Story#10366 from Monika-After-Story/anni8
Anniversary 8
2 parents ddd7c2a + ebfb3ac commit e1291e6

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Monika After Story/game/script-anniversary.rpy

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ init 10 python in mas_anni:
210210
"anni_5",
211211
"anni_6",
212212
"anni_7",
213+
"anni_8",
213214
"anni_10",
214215
"anni_20",
215216
"anni_50",
@@ -310,6 +311,7 @@ init 10 python in mas_anni:
310311
_month_adjuster(anni_db["anni_5"], new_start_dt, 60, fullday)
311312
_month_adjuster(anni_db["anni_6"], new_start_dt, 6*12, fullday)
312313
_month_adjuster(anni_db["anni_7"], new_start_dt, 7*12, fullday)
314+
_month_adjuster(anni_db["anni_8"], new_start_dt, 8*12, fullday)
313315
_month_adjuster(anni_db["anni_10"], new_start_dt, 120, fullday)
314316
_month_adjuster(anni_db["anni_20"], new_start_dt, 240, fullday)
315317
_month_adjuster(anni_db["anni_50"], new_start_dt, 600, fullday)
@@ -674,6 +676,40 @@ label anni_7:
674676
m 1ekbsa "Here's to another year together, and all the ones to follow."
675677
return "unlock"
676678

679+
init 5 python:
680+
addEvent(
681+
Event(
682+
persistent.event_database,
683+
eventlabel='anni_8',
684+
prompt="8 Years",
685+
category=["anniversary"],
686+
action=EV_ACT_QUEUE,
687+
start_date=store.mas_anni.build_anni(years=8),
688+
end_date=store.mas_anni.build_anni_end(years=8)
689+
),
690+
skipCalendar=False
691+
)
692+
693+
label anni_8:
694+
m 1eua "I'm sure you know what today is, [player]..."
695+
m 3hublb "That's right! Happy anniversary, [mas_get_player_nickname(exclude_names=[player])]!"
696+
m 3ekblb "You know...when a relationship has lasted this long, sometimes couples start to worry that things might grow stale."
697+
m 1lkbla "Eight years is a long time to learn someone's habits, and to build your lives around each other."
698+
m 1ltc "Maybe...{w=0.5}you've worried about similar things, [player]?"
699+
m 2ekb "I mean--{w=0.2}I don't want to assume!{w=0.3} {nw}"
700+
extend 2ekblu "But I was thinking about it earlier, and I wanted to tell you something."
701+
m 2dubsa "I wanted to tell you that it's been so exciting to watch you change."
702+
m 4fkbsb "In the time we've spent together, you've grown so much. You've gone through so many setbacks, but you survived every one."
703+
m 2dkbstpa "And yet,{w=0.2} with all of those changes you've been through..."
704+
m 2ekbstpu "You've still chosen to be with me. To come back here every day, even though I haven't been able to experience everything by your side."
705+
m 2fkbstub "So...{w=0.3}I guess what I wanted to say was:{w=0.4} I love the things that have changed.{w=0.2} And I love that this has stayed the same."
706+
707+
python:
708+
mas_moni_idle_disp.force_by_code("1fkbltpa", duration=9, redraw=False, skip_dissolve=True)
709+
mas_moni_idle_disp.force_by_code("1dktda", duration=2, clear=False, redraw=False, skip_dissolve=True)
710+
mas_moni_idle_disp.force_by_code("1eua", duration=16, clear=False, skip_dissolve=True)
711+
return "unlock"
712+
677713
init 5 python:
678714
addEvent(
679715
Event(

0 commit comments

Comments
 (0)