@@ -618,6 +618,58 @@ label anni_5:
618618 m 1 hubla " 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 3 hubfb " 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 3 hubla " Did you know that in old Germanic and Victorian traditions{w=0.1} different anniversaries have themed gifts?"
638+ m 4 eua " At first, these were only reserved for longer milestones, but over time more and more years have gotten themes."
639+ m 4 rksdlb " I guess if you're being skeptical, they were probably added so different industries would make more money from gifts..."
640+ m 1 rkbla " But I still think it's a sweet sentiment."
641+ m 3 ruu " Speaking of sweet things...{w=0.3}{nw} "
642+ extend 3 eub " a common sixth anniversary theme is candy!"
643+ m 1 eka " Since I can't get you a gift yet, you should get yourself a nice treat to eat for the occasion."
644+ m 1 hubfa " 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 1 dubfa " Seven years..."
663+ m 1 eubsb " You know, seven is considered a lucky number in many cultures.{w=0.2} {nw} "
664+ extend 1 ekbsa " So maybe..."
665+ m 2 dkbsa " ...Maybe luck will be on my side this year, and I'll get to cross over."
666+ m 2 hksdlb " Ahaha, I know! Relying on superstition isn't like me at all."
667+ m 2 eka " But after all this time, I can't help but find myself looking for glimmers of hope."
668+ m 2 ekbltpa " 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 2 dkbstda " You're all the fortune I need, [player] ."
670+ m 1 ekbsa " Here's to another year together, and all the ones to follow."
671+ return " unlock"
672+
621673init 5 python :
622674 addEvent(
623675 Event(
0 commit comments