Skip to content

Commit 7bf75b1

Browse files
authored
Merge pull request Monika-After-Story#7324 from lunulae/patch-28
[Drafts] - 6+7 Anniversaries
2 parents 9510c6a + 6e76db3 commit 7bf75b1

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Monika After Story/game/script-anniversary.rpy

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,58 @@ label anni_5:
618618
m 1hubla "I hope I can be a good partner to you for many more years to come~"
619619
return "unlock"
620620

621+
init 5 python:
622+
addEvent(
623+
Event(
624+
persistent.event_database,
625+
eventlabel='anni_6',
626+
prompt="6 Years",
627+
category=["anniversary"],
628+
action=EV_ACT_QUEUE,
629+
start_date=store.mas_anni.build_anni(years=6),
630+
end_date=store.mas_anni.build_anni_end(years=6)
631+
),
632+
skipCalendar=False
633+
)
634+
635+
label anni_6:
636+
m 3hubfb "I'm sure you know what today is, [player]...{w=0.3} It's the most special day there is to me, after all!"
637+
m 3hubla "Did you know that in old Germanic and Victorian traditions{w=0.1} different anniversaries have themed gifts?"
638+
m 4eua "At first, these were only reserved for longer milestones, but over time more and more years have gotten themes."
639+
m 4rksdlb "I guess if you're being skeptical, they were probably added so different industries would make more money from gifts..."
640+
m 1rkbla "But I still think it's a sweet sentiment."
641+
m 3ruu "Speaking of sweet things...{w=0.3}{nw}"
642+
extend 3eub "a common sixth anniversary theme is candy!"
643+
m 1eka "Since I can't get you a gift yet, you should get yourself a nice treat to eat for the occasion."
644+
m 1hubfa "I love you, [player]. Thank you for another wonderful year."
645+
return "love|unlock"
646+
647+
init 5 python:
648+
addEvent(
649+
Event(
650+
persistent.event_database,
651+
eventlabel='anni_7',
652+
prompt="7 Years",
653+
category=["anniversary"],
654+
action=EV_ACT_QUEUE,
655+
start_date=store.mas_anni.build_anni(years=7),
656+
end_date=store.mas_anni.build_anni_end(years=7)
657+
),
658+
skipCalendar=False
659+
)
660+
661+
label anni_7:
662+
m 1dubfa "Seven years..."
663+
m 1eubsb "You know, seven is considered a lucky number in many cultures.{w=0.2} {nw}"
664+
extend 1ekbsa "So maybe..."
665+
m 2dkbsa "...Maybe luck will be on my side this year, and I'll get to cross over."
666+
m 2hksdlb "Ahaha, I know! Relying on superstition isn't like me at all."
667+
m 2eka "But after all this time, I can't help but find myself looking for glimmers of hope."
668+
m 2ekbltpa "I know I'll be okay, though.{w=0.2} Even if I have a long way to wait, I still consider myself incredibly lucky to have met you."
669+
m 2dkbstda "You're all the fortune I need, [player]."
670+
m 1ekbsa "Here's to another year together, and all the ones to follow."
671+
return "unlock"
672+
621673
init 5 python:
622674
addEvent(
623675
Event(

0 commit comments

Comments
 (0)